Skip to content

Commit b6bfb3b

Browse files
committed
update WindowsSDK versions
1 parent 456d9fa commit b6bfb3b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/default-storage/windows/ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,18 @@
3030
<AppContainerApplication>true</AppContainerApplication>
3131
<ApplicationType>Windows Store</ApplicationType>
3232
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
33-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
34-
<WindowsTargetPlatformMinVersion Condition=" '$(WindowsTargetPlatformMinVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformMinVersion>
3533
</PropertyGroup>
3634
</Otherwise>
3735
</Choose>
3836
<PropertyGroup Label="ReactNativeWindowsProps">
3937
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
4038
<RunAutolinkCheck>false</RunAutolinkCheck>
4139
</PropertyGroup>
42-
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" />
40+
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props')"/>
41+
<PropertyGroup Label="Fallback Windows SDK Versions">
42+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
43+
<WindowsTargetPlatformMinVersion Condition=" '$(WindowsTargetPlatformMinVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformMinVersion>
44+
</PropertyGroup>
4345
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4446
<ItemGroup Label="ProjectConfigurations">
4547
<ProjectConfiguration Include="Debug|Win32">

0 commit comments

Comments
 (0)