Skip to content

Instantly share code, notes, and snippets.

View alfredmyers's full-sized avatar

Alfred Myers alfredmyers

View GitHub Profile
@alfredmyers
alfredmyers / BulkNuGetInstall.ps1
Created January 17, 2018 15:54 — forked from aaronpowell/BulkNuGetInstall.ps1
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