|
33 | 33 | <WarningLevel>4</WarningLevel>
|
34 | 34 | </PropertyGroup>
|
35 | 35 | <ItemGroup>
|
36 |
| - <Reference Include="EngineIoClientDotNet, Version=0.9.22.0, Culture=neutral, processorArchitecture=MSIL"> |
37 |
| - <HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.0.9.22\lib\net45\EngineIoClientDotNet.dll</HintPath> |
38 |
| - <Private>True</Private> |
| 36 | + <Reference Include="EngineIoClientDotNet, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.1.0.0.1-beta1\lib\net45\EngineIoClientDotNet.dll</HintPath> |
39 | 38 | </Reference>
|
40 |
| - <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
41 |
| - <HintPath>..\SocketIoClientDotNet.net45\packages\Newtonsoft.Json.8.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
42 |
| - <Private>True</Private> |
| 39 | + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\SocketIoClientDotNet.net45\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="SuperSocket.ClientEngine, Version=0.8.0.12, Culture=neutral, PublicKeyToken=ee9af13f57f00acc, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\SocketIoClientDotNet.net45\packages\SuperSocket.ClientEngine.Core.0.8.0.12\lib\net45\SuperSocket.ClientEngine.dll</HintPath> |
43 | 44 | </Reference>
|
44 | 45 | <Reference Include="System" />
|
| 46 | + <Reference Include="System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 47 | + <HintPath>..\SocketIoClientDotNet.net45\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
| 48 | + </Reference> |
45 | 49 | <Reference Include="System.Core" />
|
46 | 50 | <Reference Include="System.Web" />
|
47 | 51 | <Reference Include="System.Xml.Linq" />
|
48 | 52 | <Reference Include="System.Data.DataSetExtensions" />
|
49 | 53 | <Reference Include="Microsoft.CSharp" />
|
50 | 54 | <Reference Include="System.Data" />
|
51 | 55 | <Reference Include="System.Xml" />
|
52 |
| - <Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL"> |
53 |
| - <HintPath>..\SocketIoClientDotNet.net45\packages\WebSocket4Net.0.14.1\lib\net45\WebSocket4Net.dll</HintPath> |
54 |
| - <Private>True</Private> |
| 56 | + <Reference Include="WebSocket4Net, Version=0.15.0.9, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\SocketIoClientDotNet.net45\packages\WebSocket4Net.0.15.0-beta9\lib\net45\WebSocket4Net.dll</HintPath> |
55 | 58 | </Reference>
|
56 | 59 | <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
57 | 60 | <HintPath>..\SocketIoClientDotNet.net45\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
|
|
72 | 75 | </ItemGroup>
|
73 | 76 | <ItemGroup>
|
74 | 77 | <Compile Include="ClientTests\Connection.cs" />
|
| 78 | + <Compile Include="ClientTests\ConnectionConstants.cs" /> |
75 | 79 | <Compile Include="ClientTests\ServerConnectionTest.cs" />
|
76 | 80 | <Compile Include="ClientTests\UrlTest.cs" />
|
77 | 81 | <Compile Include="ModuleTests\HasBinaryDataTest.cs" />
|
|
0 commit comments