标签: .net .net-core visual-studio-2017 publish
根据Microsoft,从.NET Core 2.2开始,我可以将应用发布为“框架相关的可执行文件”(FDE)。它可以从命令行using the dotnet command运行:
dotnet
dotnet publish -c Release -r win-x64 --self-contained false
但是,我想使用Visual Studio(2017)中的GUI工具来做到这一点,我可以在其中配置和存储配置文件:
我该怎么做?
答案 0 :(得分:1)
您必须设置一个Target Runtime。 UI有点混乱,并且不使用短语framework-dependent executable。
Target Runtime
framework-dependent executable