Dotnet install mac: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with "; 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/...")
 
No edit summary
Line 15: Line 15:
; install the one you want
; install the one you want


brew install --cask dotnet-sdk2-2-100
brew install --cask dotnet-sdk3-1-418


; Switch beyween them after having installed them:
; Switch beyween them after having installed them:

Revision as of 13:18, 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
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