<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Engine.Core\Engine.Core.csproj" /> <ProjectReference Include="..\Engine.Systems\Engine.Systems.csproj" /> <ProjectReference Include="..\Engine.Physics2D\Engine.Physics2D.csproj" /> </ItemGroup> </Project>