-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Modern UWP #12
Conversation
Hi, These changes look good overall, but for the edits about the assets:
Thanks for your contributions. |
Hey @davidxuang
The There are several open issues describing this (i.e. dotnet/project-system#3431).
Absolutely, if you want, i can add it to this PR. |
I've merge the changes about the assets and adapted it to WinUI. For the modern UWP part I will wait for the official release of .NET. Are you sure that |
Double checked that it works for TargetFramework net8. You need .net9 rc2 or higher SDK to build though. |
I am just merging your changes.
(In SDK project system this bug is fixed) |
This PR adds support for Modern UWP (currently in preview) as described here Modernize your UWP app with preview UWP support for .NET 9 and Native AOT
Build prerequisites
I also changed how the font files find their way into the APPX because