dotMorten / WinUIEx

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

Unable to build with ios and android target frameworks #180

Closed ndinesh231 closed 1 month ago

ndinesh231 commented 1 month ago

Hello,

We are using WinUIEx in MAUI project and able to achieve functionality on windows platform. Recently we added iOS and android target frameworks and getting below error when we build.

Error NU1202 Package WinUIEx 2.3.4 is not compatible with net8.0-android34.0 (.NETCoreApp,Version=v8.0) / ios-arm64. Package WinUIEx 2.3.4 supports: net6.0-windows10.0.18362 (.NETCoreApp,Version=v6.0)

How to solve this issue ? Should we do conditional implementation or is there any way to build the project ?

Thanks, Dinesh

dotMorten commented 1 month ago

Please see MAUI documentation covering how to reference WinUI and how to use the web authenticator https://dotmorten.github.io/WinUIEx/concepts/Maui.html