File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
SizerBase.Tests.WinAppSdk Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Package
3
3
xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4
4
xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
5
5
xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
6
- IgnorableNamespaces =" uap mp" >
6
+ xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
7
+ IgnorableNamespaces =" uap mp rescap" >
7
8
8
9
<Identity Name =" Labs.SizerBase.Tests.Uwp"
9
10
Publisher =" CN=CommunityToolkit"
41
42
<Capabilities >
42
43
<Capability Name =" internetClientServer" />
43
44
<Capability Name =" privateNetworkClientServer" />
45
+ <rescap : Capability Name =" inputInjectionBrokered" />
44
46
</Capabilities >
45
- </Package >
47
+ </Package >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
3
3
<Package
4
4
xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
43
43
44
44
<Capabilities >
45
45
<rescap : Capability Name =" runFullTrust" />
46
+ <rescap : Capability Name =" inputInjectionBrokered" />
46
47
</Capabilities >
47
48
</Package >
You can’t perform that action at this time.
0 commit comments