Every time I build a project using the new .NET Core RC2 templates I am not provided with a runnable .EXE file. If I hit F5 for debugging m
In ASP.NET Core try changing your app type to default, in project.json:
ASP.NET Core
type
default
project.json
"Microsoft.NETCore.App": { "type": "default", "version": "1.0.0-*" }