Preface
With the release of ASP.NET Core 1.0 rtm, there are many .net core related articles on the Internet. Recently, I just have time to try to build an Asp.net core development environment in VS2015. The following is a simple one. Let’s take a look at the construction process below.
The steps are as follows
1. First, you must install vs2015 and ensure that it has been upgraded to update3 or above (A download link for vs2015 with up3 is attached here:
ed2k ://|file|cn_visual_studio_enterprise_2015_with_update_3_x86_x64_dvd_8923298.iso|7787208704|A1C1D2AFBC09D8778C92CF19DEC8F4F4|/
)
Second, install .net core sdk after the vs installation is completed :https://download.microsoft.com /download/A/3/8/A38489F3-9777-41DD-83F8-2CBDFAB2520C/packages/DotNetCore.1.0.0-SDK.Preview2-x64.exe
3. After the sdk installation is completed, install the vs2015 tool: https://download.microsoft.com/download/2/F/8/2F864C4E-6980-4AFC-B64E-0AC04837FD6C/DotNetCore.1.0.0-VS2015Tools.Preview2.0.1.exe
Note: This The installation of Dongdong will be stuck for a long time. Just don't worry about it and just wait.
Okay, after the above 3 steps, you are done.
After the installation is completed, you can directly create the .net core project
Summary
The above is all about setting up the Asp.net core development environment in VS 2015. I hope the content of this article It can be of some help to everyone's study or work. If you have any questions, you can leave a message to communicate.
For more articles on how to build an Asp.net core development environment in VS2015, please pay attention to the PHP Chinese website!