Thursday, December 8, 2016

Nuget package restore failed

Was getting this error message.

1. Right click the project > Manage NuGet packages.

2. Upper right corner > Package Source. Pick one at a time. Those are all configured under Settings (little gear icon next to Package Source drop down).

3. Compare the version of that package to the one in the Packages.config file. Reconcile them. In my case I had to change one number in the version in the config file.

No comments:

Post a Comment