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

Support for .NET 9 Preview #198 #199

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Support for .NET 9 Preview #198 #199

merged 2 commits into from
Feb 14, 2024

Conversation

egvijayanand
Copy link
Owner

  • Support for creating .NET MAUI projects on .NET 9 Previews
    • For this, have introduced an additional option to the framework parameter - net9.0
    • Note: The default value for the framework parameter remains as net8.0 (the stable version), which means to create a project targeting .NET 9, an explicit value of net9.0 is to be passed.
dotnet new mauiapp -o MyApp -f net9.0
  • On the stable channel, the value of the MauiVersion property is bumped to 8.0.7 to support the latest version of .NET MAUI 8 NuGet packages

Copy link
Owner Author

@egvijayanand egvijayanand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed. Good to go.

@egvijayanand egvijayanand merged commit 57b2c76 into main Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant