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" ?>
22<Package
33 xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
44 xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
55 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" >
78
89 <Identity Name =" Labs.SizerBase.Tests.Uwp"
910 Publisher =" CN=CommunityToolkit"
4142 <Capabilities >
4243 <Capability Name =" internetClientServer" />
4344 <Capability Name =" privateNetworkClientServer" />
45+ <rescap : Capability Name =" inputInjectionBrokered" />
4446 </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" ?>
22
33<Package
44 xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4343
4444 <Capabilities >
4545 <rescap : Capability Name =" runFullTrust" />
46+ <rescap : Capability Name =" inputInjectionBrokered" />
4647 </Capabilities >
4748</Package >
You can’t perform that action at this time.
0 commit comments