Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一旦在.net core 3.0中部署(早期版本也可以),正确的模式/用于WPF的包是什么?
我目前正在将 WPF 应用程序从 netframework 4.8 迁移到 .net core 3.0。我在以前的版本中一直在使用单击一次部署。我使用的是 .net 核心不支持的 System.Deployment 包。是否有任何替代包,以及在 .net 核心中实施单击一次部署的正确方法是什么,甚至有可能吗?是否应该使用 MSIX 完成,如果是,是否有任何关于 MSIX 单击一次部署的好的指南?
.NET Core 3.1 及更高版本现在提供对 ClickOnce 的支持(您需要 Visual Studio 2019)。
源Microsoft 文档:
从 Visual Studio 2019 版本 16.8 开始,您可以使用发布工具通过 Visual Studio 中的 ClickOnce 发布 .NET Core 3.1 或更高版本的 Windows 桌面应用程序