Skip to content

Commit

Permalink
Try to add migration directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jul 23, 2020
1 parent c03d9d7 commit ae08721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Expand Up @@ -62,7 +62,6 @@
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('uap10.0')) ">
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.5" />
<Compile Include="**\*.uwp.cs" />
</ItemGroup>

Expand All @@ -79,7 +78,8 @@
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="3.0.0" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="3.0.0" />
<PackageReference Include="Xamarin.AndroidX.Migration" Version="1.0.6.1" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
Expand Down

0 comments on commit ae08721

Please sign in to comment.