Does the .net console app published on Linux-x64 produce an .exe file like in Windows?
Does the .net console app published on Linux-x64 produce an .exe file like in Windows?
The .exe is windows supported file which is not support in Linux, if you select Linux when publishing the application, it will just generate the dll which you could use dotnet command in Linux to run this dll.
For example: