Created
November 28, 2013 21:43
-
-
Save kidchenko/7698538 to your computer and use it in GitHub Desktop.
Command NuGet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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