mirror of
https://github.com/bitwarden/server.git
synced 2024-11-27 13:05:23 +01:00
e667908a06
* Fix self-contained mssqlmigratorutility * Fix build * Fix * Fix
18 lines
501 B
XML
18 lines
501 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="Microsoft.Extensions.Logging" Version="6.0.0" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|