1
0
mirror of https://github.com/bitwarden/server synced 2026-01-11 21:13:50 +00:00

chore(deps): Move Cosmos cache to Auth ownership

This commit is contained in:
Todd Martin
2025-12-29 10:00:05 -05:00
committed by GitHub
parent 8a79bfa673
commit 0f104af921

View File

@@ -33,6 +33,7 @@
"Fido2.AspNet",
"Duende.IdentityServer",
"Microsoft.AspNetCore.Authentication.JwtBearer",
"Microsoft.Extensions.Caching.Cosmos",
"Microsoft.Extensions.Identity.Stores",
"Otp.NET",
"Sustainsys.Saml2.AspNetCore2",
@@ -113,7 +114,6 @@
"Microsoft.Extensions.DependencyInjection",
"Microsoft.Extensions.Logging",
"Microsoft.Extensions.Logging.Console",
"Microsoft.Extensions.Caching.Cosmos",
"Microsoft.Extensions.Caching.SqlServer",
"Microsoft.Extensions.Caching.StackExchangeRedis",
"Quartz",