NuGet Package restore failed for project PROJECT: Unable to find version 2.0.0 of package 'Microsoft.Net.Compilers'

后端 未结 6 1191
一个人的身影
一个人的身影 2021-01-03 23:39

I used the GitHub extension of Visual Studio 2015 to clone my project onto a new computer. I try to restore packages and I get an error that says:

NuGet Pa         


        
6条回答
  •  被撕碎了的回忆
    2021-01-04 00:21

    This might be a bit late but it will still help somebody. When you try to check in your code and you get this kind of an error, it means that you had the package installed and uninstalled it again, so you just need to locate the package under included changes, in my example i an using TFS, and exclude or undo. this will solve the issue.

提交回复
热议问题