Skip to content

Instantly share code, notes, and snippets.

@stephensmitchell
Forked from loonison123/NuGetCmdlets.ps1
Last active April 19, 2018 01:01
Show Gist options
  • Select an option

  • Save stephensmitchell/ba744776f46e02dffb0a20447df87865 to your computer and use it in GitHub Desktop.

Select an option

Save stephensmitchell/ba744776f46e02dffb0a20447df87865 to your computer and use it in GitHub Desktop.
Common NuGet cmdlets #Nuget
# 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