-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Hello,
I've recently updated a React Native Windows project to run on Visual Studio 2022, since RNW > 0.71 requires VS2022 to build.
I've installed the latest version of react-native-checkbox: 0.5.17, and found that I am unable to build this on the windows2022 Github actions runner.
See build error from action below:
✖ Build failed with message C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\Microsoft.Cpp.WindowsSDK.targets(46,5): error MSB8036: The Windows SDK version 10.0.18362.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [D:\a\project\project\node_modules@react-native-community\checkbox\windows\CheckboxWindows\CheckboxWindows.vcxproj]. Check your build configuration.
Looking at the Windows2022 runner config, the minimum Windows SDK that is supported on the image is 19041.
Could the project be updated to target Windows SDK >=19041?
Thanks.
