An error occurred while trying to restore packages. Please try again

前端 未结 10 1048
遇见更好的自我
遇见更好的自我 2020-12-16 09:45

I am trying to restore the missing nuget packages and it keeps giving me this Error:

An error occurred while trying to restore packages. Please try again.
         


        
10条回答
  •  遥遥无期
    2020-12-16 10:33

    1. Make sure you upgrade to the latest NuGet (http://docs.nuget.org/docs/start-here/installing-nuget).
    2. Make sure you're doing package restore "The Right Way" http://blog.davidebbo.com/2014/01/the-right-way-to-restore-nuget-packages.html

    That should resolve the issue.

提交回复
热议问题