gpad / asdf-dotnet-core

✨ .Net Core plugin for asdf version manager

Home Page:https://github.com/asdf-vm/asdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚧 asdf-dotnet-core

Build Status

.Net Core plugin for asdf version manager

Install

asdf plugin-add dotnet-core https://github.com/emersonsoares/asdf-dotnet-core.git

Use

Check asdf readme for instructions on how to install & manage versions of .Net Core.

DOTNET_ROOT

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

About

✨ .Net Core plugin for asdf version manager

https://github.com/asdf-vm/asdf

License:MIT License


Languages

Language:Shell 100.0%