dotnet publish
dotnet publish ~/projects/app1/app1.csproj
dotnet publish -c Release -r linux-x64
dotnet publish -c Release -r win-x64 --self-contained false
dotnet publish Netnr.Blog.Web.csproj -p:PublishSingleFile=true -p:PublishTrimmed=false -c Release -r linux-x64 --self-contained true
dotnet publish Netnr.ResponseFramework.Web.csproj -p:PublishSingleFile=true -p:PublishTrimmed=false -c Release -r linux-x64 --self-contained true
https://docs.microsoft.com/zh-cn/dotnet/core/tools/dotnet-publish
https://dotnet.microsoft.com/download/dotnet