.Net Core plugin for asdf version manager
asdf plugin-add dotnet-core https://github.com/emersonsoares/asdf-dotnet-core.git
Check asdf readme for instructions on how to install & manage versions of .Net Core.
To set DOTNET_ROOT in your shell's initialization add the following:
. ~/.asdf/plugins/dotnet-core/set-dotnet-home.bash
For zsh shell, instead use:
. ~/.asdf/plugins/dotnet-core/set-dotnet-home.zsh
For fish shell, instead use:
. ~/.asdf/plugins/dotnet-core/set-dotnet-home.fish