Open thisisthekap opened 11 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.
Fixes #7