<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\CommonG\CommonG.csproj" /> <ProjectReference Include="..\IOG\IOG.csproj" /> <ProjectReference Include="..\StringsG\StringsG.csproj" /> </ItemGroup> </Project>