Skip to content

Commit 3de492e

Browse files
committed
v1.0.0-beta0
1 parent 9069fa2 commit 3de492e

25 files changed

+91
-2233
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In linux this will stop after starting test server. Start xunit tests within a n
6767
grunt testClient
6868
```
6969
## Framework Versions
70-
.Net Framework 3.5, .Net Framework 4.5, Windows 8, Windows 8.1, Windows Phone 8, Windows Phone 8.1, Mono, MonoAndroid, MonoTouch, Xamarin.iOS
70+
.NETFramework v3.5, .NETFramework v4.0, .NETFramework v4.4, .NETStandard v1.3,
7171

7272

7373
## License
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,19 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
28-
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" />
2928
<PackageReference Include="xunit" Version="2.2.0" />
3029
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
3130
</ItemGroup>
3231

32+
<ItemGroup>
33+
<ProjectReference Include="..\EngineIoClientDotNet.netstandard1.3\EngineIoClientDotNet.netstandard1.3.csproj" />
34+
</ItemGroup>
35+
3336
<ItemGroup>
3437
<Folder Include="ModulesTests\" />
35-
<Folder Include="ThreadTests\" />
3638
<Folder Include="ParserTests\" />
3739
<Folder Include="ComponentEmitterTests\" />
3840
<Folder Include="ClientTests\" />
3941
</ItemGroup>
4042

41-
<ItemGroup>
42-
<ProjectReference Include="..\EngineIoClientDotNet.netcoreapp1.1\EngineIoClientDotNet.netcoreapp1.1.csproj" />
43-
</ItemGroup>
44-
4543
</Project>

0 commit comments

Comments
 (0)