Knocks/BackEnd/WebSocket.Clients/WebSocket.Clients.csproj

23 lines
725 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<ApplicationIcon />
<StartupObject />
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bitfinex.Client.Websocket" Version="1.0.27" />
<PackageReference Include="Bittrex.Net" Version="2.1.5" />
<PackageReference Include="Microsoft.AspNet.SignalR.Client" Version="2.2.3" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="WebSocket4Net" Version="0.15.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WebSocket.Interfaces\WebSocket.Interfaces.csproj" />
</ItemGroup>
</Project>