An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🚧 asdf-dotnet-core

[![Build Status](https://travis-ci.org/emersonsoares/asdf-dotnet-core.svg?branch=master)](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`