Nuget, 4.5, , 4
Update the packages first and this will change many packages using the PM> update-package command
You can remove packages using PM> uninstall-package packageName -force
Install the package back using PM> install-package packageName
You can verify that all of your nuget packages are 4.0 by looking at the file packages.configat the root of each project.
source
share