xamarin / Xamarin.Legacy.Sdk

Starting from a .NET 6 project, adds the ability to target legacy Xamarin target frameworks such as monoandroid11.0 or xamarin.ios10. *Not fully supported*

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xamarin.Android can not be build but .Net7 project can be builded and runed

jingliancui opened this issue · comments

commented

I've upload the pkg to nuget here:
https://www.nuget.org/packages/XamarinLibrary.Net.Android.ToolLibrary/1.0.1#dependencies-body-tab

Archive.zip
Step to reproduce:
1.Open MAUISample project and run it, it can be runed.
2.Open XamarinSample project and build it, it can not be builded.

commented

Solved it by comment:

<!--
    <SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
    <Nullable>enable</Nullable>
    <ImplicitUsings>enable</ImplicitUsings>-->