Open The Visual Studio 2015
Then File->New Project
->Select .Net Core
-> Select ASP.Net Core Web Application
-> And Add a name to the project (I have added “MyCoreApp2”)
Then Click “OK” Button And It will go to another window to select the project template.
Select “Web Application” and click OK.
Then Your Project will be created.
You will see the references are restoring and after it completed, Press F5. Then your new project will run with the default template.