Currently, there is only one project template to create console application based on .NET core 5 CLR in Visual Studio 2015 RC.
The published application of the above project should look like this. To run application, user need to double click "ConsoleApp2.cmd".
Size of published application is about 50 MB.
I think this project template is inappropriate for normal end-user. Do you have idea to publish console application project to single exe file?
Thanks,