在我分支主干之前一切正常,现在这个错误列表显示在分支和主干中。谷歌搜索在 Nuget 博客中提出了一个可能的解决方案,它的错误消息与我的不同。
问问题
4248 次
1 回答
12
通过 Twitter 询问 Jeff Handley,他回答“nuget.exe update -self”
作品!奇怪的是,它是 Windows 7 的完整更新安装,带有 VS2010 的新副本。不知何故,我有 Nuget 1.7。呃,好吧...
C:\Tfs\Products\Development\Project1\.nuget>nuget.exe update -self
Checking for updates from https://nuget.org/api/v2/.
Currently running NuGet.exe 1.7.30402.9028.
Updating NuGet.exe to 2.0.40000.
Update successful.
于 2012-08-27T10:03:04.403 回答