Skip to content

Commit a45302b

Browse files
authored
feat(windows): bump WindowsTargetPlatformMinVersion (#757)
1 parent 0cc3444 commit a45302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/DateTimePickerWindows/DateTimePickerWindows.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.18362.0</WindowsTargetPlatformVersion>
19-
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
19+
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
2020
</PropertyGroup>
2121
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2222
<PropertyGroup Label="ReactNativeWindowsProps">

0 commit comments

Comments
 (0)