If I create a .NET Core self-contained deployment (SCD) ...
dotnet new console
dotnet publish -c RELEASE -r linux-x64
... I get a folder with 186 files.
(List of all files https://gist.github.com/dhcgn/15e3cf44b2e0c76e8b8d76d32e01f4e7)
How can I pack these files in one executable for linux?