InABox.Client.WebSocket.csproj 466 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="websocketsharp.core" Version="1.0.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\InABox.Core\InABox.Core.csproj" />
  11. <ProjectReference Include="..\InABox.WebSocket.Shared\InABox.WebSocket.Shared.csproj" />
  12. </ItemGroup>
  13. </Project>