Oct 18, 2023
MSIX AppXManifest PackageDependency
I would like to add a PackageDependency to my package for the VCRuntimes. However, according to PackageDependency (Windows 10) - Windows UWP applications | Microsoft Learn
there is no way to request the specific x86 or x64 version.
Is a "ProcessorArchitecture" or "Architecture" attribute missing from the PackageDependency element? If so, is this a schema or documentation of the schema issue?