Publish ONE executable file

Viewed 917

Is there a possibility to publish .NET Core Console Application as single file (no matter if it's EXE or DLL)?

I am using .NET Core 1.1 but I am elastic to port my project to another version.

1 Answers
Related