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

前端 未结 10 1041
遇见更好的自我
遇见更好的自我 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:31

    I had a similar issue with the Microsoft.Bcl.Build.1.0.14 NuGet package. My solution to this was to

    1. Close Visual Studio
    2. Remove the package folder with Explorer (or better only move it to another location)
    3. Start Visual Studio
    4. Go to the NuGet package manager and click Restore

提交回复
热议问题