2023-03-07 14:10:34 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-03-15 16:57:36 +01:00
|
|
|
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
2023-03-07 14:10:34 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Migrator\Migrator.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-05-24 14:37:03 +02:00
|
|
|
<PackageReference Include="CommandDotNet" Version="7.0.4" />
|
2024-02-13 20:34:55 +01:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
|
2023-03-07 14:10:34 +01:00
|
|
|
</ItemGroup>
|
2023-03-15 16:57:36 +01:00
|
|
|
|
2023-03-07 14:10:34 +01:00
|
|
|
</Project>
|