I am trying to install \'WindowsAzure.Storage 8.0.1\' in visual studio 2012, but getting the error
package requires NuGet client version \'2.12\' or abov
I find out the solution for this problem.
Basically you have a .nuget
folder at solution level, that folder contains a nuget.exe
file that probably is old. A lot of packages might need new version of that file.
nuget.exe
.nuget/nuget.exe
with this new version.And try again, I'm confident it will work.