mirror of
https://github.com/bitwarden/server
synced 2026-01-08 19:43:34 +00:00
19 lines
555 B
XML
19 lines
555 B
XML
<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.5]" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.1]" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="[8.0.1]" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|