We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b797738 commit 08f039aCopy full SHA for 08f039a
1 file changed
ModernHttpClient.nuspec
@@ -13,7 +13,9 @@
13
<summary>Write your app using System.Net.Http, but drop this library in and it will go drastically faster.</summary>
14
<copyright>Copyright Paul Betts © 2012</copyright>
15
<dependencies>
16
- <dependency id="Square.OkHttp" version="2.4.0.3" />
+ <group targetFramework="MonoAndroid">
17
+ <dependency id="Square.OkHttp" version="2.4.0.3" />
18
+ </group>
19
</dependencies>
20
</metadata>
21
0 commit comments