Redth / Xamarin.Binding.Helpers

MSBuild Tasks to help with Binding projects for Xamarin Android and iOS
MIT License
41 stars 7 forks source link

NuGet mapping broken for Xamarin.AndroidX.Core.Core.Ktx #7

Open thisisthekap opened 6 months ago

thisisthekap commented 6 months ago

androidx.core:core-ktx is not mapped properly to Xamarin.AndroidX.Core.Core.Ktx because the nuget is not named properly.

thisisthekap commented 6 months ago

I just realized that @Redth added a way to explicitly specify custom nuget mappings in the project file:

    <MavenNuGetMapping
            Include="asdf"
            MavenGroupId="androidx.core"
            MavenArtifactId="core-ktx"
            MavenVersion="1.5.0"
            NuGetPackageId="Xamarin.AndroidX.Core.Core.Ktx"
            NuGetVersion="1.5.0"/>