Skip to content

Commit 90dcb58

Browse files
committed
System.Collections.Generic.KeyNotFoundException #14
1 parent 45a2edc commit 90dcb58

File tree

48 files changed

+301
-225
lines changed

Some content is hidden

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

48 files changed

+301
-225
lines changed

Src/EngineIoClientDotNet.Tests.Xamarin-MonoTouch/EngineIoClientDotNet.Tests.Xamarin-MonoTouch.TestApp.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1212
<AssemblyName>EngineIoClientDotNetTestsXamarinMonoTouch</AssemblyName>
1313
<NuGetPackageImportStamp>ece89e4f</NuGetPackageImportStamp>
14+
<ProductVersion>8.0.30703</ProductVersion>
15+
<SchemaVersion>2.0</SchemaVersion>
1416
</PropertyGroup>
1517
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
1618
<DebugSymbols>true</DebugSymbols>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineIoClientDotNet.Tests.Xamarin-MonoTouch.TestApp", "EngineIoClientDotNet.Tests.Xamarin-MonoTouch.TestApp.csproj", "{A67E3D93-2C9F-4E45-AEED-A6E7AA629D59}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineIoClientDotNet.Xamarin-MonoTouch", "..\EngineIoClientDotNet.Xamarin-MonoTouch\EngineIoClientDotNet.Xamarin-MonoTouch.csproj", "{491F98D3-B919-452A-A604-F087061403A7}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
EndGlobalSection
13+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<Properties StartupItem="EngineIoClientDotNet.Tests.Xamarin-MonoTouch.TestApp.csproj">
2+
<MonoDevelop.Ide.Workspace />
3+
<MonoDevelop.Ide.Workbench ActiveDocument="..\EngineIoClientDotNet.Xamarin-MonoTouch\packages.config">
4+
<Files>
5+
<File FileName="..\EngineIoClientDotNet.mono\Client\Socket.cs" Line="1" Column="1" />
6+
<File FileName="..\EngineIoClientDotNet.Xamarin-MonoTouch\packages.config" Line="1" Column="1" />
7+
</Files>
8+
</MonoDevelop.Ide.Workbench>
9+
<MonoDevelop.Ide.DebuggingService.Breakpoints>
10+
<BreakpointStore />
11+
</MonoDevelop.Ide.DebuggingService.Breakpoints>
12+
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
13+
</Properties>

Src/EngineIoClientDotNet.Tests.net35/EngineIoClientDotNet.Tests.net35.csproj

+13-4
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="..\EngineIoClientDotNet.net35\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\EngineIoClientDotNet.net35\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.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,8 @@
1112
<AssemblyName>EngineIoClientDotNet.Tests.net35</AssemblyName>
1213
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1314
<FileAlignment>512</FileAlignment>
15+
<NuGetPackageImportStamp>
16+
</NuGetPackageImportStamp>
1417
</PropertyGroup>
1518
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1619
<DebugSymbols>true</DebugSymbols>
@@ -30,8 +33,8 @@
3033
<WarningLevel>4</WarningLevel>
3134
</PropertyGroup>
3235
<ItemGroup>
33-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
34-
<HintPath>..\EngineIoClientDotNet.net35\packages\Newtonsoft.Json.7.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
36+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
37+
<HintPath>..\EngineIoClientDotNet.net35\packages\Newtonsoft.Json.8.0.1\lib\net35\Newtonsoft.Json.dll</HintPath>
3538
<Private>True</Private>
3639
</Reference>
3740
<Reference Include="System" />
@@ -44,8 +47,8 @@
4447
<Reference Include="System.Data.DataSetExtensions" />
4548
<Reference Include="System.Data" />
4649
<Reference Include="System.Xml" />
47-
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
48-
<HintPath>..\EngineIoClientDotNet.net35\packages\WebSocket4Net.0.13.1\lib\net35\WebSocket4Net.dll</HintPath>
50+
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
51+
<HintPath>..\EngineIoClientDotNet.net35\packages\WebSocket4Net.0.14.1\lib\net35\WebSocket4Net.dll</HintPath>
4952
<Private>True</Private>
5053
</Reference>
5154
</ItemGroup>
@@ -78,6 +81,12 @@
7881
</ItemGroup>
7982
<ItemGroup />
8083
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
85+
<PropertyGroup>
86+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
87+
</PropertyGroup>
88+
<Error Condition="!Exists('..\EngineIoClientDotNet.net35\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\EngineIoClientDotNet.net35\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
89+
</Target>
8190
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8291
Other similar extension points exist, see Microsoft.Common.targets.
8392
<Target Name="BeforeBuild">
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net35" />
4-
<package id="System.Threading.Tasks" version="3.1.1" targetFramework="net35" />
3+
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net35" />
54
<package id="System.Threading.Tasks.Unofficial" version="3.1" targetFramework="net35" />
6-
<package id="WebSocket4Net" version="0.13.1" targetFramework="net35" />
5+
<package id="WebSocket4Net" version="0.14.1" targetFramework="net35" />
6+
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net35" />
77
</packages>

Src/EngineIoClientDotNet.Tests.net40/EngineIoClientDotNet.Tests.net40.csproj

+16-11
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="..\EngineIoClientDotNet.net40\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\EngineIoClientDotNet.net40\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.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,8 @@
1112
<AssemblyName>EngineIoClientDotNet.Tests.net40</AssemblyName>
1213
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1314
<FileAlignment>512</FileAlignment>
15+
<NuGetPackageImportStamp>
16+
</NuGetPackageImportStamp>
1417
</PropertyGroup>
1518
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1619
<DebugSymbols>true</DebugSymbols>
@@ -30,8 +33,8 @@
3033
<WarningLevel>4</WarningLevel>
3134
</PropertyGroup>
3235
<ItemGroup>
33-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
34-
<HintPath>..\EngineIoClientDotNet.net40\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
36+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
37+
<HintPath>..\EngineIoClientDotNet.net40\packages\Newtonsoft.Json.8.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
3538
<Private>True</Private>
3639
</Reference>
3740
<Reference Include="System" />
@@ -41,12 +44,8 @@
4144
<Reference Include="Microsoft.CSharp" />
4245
<Reference Include="System.Data" />
4346
<Reference Include="System.Xml" />
44-
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
45-
<HintPath>..\EngineIoClientDotNet.net40\packages\WebSocket4Net.0.13.1\lib\net40\WebSocket4Net.dll</HintPath>
46-
<Private>True</Private>
47-
</Reference>
48-
<Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
49-
<HintPath>..\EngineIoClientDotNet.net40\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
47+
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
48+
<HintPath>..\EngineIoClientDotNet.net40\packages\WebSocket4Net.0.14.1\lib\net40\WebSocket4Net.dll</HintPath>
5049
<Private>True</Private>
5150
</Reference>
5251
</ItemGroup>
@@ -98,16 +97,22 @@
9897
</Compile>
9998
<Compile Include="Properties\AssemblyInfo.cs" />
10099
</ItemGroup>
101-
<ItemGroup>
102-
<None Include="packages.config" />
103-
</ItemGroup>
104100
<ItemGroup>
105101
<ProjectReference Include="..\EngineIoClientDotNet.net40\EngineIoClientDotNet.net40.csproj">
106102
<Project>{833dbca1-0b01-4477-9937-a8e50e426ee5}</Project>
107103
<Name>EngineIoClientDotNet.net40</Name>
108104
</ProjectReference>
109105
</ItemGroup>
106+
<ItemGroup>
107+
<None Include="packages.config" />
108+
</ItemGroup>
110109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
111+
<PropertyGroup>
112+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
113+
</PropertyGroup>
114+
<Error Condition="!Exists('..\EngineIoClientDotNet.net40\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\EngineIoClientDotNet.net40\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
115+
</Target>
111116
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112117
Other similar extension points exist, see Microsoft.Common.targets.
113118
<Target Name="BeforeBuild">
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net40" />
4-
<package id="WebSocket4Net" version="0.13.1" targetFramework="net40" />
5-
<package id="xunit" version="1.9.2" targetFramework="net40" />
3+
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net40" />
4+
<package id="WebSocket4Net" version="0.14.1" targetFramework="net40" />
5+
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net40" />
66
</packages>

Src/EngineIoClientDotNet.Tests.net45/EngineIoClientDotNet.Tests.net45.csproj

+15-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" />
4-
<Import Project="..\EngineIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\EngineIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
3+
<Import Project="..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" />
54
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
65
<PropertyGroup>
76
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -13,7 +12,8 @@
1312
<AssemblyName>EngineIoClientDotNet.Tests.net45</AssemblyName>
1413
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1514
<FileAlignment>512</FileAlignment>
16-
<NuGetPackageImportStamp>9da6ed23</NuGetPackageImportStamp>
15+
<NuGetPackageImportStamp>
16+
</NuGetPackageImportStamp>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1919
<DebugSymbols>true</DebugSymbols>
@@ -33,8 +33,8 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
37-
<HintPath>..\EngineIoClientDotNet.net45\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
36+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
37+
<HintPath>..\EngineIoClientDotNet.net45\packages\Newtonsoft.Json.8.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="System" />
@@ -43,12 +43,16 @@
4343
<HintPath>..\EngineIoClientDotNet.net45\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
46-
<Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
47-
<HintPath>..\EngineIoClientDotNet.net45\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
46+
<Reference Include="xunit.assert, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
47+
<HintPath>..\EngineIoClientDotNet.net45\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
50-
<Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
51-
<HintPath>..\EngineIoClientDotNet.net45\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
50+
<Reference Include="xunit.core, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
51+
<HintPath>..\EngineIoClientDotNet.net45\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath>
52+
<Private>True</Private>
53+
</Reference>
54+
<Reference Include="xunit.execution.desktop, Version=2.1.0.3179, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
55+
<HintPath>..\EngineIoClientDotNet.net45\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath>
5256
<Private>True</Private>
5357
</Reference>
5458
</ItemGroup>
@@ -118,10 +122,9 @@
118122
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119123
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
120124
<PropertyGroup>
121-
<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>
125+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
122126
</PropertyGroup>
123-
<Error Condition="!Exists('..\EngineIoClientDotNet.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)', '..\EngineIoClientDotNet.net45\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
124-
<Error Condition="!Exists('..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props'))" />
127+
<Error Condition="!Exists('..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\EngineIoClientDotNet.net45\packages\xunit.runner.visualstudio.2.1.0\build\net20\xunit.runner.visualstudio.props'))" />
125128
</Target>
126129
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
127130
Other similar extension points exist, see Microsoft.Common.targets.
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
4-
<package id="xunit" version="2.0.0" targetFramework="net45" />
3+
<package id="Newtonsoft.Json" version="8.0.1" targetFramework="net45" />
4+
<package id="xunit" version="2.1.0" targetFramework="net45" />
55
<package id="xunit.abstractions" version="2.0.0" targetFramework="net45" />
6-
<package id="xunit.assert" version="2.0.0" targetFramework="net45" />
7-
<package id="xunit.core" version="2.0.0" targetFramework="net45" />
8-
<package id="xunit.extensibility.core" version="2.0.0" targetFramework="net45" />
9-
<package id="xunit.runner.visualstudio" version="2.0.1" targetFramework="net45" />
6+
<package id="xunit.assert" version="2.1.0" targetFramework="net45" />
7+
<package id="xunit.core" version="2.1.0" targetFramework="net45" />
8+
<package id="xunit.extensibility.core" version="2.1.0" targetFramework="net45" />
9+
<package id="xunit.extensibility.execution" version="2.1.0" targetFramework="net45" />
10+
<package id="xunit.runner.visualstudio" version="2.1.0" targetFramework="net45" />
1011
</packages>

Src/EngineIoClientDotNet.Xamarin-Android/EngineIoClientDotNet.Xamarin-Android.csproj

+8-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<FileAlignment>512</FileAlignment>
1414
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1515
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
16-
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
16+
<TargetFrameworkVersion>v5.1</TargetFrameworkVersion>
1717
</PropertyGroup>
1818
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1919
<DebugSymbols>true</DebugSymbols>
@@ -32,14 +32,16 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
36+
<HintPath>packages\Newtonsoft.Json.8.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
37+
<Private>True</Private>
38+
</Reference>
3539
<Reference Include="System" />
3640
<Reference Include="System.Core" />
3741
<Reference Include="Mono.Android" />
38-
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
39-
<HintPath>packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
40-
</Reference>
41-
<Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a">
42-
<HintPath>packages\WebSocket4Net.0.13.1\lib\monoandroid23\WebSocket4Net.dll</HintPath>
42+
<Reference Include="WebSocket4Net, Version=0.14.1.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
43+
<HintPath>packages\WebSocket4Net.0.14.1\lib\monoandroid23\WebSocket4Net.dll</HintPath>
44+
<Private>True</Private>
4345
</Reference>
4446
</ItemGroup>
4547
<ItemGroup>

0 commit comments

Comments
 (0)