From fa7e6361591c9fcfc21f39e9a2a30440a2f177bd Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 10 Dec 2025 11:35:53 +0100 Subject: [PATCH] Update OpenApi and Abstractions package versions Bump Microsoft.AspNetCore.OpenApi to 10.0.1 in sample projects and SimpleAuthentication (net10.0). Update SimpleAuthenticationTools.Abstractions to 3.1.6 in SimpleAuthentication and SimpleAuthentication.Swashbuckle. No other changes included. --- 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 | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/Controllers/ApiKeySample/ApiKeySample.csproj b/samples/Controllers/ApiKeySample/ApiKeySample.csproj index f18c43c..c37d731 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 f18c43c..c37d731 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 f18c43c..c37d731 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 aa37ef7..1c877d9 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 aa37ef7..1c877d9 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 aa37ef7..1c877d9 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 340218f..89b252f 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 6e60cc4..e55bdb8 100644 --- a/src/SimpleAuthentication/SimpleAuthentication.csproj +++ b/src/SimpleAuthentication/SimpleAuthentication.csproj @@ -35,11 +35,11 @@ - + - +