From 5d6a1e34c47c2ca1634470a509cdaf66858c0971 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Tue, 15 Oct 2024 14:48:02 +0200 Subject: [PATCH] Update Swashbuckle.AspNetCore packages to 6.9.0 Updated Swashbuckle.AspNetCore from 6.8.1 to 6.9.0 across multiple .csproj files: - ApiKeySample.csproj - BasicAuthenticationSample.csproj - JwtBearerSample.csproj In JwtBearerSample.csproj, also updated Swashbuckle.AspNetCore.Annotations from 6.8.1 to 6.9.0. In SimpleAuthentication.csproj, updated Swashbuckle.AspNetCore.SwaggerGen from 6.8.1 to 6.9.0. --- samples/Controllers/ApiKeySample/ApiKeySample.csproj | 2 +- .../BasicAuthenticationSample.csproj | 2 +- samples/Controllers/JwtBearerSample/JwtBearerSample.csproj | 4 ++-- samples/MinimalApis/ApiKeySample/ApiKeySample.csproj | 2 +- .../BasicAuthenticationSample.csproj | 2 +- samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj | 2 +- src/SimpleAuthentication/SimpleAuthentication.csproj | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/Controllers/ApiKeySample/ApiKeySample.csproj b/samples/Controllers/ApiKeySample/ApiKeySample.csproj index 1128a76..3443f0e 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 1128a76..3443f0e 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 678d26f..81d2c54 100644 --- a/samples/Controllers/JwtBearerSample/JwtBearerSample.csproj +++ b/samples/Controllers/JwtBearerSample/JwtBearerSample.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj b/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj index 9a0c8b7..e28b8e5 100644 --- a/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj +++ b/samples/MinimalApis/ApiKeySample/ApiKeySample.csproj @@ -8,7 +8,7 @@ - + diff --git a/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj b/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj index 9a0c8b7..e28b8e5 100644 --- a/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj +++ b/samples/MinimalApis/BasicAuthenticationSample/BasicAuthenticationSample.csproj @@ -8,7 +8,7 @@ - + diff --git a/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj b/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj index 9a0c8b7..e28b8e5 100644 --- a/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj +++ b/samples/MinimalApis/JwtBearerSample/JwtBearerSample.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/SimpleAuthentication/SimpleAuthentication.csproj b/src/SimpleAuthentication/SimpleAuthentication.csproj index 66d9777..5fc419d 100644 --- a/src/SimpleAuthentication/SimpleAuthentication.csproj +++ b/src/SimpleAuthentication/SimpleAuthentication.csproj @@ -32,7 +32,7 @@ - +