We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1c557 commit dfe88cfCopy full SHA for dfe88cf
UITests/UITests.App/Package.appxmanifest
@@ -2,7 +2,8 @@
2
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
3
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
4
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
5
- IgnorableNamespaces="uap mp">
+ xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
6
+ IgnorableNamespaces="uap mp rescap">
7
8
<Identity
9
Name="3568ebdf-5b6b-4ddd-bb17-462d614ba50f"
@@ -48,5 +49,7 @@
48
49
50
<Capabilities>
51
<Capability Name="internetClient" />
52
+ <!-- Our AppService Background Connection will Timeout after a period of time otherwise. -->
53
+ <rescap:Capability Name="extendedBackgroundTaskTime"/>
54
</Capabilities>
55
</Package>
0 commit comments