I installed all the dependencies, I can run a regular Xamarin app without errors, but I can’t run the MonoGame app. When I try to compile a newly created or downloaded example android project, dotnet gives the following errors:
C:\Program Files\dotnet\sdk\8.0.200\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(38,5): err
or NETSDK1202: The "net6.0-android" workload is not supported and will not receive security updates. More information about the support policy: https://aka.ms/maui-support-policy. [C:\dev\AndroidXNATest\And
roidXNATest.csproj]
C:\Program Files\dotnet\sdk\8.0.200\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(38,5): err
or NETSDK1202: The "net6.0-android" workload is not supported and will not receive security updates. More information about the support policy: https://aka.ms/maui-support-policy. [C:\dev\AndroidXNATest\And
roidXNATest.csproj]
Application with DesktopGL runs fine.
Thank you in advance!