Skip to content

Commit f972bd6

Browse files
authored
Merge pull request #56 from microsoft/alzollin/changeDefaultHostedAppMinVersion
Increased the MinVersion attribute in `appxmanifest.hostedapp.xml` to 10.0.19041.0
2 parents 324991f + d178c41 commit f972bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/winsdk-CLI/Winsdk.Cli/Templates/appxmanifest.hostedapp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Properties>
2424

2525
<Dependencies>
26-
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.18362.0" MaxVersionTested="10.0.26100.0" />
26+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26100.0" />
2727
<uap10:HostRuntimeDependency Name="{HostRuntimeDependencyPackageName}" Publisher="CN={HostRuntimeDependencyPublisherName}" MinVersion="{HostRuntimeDependencyMinVersion}" />
2828
</Dependencies>
2929

0 commit comments

Comments
 (0)