Last post Feb 17, 2017 01:20 PM by misuk11
Member
48 Points
1393 Posts
Feb 17, 2017 01:01 PM|misuk11|LINK
Im trying to install windows azure storage from the nuget package manager and it crashes out with this error
The 'System.Linq.Queryable 4.0.0' package requires NuGet client version '3.0' or above, but the current NuGet version is '2.12.0.817'.
Ive installed nuget 3.5.0 but it still wont work. Im using visual studio 2013
anyone help ?
Feb 17, 2017 01:20 PM|misuk11|LINK
tried it from the console also and stiil it wont work
Install-Package <<<< WindowsAzure.storage + CategoryInfo : NotSpecified: (:) [Install-Package], NuGetVersionNotSatisfiedException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
can anyone help me out ?
Member
48 Points
1393 Posts
installing azure storage
Feb 17, 2017 01:01 PM|misuk11|LINK
Im trying to install windows azure storage from the nuget package manager and it crashes out with this error
The 'System.Linq.Queryable 4.0.0' package requires NuGet client version '3.0' or above, but the current NuGet version is '2.12.0.817'.
Ive installed nuget 3.5.0 but it still wont work. Im using visual studio 2013
anyone help ?
Member
48 Points
1393 Posts
Re: installing azure storage
Feb 17, 2017 01:20 PM|misuk11|LINK
tried it from the console also and stiil it wont work
Install-Package <<<< WindowsAzure.storage
+ CategoryInfo : NotSpecified: (:) [Install-Package], NuGetVersionNotSatisfiedException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
can anyone help me out ?