Skip to content
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

Maui .NET 8 Support #2919

Merged
merged 6 commits into from
Aug 18, 2023
Merged

Maui .NET 8 Support #2919

merged 6 commits into from
Aug 18, 2023

Conversation

dansiegel
Copy link
Member

Description of Change

This adds support for .NET 8 for .NET MAUI. This will be the only supported version moving forward. .NET 8 introduces a new interface that Prism can use to handle the Window Creation to properly execute the initial Navigation.

API Changes

List all API changes here (or just put None), example:

Removes:

  • PrismApplication is being removed moving forward as there is no longer a reason to provide it.

Behavioral Changes

Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

@dansiegel dansiegel marked this pull request as ready for review August 18, 2023 04:06
@dansiegel dansiegel merged commit 0622524 into master Aug 18, 2023
5 checks passed
@dansiegel dansiegel deleted the dev/ds/maui-net8 branch August 18, 2023 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants