Skip to content

Commit

Permalink
v1.0.0-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattqs committed Jul 20, 2017
1 parent 9069fa2 commit 3de492e
Show file tree
Hide file tree
Showing 25 changed files with 91 additions and 2,233 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In linux this will stop after starting test server. Start xunit tests within a n
grunt testClient
```
## Framework Versions
.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
.NETFramework v3.5, .NETFramework v4.0, .NETFramework v4.4, .NETStandard v1.3,


## License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,19 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="System.Collections.Immutable" Version="1.3.1" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EngineIoClientDotNet.netstandard1.3\EngineIoClientDotNet.netstandard1.3.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="ModulesTests\" />
<Folder Include="ThreadTests\" />
<Folder Include="ParserTests\" />
<Folder Include="ComponentEmitterTests\" />
<Folder Include="ClientTests\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\EngineIoClientDotNet.netcoreapp1.1\EngineIoClientDotNet.netcoreapp1.1.csproj" />
</ItemGroup>

</Project>
Loading

0 comments on commit 3de492e

Please sign in to comment.