We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324991f + d178c41 commit f972bd6Copy full SHA for f972bd6
src/winsdk-CLI/Winsdk.Cli/Templates/appxmanifest.hostedapp.xml
@@ -23,7 +23,7 @@
23
</Properties>
24
25
<Dependencies>
26
- <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.18362.0" MaxVersionTested="10.0.26100.0" />
+ <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26100.0" />
27
<uap10:HostRuntimeDependency Name="{HostRuntimeDependencyPackageName}" Publisher="CN={HostRuntimeDependencyPublisherName}" MinVersion="{HostRuntimeDependencyMinVersion}" />
28
</Dependencies>
29
0 commit comments