Skip to content

Instantly share code, notes, and snippets.

@bitnot
Created September 13, 2018 07:10
Show Gist options
  • Save bitnot/449b2401a3c6cdd538665fdd699f7b9e to your computer and use it in GitHub Desktop.
Save bitnot/449b2401a3c6cdd538665fdd699f7b9e to your computer and use it in GitHub Desktop.
Update Nuget packages by prefix
Get-Package | Where Id -like "YourCompany*" | Sort-Object -Property Id -Unique | foreach { Update-Package $_.Id }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment