Utility script that can consolidate and update nuget packages across projects
Перейти к файлу
Henrik Ravn bf0e74a49e Update README with Linux instructions 2018-02-15 14:42:42 +01:00
Formula Fix missing : for tag symbol 2018-02-15 13:48:17 +01:00
README.md Update README with Linux instructions 2018-02-15 14:42:42 +01:00
dotnet-updatepkg Fixes for github homebrew packaging 2018-02-15 13:45:29 +01:00
dotnet-updatepkg.fsx First vesion of homebrew formula 2018-02-15 12:12:08 +01:00

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.