1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 11:33:26 +00:00

Update code to log to Azure Cosmos DB (#1624)

* Update code to log to Azure Cosmos DB using latest SDK.
This commit is contained in:
Vince Grassia
2021-10-11 10:16:19 -04:00
committed by GitHub
parent 8a5a371a8f
commit fd6cdd019e
4 changed files with 31 additions and 25 deletions

View File

@@ -18,6 +18,7 @@
</Choose>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.21.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
</ItemGroup>