Skip to content

Commit 5325843

Browse files
authored
fix: windows bump WindowsTargetPlatformMinVersion (#118)
1 parent a63eda5 commit 5325843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/progress-view/progress-view.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ApplicationType>Windows Store</ApplicationType>
1616
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1717
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
18-
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
18+
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1919
</PropertyGroup>
2020
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2121
<ItemGroup Label="ProjectConfigurations">

0 commit comments

Comments
 (0)