This repository was archived by the owner on Jun 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
windows/ReactNativePicker Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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.17763.0</WindowsTargetPlatformMinVersion >
1917 </PropertyGroup >
2018 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2119 <PropertyGroup Label =" ReactNativeWindowsProps" >
2220 <ReactNativeWindowsDir Condition =" '$(ReactNativeWindowsDir)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir >
2321 </PropertyGroup >
22+ <Import Project =" $(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" Condition =" Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props')" />
23+ <PropertyGroup Label =" Fallback Windows SDK Versions" >
24+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.18362.0</WindowsTargetPlatformVersion >
25+ <WindowsTargetPlatformMinVersion Condition =" '$(WindowsTargetPlatformMinVersion)' == '' " >10.0.17763.0</WindowsTargetPlatformMinVersion >
26+ </PropertyGroup >
2427 <ItemGroup Label =" ProjectConfigurations" >
2528 <ProjectConfiguration Include =" Debug|ARM" >
2629 <Configuration >Debug</Configuration >
You can’t perform that action at this time.
0 commit comments