<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="MemoryPack" /> <PackageReference Include="NetMQ" /> <PackageReference Include="Serilog" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Phantom.Utils.Actor\Phantom.Utils.Actor.csproj" /> <ProjectReference Include="..\Phantom.Utils\Phantom.Utils.csproj" /> <ProjectReference Include="..\Phantom.Utils.Logging\Phantom.Utils.Logging.csproj" /> </ItemGroup> </Project>