1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Fix self contained mssqlmigratorutility (#2804)

* Fix self-contained mssqlmigratorutility

* Fix build

* Fix

* Fix
This commit is contained in:
Michał Chęciński
2023-03-15 16:57:36 +01:00
committed by GitHub
parent 1dc9aad1f1
commit e667908a06
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
</PropertyGroup>
<ItemGroup>
@ -12,4 +13,5 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
</ItemGroup>
</Project>