In order to use .NET Core on your Mac, you first need to install the latest version of OpenSSL. The easiest way to get this is from Homebrew. [crayon-57e30d81d272b875924404/] After installing brew, you need to do the following: [crayon-57e30d81d2738354396844/] When trying to initialize a basic .NET project through dotnet new or restoring packages on an existing one, using dotnet restore, you might come across...