Instructions
If you have not already installed Homebrew, install it.
$/usr/bin/ruby-e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install dotnet using caskroom. This will also automatically install openssl if it’s not already installed.
$brewupdate$brewtap caskroom/cask$brewcask install dotnet
Note: this will work completely oncehomebrew-cask#23854is merged. Until then, follow the part of instructions that link the 1.0.0 versions of openssl to your/usr/local/libfolder.
$ln-s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/$ln-s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/
last but not least :
just need to close terminal and re-open after install .net core
check dotnet
$:dotnet --info