<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Migrator\Migrator.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="CommandDotNet" Version="7.0.2" /> <PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> </ItemGroup> </Project>