The “GenerateDepsFile” task failed unexpectedly

前端 未结 7 996
梦如初夏
梦如初夏 2021-01-17 07:43

I tried to compile my new application in MonoDevelop and I got this error:

/usr/share/dotnet/sdk/2.2.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.

7条回答
  •  醉话见心
    2021-01-17 08:13

    I had this error happen and the slove for me was correcting the Package version number in .csproj file .

       2.0.7. 
    
       2.0.7 
    

    Removing the trailing '.' fixed this for me.

提交回复
热议问题