aspnetcore/samples/WebSocketSample/WebSocketSample.csproj

13 lines
285 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Net.WebSockets.Client" Version="4.3.0-*" />
</ItemGroup>
</Project>