dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
582 stars 37 forks source link

Unable to upgrade to WinUIEx 2.0 with .Net 7.0 in Maui project #93

Closed IndianaGary closed 1 year ago

IndianaGary commented 1 year ago

Nuget update failed:

NU1202: Package WinUIEx 2.0.0 is not compatible with net7.0-android33.0 (.NETCoreApp,Version=v7.0). Package WinUIEx 2.0.0 supports: net6.0-windows10.0.18362 (.NETCoreApp,Version=v6.0)

dotMorten commented 1 year ago

WinUIEx is only compatible with Windows and that has always been the case. Make sure you only include the package reference for the windows target framework.