关于[Self-contained executable with .NET Core 3.0 on Windows, Linux and Raspberry]的摘要:
.NET Core 3.0 comes with support for self-contained executables. It means we can publish applications as a single executable for specified platform. Also trimming – removing of unused code from assemblies – is supported. This blog post demonstrates how to build self-contained executable using .NET Core 3.0.
原文地址: https://gunnarpeipman.com/net/dotnet-core-self-contained-executable/