Skip to content

Commit e1190e5

Browse files
committed
0.9.11
1 parent 4951ed1 commit e1190e5

45 files changed

Lines changed: 276 additions & 194 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Src/SocketIoClientDotNet.Tests.mono/SocketIoClientDotNet.Tests.mono.csproj

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
34
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45
<PropertyGroup>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -11,6 +12,7 @@
1112
<AssemblyName>SocketIoClientDotNet.Tests.mono</AssemblyName>
1213
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1314
<FileAlignment>512</FileAlignment>
15+
<NuGetPackageImportStamp>56483a1c</NuGetPackageImportStamp>
1416
</PropertyGroup>
1517
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1618
<DebugSymbols>true</DebugSymbols>
@@ -30,13 +32,13 @@
3032
<WarningLevel>4</WarningLevel>
3133
</PropertyGroup>
3234
<ItemGroup>
33-
<Reference Include="EngineIoClientDotNet, Version=0.9.14.0, Culture=neutral, processorArchitecture=MSIL">
34-
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\SocketIoClientDotNet.mono\packages\EngineIoClientDotNet.0.9.14\lib\net45\EngineIoClientDotNet.dll</HintPath>
35+
<Reference Include="EngineIoClientDotNet, Version=0.9.18.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\SocketIoClientDotNet.mono\packages\EngineIoClientDotNet.0.9.18\lib\net45\EngineIoClientDotNet.dll</HintPath>
37+
<Private>True</Private>
3638
</Reference>
37-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\SocketIoClientDotNet.mono\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
39+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
40+
<HintPath>..\SocketIoClientDotNet.mono\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
41+
<Private>True</Private>
4042
</Reference>
4143
<Reference Include="System" />
4244
<Reference Include="System.Core" />
@@ -46,13 +48,21 @@
4648
<Reference Include="Microsoft.CSharp" />
4749
<Reference Include="System.Data" />
4850
<Reference Include="System.Xml" />
49-
<Reference Include="WebSocket4Net, Version=0.10.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
50-
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\SocketIoClientDotNet.mono\packages\WebSocket4Net.0.10\lib\net45\WebSocket4Net.dll</HintPath>
51+
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
52+
<HintPath>..\SocketIoClientDotNet.mono\packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath>
53+
<Private>True</Private>
5254
</Reference>
53-
<Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
54-
<SpecificVersion>False</SpecificVersion>
55-
<HintPath>..\SocketIoClientDotNet.mono\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
55+
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
56+
<HintPath>..\SocketIoClientDotNet.mono\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
57+
<Private>True</Private>
58+
</Reference>
59+
<Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
60+
<HintPath>..\SocketIoClientDotNet.mono\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
61+
<Private>True</Private>
62+
</Reference>
63+
<Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
64+
<HintPath>..\SocketIoClientDotNet.mono\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
65+
<Private>True</Private>
5666
</Reference>
5767
</ItemGroup>
5868
<ItemGroup>
@@ -86,9 +96,16 @@
8696
</ProjectReference>
8797
</ItemGroup>
8898
<ItemGroup>
99+
<None Include="app.config" />
89100
<None Include="packages.config" />
90101
</ItemGroup>
91102
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
104+
<PropertyGroup>
105+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
106+
</PropertyGroup>
107+
<Error Condition="!Exists('..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
108+
</Target>
92109
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93110
Other similar extension points exist, see Microsoft.Common.targets.
94111
<Target Name="BeforeBuild">
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly>
6+
<assemblyIdentity name="WebSocket4Net" publicKeyToken="eb4e154b696bf72a" culture="neutral" />
7+
<bindingRedirect oldVersion="0.0.0.0-0.12.0.0" newVersion="0.12.0.0" />
8+
</dependentAssembly>
9+
<dependentAssembly>
10+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
12+
</dependentAssembly>
13+
</assemblyBinding>
14+
</runtime>
15+
</configuration>
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.14" targetFramework="net45" />
4-
<package id="Newtonsoft.Json" version="6.0.6" targetFramework="net45" />
5-
<package id="WebSocket4Net" version="0.10" targetFramework="net45" />
6-
<package id="xunit" version="1.9.2" targetFramework="net45" />
3+
<package id="EngineIoClientDotNet" version="0.9.18" targetFramework="net45" />
4+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
5+
<package id="WebSocket4Net" version="0.12" targetFramework="net45" />
6+
<package id="xunit" version="2.0.0" targetFramework="net45" />
7+
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
8+
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
9+
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
10+
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
711
</packages>

Src/SocketIoClientDotNet.Tests.net35/SocketIoClientDotNet.Tests.net35.csproj

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL">
34-
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\SocketIoClientDotNet.net35\packages\EngineIoClientDotNet.0.9.17\lib\net35\EngineIoClientDotNet.dll</HintPath>
33+
<Reference Include="EngineIoClientDotNet, Version=0.9.18.0, Culture=neutral, processorArchitecture=MSIL">
34+
<HintPath>..\SocketIoClientDotNet.net35\packages\EngineIoClientDotNet.0.9.18\lib\net35\EngineIoClientDotNet.dll</HintPath>
35+
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\SocketIoClientDotNet.net35\packages\Newtonsoft.Json.6.0.8\lib\net35\Newtonsoft.Json.dll</HintPath>
37+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38+
<HintPath>..\SocketIoClientDotNet.net35\packages\Newtonsoft.Json.7.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
39+
<Private>True</Private>
4040
</Reference>
4141
<Reference Include="System" />
4242
<Reference Include="System.Core" />
@@ -48,12 +48,13 @@
4848
<Reference Include="System.Data.DataSetExtensions" />
4949
<Reference Include="System.Data" />
5050
<Reference Include="System.Xml" />
51-
<Reference Include="WebSocket4Net, Version=0.11.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
52-
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\SocketIoClientDotNet.net35\packages\WebSocket4Net.0.11\lib\net35\WebSocket4Net.dll</HintPath>
51+
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
52+
<HintPath>..\SocketIoClientDotNet.net35\packages\WebSocket4Net.0.12\lib\net35\WebSocket4Net.dll</HintPath>
53+
<Private>True</Private>
5454
</Reference>
55-
<Reference Include="xunit">
55+
<Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
5656
<HintPath>..\SocketIoClientDotNet.net35\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
57+
<Private>True</Private>
5758
</Reference>
5859
</ItemGroup>
5960
<ItemGroup>
@@ -82,7 +83,9 @@
8283
</ItemGroup>
8384
<ItemGroup>
8485
<None Include="app.config" />
85-
<None Include="packages.config" />
86+
<None Include="packages.config">
87+
<SubType>Designer</SubType>
88+
</None>
8689
</ItemGroup>
8790
<ItemGroup>
8891
<ProjectReference Include="..\SocketIoClientDotNet.net35\SocketIoClientDotNet.net35.csproj">

Src/SocketIoClientDotNet.Tests.net35/app.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="WebSocket4Net" publicKeyToken="eb4e154b696bf72a" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-0.11.0.0" newVersion="0.11.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-0.12.0.0" newVersion="0.12.0.0" />
8+
</dependentAssembly>
9+
<dependentAssembly>
10+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
812
</dependentAssembly>
913
</assemblyBinding>
1014
</runtime>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.17" targetFramework="net35" />
4-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net35" />
3+
<package id="EngineIoClientDotNet" version="0.9.18" targetFramework="net35" />
4+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net35" />
55
<package id="System.Threading.Tasks" version="3.1.1" targetFramework="net35" />
66
<package id="System.Threading.Tasks.Unofficial" version="3.1" targetFramework="net35" />
7-
<package id="WebSocket4Net" version="0.11" targetFramework="net35" />
7+
<package id="WebSocket4Net" version="0.12" targetFramework="net35" />
88
<package id="xunit" version="1.9.2" targetFramework="net35" />
99
</packages>

Src/SocketIoClientDotNet.Tests.net45/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Quobject Software")]
1111
[assembly: AssemblyProduct("SocketIoClientDotNet")]
12-
[assembly: AssemblyCopyright("Copyright © 2014")]
12+
[assembly: AssemblyCopyright("Copyright © 2015")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.9.9")]
35-
[assembly: AssemblyFileVersion("0.9.9")]
34+
[assembly: AssemblyVersion("0.9.11")]
35+
[assembly: AssemblyFileVersion("0.9.11")]

Src/SocketIoClientDotNet.Tests.net45/SocketIoClientDotNet.Tests.net45.csproj

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
34
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
45
<PropertyGroup>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -11,6 +12,7 @@
1112
<AssemblyName>SocketIoClientDotNet.Tests.net45</AssemblyName>
1213
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1314
<FileAlignment>512</FileAlignment>
15+
<NuGetPackageImportStamp>1dcc6d85</NuGetPackageImportStamp>
1416
</PropertyGroup>
1517
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1618
<DebugSymbols>true</DebugSymbols>
@@ -30,13 +32,13 @@
3032
<WarningLevel>4</WarningLevel>
3133
</PropertyGroup>
3234
<ItemGroup>
33-
<Reference Include="EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL">
34-
<SpecificVersion>False</SpecificVersion>
35-
<HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.0.9.17\lib\net45\EngineIoClientDotNet.dll</HintPath>
35+
<Reference Include="EngineIoClientDotNet, Version=0.9.18.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\SocketIoClientDotNet.net45\packages\EngineIoClientDotNet.0.9.18\lib\net45\EngineIoClientDotNet.dll</HintPath>
37+
<Private>True</Private>
3638
</Reference>
37-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
38-
<SpecificVersion>False</SpecificVersion>
39-
<HintPath>..\SocketIoClientDotNet.net45\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
39+
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
40+
<HintPath>..\SocketIoClientDotNet.net45\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
41+
<Private>True</Private>
4042
</Reference>
4143
<Reference Include="System" />
4244
<Reference Include="System.Core" />
@@ -46,12 +48,21 @@
4648
<Reference Include="Microsoft.CSharp" />
4749
<Reference Include="System.Data" />
4850
<Reference Include="System.Xml" />
49-
<Reference Include="WebSocket4Net, Version=0.11.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
50-
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\SocketIoClientDotNet.net45\packages\WebSocket4Net.0.11\lib\net45\WebSocket4Net.dll</HintPath>
51+
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
52+
<HintPath>..\SocketIoClientDotNet.net45\packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath>
53+
<Private>True</Private>
5254
</Reference>
53-
<Reference Include="xunit">
54-
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
55+
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
56+
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
57+
<Private>True</Private>
58+
</Reference>
59+
<Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
60+
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
61+
<Private>True</Private>
62+
</Reference>
63+
<Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
64+
<HintPath>..\SocketIoClientDotNet.net45\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
65+
<Private>True</Private>
5566
</Reference>
5667
</ItemGroup>
5768
<ItemGroup>
@@ -78,6 +89,12 @@
7889
<WCFMetadata Include="Service References\" />
7990
</ItemGroup>
8091
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
93+
<PropertyGroup>
94+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
95+
</PropertyGroup>
96+
<Error Condition="!Exists('..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\SocketIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
97+
</Target>
8198
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8299
Other similar extension points exist, see Microsoft.Common.targets.
83100
<Target Name="BeforeBuild">

Src/SocketIoClientDotNet.Tests.net45/app.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="WebSocket4Net" publicKeyToken="eb4e154b696bf72a" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-0.11.0.0" newVersion="0.11.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-0.12.0.0" newVersion="0.12.0.0" />
8+
</dependentAssembly>
9+
<dependentAssembly>
10+
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0" />
812
</dependentAssembly>
913
</assemblyBinding>
1014
</runtime>
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EngineIoClientDotNet" version="0.9.17" targetFramework="net45" />
4-
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
5-
<package id="WebSocket4Net" version="0.11" targetFramework="net45" />
6-
<package id="xunit" version="1.9.2" targetFramework="net45" />
3+
<package id="EngineIoClientDotNet" version="0.9.18" targetFramework="net45" />
4+
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
5+
<package id="WebSocket4Net" version="0.12" targetFramework="net45" />
6+
<package id="xunit" version="2.0.0" targetFramework="net45" />
7+
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
8+
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
9+
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
10+
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
711
</packages>

0 commit comments

Comments
 (0)