From 4af52b37ddc5a993c45b65dbe861504298cf6f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:08:08 +0000 Subject: [PATCH] Bump the microsoft group with 7 updates Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.0 to 10.0.1 Bumps Microsoft.EntityFrameworkCore from 10.0.0 to 10.0.1 Bumps Microsoft.Extensions.AI.Abstractions from 10.0.1 to 10.1.1 Bumps Microsoft.Extensions.Configuration from 10.0.0 to 10.0.1 Bumps Microsoft.Extensions.TimeProvider.Testing from 10.0.0 to 10.1.0 Bumps Microsoft.NETCore.App.Ref from 10.0.0 to 10.0.1 Bumps Microsoft.Testing.Extensions.CodeCoverage from 18.1.0 to 18.3.1 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.AI.Abstractions dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.TimeProvider.Testing dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.NETCore.App.Ref dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Testing.Extensions.CodeCoverage dependency-version: 18.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 14 +++++++------- .../LeanCode.ForceUpdate.csproj | 1 + .../LeanCode.Logging.AspNetCore.csproj | 1 + .../LeanCode.PeriodicService.csproj | 1 + .../LeanCode.CQRS.OutputCaching.Tests.csproj | 1 + .../LeanCode.AuditLogs.Tests.csproj | 1 + .../LeanCode.Azure.Tests.csproj | 1 + .../LeanCode.Kratos.Tests.csproj | 1 + 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e068d4808..6919638e9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,9 +2,9 @@ true - 10.0.0 - 10.0.0 - 10.0.0 + 10.0.1 + 10.0.1 + 10.0.1 8.5.7 @@ -12,7 +12,7 @@ 5.0.0 - 10.0.0 + 10.0.1 @@ -79,7 +79,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -122,7 +122,7 @@ - + diff --git a/src/Infrastructure/LeanCode.ForceUpdate/LeanCode.ForceUpdate.csproj b/src/Infrastructure/LeanCode.ForceUpdate/LeanCode.ForceUpdate.csproj index 2fb23ae14..b31863644 100644 --- a/src/Infrastructure/LeanCode.ForceUpdate/LeanCode.ForceUpdate.csproj +++ b/src/Infrastructure/LeanCode.ForceUpdate/LeanCode.ForceUpdate.csproj @@ -7,6 +7,7 @@ + diff --git a/src/Infrastructure/LeanCode.Logging.AspNetCore/LeanCode.Logging.AspNetCore.csproj b/src/Infrastructure/LeanCode.Logging.AspNetCore/LeanCode.Logging.AspNetCore.csproj index 25cb9f2c6..200809cee 100644 --- a/src/Infrastructure/LeanCode.Logging.AspNetCore/LeanCode.Logging.AspNetCore.csproj +++ b/src/Infrastructure/LeanCode.Logging.AspNetCore/LeanCode.Logging.AspNetCore.csproj @@ -1,5 +1,6 @@ + diff --git a/src/Infrastructure/LeanCode.PeriodicService/LeanCode.PeriodicService.csproj b/src/Infrastructure/LeanCode.PeriodicService/LeanCode.PeriodicService.csproj index b0f2c0a60..307660fba 100644 --- a/src/Infrastructure/LeanCode.PeriodicService/LeanCode.PeriodicService.csproj +++ b/src/Infrastructure/LeanCode.PeriodicService/LeanCode.PeriodicService.csproj @@ -7,6 +7,7 @@ + diff --git a/test/CQRS/LeanCode.CQRS.OutputCaching.Tests/LeanCode.CQRS.OutputCaching.Tests.csproj b/test/CQRS/LeanCode.CQRS.OutputCaching.Tests/LeanCode.CQRS.OutputCaching.Tests.csproj index f3163d798..2b899080a 100644 --- a/test/CQRS/LeanCode.CQRS.OutputCaching.Tests/LeanCode.CQRS.OutputCaching.Tests.csproj +++ b/test/CQRS/LeanCode.CQRS.OutputCaching.Tests/LeanCode.CQRS.OutputCaching.Tests.csproj @@ -4,6 +4,7 @@ + diff --git a/test/Infrastructure/LeanCode.AuditLogs.Tests/LeanCode.AuditLogs.Tests.csproj b/test/Infrastructure/LeanCode.AuditLogs.Tests/LeanCode.AuditLogs.Tests.csproj index 1e0574061..4d713db88 100644 --- a/test/Infrastructure/LeanCode.AuditLogs.Tests/LeanCode.AuditLogs.Tests.csproj +++ b/test/Infrastructure/LeanCode.AuditLogs.Tests/LeanCode.AuditLogs.Tests.csproj @@ -10,6 +10,7 @@ + diff --git a/test/Infrastructure/LeanCode.Azure.Tests/LeanCode.Azure.Tests.csproj b/test/Infrastructure/LeanCode.Azure.Tests/LeanCode.Azure.Tests.csproj index 0d8ed8c5a..5d6e610bb 100644 --- a/test/Infrastructure/LeanCode.Azure.Tests/LeanCode.Azure.Tests.csproj +++ b/test/Infrastructure/LeanCode.Azure.Tests/LeanCode.Azure.Tests.csproj @@ -9,5 +9,6 @@ + diff --git a/test/Infrastructure/LeanCode.Kratos.Tests/LeanCode.Kratos.Tests.csproj b/test/Infrastructure/LeanCode.Kratos.Tests/LeanCode.Kratos.Tests.csproj index d3f88c303..18b23183f 100644 --- a/test/Infrastructure/LeanCode.Kratos.Tests/LeanCode.Kratos.Tests.csproj +++ b/test/Infrastructure/LeanCode.Kratos.Tests/LeanCode.Kratos.Tests.csproj @@ -1,5 +1,6 @@ +