All Projects → isen-ng → Homebrew Dotnet Sdk Versions

isen-ng / Homebrew Dotnet Sdk Versions

Licence: mit
dotnet-sdk versions HomeBrew Tap

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Homebrew Dotnet Sdk Versions

Homebrew Clickhouse
ClickHouse for MacOS Sierra and High Sierra.
Stars: ✭ 50 (-42.53%)
Mutual labels:  homebrew
Bump Homebrew Formula Action
Automatically bump Homebrew formula after a release
Stars: ✭ 63 (-27.59%)
Mutual labels:  homebrew
Wiiu Hbas
[Wii U] Homebrew App Store - download apps for HBL (Legacy)
Stars: ✭ 78 (-10.34%)
Mutual labels:  homebrew
Guide 3ds
A complete guide to 3DS custom firmware, from stock to boot9strap.
Stars: ✭ 1,055 (+1112.64%)
Mutual labels:  homebrew
Brew.vim
🍺 Vim Syntax for Homebrew formulae
Stars: ✭ 55 (-36.78%)
Mutual labels:  homebrew
Desmume Psp
A Nintendo DS emulator for PlayStation Portable.
Stars: ✭ 72 (-17.24%)
Mutual labels:  homebrew
Install
📥 Homebrew (un)installer
Stars: ✭ 1,031 (+1085.06%)
Mutual labels:  homebrew
Capturesight
Applet and Overlay to view Pokemon, Raid seeds, Future shiny frames/IVs, and more!
Stars: ✭ 81 (-6.9%)
Mutual labels:  homebrew
Dotfiles
Get started with your own dotfiles.
Stars: ✭ 1,094 (+1157.47%)
Mutual labels:  homebrew
Switchpresence
A Nintendo Switch custom sysmodule for Discord Rich Presence.
Stars: ✭ 75 (-13.79%)
Mutual labels:  homebrew
Mas
📦 Mac App Store command line interface
Stars: ✭ 8,603 (+9788.51%)
Mutual labels:  homebrew
Homebrew Pothos
Homebrew formulas for Pothos and SoapySDR
Stars: ✭ 52 (-40.23%)
Mutual labels:  homebrew
Taskell
Command-line Kanban board/task manager with support for Trello boards and GitHub projects
Stars: ✭ 1,175 (+1250.57%)
Mutual labels:  homebrew
Cli
The command line vault (Windows, macOS, & Linux).
Stars: ✭ 1,044 (+1100%)
Mutual labels:  homebrew
Yubikeylockd
Simple daemon for locking and unlocking macOS with Yubikey
Stars: ✭ 78 (-10.34%)
Mutual labels:  homebrew
Homebrew Mingw w64
unofficial mingw-w64 Homebrew sub-command and Formulae. These formulae have been superseded by homebrew's mingw-w64.rb.
Stars: ✭ 49 (-43.68%)
Mutual labels:  homebrew
Playernx
First homebrew video player for Nintendo Switch! (using ffmpeg libraries)
Stars: ✭ 63 (-27.59%)
Mutual labels:  homebrew
Gb303
GB303 wavetable-based TB-303 style synthesizer for the Nintendo Gameboy.
Stars: ✭ 80 (-8.05%)
Mutual labels:  homebrew
Cpp3ds
Basic C++ gaming framework and library for Nintendo 3DS
Stars: ✭ 80 (-8.05%)
Mutual labels:  homebrew
Cthulhu
Homebrew alternative to Nintendo's dev unit software
Stars: ✭ 72 (-17.24%)
Mutual labels:  homebrew

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

Versions

Version DotNet SDK Remarks
dotnet-sdk5-0-200 dotnet 5.0.201
dotnet-sdk3-1-400 dotnet 3.1.407
dotnet-sdk3-1-300 dotnet 3.1.302
dotnet-sdk3-1-200 dotnet 3.1.202
dotnet-sdk3-1-100 dotnet 3.1.113
dotnet-sdk3-0-100 dotnet 3.0.103
dotnet-sdk2-2-400 dotnet 2.2.402 Conflicts with official cask if OS == sierra
dotnet-sdk2-2-300 dotnet 2.2.301
dotnet-sdk2-2-200 dotnet 2.2.207
dotnet-sdk2-2-100 dotnet 2.2.110
dotnet-sdk2-1-800 dotnet 2.1.814
dotnet-sdk2-1-500 dotnet 2.1.522
dotnet-sdk2-1-400 dotnet 2.1.403

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.

Uninstalling

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.

Using a particular version

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].