Open musictopia2 opened 4 years ago
Unfortunately not. The problem is that xamarin will not support .net50 for the forseable future. Xamarin Forms won't, but that is because the underlying platforms (Xamarin.IOS, Xamarin.Android and Xamarin.Mac) won't support net50 as targets. I cannot do anything about that.
Do you think you can make the control that does not use mobile bindings to use .net 5 since desktop does use .net 5? Because I was told that only .net 5 was supported for web assembly. That is the desktop version of the control, not the mobile bindings version. That can at least be a temporary solution for people who are willing to do only desktop development until .net 6 comes out.
That would be double the maintenance. Since this project is more or less dormant (as I'm working on MBB) I don't see this happening soon. I accept PRs though, so if someone is interested in upgrading it, I'll import it as a separate .NET50 branch.
Is there any possibility of this control being able to use .net 5? Because I know that blazor mobile bindings will not support .net 5 and would be disappointed if i can't use anything from .net 5 until .net 6 since i use blazor for both desktop and web assembly.