1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

Add optins parsing nuget for msSqlMigratorUtility

This commit is contained in:
Michal Checinski
2023-09-01 17:20:36 +02:00
parent 50145fb06f
commit 3bbf36e69f
3 changed files with 34 additions and 51 deletions

View File

@ -10,6 +10,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandDotNet" Version="7.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
</ItemGroup>