NET Core Development Environment building
To develop a. NET core project using VS2015, the environment can be built on the website, with the following general installation steps:
1, first you have to install a vs2015 and ensure that has been upgraded to Update3 and above,
2. Install the. NET Core SDK and download the link after installation is complete:
https://download.microsoft.com/download/A/3/8/A38489F3-9777-41DD-83F8-2CBDFAB2520C/packages/ Dotnetcore.1.0.0-sdk.preview2-x64.exe
3. Install VS2015 tool after installation of SDK, note that the installation card is long, download link:
The last step of installation time is a little slow, waiting patiently,
If the installation fails at the end of the installation, an error message 0x80072EE2
Please use the following method to reinstall the
CD into the file path, my files are in D:\ software \.net Core,
CD d:\ software \.net core
CD Dotnetcore.1.0.0-vs2015tools.preview2.0.1.exe skip_vsu_check=1
Finally installed successfully hehe, the operation steps recorded, hoping to be helpful to the people who need ~
. NET core Environment installation