You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, remove the package reference for the Microsoft.Maui.Controls.Compatibility NuGet package, provided that your app doesn't use any types from this package.
Projects that uses both .NET 9 / MAUI and Esri.ArcGISRuntime.Toolkit.Maui are transitively including Microsoft.Maui.Controls.Compatibility, and are also forced to directly include it to get the correct version (and not 8.0.3 which Esri.ArcGISRuntime.Toolkit.Maui refers to).
Error when there is a version mismatch between Microsoft.Maui.Controls and Microsoft.Maui.Controls.Compatibility.
https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-9?view=net-maui-9.0#compatibility-layouts
According to above resource
Microsoft.Maui.Controls.Compatibility
is obsoleted and should not be referenced.Projects that uses both .NET 9 / MAUI and
Esri.ArcGISRuntime.Toolkit.Maui
are transitively including Microsoft.Maui.Controls.Compatibility, and are also forced to directly include it to get the correct version (and not 8.0.3 which Esri.ArcGISRuntime.Toolkit.Maui refers to).Error when there is a version mismatch between
Microsoft.Maui.Controls
andMicrosoft.Maui.Controls.Compatibility
.The text was updated successfully, but these errors were encountered: