From f3a6a64ad1b24024346458b917b545079306ba5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:30:50 +0000 Subject: [PATCH] Bump the microsoft group with 9 updates Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 10.0.0 to 10.0.5 Bumps Microsoft.CodeAnalysis.Analyzers from 3.11.0 to 5.3.0 Bumps Microsoft.CodeAnalysis.CSharp from 5.0.0 to 5.3.0 Bumps Microsoft.Data.SqlClient from 6.1.3 to 7.0.0 Bumps Microsoft.EntityFrameworkCore from 10.0.0 to 10.0.5 Bumps Microsoft.Extensions.AI.Abstractions from 10.0.1 to 10.4.1 Bumps Microsoft.Extensions.Configuration from 10.0.0 to 10.0.5 Bumps Microsoft.Extensions.TimeProvider.Testing from 10.0.0 to 10.4.0 Bumps Microsoft.Testing.Extensions.CodeCoverage from 18.1.0 to 18.5.2 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.CodeAnalysis.Analyzers dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.AI.Abstractions dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.TimeProvider.Testing dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Testing.Extensions.CodeCoverage dependency-version: 18.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 18 +++++++++--------- .../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 + .../LeanCode.ViewRenderer.Razor.Tests.csproj | 1 + .../LeanCode.TestCoverage.Tests.csproj | 1 + 10 files changed, 18 insertions(+), 9 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e02a53927..56c59cf32 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,15 +2,15 @@ true - 10.0.0 - 10.0.0 - 10.0.0 + 10.0.5 + 10.0.5 + 10.0.5 8.5.7 - 5.0.0 + 5.3.0 10.0.0 @@ -46,7 +46,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -80,7 +80,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -123,7 +123,7 @@ - + diff --git a/src/Infrastructure/LeanCode.ForceUpdate/LeanCode.ForceUpdate.csproj b/src/Infrastructure/LeanCode.ForceUpdate/LeanCode.ForceUpdate.csproj index f867e7410..46ce35072 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..484520e25 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..022c85b9e 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..1e0d21a9b 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..1e37d9f57 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..ef00ef24c 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..65a739445 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 @@ + diff --git a/test/Infrastructure/LeanCode.ViewRenderer.Razor.Tests/LeanCode.ViewRenderer.Razor.Tests.csproj b/test/Infrastructure/LeanCode.ViewRenderer.Razor.Tests/LeanCode.ViewRenderer.Razor.Tests.csproj index 9835c82ce..0485a8405 100644 --- a/test/Infrastructure/LeanCode.ViewRenderer.Razor.Tests/LeanCode.ViewRenderer.Razor.Tests.csproj +++ b/test/Infrastructure/LeanCode.ViewRenderer.Razor.Tests/LeanCode.ViewRenderer.Razor.Tests.csproj @@ -5,6 +5,7 @@ + PreserveNewest diff --git a/test/LeanCode.TestCoverage.Tests/LeanCode.TestCoverage.Tests.csproj b/test/LeanCode.TestCoverage.Tests/LeanCode.TestCoverage.Tests.csproj index 76ea3ff7c..bfeb81953 100644 --- a/test/LeanCode.TestCoverage.Tests/LeanCode.TestCoverage.Tests.csproj +++ b/test/LeanCode.TestCoverage.Tests/LeanCode.TestCoverage.Tests.csproj @@ -5,6 +5,7 @@ +