|
@@ -2,7 +2,7 @@
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
|
<metadata>
|
|
|
<id>MediaBrowser.Common</id>
|
|
|
- <version>3.0.111</version>
|
|
|
+ <version>3.0.112</version>
|
|
|
<title>MediaBrowser.Common</title>
|
|
|
<authors>Media Browser Team</authors>
|
|
|
<owners>ebr,Luke,scottisafool</owners>
|
|
@@ -12,7 +12,12 @@
|
|
|
<description>Contains common model objects and interfaces used by all Media Browser solutions.</description>
|
|
|
<copyright>Copyright © Media Browser 2013</copyright>
|
|
|
<dependencies>
|
|
|
- <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
|
|
|
+ <group targetFramework=".NETFramework4.5">
|
|
|
+ <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
|
|
|
+ </group>
|
|
|
+ <group targetFramework=".NETPortable0.0-net45+sl4+wp71+win8">
|
|
|
+ <dependency id="Microsoft.Bcl.Async" version="1.0.16" />
|
|
|
+ </group>
|
|
|
</dependencies>
|
|
|
</metadata>
|
|
|
<files>
|