From dc680a9679b5c0236abe84f8b0268574aa7ddbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:42:22 +0000 Subject: [PATCH] Bump the netcore group with 11 updates Bumps Microsoft.AspNetCore.Authentication.Certificate from 9.0.15 to 9.0.16 Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.15 to 9.0.16 Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.15 to 9.0.16 Bumps Microsoft.AspNetCore.Authentication.OpenIdConnect from 9.0.15 to 9.0.16 Bumps Microsoft.AspNetCore.Cryptography.KeyDerivation from 10.0.7 to 10.0.8 Bumps Microsoft.AspNetCore.DataProtection.Extensions from 10.0.7 to 10.0.8 Bumps Microsoft.AspNetCore.Identity.EntityFrameworkCore from 9.0.15 to 9.0.16 Bumps Microsoft.AspNetCore.Identity.UI from 9.0.15 to 9.0.16 Bumps Microsoft.AspNetCore.OpenApi from 9.0.15 to 9.0.16 Bumps Microsoft.AspNetCore.SignalR.Client from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.DependencyInjection from 10.0.7 to 10.0.8 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Certificate dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Authentication.Google dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Cryptography.KeyDerivation dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.DataProtection.Extensions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.Identity.UI dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore - dependency-name: Microsoft.AspNetCore.SignalR.Client dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: netcore ... Signed-off-by: dependabot[bot] --- CodeFragments/CodeFragments.csproj | 6 +++--- Identity/IdentityCenter/IdentityCenter.csproj | 8 ++++---- Identity/JwtApi/JwtApi.csproj | 4 ++-- Identity/OidcCodeApi/OidcCodeApi.csproj | 2 +- Identity/OidcImplicitApi/OidcImplicitApi.csproj | 2 +- Identity/SpaWithBackend/SpaWithBackend.csproj | 2 +- MinimizeAspnet/MinimizeAspnet.csproj | 2 +- SignalRHub/SignalR.Common/SignalR.Common.csproj | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CodeFragments/CodeFragments.csproj b/CodeFragments/CodeFragments.csproj index 3cf189ff..cde51e9a 100644 --- a/CodeFragments/CodeFragments.csproj +++ b/CodeFragments/CodeFragments.csproj @@ -34,11 +34,11 @@ - + - - + + diff --git a/Identity/IdentityCenter/IdentityCenter.csproj b/Identity/IdentityCenter/IdentityCenter.csproj index 9c131ded..d58392b3 100644 --- a/Identity/IdentityCenter/IdentityCenter.csproj +++ b/Identity/IdentityCenter/IdentityCenter.csproj @@ -17,10 +17,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Identity/JwtApi/JwtApi.csproj b/Identity/JwtApi/JwtApi.csproj index ac9dd25b..7c00d9aa 100644 --- a/Identity/JwtApi/JwtApi.csproj +++ b/Identity/JwtApi/JwtApi.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/Identity/OidcCodeApi/OidcCodeApi.csproj b/Identity/OidcCodeApi/OidcCodeApi.csproj index 538ab799..5c30119d 100644 --- a/Identity/OidcCodeApi/OidcCodeApi.csproj +++ b/Identity/OidcCodeApi/OidcCodeApi.csproj @@ -8,7 +8,7 @@ - + diff --git a/Identity/OidcImplicitApi/OidcImplicitApi.csproj b/Identity/OidcImplicitApi/OidcImplicitApi.csproj index 538ab799..5c30119d 100644 --- a/Identity/OidcImplicitApi/OidcImplicitApi.csproj +++ b/Identity/OidcImplicitApi/OidcImplicitApi.csproj @@ -8,7 +8,7 @@ - + diff --git a/Identity/SpaWithBackend/SpaWithBackend.csproj b/Identity/SpaWithBackend/SpaWithBackend.csproj index e6962858..3a48fcee 100644 --- a/Identity/SpaWithBackend/SpaWithBackend.csproj +++ b/Identity/SpaWithBackend/SpaWithBackend.csproj @@ -9,7 +9,7 @@ - + diff --git a/MinimizeAspnet/MinimizeAspnet.csproj b/MinimizeAspnet/MinimizeAspnet.csproj index ce2a385b..9388246a 100644 --- a/MinimizeAspnet/MinimizeAspnet.csproj +++ b/MinimizeAspnet/MinimizeAspnet.csproj @@ -7,7 +7,7 @@ - + diff --git a/SignalRHub/SignalR.Common/SignalR.Common.csproj b/SignalRHub/SignalR.Common/SignalR.Common.csproj index a00f0b08..4ed15573 100644 --- a/SignalRHub/SignalR.Common/SignalR.Common.csproj +++ b/SignalRHub/SignalR.Common/SignalR.Common.csproj @@ -8,7 +8,7 @@ - +