ASP.NETCORE: Desenvolva -se no Win10 Run no Ubuntu

dotnet publish **path to your solution** --configuration Release --framework netcoreapp3.0 --output .**output path** --self-contained false --runtime linux-x64 --verbosity quiet
Mckynde