Tomasz Cielecki
                                            Tomasz Cielecki
                                        
                                    @dependabot rebase
@dependabot rebase
@dependabot rebase
When you write MAUI. What do you mean? Is it an App with the MAUI UI framework, or is it an App that targets `net7.0-android` and you are using MAUI...
That is not officially supported. It may work if you target .NET 8.
If you are targeting desktop you are better off using WPF or WinUI.
You can use `net7.0-android` or `net8.0-android` without adding the MAUI UI framework. See: https://github.com/MvvmCross/MvvmCross/blob/develop/Projects/Playground/Playground.Droid/Playground.Droid.csproj
Sorry for the delay. I need to find a Windows PC to test this one, I will try to get it reviewed this weekend.
Sorry, was out traveling. Will get to this one today :)
Yeah, I don't think that is the right way to reference the WPF netcore libraries. I've seen CefSharp do something like in their netcore WPF projects. Not sure if it...