This tap contains different versions that you can install in parallel to the latest version provided by the official cask.
Install one of the previous versions by tapping this repository and running the install command.
brew tap isen-ng/dotnet-sdk-versions
brew install --cask <version>
dotnet --list-sdks
Version | DotNet SDK | Arch | Remarks |
---|---|---|---|
dotnet-sdk6-0-300 |
dotnet 6.0.302 | x64 & arm64 | |
dotnet-sdk6-0-200 |
dotnet 6.0.202 | x64 & arm64 | |
dotnet-sdk6-0-100 |
dotnet 6.0.102 | x64 & arm64 | |
dotnet-sdk5-0-400 |
dotnet 5.0.408 | x64 | When installed on arm64, use dotnetx64 |
dotnet-sdk5-0-200 |
dotnet 5.0.209 | x64 | When installed on arm64, use dotnetx64 |
dotnet-sdk3-1-400 |
dotnet 3.1.422 | x64 | When installed on arm64, use dotnetx64 |
dotnet-sdk3-1-300 |
dotnet 3.1.302 | x64 | |
dotnet-sdk3-1-200 |
dotnet 3.1.202 | x64 | |
dotnet-sdk3-1-100 |
dotnet 3.1.120 | x64 | |
dotnet-sdk3-0-100 |
dotnet 3.0.103 | x64 | |
dotnet-sdk2-2-400 |
dotnet 2.2.402 | x64 | |
dotnet-sdk2-2-300 |
dotnet 2.2.301 | x64 | |
dotnet-sdk2-2-200 |
dotnet 2.2.207 | x64 | |
dotnet-sdk2-2-100 |
dotnet 2.2.110 | x64 | |
dotnet-sdk2-1-800 |
dotnet 2.1.818 | x64 | |
dotnet-sdk2-1-500 |
dotnet 2.1.526 | x64 | |
dotnet-sdk2-1-400 |
dotnet 2.1.403 | x64 |
Note: Installing dotnet sdk 5 using this tap or the official pkg from Microsoft will uninstall all other dotnet sdks on your machine. To overcome this you'll need to re-install the sdk versions you want from this tap after installing/upgrading to dotnet sdk 5.
Because the dotnet packages uses shared dependencies between different versions, it is unwise to delete these dependencies when uninstalling a particular version as it will cause other versions not to work.
If there is a need to purge these dependencies, use the zap
flag:
brew uninstall --zap --cask <version>
Important: Uninstalling the offical version will also remove these dependencies, so you'll need to reinstall the particular version you want to use again.
The dotnet
command will automatically use the latest appropriate version unless specified by
global.json.