Dotnet install mac: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:


  brew tap isen-ng/dotnet-sdk-versions
  brew tap isen-ng/dotnet-sdk-versions
This is just a wrapper. As of now ( May 2022 ) it's reasonably well maintained.


; list avalable cask versions:
; list avalable cask versions:

Revision as of 13:36, 2 May 2022

Q what version do you need?
examine global.json
List available vertions from MS
https://dotnet.microsoft.com/en-us/download/dotnet
install tap
brew tap isen-ng/dotnet-sdk-versions

This is just a wrapper. As of now ( May 2022 ) it's reasonably well maintained.

list avalable cask versions
brew search --casks --desc 'dotnet'
install the one you want
brew install --cask dotnet-sdk3-1-418
Switch beyween them after having installed them
dotnet --list-sdks

https://docs.microsoft.com/en-us/dotnet/core/versions/selection