Skip to content

安装WindowsApp运行库 | Windows

Windows App SDK提供了一组统一的 API 和工具,可用于生成新式Windows应用。 它将最新的Windows平台功能引入WinUI 3和现有的桌面应用框架,例如WPF、Windows Forms或 Win32。

官方网站:https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/

WindowsAppRuntime

  1. 按下Windows徽标+X
  2. 选中终端管理员
  3. 选择所需版本,输入后回车:
shell
winget install Microsoft.WindowsAppRuntime.2.0
winget install Microsoft.WindowsAppRuntime.1.8
winget install Microsoft.WindowsAppRuntime.1.7
winget install Microsoft.WindowsAppRuntime.1.6
winget install Microsoft.WindowsAppRuntime.1.5
winget install Microsoft.WindowsAppRuntime.1.4
winget install Microsoft.WindowsAppRuntime.1.3
winget install Microsoft.WindowsAppRuntime.1.2
winget install Microsoft.WindowsAppRuntime.1.1
winget install Microsoft.WindowsAppRuntime.1.0

WindowsAppSDK

前往官方网站下载并安装:https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/downloads