Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created March 15, 2011 05:37
Show Gist options
  • Select an option

  • Save aaronpowell/870352 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpowell/870352 to your computer and use it in GitHub Desktop.
Updates all packages across all projects using NuGet
#Created by Steve Godbold
Get-Package -Updates | Update-Package
@aaronpowell
Copy link
Copy Markdown
Author

Fixed, don't need to loop through all projects!

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