InABox.IPC.Shared.csproj 651 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. <ProjectReference Include="..\InABox.Database\InABox.Database.csproj" />
  9. <ProjectReference Include="..\InABox.Formatters.Core\InABox.Formatters.Core.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <PackageReference Include="H.Pipes" Version="15.0.0" />
  13. <PackageReference Include="MessagePack.Annotations" Version="2.5.192" />
  14. <PackageReference Include="System.Collections.Immutable" Version="9.0.6" />
  15. </ItemGroup>
  16. </Project>