[PR #11728] [MERGED] Upgrade to Windows SDK 22000 #28724

Open
opened 2026-01-31 09:30:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11728
Author: @lhecker
Created: 11/10/2021
Status: Merged
Merged: 11/18/2021
Merged by: @undefined

Base: mainHead: dev/lhecker/sdk-22000


📝 Commits (1)

  • 34cfd42 Upgrade to Windows SDK 22000

📊 Changes

17 files changed (+19 additions, -19 deletions)

View changed files

📝 .vsconfig (+1 -1)
📝 build/scripts/Create-AppxBundle.ps1 (+1 -1)
📝 build/scripts/Test-WindowsTerminalPackage.ps1 (+1 -1)
📝 doc/cascadia/Unittesting-CppWinRT-Xaml.md (+2 -2)
📝 samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj (+2 -2)
📝 scratch/ScratchIslandApp/Package/Package.appxmanifest (+1 -1)
📝 src/cascadia/CascadiaPackage/Package-Dev.appxmanifest (+1 -1)
📝 src/cascadia/CascadiaPackage/Package-Pre.appxmanifest (+1 -1)
📝 src/cascadia/CascadiaPackage/Package.appxmanifest (+1 -1)
📝 src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.AppxManifest.prototype.xml (+1 -1)
📝 src/cascadia/LocalTests_TerminalApp/TestHostApp/Package.appxmanifest (+1 -1)
📝 src/cascadia/WindowsTerminalUniversal/Package-Dev.appxmanifest (+1 -1)
📝 src/cascadia/WindowsTerminalUniversal/Package.appxmanifest (+1 -1)
📝 src/cascadia/ut_app/TerminalApp.Unit.Tests.AppxManifest.xml (+1 -1)
📝 src/common.build.pre.props (+1 -1)
📝 src/tools/MonarchPeasantPackage/MonarchPeasantPackage.wapproj (+1 -1)
📝 src/wap-common.build.pre.props (+1 -1)

📄 Description

Upgrades our SDK from 19041 (Windows 10 20H1) to 22000 (Windows 11 RTM).
The newer SDK is more compatible with /Zc:preprocessor
and will allow us to use newer Windows 11 APIs directly.

PR Checklist

  • I work here
  • Tests added/passed

Validation Steps Performed

  • Compiles ✔️
  • Runs ✔️

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11728 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 11/10/2021 **Status:** ✅ Merged **Merged:** 11/18/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/sdk-22000` --- ### 📝 Commits (1) - [`34cfd42`](https://github.com/microsoft/terminal/commit/34cfd422ccc339d2660e11daea7dbf1d4be6ed8a) Upgrade to Windows SDK 22000 ### 📊 Changes **17 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `.vsconfig` (+1 -1) 📝 `build/scripts/Create-AppxBundle.ps1` (+1 -1) 📝 `build/scripts/Test-WindowsTerminalPackage.ps1` (+1 -1) 📝 `doc/cascadia/Unittesting-CppWinRT-Xaml.md` (+2 -2) 📝 `samples/ConPTY/EchoCon/EchoCon/EchoCon.vcxproj` (+2 -2) 📝 `scratch/ScratchIslandApp/Package/Package.appxmanifest` (+1 -1) 📝 `src/cascadia/CascadiaPackage/Package-Dev.appxmanifest` (+1 -1) 📝 `src/cascadia/CascadiaPackage/Package-Pre.appxmanifest` (+1 -1) 📝 `src/cascadia/CascadiaPackage/Package.appxmanifest` (+1 -1) 📝 `src/cascadia/LocalTests_TerminalApp/TerminalApp.LocalTests.AppxManifest.prototype.xml` (+1 -1) 📝 `src/cascadia/LocalTests_TerminalApp/TestHostApp/Package.appxmanifest` (+1 -1) 📝 `src/cascadia/WindowsTerminalUniversal/Package-Dev.appxmanifest` (+1 -1) 📝 `src/cascadia/WindowsTerminalUniversal/Package.appxmanifest` (+1 -1) 📝 `src/cascadia/ut_app/TerminalApp.Unit.Tests.AppxManifest.xml` (+1 -1) 📝 `src/common.build.pre.props` (+1 -1) 📝 `src/tools/MonarchPeasantPackage/MonarchPeasantPackage.wapproj` (+1 -1) 📝 `src/wap-common.build.pre.props` (+1 -1) </details> ### 📄 Description Upgrades our SDK from 19041 (Windows 10 20H1) to 22000 (Windows 11 RTM). The newer SDK is more compatible with /Zc:preprocessor and will allow us to use newer Windows 11 APIs directly. ## PR Checklist * [x] I work here * [x] Tests added/passed ## Validation Steps Performed * Compiles ✔️ * Runs ✔️ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:30:23 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28724