标签:
In order to install .NET Core on Ubuntu or Linux Mint, you need to first set up the apt-get feed that hosts the package you need.
Before you start, please remove any previous versions of .NET Core from your system by using this script.
To .NET Core on Ubuntu or Linux Mint, simply use apt-get.
Let‘s initialize a sample Hello World application!
The first command will restore the packages specified in the project.json file, and the second command will run the actual sample:
ps:https://www.microsoft.com/net/core#ubuntu
.NET Core Install for Ubuntu 14.04
标签:
原文地址:http://www.cnblogs.com/ganmk--jy/p/5925517.html