参考
https://www.cnblogs.com/Fengyinyong/p/13346642.html
安装工具
dotnet tool install --global dotnet-deb
还原包
dotnet restore -r linux-x64
dotnet deb install
打包,其中/p:SelfContained=true是独立运行
dotnet msbuild XXXCore.csproj /t:CreateDeb /p:RuntimeIdentifier=linux-x64 /p:Configuration=Release /p:SelfContained=true