Skip to content

Instantly share code, notes, and snippets.

@MagicAndi
Created March 22, 2017 14:54
Show Gist options
  • Save MagicAndi/07b4d06a4c7ba1b2f41ed9cc16d4e953 to your computer and use it in GitHub Desktop.
Save MagicAndi/07b4d06a4c7ba1b2f41ed9cc16d4e953 to your computer and use it in GitHub Desktop.
NuGet PM Consol command to restore all NuGet packages associated with a specific project... Because I'm tired of searching for it all the bloody time.
# Taken from http://stackoverflow.com/a/6882750
Update-Package -reinstall -Project YourProjectName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment