Upgrade winsdk to 22h2 - #2372
Merged
Merged
Conversation
Tian L. (tian-lt)
requested review from
Copilot and
hanzhang54
and removed request for
Copilot
August 20, 2025 04:35
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Windows SDK version from 22000.0 (Windows 11 21H2) to 22621.0 (Windows 11 22H2) across the Calculator project to move to a supported Windows version branch.
- Updated target platform version references from 10.0.22000.0 to 10.0.22621.0
- Updated MaxVersionTested in app manifests to align with the new SDK version
- Updated build pipeline to use the new SDK version for MakeAppx.exe
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/Calculator/Package.appxmanifest | Updated MaxVersionTested to 10.0.22621.0 for the main app manifest |
| src/Calculator/Package.Release.appxmanifest | Updated MaxVersionTested to 10.0.22621.0 for the release app manifest |
| src/Calculator/Calculator.csproj | Updated TargetPlatformVersion to 10.0.22621.0 for the main calculator project |
| src/Calculator.ManagedViewModels/Calculator.ManagedViewModels.csproj | Updated TargetPlatformVersion to 10.0.22621.0 for the view models project |
| build/pipelines/templates/package-msixbundle.yaml | Updated MakeAppx.exe path to use the new SDK version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
hanzhang54
approved these changes
Aug 20, 2025
Kenny Guo (guominrui)
approved these changes
Aug 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Windows 11 21H2 has reached its end of service. We should upgrade our main SDK version to a healthy branch.