This article explains the steps to install .Net Core Runtime on MAC OSX using homebrew cask
- App Name – .Net Core Runtime
- App Version – 3.1.1,7317c2d1-c77b-430e-963e-f58f3d39c67e:5621c725790c062f538c9164f9fb462a
- 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 Runtime
- 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 Runtime with the following command
brew install --cask dotnet
- .Net Core Runtime is installed now and ready to use!