We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff03e8 commit 5682e8cCopy full SHA for 5682e8c
packages/default-storage/windows/ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj
@@ -14,7 +14,7 @@
14
<ApplicationType>Windows Store</ApplicationType>
15
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
16
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
17
- <WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
+ <WindowsTargetPlatformMinVersion Condition=" '$(WindowsTargetPlatformMinVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformMinVersion>
18
</PropertyGroup>
19
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
<PropertyGroup Label="ReactNativeWindowsProps">
0 commit comments