diff options
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/MediaBrowser.Common.csproj | 15 | ||||
| -rw-r--r-- | MediaBrowser.Common/packages.config | 6 |
2 files changed, 14 insertions, 7 deletions
diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index bd3a58c04..6d7037e22 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -33,18 +33,23 @@ <ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
- <Reference Include="ServiceStack.Text, Version=3.9.4.0, Culture=neutral, processorArchitecture=MSIL">
+ <Reference Include="ServiceStack.Text, Version=3.9.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\ServiceStack.Text.3.9.4\lib\net35\ServiceStack.Text.dll</HintPath>
+ <HintPath>..\packages\ServiceStack.Text.3.9.5\lib\net35\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
- <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
+ <Reference Include="System.Reactive.Core">
+ <HintPath>..\packages\Rx-Core.2.0.20814\lib\Net45\System.Reactive.Core.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Reactive.Interfaces">
+ <HintPath>..\packages\Rx-Interfaces.2.0.20814\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Reactive.Linq">
+ <HintPath>..\packages\Rx-Linq.2.0.20814\lib\Net45\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Remoting" />
<Reference Include="System.Xaml" />
diff --git a/MediaBrowser.Common/packages.config b/MediaBrowser.Common/packages.config index ad9f8efad..6d863a76a 100644 --- a/MediaBrowser.Common/packages.config +++ b/MediaBrowser.Common/packages.config @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="utf-8"?>
<packages>
- <package id="Rx-Main" version="1.0.11226" targetFramework="net45" />
- <package id="ServiceStack.Text" version="3.9.4" targetFramework="net45" />
+ <package id="Rx-Core" version="2.0.20814" targetFramework="net45" />
+ <package id="Rx-Interfaces" version="2.0.20814" targetFramework="net45" />
+ <package id="Rx-Linq" version="2.0.20814" targetFramework="net45" />
+ <package id="ServiceStack.Text" version="3.9.5" targetFramework="net45" />
</packages>
\ No newline at end of file |
