Server Hosting
Linux Server Hosting
dotnet publish --self-contained -c Release -r linux-x64chmod 777 ./appname./appnameWindows Server Hosting
dotnet publish -c Release -r win10-x64

Last updated
dotnet publish --self-contained -c Release -r linux-x64chmod 777 ./appname./appnamedotnet publish -c Release -r win10-x64
Last updated