Skip to content

Commit

Permalink
Revert Canary to supporting 10.0.19041 (Windows 10 Vb+) (#17284)
Browse files Browse the repository at this point in the history
The 2024.04D servicing update to Windows 10 added support for
`appLicensing`.
  • Loading branch information
DHowett committed May 17, 2024
1 parent 26cc5da commit 097a2c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cascadia/CascadiaPackage/Package-Can.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
</Properties>

<Dependencies>
<!-- rescap:appLicensing only works on 22000+. Until that's fixed, MinVersion will not let people install it on Windows 10... -->
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.DesktopServer" MinVersion="10.0.22000.0" MaxVersionTested="10.0.22621.0" />
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0" />
</Dependencies>

<Resources>
Expand Down

0 comments on commit 097a2c1

Please sign in to comment.