【问题标题】:What will customer need to do to run WPF app build on .NET Core 3.0?客户需要做什么才能在 .NET Core 3.0 上运行 WPF 应用程序构建?
【发布时间】:2019-09-24 09:11:41
【问题描述】:

.NET Core 3.0 昨天发布,我想知道客户需要什么来运行基于 .NET Core 3.0 构建的 WPF 应用程序

  1. 假设客户使用的是 Windows 10。客户是否需要为 .NET Core 3.0 安装第一个运行时?
  2. 假设客户使用的是 Windows 7。客户需要做什么才能运行应用程序?

【问题讨论】:

    标签: wpf .net-core


    【解决方案1】:

    作为开发人员,您必须针对 .NET Core 3 转换和重新编译当前的 WPF,然后重新部署它。 This 博客文章应该提供一个很好的起点。

    假设客户使用的是 Windows 10。客户是否需要为 .NET Core 3.0 安装第一个运行时?

    .NET Core 支持three types of deployments。对于自包含部署 (SCD),最终用户无需安装任何东西,只需 the native dependencies of .NET Core for Windows

    假设客户使用的是 Windows 7。客户需要做什么才能运行应用程序?

    基本上与 Windows 10 相同。 .NET Core 3 需要 Windows 7 SP 1 或更高版本:https://github.com/dotnet/core/blob/master/release-notes/3.0/3.0-supported-os.md#windows

    另请注意,.NET Core 3 支持 single-file executables,它将所有特定于框架和引用的 DLL、配置文件和其他内容捆绑在一个可分发给最终用户的本机 .exe 中。

    【讨论】:

      猜你喜欢
      • 2021-08-21
      • 1970-01-01
      • 2011-02-24
      • 2015-02-06
      • 1970-01-01
      • 1970-01-01
      • 2010-09-29
      • 1970-01-01
      • 2021-11-23
      相关资源
      最近更新 更多