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

Commit a801da4

Browse files
Bump min windows version to 10.0.17763.0 (#2719)
* Bump min windows version to 10.0.17763.0 * remove v140 toolset
1 parent 79b5f02 commit a801da4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

windows/CodePush/CodePush.vcxproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<AppContainerApplication>true</AppContainerApplication>
1515
<ApplicationType>Windows Store</ApplicationType>
1616
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
17-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
18-
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
17+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
18+
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1919
</PropertyGroup>
2020
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2121
<PropertyGroup Label="ReactNativeWindowsProps">
@@ -57,7 +57,6 @@
5757
</ItemGroup>
5858
<PropertyGroup Label="Configuration">
5959
<ConfigurationType>DynamicLibrary</ConfigurationType>
60-
<PlatformToolset>v140</PlatformToolset>
6160
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
6261
<PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
6362
<CharacterSet>Unicode</CharacterSet>

0 commit comments

Comments
 (0)