NuGet Package Restore Not Working
Note you can force package restore to execute by running the following commands in the nuget package manager console Update-Package -Reinstall Forces re-installation of everything in the solution. Update-Package -Reinstall -ProjectName myProj Forces re-installation of everything in the myProj project. Note: This is the nuclear option. When using this command you may not get the … Read more