Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[Nuget] Remvoe fix dependency on MonoDroid70 (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Mar 3, 2017
1 parent 78df8b9 commit 93d2488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .nuspec/Xamarin.Forms.AppLinks.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<dependency id="Xamarin.Android.Support.v4" version="[23.3.0]"/>
<dependency id="Xamarin.GooglePlayServices.AppIndexing" version="[29.0.0.1]"/>
</group>
<group targetFramework="MonoAndroid70">
<dependency id="Xamarin.Android.Support.v4" version="23.3.0"/>
<dependency id="Xamarin.GooglePlayServices.AppIndexing" version="29.0.0.1"/>
</group>
</dependencies>
<references>
<group targetFramework="MonoAndroid10">
Expand Down

0 comments on commit 93d2488

Please sign in to comment.