Skip to content

Commit 2156b3b

Browse files
committed
1 parent 31194f3 commit 2156b3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Src/SocketIoClientDotNet.net40/SocketIoClientDotNet.net40.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="EngineIoClientDotNet, Version=0.9.21.0, Culture=neutral, processorArchitecture=MSIL">
34-
<HintPath>packages\EngineIoClientDotNet.0.9.21\lib\net40\EngineIoClientDotNet.dll</HintPath>
33+
<Reference Include="EngineIoClientDotNet, Version=0.9.22.0, Culture=neutral, processorArchitecture=MSIL">
34+
<HintPath>packages\EngineIoClientDotNet.0.9.22\lib\net40\EngineIoClientDotNet.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="Newtonsoft.Json">
38-
<HintPath>packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
37+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38+
<HintPath>packages\Newtonsoft.Json.8.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
39+
<Private>True</Private>
3940
</Reference>
4041
<Reference Include="System" />
4142
<Reference Include="System.Core" />
@@ -44,8 +45,8 @@
4445
<Reference Include="Microsoft.CSharp" />
4546
<Reference Include="System.Data" />
4647
<Reference Include="System.Xml" />
47-
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
48-
<HintPath>packages\WebSocket4Net.0.13.1\lib\net40\WebSocket4Net.dll</HintPath>
48+
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
49+
<HintPath>packages\WebSocket4Net.0.14.1\lib\net40\WebSocket4Net.dll</HintPath>
4950
<Private>True</Private>
5051
</Reference>
5152
</ItemGroup>
@@ -94,7 +95,6 @@
9495
<ItemGroup>
9596
<None Include="packages.config" />
9697
</ItemGroup>
97-
<ItemGroup />
9898
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9999
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100100
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)