Skip to content

Commit

Permalink
fix nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Jul 16, 2024
1 parent 8266915 commit 37752fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Plugin.InAppBilling/Plugin.InAppBilling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@
<Compile Include="**\*.uwp.cs"/>
</ItemGroup>

<PropertyGroup Condition=" $(TargetFramework.Contains('-android')) ">
<UseMauiEssentials>true</UseMauiEssentials>
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.Contains('-android')) ">
<Compile Include="**\*.android.cs"/>
<PackageReference Include="Microsoft.Maui.Essentials" Version="$(MauiVersion)" />
<PackageReference Include="Xamarin.Android.Google.BillingClient" Version="6.2.1"/>
<!--<PackageReference Include="Xamarin.Google.Guava.ListenableFuture" Version="1.0.0.19"/>-->
</ItemGroup>
Expand Down

0 comments on commit 37752fa

Please sign in to comment.