| 12345678910111213141516171819 | <Project Sdk="Microsoft.NET.Sdk">  <PropertyGroup>    <TargetFramework>net8.0</TargetFramework>    <ImplicitUsings>enable</ImplicitUsings>    <Nullable>enable</Nullable>  </PropertyGroup>  <ItemGroup>    <PackageReference Include="H.Formatters.BinaryFormatter" Version="2.0.59" />    <PackageReference Include="H.Pipes" Version="2.0.59" />    <PackageReference Include="System.Collections.Immutable" Version="9.0.0-preview.4.24266.19" />  </ItemGroup>  <ItemGroup>    <ProjectReference Include="..\InABox.IPC.Shared\InABox.IPC.Shared.csproj" />  </ItemGroup></Project>
 |