This article explains the steps to install .NET Core SDK on MAC OSX using homebrew cask
- App Name – .NET Core SDK
- App Version – 3.1.201,905598d0-17a3-4b42-bf13-c5a69d7aac87:853aff73920dcb013c09a74f05da7f6a
- App url – https://www.microsoft.com/net/core#macos
- App dmg file – packagedmglink
- App appcast link – https://www.microsoft.com/net/download/macos
Steps To Install .NET Core SDK
- Open Spotlight search using “command + space” button and type “Terminal“. Then press “return/enter” key. This will open terminal.
- Run the following command in terminal to install brew cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
- Now install .NET Core SDK with the following command
brew install --cask dotnet-sdk
- .NET Core SDK is installed now and ready to use!