Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
170 views
in Technique[技术] by (71.8m points)

How to upgrade nuget with Visual Studio Express 2012

While installing this package Microsoft.Net.Http via Nuget console I got this error:

Install-Package : The 'Microsoft.Net.Http 2.2.28' package requires NuGet client version '2.8.1' or above, but the current NuGet version is '2.6.40627.9000'.
  • Please How can I upgrade my Nuget to version 2.8.1?

I Cant find anything easily on google.

question from:https://stackoverflow.com/questions/27384885/how-to-upgrade-nuget-with-visual-studio-express-2012

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

To update NuGet in Visual Studio to the latest version you can use the Extensions Manager.

  1. From the Tools menu select Extensions and Updates.
  2. Then in the dialog that opens select the Updates tab.
  3. Then select Visual Studio Gallery.
  4. Select NuGet Package Manager for Visual Studio and click the Update button.

If you want to install NuGet 2.8.1 you can download the Visual Studio installer (VSIX) from NuGet's CodePlex web site


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...