Package requires NuGet client version '2.12'

前端 未结 11 1256
生来不讨喜
生来不讨喜 2021-02-03 19:21

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

11条回答
  •  孤街浪徒
    2021-02-03 19:57

    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.

    1. Open this link: https://www.nuget.org/downloads
    2. Download latest version of nuget.exe
    3. Replace your .nuget/nuget.exe with this new version.

    And try again, I'm confident it will work.

提交回复
热议问题