InABox.Client.IPC.csproj 655 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="H.Formatters.MessagePack" Version="15.0.0" />
  9. <PackageReference Include="H.Pipes" Version="15.0.0" />
  10. <PackageReference Include="System.Collections.Immutable" Version="9.0.6" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\InABox.Formatters.Core\InABox.Formatters.Core.csproj" />
  14. <ProjectReference Include="..\InABox.IPC.Shared\InABox.IPC.Shared.csproj" />
  15. </ItemGroup>
  16. </Project>