Skip to content

Commit

Permalink
Bump some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Oct 4, 2019
1 parent 62213e4 commit 3ed44b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.Sdk.Extras/2.0.31">
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
<PropertyGroup>
<TargetFrameworks>netstandard1.0;netstandard2.0;MonoAndroid90;Xamarin.iOS10;Xamarin.TVOS10;uap10.0.16299</TargetFrameworks>
<AssemblyName>Plugin.InAppBilling</AssemblyName>
Expand Down Expand Up @@ -76,9 +76,9 @@

<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="Plugin.CurrentActivity" Version="2.1.0.4" />
<PackageReference Include="Xamarin.Android.Support.Annotations" Version="28.0.0.1" />
<PackageReference Include="Xamarin.Android.Support.Annotations" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="2.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 3ed44b4

Please sign in to comment.