<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <PackageReference Include="Autofac" Version="6.4.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\Core\Long.Utils\Long.Utils.csproj" /> <ProjectReference Include="..\Long.Common\Long.Common.csproj" /> <ProjectReference Include="..\Long.DAO\Long.DAO.csproj" /> </ItemGroup> </Project>