https://github.com/emersonsoares/asdf-dotnet-core
✨ .Net Core plugin for asdf version manager
https://github.com/emersonsoares/asdf-dotnet-core
asdf asdf-plugin dotnet-core version-manager
Last synced: 6 months ago
JSON representation
✨ .Net Core plugin for asdf version manager
- Host: GitHub
- URL: https://github.com/emersonsoares/asdf-dotnet-core
- Owner: emersonsoares
- License: mit
- Created: 2017-11-23T03:11:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T07:13:55.000Z (over 2 years ago)
- Last Synced: 2025-03-29T19:11:22.494Z (7 months ago)
- Topics: asdf, asdf-plugin, dotnet-core, version-manager
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 30.3 KB
- Stars: 104
- Watchers: 0
- Forks: 22
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚧 asdf-dotnet-core
[](https://travis-ci.org/emersonsoares/asdf-dotnet-core)
.Net Core plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
## Install
```
asdf plugin-add dotnet-core https://github.com/emersonsoares/asdf-dotnet-core.git
```## Use
Check [asdf](https://github.com/asdf-vm/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`