使用環境:Linux Ubuntu 16.04.3 LTSBundlerMinifier 版本 : 2.4.401在Linux上我使用腳本中包含 dotnet publish 來發布的項目,但是在發布時就會遇到下面的這個問題It was not possible to find any compatible framework version
The specified framework 'Microsoft.NETCore.App', version '1.0.0' was not found.
- Check application dependencies and target a framework version installed at:
/
- Alternatively, install the framework version '1.0.0'. error MSB3073: The command "dotnet bundle" exited with code 131.但是,我如果直接進入web目錄,進行發布的話,就不會有這個問題,請問這個是什么原因?
添加回答
舉報
0/150
提交
取消