Skip to content

Instantly share code, notes, and snippets.

@aaronpowell
Created February 25, 2011 02:26
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aaronpowell/843288 to your computer and use it in GitHub Desktop.
Save aaronpowell/843288 to your computer and use it in GitHub Desktop.
Install NuGet across all projects
#Installs a package into all projects in the solution (note: Requires NuGet 1.1+)
Get-Project -All | Install-Package packageName
@Meligy
Copy link

Meligy commented Feb 27, 2011

As per a tweet from @davidfowl , his syntax works starting NuGet 1.1

@MiguelMadero
Copy link

why's this a gist ?

@aaronpowell
Copy link
Author

So the code is somewhere I can find it easily in the future :P

@MiguelMadero
Copy link

MiguelMadero commented Mar 25, 2011 via email

@aaronpowell
Copy link
Author

gist will persist between blog engines ;).
Also allows me to change/ update it and keep history nicely

@MiguelMadero
Copy link

MiguelMadero commented Mar 25, 2011 via email

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