Skip to content

Please optimize the minimum version of the MSIX Dynamic Dependencies OS API to use #5217

Open
@Gaoyifei1011

Description

@Gaoyifei1011

Please optimize the minimum version of the MSIX Dynamic Dependencies OS API to use

--------------------------

请优化一下 MSIX 动态依赖项 OS API 的最低使用版本


In the Windows App SDK MSIX Dynamic Dependency API of the main branch, if you use the system's dynamic dependency API, the minimum system version corresponds to 26100 (24H1), but the actual system's dynamic dependency API is 22000. Hopefully it will be optimized to the minimum version limit.

在 main 分支的 Windows App SDK MSIX 动态依赖项 API 中,如果使用系统的动态依赖项 API,最低系统版本对应 26100(24H1),但实际上系统的动态依赖项 API 是 22000。希望能优化到最低版本限制。

WASDK

if (MddCore::Win11::IsSupported())

__declspec(selectany) bool g_isSupported{ WindowsVersion::IsWindows11_24H1OrGreater() };

Windows
https://learn.microsoft.com/zh-cn/windows/win32/api/appmodel/nf-appmodel-trycreatepackagedependency
Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions