From 04cf97a345ff6f51687796b5d195c85bd703573d Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 15 Apr 2026 11:28:19 +0200 Subject: [PATCH] Update JwtBearer package to latest patch versions Updated Microsoft.AspNetCore.Authentication.JwtBearer NuGet package references in SimpleAuthentication.Abstractions.csproj to the latest patch versions for .NET 8.0, 9.0, and 10.0. This ensures the project uses the most recent security and bug fixes. --- .../SimpleAuthentication.Abstractions.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj b/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj index ff7fe75..48d4bda 100644 --- a/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj +++ b/src/SimpleAuthentication.Abstractions/SimpleAuthentication.Abstractions.csproj @@ -28,15 +28,15 @@ - + - + - +