Deleted all the Nuget packages in my local package cache, now I can't use VS at all

前端 未结 1 1491
北荒
北荒 2020-12-04 02:25

I deleted all the files and folders inside C:\\Users\\myself\\.nuget\\packages and now all my .NET Core projects complain that System

相关标签:
1条回答
  • 2020-12-04 02:50

    Try this:

    1. Close Visual Studio.
    2. Run dotnet restore CMD command for your solution.
    3. Re-open Visual Studio.
    0 讨论(0)
提交回复
热议问题