Skip to content

Instantly share code, notes, and snippets.

@alfredmyers
Forked from aaronpowell/BulkNuGetInstall.ps1
Created January 17, 2018 15:54
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 alfredmyers/dd45c1f9a948278cca6a09bf8d1b6664 to your computer and use it in GitHub Desktop.
Save alfredmyers/dd45c1f9a948278cca6a09bf8d1b6664 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment