简体   繁体   中英

How to upgrade NuGet in Visual Studio 2013

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?

在工具->扩展和更新->更新选项卡-> Visual Studio画廊下的菜单中找到它。

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.

在此处输入图片说明

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM