dotnet -- 2. set nuget DaiMu 更新于:2023-05-05 09:39 字数:27 字 时长:1 分钟 dotnet nuget add 1dotnet nuget add source {url} -n {name} remove 1dotnet nuget remove source {name} see 1dotnet nuget list source 发布于:2023-05-06 10:40 更新于:2023-05-05 09:39 dotnet dotnet dotnet -- 3. linux install dotnet 脚本安装 下载地址: 点击下载 1bash dotnet-install.sh 官网https://learn.microsoft.com/zh-cn/dotnet/core/install... dotnet -- 1. publish dotnet publish1dotnet publish -c Release -r linux-x64 --self-contained false -o ./bin/publish -c...