标签:update latest tab strong consul put ems rest addition
In order to use .NET Core, you first need to install the latest version of OpenSSL. The easiest way to get this is from Homebrew.
After installing brew
, do the following:
Video: Installing .NET Core and Visual Studio Code in a Mac
The best way to install .NET Core 1.1 on macOS is to download the official installer.
Download .NET Core SDKThis installer will install the latest stable version of the tools and put them on your PATH so you can run dotnet
from the Console.
.NET Core 1.1 is the latest version. For long term support versions and additional downloads check the all downloads section.
Note: if you have any problems with installation on macOS, please consult our known issues page.
Let‘s initialize a sample Hello World application!
The first command will restore the packages specified in the project file, and the second command will run the actual sample:
You now have .NET core running on your machine!
Visit the .NET Documentation to get access to additional tutorials, samples and the full .NET Core documentation.
Get an editor to help you be more productive with .NET Core.
标签:update latest tab strong consul put ems rest addition
原文地址:http://www.cnblogs.com/xqnq2007/p/7258676.html