From fc52bca952e05be625c755bea0a7da5b5707e454 Mon Sep 17 00:00:00 2001 From: Chris Glein <26607885+chrisglein@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:58:39 -0700 Subject: [PATCH] fix: Remove explicit SDK version for Windows builds (#483) * Remove explicit SDK version See https://github.com/react-native-async-storage/async-storage/pull/810 Update SDK logic based on PR feedback * Update Cpp.Default.props order per feedback --- windows/ReactNativePicker/ReactNativePicker.vcxproj | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/windows/ReactNativePicker/ReactNativePicker.vcxproj b/windows/ReactNativePicker/ReactNativePicker.vcxproj index 5c8370f8d..32480642e 100644 --- a/windows/ReactNativePicker/ReactNativePicker.vcxproj +++ b/windows/ReactNativePicker/ReactNativePicker.vcxproj @@ -14,13 +14,16 @@ true Windows Store 10.0 - 10.0.18362.0 - 10.0.17763.0 - $([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\ + + + 10.0.18362.0 + 10.0.17763.0 + + Debug