Skip to content

Instantly share code, notes, and snippets.

@euyuil
Created February 15, 2015 09:15
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 euyuil/aa59f51e2bc79f546db1 to your computer and use it in GitHub Desktop.
Save euyuil/aa59f51e2bc79f546db1 to your computer and use it in GitHub Desktop.
NuGet: reinstall all the packages
# If you want to reinstall the packages for a project
Update-Package -Reinstall -ProjectName Your.Project.Name
# If you want to reinstall the packages for a solution
Update-Package -Reinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment