From 96a8f1bb24fee96edcc2db7268271a8072c21caa Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 15 Apr 2026 11:36:41 +0200 Subject: [PATCH] Update NuGet package versions in sample and core projects Updated Microsoft.AspNetCore.OpenApi to 10.0.6 in sample projects and to 9.0.15/10.0.6 in SimpleAuthentication.csproj. Updated SimpleAuthenticationTools.Abstractions to 3.1.12 in SimpleAuthentication and SimpleAuthentication.Swashbuckle projects. No other changes made. --- samples/Controllers/ApiKeySample/ApiKeySample.csproj | 2 +- .../BasicAuthenticationSample.csproj | 2 +- samples/Controllers/JwtBearerSample/JwtBearerSample.csproj | 2 +- samples/MinimalApis/ApiKeySample/ApiKeySample.csproj | 2 +- .../BasicAuthenticationSample.csproj | 2 +- samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj | 2 +- .../SimpleAuthentication.Swashbuckle.csproj | 2 +- src/SimpleAuthentication/SimpleAuthentication.csproj | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/Controllers/ApiKeySample/ApiKeySample.csproj b/samples/Controllers/ApiKeySample/ApiKeySample.csproj index 3052b54..a312592 100644 --- a/samples/Controllers/ApiKeySample/ApiKeySample.csproj +++ b/samples/Controllers/ApiKeySample/ApiKeySample.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj b/samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj index 3052b54..a312592 100644 --- a/samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj +++ b/samples/Controllers/BasicAuthenticationSample/BasicAuthenticationSample.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/Controllers/JwtBearerSample/JwtBearerSample.csproj b/samples/Controllers/JwtBearerSample/JwtBearerSample.csproj index 3052b54..a312592 100644 --- a/samples/Controllers/JwtBearerSample/JwtBearerSample.csproj +++ b/samples/Controllers/JwtBearerSample/JwtBearerSample.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj b/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj index 8e34124..b50f1e3 100644 --- a/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj +++ b/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj b/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj index 8e34124..b50f1e3 100644 --- a/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj +++ b/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj b/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj index 8e34124..b50f1e3 100644 --- a/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj +++ b/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj index b4fe208..c05a05e 100644 --- a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj +++ b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/SimpleAuthentication/SimpleAuthentication.csproj b/src/SimpleAuthentication/SimpleAuthentication.csproj index caa67ac..aef11b0 100644 --- a/src/SimpleAuthentication/SimpleAuthentication.csproj +++ b/src/SimpleAuthentication/SimpleAuthentication.csproj @@ -31,15 +31,15 @@ - + - + - +