Skip to content

Commit 6ca265a

Browse files
committed
upgrade windows sdk version from 10.0.18362.0 to 10.0.19041.0
1 parent e8e092c commit 6ca265a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Examples/RNFS.Windows/windows/RNFSWin/RNFSWin.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AppContainerApplication>true</AppContainerApplication>
1414
<ApplicationType>Windows Store</ApplicationType>
1515
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
16-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
16+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
1717
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
1818
<PackageCertificateKeyFile>RNFSWin_TemporaryKey.pfx</PackageCertificateKeyFile>
1919
<PackageCertificateThumbprint>ABDC35DCD0C803AB4DF09EED4517173F2D0C0BBC</PackageCertificateThumbprint>

windows/RNFS.Tests/RNFSWinUnitTest.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>{97b91d7b-4ac7-44f8-b7d3-7c7346eaf646}</ProjectGuid>
1010
<Keyword>Win32Proj</Keyword>
1111
<RootNamespace>Microsoft.ReactNative</RootNamespace>
12-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
12+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
1313
<WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
1414
<CppWinRTNamespaceMergeDepth>2</CppWinRTNamespaceMergeDepth>
1515
</PropertyGroup>

windows/RNFS/RNFS.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AppContainerApplication>true</AppContainerApplication>
1515
<ApplicationType>Windows Store</ApplicationType>
1616
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
17-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
17+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.19041.0</WindowsTargetPlatformVersion>
1818
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
1919
</PropertyGroup>
2020
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

0 commit comments

Comments
 (0)