From 529f094f7884c223f774581c306d81ab06f08af7 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 10 Sep 2025 11:16:47 +0200 Subject: [PATCH] Update package versions for OpenApi and Swashbuckle - Updated `Microsoft.AspNetCore.OpenApi` from `9.0.8` to `9.0.9` in multiple projects. - Changed version range for `Microsoft.AspNetCore.OpenApi` in `Net8JwtBearerSample.csproj` from `[8.0.19,9.0.0)` to `[8.0.20,9.0.0)`. - Upgraded `SimpleAuthenticationTools.Abstractions` from `3.0.10` to `3.0.12` in `SimpleAuthentication.Swashbuckle.csproj` and from `3.0.11` to `3.0.12` in `SimpleAuthentication.csproj`. - Updated `Swashbuckle.AspNetCore.SwaggerGen` from `9.0.3` to `9.0.4` in `SimpleAuthentication.Swashbuckle.csproj`. - `Swashbuckle.AspNetCore.SwaggerUI` version remains at `9.0.4`. --- 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 +- .../Net8JwtBearerSample/Net8JwtBearerSample.csproj | 2 +- .../SimpleAuthentication.Swashbuckle.csproj | 4 ++-- src/SimpleAuthentication/SimpleAuthentication.csproj | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/samples/Controllers/ApiKeySample/ApiKeySample.csproj b/samples/Controllers/ApiKeySample/ApiKeySample.csproj index 7d849aa..7f34c8f 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 7d849aa..7f34c8f 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 7d849aa..7f34c8f 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 7d849aa..7f34c8f 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 7d849aa..7f34c8f 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 678312a..407bc22 100644 --- a/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj +++ b/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj @@ -7,7 +7,7 @@ - + diff --git a/samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj b/samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj index 7884956..ad43b10 100644 --- a/samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj +++ b/samples/MinimalApis/Net8JwtBearerSample/Net8JwtBearerSample.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj index c16cc73..694b6d8 100644 --- a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj +++ b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj @@ -32,8 +32,8 @@ - - + + diff --git a/src/SimpleAuthentication/SimpleAuthentication.csproj b/src/SimpleAuthentication/SimpleAuthentication.csproj index 800ef2c..5adb283 100644 --- a/src/SimpleAuthentication/SimpleAuthentication.csproj +++ b/src/SimpleAuthentication/SimpleAuthentication.csproj @@ -31,11 +31,11 @@ - + - +