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
The answer is in the documentation with complete steps now.
You can create two types of deployments for .NET Core applications: Framework-dependent deployment Self-contained deployment
You can create two types of deployments for .NET Core applications:
For a runnable .EXE file, the Publish self-contained should be used.