Skip to content

Commit 08f039a

Browse files
committed
Make sure we only include OkHttp on Android
1 parent b797738 commit 08f039a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ModernHttpClient.nuspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<summary>Write your app using System.Net.Http, but drop this library in and it will go drastically faster.</summary>
1414
<copyright>Copyright Paul Betts © 2012</copyright>
1515
<dependencies>
16-
<dependency id="Square.OkHttp" version="2.4.0.3" />
16+
<group targetFramework="MonoAndroid">
17+
<dependency id="Square.OkHttp" version="2.4.0.3" />
18+
</group>
1719
</dependencies>
1820
</metadata>
1921

0 commit comments

Comments
 (0)