Adding reference to System.Net.WebSockets.Client in test library (#299)

Adding reference to System.Net.WebSockets.Client in test library.
Takes care of failing test added in #288
This commit is contained in:
Neeraj Makam 2017-09-08 14:15:25 -07:00 коммит произвёл GitHub
Родитель b4285e5b43
Коммит 6af10c6587
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.0" />
<PackageReference Include="xunit" Version="2.2.0" />