Skip to content

Instantly share code, notes, and snippets.

@queil
Created February 20, 2020 15:05
Show Gist options
  • Save queil/4dab3af2fafd4f7a8a8183dcea2b6282 to your computer and use it in GitHub Desktop.
Save queil/4dab3af2fafd4f7a8a8183dcea2b6282 to your computer and use it in GitHub Desktop.
(dotnet list package --outdated | Select-String ".*(> )([a-zA-Z\.]+).*").Matches | % {dotnet add package $_.Groups[2].Value}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment