From b926b44000a7f6875e354192b1e57e91d1035a19 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Wed, 9 Jul 2025 12:12:05 +0200 Subject: [PATCH] Update package references across multiple projects Updated `Microsoft.AspNetCore.OpenApi` to version `9.0.7` in several sample projects. Adjusted version range in `Net8JwtBearerSample.csproj` to `[8.0.18,9.0.0)`. Increased `SimpleAuthenticationTools.Abstractions` version to `3.0.10` and updated `Swashbuckle.AspNetCore.SwaggerGen` to `9.0.3` in `SimpleAuthentication.Swashbuckle.csproj` and `SimpleAuthentication.csproj`. --- 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 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj b/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj index f448ae1..f703422 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 f448ae1..f703422 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 86d0d92..f298eeb 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 220c8a0..6210d1b 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 9a7ea4a..c16cc73 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 1b15b1e..d49178e 100644 --- a/src/SimpleAuthentication/SimpleAuthentication.csproj +++ b/src/SimpleAuthentication/SimpleAuthentication.csproj @@ -31,11 +31,11 @@ - + - +