Suddenly today I click Rebuild on my sln and get...
Error (~10 similar errors):
Severity Code Description Project File Line Suppression State Error NuGet Package restore failed for project Core: Unable to find version '4.0.11' of package 'System.Diagnostics.Debug'.. 0
System.Diagnostics.Debug 4.0.11 exists.
Nuget version: 3.3.0.212
Other stuff:
- At PM console: Install-Package System.Diagnostics.Debug -Version 4.0.11
Error:
Install-Package : Some NuGet packages are missing from the solution. The packages need to be restored in order to build the dependency graph. Restore the packages before performing any operations.