Created
February 15, 2015 09:15
-
-
Save euyuil/aa59f51e2bc79f546db1 to your computer and use it in GitHub Desktop.
NuGet: reinstall all the packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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