.net core-全新的 Monodevelop 安装无法恢复包
发布时间:2022-04-22 05:45:25 271
相关标签:
我正在尝试使用 MonoDevelop 来使用 .NET Core。在一台全新的 Linux Mint 20.1 机器上,我安装了 MonoDevelop 7.8.4,并打开了一个我正在处理的项目,IDE 立即抱怨:
Getting restore information for solution /home/REDACTED/project.sln
ApplicationName='/usr/bin/mono64', CommandLine='"/usr/lib/mono/msbuild/15.0/bin/MSBuild.dll" "/tmp/NuGetScratch/3r24uwj4.84i.nugetinputs.targets" /t:GenerateRestoreGraphFile /nologo /nr:false /v:q /p:RestoreBuildInParallel="False" /p:RestoreUseSkipNonexistentTargets="False"', CurrentDirectory='/home/REDACTED', Native error= Cannot find the specified file
档案/usr/bin/mono64
不存在。有人知道我怎么解决这个问题吗?
使现代化
当我尝试构建项目时,它失败并出现以下错误:
Error: NuGet packages need to be restored before building. NuGet MSBuild targets are missing and are needed for building. The NuGet MSBuild targets are generated when the NuGet packages are restored. (My.App)
这似乎与前面的错误消息有关。
特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报