dotnet -- 1. publish DaiMu 更新于:2023-05-05 10:02 字数:19 字 时长:1 分钟 dotnet publish1dotnet publish -c Release -r linux-x64 --self-contained false -o ./bin/publish -c -c Release -c Debug 发布于:2023-05-06 10:40 更新于:2023-05-05 10:02 dotnet dotnet dotnet -- 2. set nuget dotnet nuget add 1dotnet nuget add source {url} -n {name} remove 1dotnet... ubuntu install dotnet sdk ubuntu install dotnet sdk bash1234sudo apt-get update; \sudo apt-get install -y apt-transport-htt...