Bump minimum Windows version to possibly fix msix

pull/1635/head
Nicolas Werner 11 months ago
parent faaeef134f
commit 4b685030dc
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/AppxManifest.xml

@ -16,7 +16,7 @@
<Resource Language="de-de" /> <Resource Language="de-de" />
</Resources> </Resources>
<Dependencies> <Dependencies>
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14316.0" MaxVersionTested="10.0.15063.0" /> <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19044.0" MaxVersionTested="10.0.19045.0" />
</Dependencies> </Dependencies>
<Capabilities> <Capabilities>
<rescap:Capability Name="runFullTrust"/> <rescap:Capability Name="runFullTrust"/>

Loading…
Cancel
Save