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

validate bitwarden installation id

This commit is contained in:
Kyle Spearrin
2017-08-19 09:33:14 -04:00
parent c3edfbfc39
commit 0a8e831004
2 changed files with 61 additions and 9 deletions

View File

@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="dbup" Version="3.3.5" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.4.0" />
</ItemGroup>