. Net core environment installation,. netcore
. NET Core development environment
Use VS2015 to develop a. NET Core project. For environment setup, refer to the official website. The installation steps are as follows:
1. First, you have to install vs2015 and ensure that it has been upgraded to update3 or above,
2. Install the. net core sdk after vs is installed. Download the link:
Https://download.microsoft.com/download/A/3/8/A38489F3-9777-41DD-83F8-2CBDFAB2520C/packages/DotNetCore.1.0.0-SDK.Preview2-x64.exe
3. Install the vs2015 tool after the sdk is installed. Note that the installation will take a long time. Download link:
Https://download.microsoft.com/download/2/F/8/2F864C4E-6980-4AFC-B64E-0AC04837FD6C/DotNetCore.1.0.0-VS2015Tools.Preview2.0.1.exe
The last step of installation is a little slow, so please wait patiently,
If the installation fails at the end of the installation, an error of 0x80072ee2 is returned,
Please reinstall it in the following way
Cd enters the file path. My file is 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, the installation was successful. Record the operation steps and hope to help the people in need ~