From 546fb723de52b83517888f5457bbda691266cd9d Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:30:34 +0100 Subject: [PATCH] fix(windows): bump minimum Windows target platform version to 10.0.17763.0 --- .../ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/default-storage/windows/ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj b/packages/default-storage/windows/ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj index fb2a1413..356e26dc 100644 --- a/packages/default-storage/windows/ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj +++ b/packages/default-storage/windows/ReactNativeAsyncStorage/ReactNativeAsyncStorage.vcxproj @@ -14,7 +14,7 @@ Windows Store 10.0 10.0 - 10.0.16299.0 + 10.0.17763.0