diff options
| author | Marcos Grillo <marcos.grillo@mongodb.com> | 2024-09-05 20:57:43 +0200 |
|---|---|---|
| committer | MongoDB Bot <mongo-bot@mongodb.com> | 2024-09-05 19:45:59 +0000 |
| commit | 351ce41e828a97cdd597c3362990ea349238dfd5 (patch) | |
| tree | 8cdb2582516ef2da8dea1485b75dbd1ed233399c /buildscripts | |
| parent | 97daa8de37db9782cd33f7ebb3f9267ad6e288d1 (diff) | |
SERVER-94512 Use latest Windows SDK version instead of a hardcoded value (#26784)
GitOrigin-RevId: fb2e9c375a7fa44c24fda4299ccfcb46d2a32ed4
Diffstat (limited to 'buildscripts')
| -rw-r--r-- | buildscripts/make_vcxproj.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/make_vcxproj.py b/buildscripts/make_vcxproj.py index 12b32b7b5a9..cbfc888994e 100644 --- a/buildscripts/make_vcxproj.py +++ b/buildscripts/make_vcxproj.py @@ -67,7 +67,7 @@ VCXPROJ_PLATFORM_TOOLSET = { VCXPROJ_WINDOWS_TARGET_SDK = { "14.1": "10.0.17763.0", "14.2": "10.0.18362.0", - "14.3": "10.0.19041.0", + "14.3": "10.0", } VCXPROJ_MSVC_DEFAULT_VERSION = "14.3" # Visual Studio 2022 |
