Windows

dotnet publish -r win10-x64 /p:PublishSingleFile=true

maxOS

dotnet publish -r osx-x64 /p:PublishSingleFile=true

Linux

dotnet publish -r linux-x64 /p:PublishSingleFile=true 

原文地址:https://www.cnblogs.com/dudu/p/10837499.html

相关文章:

  • 2022-02-15
  • 2022-01-23
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-12-09
  • 2021-06-08
猜你喜欢
  • 2021-07-12
  • 2021-10-30
  • 2021-08-18
  • 2021-07-15
  • 2021-10-09
  • 2021-04-21
相关资源
相似解决方案