aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScottIsAFool <scottisafool@live.co.uk>2013-02-25 22:58:58 +0000
committerScottIsAFool <scottisafool@live.co.uk>2013-02-25 22:58:58 +0000
commit835a71b0b236dc32100c4bcb248f178b45ec5238 (patch)
treed0caa90c2322bba5846b7d92aa62b508cc3ddb95
parente2aec81cae8f2f5cd6ea3290b5c55692bf55336c (diff)
ApiClient nuget package requires Common as a dependency.
-rw-r--r--Nuget/MediaBrowser.ApiClient.nuspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/Nuget/MediaBrowser.ApiClient.nuspec b/Nuget/MediaBrowser.ApiClient.nuspec
index 38f51a5cb..1b5aa1819 100644
--- a/Nuget/MediaBrowser.ApiClient.nuspec
+++ b/Nuget/MediaBrowser.ApiClient.nuspec
@@ -13,12 +13,14 @@
<group targetFramework=".NETFramework4.5">
<dependency id="ServiceStack.Text" version="3.9.37" />
<dependency id="protobuf-net" version="2.0.0.621" />
+ <dependency id="MediaBrowser.Common" version="3.0.6" />
</group>
<group targetFramework=".NETPortable0.0-net45+sl4+wp71+win8">
<dependency id="Newtonsoft.Json" version="4.5.11" />
<dependency id="Microsoft.Bcl.Async" version="1.0.14-rc" />
<dependency id="Microsoft.Net.Http" version="2.1.3-beta" />
<dependency id="protobuf-net" version="2.0.0.621" />
+ <dependency id="MediaBrowser.Common" version="3.0.6" />
</group>
</dependencies>
</metadata>