[MAUI-Embedding]Update Maui package version for .Net 9 Version Projects when using MAUI embedding #2612
Open
4 of 16 tasks
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Current behavior
The Main Project when using maui embedded feature in a .net 9 preview uno app is pointing to the old rc maui packages while the project map is pointing to the new one, which throws critical issues
Expected behavior
Maui packages should get updated or the references in maui embedding feature point to the non rc version
How to reproduce it (as minimally and precisely as possible)
create uno app using maui embedding feature and .net 9, I did additionally selected server
finished the create it will prompt the package problem
Environment
Visual Studio lastest update, .net 9 sdk installed, uno check updated
Nuget Package (s): Microsoft.Maui.Controls, Microsoft.Maui.Controls.Compartiblity
Package Version(s): partly referencing rc, the other part already the 9.0.0 package
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The Uno.Extensions.WinUI.Maui I found incl. checking the referenced property and packages files seems to point only to net 8 version, which made me unable to do a PR which would adjust the version numbers so you could do just a pull on it
The text was updated successfully, but these errors were encountered: