InABox.Client.IPC.csproj 627 B

1234567891011121314151617181920
  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. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\InABox.Core\InABox.Core.csproj" />
  14. <ProjectReference Include="..\InABox.IPC.Shared\InABox.IPC.Shared.csproj" />
  15. </ItemGroup>
  16. </Project>