Skip to content

Instantly share code, notes, and snippets.

@euyuil
Created February 15, 2015 09:15
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