Skip to content

Commit

Permalink
Merge pull request #562 from jamesmontemagno/jamesmontemagno-patch-2
Browse files Browse the repository at this point in the history
Update nuget packages
  • Loading branch information
jamesmontemagno committed Oct 3, 2023
2 parents b771d65 + d83fd09 commit b79b13a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Get started by reading through the [In-App Billing Plugin documentation](https:/


## Version 7 Major Updates
* Android: You must compile and target against Android 12 or higher
* Android: You must compile and target against Android 12 or higher (or Android 13 if v7.1)
* Android: Now using Android Billing v6
* Android: Major changes to Android product details, subscriptions, and more
* Android: Please read through: https://developer.android.com/google/play/billing/migrate-gpblv6
Expand Down
10 changes: 5 additions & 5 deletions src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.44">
<PropertyGroup>
<!--<TargetFrameworks>netstandard2.0;net7.0-android</TargetFrameworks>-->
<TargetFrameworks>netstandard2.0;MonoAndroid12.0;Xamarin.iOS10;Xamarin.TVOS10;Xamarin.Mac20;net6.0-android;net6.0-ios;net6.0-maccatalyst;net6.0-tvos;net6.0-macos</TargetFrameworks>
<TargetFrameworks>netstandard2.0;MonoAndroid13.0;Xamarin.iOS10;Xamarin.TVOS10;Xamarin.Mac20;net6.0-android;net6.0-ios;net6.0-maccatalyst;net6.0-tvos;net6.0-macos</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);uap10.0.19041;net6.0-windows10.0.19041;</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<AssemblyName>Plugin.InAppBilling</AssemblyName>
Expand Down Expand Up @@ -98,14 +98,14 @@

<ItemGroup Condition=" $(TargetFramework.Contains('-android')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.0" />
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.13" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.1" />
<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.15" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
<Compile Include="**\*.android.cs" />
<PackageReference Include="Xamarin.Essentials" Version="1.7.5" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.0" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.0" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.0.1.1" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit b79b13a

Please sign in to comment.