38

Ran into the following error during the Google Cloud Platform Bookshelf tutorial:

Error 1 NuGet Package restore failed for project 2-structured-data: The 'Microsoft.NETCore.Platforms 1.0.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.50926.663'..

Where do I update NuGet?

IAmCoder
  • 3,179
  • 2
  • 27
  • 49

3 Answers3

87

Found it in the menu under Tools -> Extensions and Updates -> Updates tab -> Visual Studio Gallery.

IAmCoder
  • 3,179
  • 2
  • 27
  • 49
4

You can download the NuGet Package Manager for Visual Studio 2013 from

https://marketplace.visualstudio.com/items?itemName=NuGetTeam.NuGetPackageManagerforVisualStudio2013

and install it on your machine. The version of NuGet Package Manager for Visual Studio 2013 which is available on this download URL is 2.12.0.817.

-1

enter image description here

Right click on References and choose Manage NuGet Packages. Then search NuGet

Md Shahriar
  • 2,072
  • 22
  • 11
  • 1
    Oddly enough, this method will only show the NuGet version currently installed. To update NuGet itself, you have to open the Updates tab (as explained in the accepted answer). – 96khz Oct 22 '18 at 21:48