摘要: 1 最普通的发布 dotnet publish -r win-x64 -c Release -o ./bin/output 2 打包,包含框架 dotnet publish -r win-x64 -c Release -o ./bin/single /p:PublishSingleFile=true 阅读全文
posted @ 2022-01-21 14:57 过错 阅读(320) 评论(0) 推荐(0) 编辑