bf0e74a49e | ||
---|---|---|
Formula | ||
README.md | ||
dotnet-updatepkg | ||
dotnet-updatepkg.fsx |
README.md
dotnet-updatepkg
Utility script that can consolidate and update nuget packages across projects
Installation
MacOS (with homebrew)
$ brew tap Unity-Technologies/dotnet-updatepkg
$ brew install dotnet-updatepkg
You should now be able to go to the root of any .Net Core solution and run dotnet updatepkg
to get usage information.
Windows
Coming soon™️
Linux
First install linuxbrew
from here
Then follow the MacOS instructions.
Troubleshooting
If you run the dotnet updatepkg
command and get Exceptions or F# compilation erros, please ensure that you have an up-to-date Mono installation.