aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-27 21:13:17 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-27 21:13:17 -0500
commitead082ee3bd2160351348107308d329bc55e7c5d (patch)
treef3d84acea9b8e4ef00f430d8b8b85140287b406f
parent059dc1a2e491c4c79d6ae927283e2548f292a558 (diff)
Object cache overhaul and logger updates
-rw-r--r--Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj b/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj
index e49f305..8063022 100644
--- a/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj
+++ b/Libs/VNLib.Plugins.Essentials.Oauth/src/VNLib.Plugins.Essentials.Oauth.csproj
@@ -41,7 +41,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.11" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.13" />
</ItemGroup>
<ItemGroup>