-
-
Save stephensmitchell/ba744776f46e02dffb0a20447df87865 to your computer and use it in GitHub Desktop.
Common NuGet cmdlets #Nuget
This file contains hidden or 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
| # Reinstall all packages | |
| update-package -reinstall | |
| # Reinstall an individual package | |
| update-package -reinstall PACKAGENAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment