File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/default-storage/windows/ReactNativeAsyncStorage Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments