<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Admin.Core.IService\Admin.Core.IService.csproj" /> <ProjectReference Include="..\Aucma.Core.HwPLc\Aucma.Core.HwPLc.csproj" /> <ProjectReference Include="..\Aucma.Core.PLc\Aucma.Core.PLc.csproj" /> </ItemGroup> </Project>