ASP.NET 5.0 Core beta5 ships with RTM VS 2015. Beta6 has just been sent and will be used to update VS 2015. (Read the installation instructions!)
When creating a project from one of the ASP.NET 5 preview templates (empty, web API or web application), it is configured to compile the kernel versions and version 4.5.1 of the Framework each time it is created.
To change this to build only Core, do the following:
- Project / Properties / Application: change the .NET platform. Framework for .NET Core
- Open the project.json file and find the "frames" section. Delete "dnx451": {} and save.
- Build
You are now working on CoreCLR.
Van kichline
source share