Skip to content

Instantly share code, notes, and snippets.

@szul
Last active May 14, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szul/979d21727275fd63bf432cedb9f672e9 to your computer and use it in GitHub Desktop.
Save szul/979d21727275fd63bf432cedb9f672e9 to your computer and use it in GitHub Desktop.
Example README for updating NuGet when there are issues with ASP.NET MVC and ASP.NET Web API 2

Update NuGet

If your references are still causing you issues when you attempt to build, you can try the following commands from the NuGet Package Manager Console:

Update-Package -ProjectName '<PROJECT_NAME>' -Reinstall

Install-Package Microsoft.AspNet.WebApi.HelpPage

Update-Package -ProjectName '<PROJECT_NAME.TEST>' -Reinstall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment