Skip to content

Instantly share code, notes, and snippets.

@stephensmitchell
Forked from fnicollier/reinstall.ps1
Last active April 17, 2018 19:11
Show Gist options
  • Select an option

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

Select an option

Save stephensmitchell/02af52ba3cc719e42d58a2a1c0a9b059 to your computer and use it in GitHub Desktop.
Reinstall a NuGet package. #Powershell
Update-package -reinstall <PackageName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment