mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-13 13:52:16 +01:00
extracted httpclient dependancy
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>MediaBrowser.ApiClient</id>
|
||||
<version>3.0.0.2-beta</version>
|
||||
<version>3.0.0.4-beta</version>
|
||||
<title>MediaBrowser.ApiClient</title>
|
||||
<authors>Media Browser Team</authors>
|
||||
<owners>scottisafool,Luke</owners>
|
||||
@@ -12,13 +12,13 @@
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework4.5">
|
||||
<dependency id="ServiceStack.Text" version="3.9.37" />
|
||||
<dependency id="protobuf-net" version="2.0.0.621" />
|
||||
<dependency id="protobuf-net" version="2.0.0.621" />
|
||||
</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="protobuf-net" version="2.0.0.621" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user