emersonsoares / asdf-dotnet-core

✨ .Net Core plugin for asdf version manager
https://github.com/asdf-vm/asdf
MIT License
104 stars 20 forks source link

Use STS instead of Current #33

Closed joaothallis closed 11 months ago

joaothallis commented 1 year ago

It's because Current is deprecated

$ asdf install
Downloading the CLI installer
Installing the CLI requested version 6.0.302. Please wait, installation may take a few minutes.
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.

dotnet_install: Warning: Value "Current" is deprecated for -Channel option. Use "STS" instead.