When you try to upgrade an existing Nuget package you have might encountered the following error.
An error occurred while retrieving package metadata for 'bootstrap.3.3.5' from source 'nuget.org'
You can resolve this issue using two steps.
1. Open the packages.config from visual studio editor or notepad. Locate the line related to the corrupted package name and remove it.
2. Clean build the solution.
Cheers,
Samitha
An error occurred while retrieving package metadata for 'bootstrap.3.3.5' from source 'nuget.org'
You can resolve this issue using two steps.
1. Open the packages.config from visual studio editor or notepad. Locate the line related to the corrupted package name and remove it.
2. Clean build the solution.
Cheers,
Samitha
No comments:
Post a Comment