Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 4567fe9

Browse files
committed
Update Windows target platform version
Updated the minimum Windows target platform version from `10.0.18362.0` to `10.0.22000.0` to require a newer version of Windows for the application to run.
1 parent 6c31b54 commit 4567fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcsx2-winrt/pcsx2-winrt.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ApplicationType>Windows Store</ApplicationType>
1717
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1818
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
19-
<WindowsTargetPlatformMinVersion>10.0.18362.0</WindowsTargetPlatformMinVersion>
19+
<WindowsTargetPlatformMinVersion>10.0.22000.0</WindowsTargetPlatformMinVersion>
2020
</PropertyGroup>
2121
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2222
<PropertyGroup Label="Configuration">

0 commit comments

Comments
 (0)