From 742fcb85e7462ab9c6e8ed718d7ad7b039e168d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 06:48:36 +0000 Subject: [PATCH] Bump the microsoft group with 7 updates Bumps Microsoft.AspNetCore.OpenApi from 10.0.11 to 10.0.12 Bumps Microsoft.Data.Sqlite from 10.0.11 to 10.0.12 Bumps Microsoft.EntityFrameworkCore.Sqlite from 10.0.11 to 10.0.12 Bumps Microsoft.Extensions.DependencyInjection from 10.0.11 to 10.0.12 Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.11 to 10.0.12 Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.11 to 10.0.12 Bumps Microsoft.NET.Test.Sdk from 18.8.1 to 18.10.0 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Data.Sqlite dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Sqlite dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- .../PepperX.SqliteGate.Sample.WebApi.csproj | 2 +- .../PepperX.SqliteGate.EFCore.csproj | 2 +- src/PepperX.SqliteGate/PepperX.SqliteGate.csproj | 6 +++--- .../PepperX.SqliteGate.Dapper.Tests.csproj | 2 +- .../PepperX.SqliteGate.EFCore.Tests.csproj | 4 ++-- .../PepperX.SqliteGate.Tests.csproj | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/PepperX.SqliteGate.Sample.WebApi/PepperX.SqliteGate.Sample.WebApi.csproj b/samples/PepperX.SqliteGate.Sample.WebApi/PepperX.SqliteGate.Sample.WebApi.csproj index d122453..7e130fd 100644 --- a/samples/PepperX.SqliteGate.Sample.WebApi/PepperX.SqliteGate.Sample.WebApi.csproj +++ b/samples/PepperX.SqliteGate.Sample.WebApi/PepperX.SqliteGate.Sample.WebApi.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/PepperX.SqliteGate.EFCore/PepperX.SqliteGate.EFCore.csproj b/src/PepperX.SqliteGate.EFCore/PepperX.SqliteGate.EFCore.csproj index 08e9a2d..841e9f0 100644 --- a/src/PepperX.SqliteGate.EFCore/PepperX.SqliteGate.EFCore.csproj +++ b/src/PepperX.SqliteGate.EFCore/PepperX.SqliteGate.EFCore.csproj @@ -39,7 +39,7 @@ - + diff --git a/src/PepperX.SqliteGate/PepperX.SqliteGate.csproj b/src/PepperX.SqliteGate/PepperX.SqliteGate.csproj index 486c7d7..9bc8db7 100644 --- a/src/PepperX.SqliteGate/PepperX.SqliteGate.csproj +++ b/src/PepperX.SqliteGate/PepperX.SqliteGate.csproj @@ -37,9 +37,9 @@ - - - + + + diff --git a/tests/PepperX.SqliteGate.Dapper.Tests/PepperX.SqliteGate.Dapper.Tests.csproj b/tests/PepperX.SqliteGate.Dapper.Tests/PepperX.SqliteGate.Dapper.Tests.csproj index 9fcdfd8..56a82bb 100644 --- a/tests/PepperX.SqliteGate.Dapper.Tests/PepperX.SqliteGate.Dapper.Tests.csproj +++ b/tests/PepperX.SqliteGate.Dapper.Tests/PepperX.SqliteGate.Dapper.Tests.csproj @@ -14,7 +14,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all diff --git a/tests/PepperX.SqliteGate.EFCore.Tests/PepperX.SqliteGate.EFCore.Tests.csproj b/tests/PepperX.SqliteGate.EFCore.Tests/PepperX.SqliteGate.EFCore.Tests.csproj index 2670fe3..472a4dc 100644 --- a/tests/PepperX.SqliteGate.EFCore.Tests/PepperX.SqliteGate.EFCore.Tests.csproj +++ b/tests/PepperX.SqliteGate.EFCore.Tests/PepperX.SqliteGate.EFCore.Tests.csproj @@ -14,8 +14,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all diff --git a/tests/PepperX.SqliteGate.Tests/PepperX.SqliteGate.Tests.csproj b/tests/PepperX.SqliteGate.Tests/PepperX.SqliteGate.Tests.csproj index 059b95a..3fb4f3b 100644 --- a/tests/PepperX.SqliteGate.Tests/PepperX.SqliteGate.Tests.csproj +++ b/tests/PepperX.SqliteGate.Tests/PepperX.SqliteGate.Tests.csproj @@ -14,8 +14,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all