diff --git a/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest b/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest index f2783bf4a6..d85b99f9f5 100644 --- a/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest +++ b/code/TemplateStudioForWinUICs/Templates/Ft/MSIX/Package.appxmanifest @@ -4,11 +4,12 @@ xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" + xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/templatestudio" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" - IgnorableNamespaces="uap rescap genTemplate"> + IgnorableNamespaces="uap uap5 rescap genTemplate"> + + + + + + +