Skip to content

Commit 2b2c662

Browse files
authored
Update Plugin.FirebasePushNotification.csproj
1 parent 83b97bb commit 2b2c662

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/Plugin.FirebasePushNotification/Plugin.FirebasePushNotification.csproj

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<Copyright>Copyright 2017 CrossGeeks</Copyright>
3737
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
3838
<PackageLicenseExpression>MIT</PackageLicenseExpression>
39-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
4039
</PropertyGroup>
4140

4241
<!-- Define what happens on build and release -->
@@ -70,14 +69,7 @@
7069
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid')) ">
7170
<Compile Include="**\*.android.cs" />
7271
<Compile Include="**\*.android.*.cs" />
73-
<PackageReference Include="Xamarin.Build.Download" Version="0.4.11" />
74-
<PackageReference Include="Xamarin.Firebase.Common" Version="71.1610.0" />
75-
<PackageReference Include="Xamarin.Firebase.Iid" Version="71.1710.0" />
76-
<PackageReference Include="Xamarin.Firebase.Measurement.Connector" Version="71.1701.0" />
77-
<PackageReference Include="Xamarin.GooglePlayServices.Basement" Version="71.1620.0" />
78-
<PackageReference Include="Xamarin.GooglePlayServices.Tasks" Version="71.1601.0" />
79-
<PackageReference Include="Xamarin.Firebase.Messaging" Version="71.1740.0" />
80-
<PackageReference Include="Xamarin.Android.Support.v4" Version="28.0.0.1" />
72+
<PackageReference Include="Xamarin.Firebase.Messaging" Version="[71.1740.0, 72)" />
8173
</ItemGroup>
8274
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
8375
</Project>

0 commit comments

Comments
 (0)