Skip to content

Instantly share code, notes, and snippets.

@kidchenko
Created November 28, 2013 21:43
Show Gist options
  • Save kidchenko/7698538 to your computer and use it in GitHub Desktop.
Save kidchenko/7698538 to your computer and use it in GitHub Desktop.
Command NuGet
Update all packages in a single project
Update-Package -Project MvcApplication1
---------------------------------------------
Update a package in all projects
Update-Package PackageId
---------------------------------------------
Update all packages in all projects
Update-Package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment