Skip to content

Commit 6bd5df5

Browse files
author
Elad Zelingher
committed
Applying previous patch also to pcl tests
1 parent 51a7131 commit 6bd5df5

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

src/pcl/Tests/WampSharp.Tests.Wampv2/WampSharp.Tests.Wampv2.csproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@
5050
</Reference>
5151
<Reference Include="System" />
5252
<Reference Include="System.Core" />
53-
<Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54-
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
53+
<Reference Include="System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
54+
<HintPath>..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath>
55+
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
58-
<SpecificVersion>False</SpecificVersion>
59-
<HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
57+
<Reference Include="System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
58+
<HintPath>..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath>
59+
<Private>True</Private>
60+
</Reference>
61+
<Reference Include="System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
62+
<HintPath>..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath>
63+
<Private>True</Private>
6064
</Reference>
6165
<Reference Include="System.Runtime.Serialization" />
6266
<Reference Include="System.Xml.Linq" />

src/pcl/Tests/WampSharp.Tests.Wampv2/packages.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
55
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="net45" />
66
<package id="NUnit" version="2.6.4" targetFramework="net45" />
7+
<package id="System.Reactive.Core" version="3.0.0" targetFramework="net45" />
8+
<package id="System.Reactive.Interfaces" version="3.0.0" targetFramework="net45" />
9+
<package id="System.Reactive.Linq" version="3.0.0" targetFramework="net45" />
710
</packages>

0 commit comments

Comments
 (0)