Skip to content

Latest commit

 

History

536 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-sdk versions tap

Continuous-integration Auto-updater Auto-committer

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.

Installing one of the versions here

brew tap isen-ng/dotnet-sdk-versions
brew install --cask <version>

dotnet --list-sdks

Meta versions

Version .NET SDK
dotnet-sdk10 10.0.203
dotnet-sdk9 9.0.318
dotnet-sdk8 8.0.425
dotnet-sdk7 7.0.410
dotnet-sdk6 6.0.428
dotnet-sdk5 5.0.408
dotnet-sdk3 3.1.426
dotnet-sdk2 2.2.402

Note: These meta-packages install the latest MINOR and PATCH versions from the existing versions list below.

Note 2: See each corresponding version below for arch and remarks.

Versions

Version .NET SDK Arch Remarks
dotnet-sdk10-0-400 10.0.401 x64 & arm64
dotnet-sdk10-0-300 10.0.303 x64 & arm64
dotnet-sdk10-0-200 10.0.204 x64 & arm64
dotnet-sdk10-0-100 10.0.112 x64 & arm64
dotnet-sdk9-0-300 9.0.318 x64 & arm64
dotnet-sdk9-0-200 9.0.205 x64 & arm64
dotnet-sdk9-0-100 9.0.121 x64 & arm64
dotnet-sdk8-0-400 8.0.425 x64 & arm64
dotnet-sdk9-0-100 9.0.117 x64 & arm64
dotnet-sdk8-0-400 8.0.425 x64 & arm64
dotnet-sdk8-0-300 8.0.303 x64 & arm64
dotnet-sdk8-0-200 8.0.206 x64 & arm64
dotnet-sdk8-0-100 8.0.131 x64 & arm64
dotnet-sdk7-0-400 7.0.410 x64 & arm64
dotnet-sdk7-0-300 7.0.317 x64 & arm64
dotnet-sdk7-0-200 7.0.203 x64 & arm64
dotnet-sdk7-0-100 7.0.120 x64 & arm64
dotnet-sdk6-0-400 6.0.428 x64 & arm64
dotnet-sdk6-0-300 6.0.303 x64 & arm64
dotnet-sdk6-0-200 6.0.203 x64 & arm64
dotnet-sdk6-0-100 6.0.136 x64 & arm64
dotnet-sdk5-0-400 5.0.408 x64 When installed on arm64, use dotnetx64
dotnet-sdk5-0-200 5.0.214 x64 When installed on arm64, use dotnetx64
dotnet-sdk3-1-400 3.1.426 x64 When installed on arm64, use dotnetx64
dotnet-sdk3-1-300 3.1.302 x64
dotnet-sdk3-1-200 3.1.202 x64
dotnet-sdk3-1-100 3.1.120 x64
dotnet-sdk3-0-100 3.0.103 x64
dotnet-sdk2-2-400 2.2.402 x64
dotnet-sdk2-2-300 2.2.301 x64
dotnet-sdk2-2-200 2.2.207 x64
dotnet-sdk2-2-100 2.2.110 x64
dotnet-sdk2-1-800 2.1.818 x64
dotnet-sdk2-1-500 2.1.526 x64
dotnet-sdk2-1-400 2.1.403 x64

Note: Installing .NET SDK 5 using this tap or the official package from Microsoft will uninstall all other .NET 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 .NET SDK 5.

Preview versions

Version .NET SDK Arch Remarks
dotnet-sdk11-preview 11.0.100-rc.1.26425.128 x64 & arm64
dotnet-sdk10-preview 10.0.103-rc.2.25502.107 x64 & arm64
dotnet-sdk9-preview 9.0.102-rc.2.24474.11 x64 & arm64
dotnet-sdk8-preview 8.0.101-rc.2.23502.2 x64 & arm64
dotnet-sdk7-preview 7.0.100-rc.2.22477.23 x64 & arm64

Uninstalling

Because the .NET SDK packages use 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 anymore.

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.

Known issues

Uninstalling dotnet-sdk without using homebrew

If your dotnet-sdk was installed using homebrew but uninstalled manually outside of homebrew, homebrew will think that your dotnet-sdk is still installed. This is unavoidable. Homebrew might think there is still "nothing to do" even if the cask is reinstalled, e.g. brew reinstall dotnet-sdk-8-400.

In this case, zap your installation, brew uninstall --zap dotnet-sdk-8-400 before installing it again.

Upgrading your official dotnet-sdk causes some issues

When upgrading the official dotnet-sdk cask, especially on major version updates, may cause incompatible issues with casks in this tap. This is because the official cask assumes that it is the only dotnet installation and when upgrading, uninstalls shared dependencies required by other versions of dotnet-sdk installed by this tap.

To recover from this, reinstall all affected dotnet-sdk versions, e.g. brew reinstall dotnet-sdk-8-400. If this doesn't work, all casks may need to be zapped before reinstalling, e.g. brew uninstall --zap dotnet-sdk-8-400.

Using a particular version

The dotnet command will automatically use the latest appropriate version unless specified by a global.json.

About

dotnet-sdk versions HomeBrew Tap

Topics

Resources

Contributing

Stars

732 stars

Watchers

7 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages