Hi to all.
I'va translated a Xamarin project into MAUI environement. The error gived by the compiler is the follower:
...
Code="MA001"
Text="This project or a dependency has imported the Xamarin.Forms packages. .NET MAUI is not compatible with Xamarin.Forms and is unable to build. Please remove Xamarin.Forms or the project/package dependency that is using Xamarin.Forms."
Condition="'$(_XFTargetsImported)' == 'true'"/>
</Target>
My problem consists in the fact that the NUGET package Xamarin.Forms is visible in the NUGETs packages but it is impossible to disinstall (the button Install is present but not Disinstall).
In the code is no more present the string "XAmarin.Forms".
Thanks in advance for any suggestion