InABox.Server.WebSocket.csproj 507 B

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