InABox.Client.IPC.csproj 698 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="H.Formatters.Ceras" Version="2.0.42" />
  9. <PackageReference Include="H.Pipes" Version="2.0.51" />
  10. <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
  11. <PackageReference Include="websocketsharp.core" Version="1.0.0" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\InABox.Core\InABox.Core.csproj" />
  15. <ProjectReference Include="..\InABox.IPC.Shared\InABox.IPC.Shared.csproj" />
  16. </ItemGroup>
  17. </Project>