Created
February 20, 2020 15:05
-
-
Save queil/4dab3af2fafd4f7a8a8183dcea2b6282 to your computer and use it in GitHub Desktop.
This file contains 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
(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