Currently, there is only one project template for creating a console application based on the .NET core 5 CLR in Visual Studio 2015 RC.

The published application of the above project should look like this. To launch the application, the user needs to double-click "ConsoleApp2.cmd".

The size of the published application is about 50 MB.

I think this project template is not suitable for the ordinary end user. Do you have an idea to publish a console application project in a separate exe file?
Thanks,
source share