The installation was successful.
.NET Core CLI was successfully installed.
Install dependencies
In order to be able to use .NET Core on OS X, you need to install OpenSSL version1.0.1/1.0.2. There are many ways to install/update your libssl. Using Homebrew isthe easiest. You can view the instructions here orif you're updating, on this page.
Last login: Mon Dec 1910:12:44on ttys000
hufeis-MacBook-Pro:~ hufei$ brew update
Already up-to-date.
hufeis-MacBook-Pro:~ hufei$ brew install openssl
Updating Homebrew...
==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2j.sierra.bottl
########################################################################100.0%
==> Pouring openssl-1.0.2j.sierra.bottle.tar.gz
==> Using the sandbox
==> Caveats
A CA file has been bootstrapped using certificates from the SystemRoots
keychain. To add additional certificates (e.g. the certificates added in
the System keychain), place .pem files in
/usr/local/etc/openssl/certs
and run
/usr/local/opt/openssl/bin/c_rehash
This formula is keg-only, which means it was not symlinked into /usr/local.
Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries
Generally there are no consequences ofthisfor you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/usr/local/opt/openssl/include
==> Summary