You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
549 B
18 lines
549 B
<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.4" /> |
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" /> |
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.1" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|