Skip to content

Instantly share code, notes, and snippets.

@luis-fss
Created November 18, 2015 23:49
Show Gist options
  • Save luis-fss/cc96e6b31a44818e8e19 to your computer and use it in GitHub Desktop.
Save luis-fss/cc96e6b31a44818e8e19 to your computer and use it in GitHub Desktop.
Nuget command line tips
Nuget command line – uninstall package from all projects
> Get-Project -All | Uninstall-Package <package name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment