How to Publish Single Executable in NET Core using dotnet-cli
This post talks about how to publish single executable NET Core application, which is NET Core framework runtime independent and the user need not require it to install them before executing the published application. The …