Skip to content

Commit

Permalink
b/359337410 Remove Windows 8/8.1 as supported versions from manifest (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpassing authored Aug 12, 2024
1 parent 729abc9 commit 4d07277
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions sources/Google.Solutions.IapDesktop/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 8 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />

<!-- Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />

<!-- Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
</application>
Expand Down
2 changes: 1 addition & 1 deletion sources/installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- Libssh2 CNG/ECDSA support requires Windows 10 or later.
- .NET 4.7 requires requires Windows 10 1607 (which excludes 1507, 1511).
This makes Windows 10 "Anniversary Update" 1611 (build 14393) the minium supported version.
This makes Windows 10 "Anniversary Update" 1607 (build 14393) the minium supported version.
NB. Windows 10 still uses VersionNT=603 and WindowsBuild=9600, so
we need to check the build number from the registry.
Expand Down

0 comments on commit 4d07277

Please sign in to comment.