diff --git a/src/xtd.core.native.win32/src/xtd/native/win32/environment.cpp b/src/xtd.core.native.win32/src/xtd/native/win32/environment.cpp index 366027ef78c4..5d19eabfd11d 100644 --- a/src/xtd.core.native.win32/src/xtd/native/win32/environment.cpp +++ b/src/xtd.core.native.win32/src/xtd/native/win32/environment.cpp @@ -102,7 +102,7 @@ namespace { if (build == 19045) return make_tuple("Windows 10", "Vibranium", "22H2"); if (build == 22000) return make_tuple("Windows 11", "Sun Valley", "21H2"); if (build == 22621) return make_tuple("Windows 11", "Sun Valley 2", "22H2"); - if (build == 22631) return make_tuple("Windows 11", "Sun Valley 2", "22H3"); + if (build == 22631) return make_tuple("Windows 11", "Sun Valley 2", "23H2"); return {"Windows", "", ""}; } }