If library’s have the same name you can clear your cache with these commands. This can happen when you are developing and testing a new version of the library.
I downloaded the Nuget executable from nuget.org then saved it to c:\Data\Nuget
You can save it to any location and add that path to your Environment Variables’ under “Path” – I didn’t see the value for this exercise.
1 | nuget locals all -list |
Example output:
1 | C:\Users\Carl>cd c:\Data\nuget\ |