首页 > 解决方案 > 用于 Linux 的 ASP.NET CORE 3 完整版

问题描述

我有个问题。当我使用命令编译 as.net core 3 web 应用程序时,我得到71 个文件。我的命令是:

dotnet publish D:\PortalNekretnine\Beckend\PortalNekretnine.sln --configuration Release --framework netcoreapp3.0 --output .\build\ --self-contained false --runtime linux-x64 --verbosity quiet

如果使用文件系统、framweork-dependent 和 linux-x64使用 VS2019 编译同一个项目,我得到61 个文件。

有什么区别?构建表单命令行时我是否以正确的方式进行操作?

谢谢

标签: linuxbuildvisual-studio-2019asp.net-core-3.0

解决方案


推荐阅读