Redth / Xamarin.Binding.Helpers

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

fixed nuget mapping for androidx.core:core-ktx #8

Open thisisthekap opened 7 months ago

thisisthekap commented 7 months ago

Fixes #7

thisisthekap commented 7 months ago

@Redth I just realized that you 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"/>

Feel free to discard this PR if the change to the AndroidX package mapping is not desired.