|
30 | 30 | <WarningLevel>4</WarningLevel> |
31 | 31 | </PropertyGroup> |
32 | 32 | <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> |
35 | 35 | <Private>True</Private> |
36 | 36 | </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> |
39 | 40 | </Reference> |
40 | 41 | <Reference Include="System" /> |
41 | 42 | <Reference Include="System.Core" /> |
|
44 | 45 | <Reference Include="Microsoft.CSharp" /> |
45 | 46 | <Reference Include="System.Data" /> |
46 | 47 | <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> |
49 | 50 | <Private>True</Private> |
50 | 51 | </Reference> |
51 | 52 | </ItemGroup> |
|
94 | 95 | <ItemGroup> |
95 | 96 | <None Include="packages.config" /> |
96 | 97 | </ItemGroup> |
97 | | - <ItemGroup /> |
98 | 98 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
99 | 99 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
100 | 100 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments