How to upgrade NuGet in Visual Studio 2013

前端 未结 3 2062
粉色の甜心
粉色の甜心 2020-12-29 02:08

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

Error 1 NuGet Package restore failed for project 2-structured-data

相关标签:
3条回答
  • 2020-12-29 02:36

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

    0 讨论(0)
  • 2020-12-29 02:47

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

    0 讨论(0)
  • 2020-12-29 02:54

    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.

    0 讨论(0)
提交回复
热议问题