Wednesday, October 3, 2018

Nuget - Complete reinstall of packages

First close the solution and remove the /packages folder in root.
When Nuget finds out it doesn't have anything in this folder anymore we will ask it to reinstall everything this often fixes problems with bad references gone missing between projects.

In the nuget console type > Update-Package -Reinstall and wait.