Update the Windows App SDK to 1.8 (experimental)#30665
Closed
mattleibow wants to merge 2 commits intonet10.0from
Closed
Update the Windows App SDK to 1.8 (experimental)#30665mattleibow wants to merge 2 commits intonet10.0from
mattleibow wants to merge 2 commits intonet10.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Windows App SDK dependency from version 1.7 to 1.8 (experimental) to incorporate new features and improvements available in the latest Windows App SDK release.
Key Changes:
- Updates Windows App SDK package version to experimental 1.8 build
- Updates Windows SDK Build Tools to a newer version for compatibility
This was referenced Aug 21, 2025
dotMorten
suggested changes
Sep 18, 2025
Contributor
dotMorten
left a comment
There was a problem hiding this comment.
Make sure you stop using the metapackage. The metapackage is only there for backwards compatibility with older 3rd party libraries that are still on pre-1.8
| <Compile Include="**\*.windows.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" /> | ||
| <Compile Include="**\*.windows.*.cs" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" /> | ||
| <PackageReference Include="Microsoft.Web.WebView2" /> | ||
| <PackageReference Include="Microsoft.WindowsAppSDK" /> |
Contributor
There was a problem hiding this comment.
This should be Microsoft.WindowsAppSDK.WinUI. Goes for all of them. This could have a ripple effect on other libraries you reference which still reference 1.7 like SkiaSharp.Views.WinUI which would need to make the same change.
Member
|
Close as we have #31281 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description of Change
Some new things to be had in your apps!