Brian Reiter
Results
1
comments of
Brian Reiter
You can also do this on linux and Mac by piping the list from the output of `dotnet tool list --global` to `dotnet tool update --global` ```sh #!/bin/sh # list...