I am using VS 2019 and .Net 5 to build a simple console application. I wanted to share this app with a friend so I tried to publish it as a ... ... <看更多>
Search
Search
I am using VS 2019 and .Net 5 to build a simple console application. I wanted to share this app with a friend so I tried to publish it as a ... ... <看更多>
dotnet new console; dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true; ls bin/ ... ... <看更多>
Publish Single File Demo. Publish Single File Demo. 1:32 · Publish Single File Demo. 1:32. File Publish Options. File Publish Options. 2:57 ... ... <看更多>
网上搜了一下,有个额外参数 -p:PublishSingleFile=true . $ dotnet publish -r linux-x64 -f net5.0 -p:PublishSingleFile=true -o ./ ... ... <看更多>