From f984d1c79ef9811c3456b106934ce58df23bde5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 16:30:05 +0000 Subject: [PATCH] Bump the nuget group with 3 updates Bumps Microsoft.Extensions.DependencyInjection from 9.0.10 to 10.0.0 Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.10 to 10.0.0 Bumps Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] --- Questy/Questy.csproj | 2 +- .../Questy.Examples.AspNetCore.csproj | 2 +- .../Questy.Examples.Autofac/Questy.Examples.Autofac.csproj | 2 +- .../Questy.Examples.DryIoc/Questy.Examples.DryIoc.csproj | 2 +- Samples/Questy.Examples.Lamar/Questy.Examples.Lamar.csproj | 4 ++-- .../Questy.Examples.LightInject.csproj | 2 +- .../Questy.Examples.PublishStrategies.csproj | 2 +- .../Questy.Examples.SimpleInjector.csproj | 2 +- .../Questy.Examples.Stashbox.csproj | 2 +- Tests/Questy.Benchmarks/Questy.Benchmarks.csproj | 2 +- Tests/Questy.Tests/Questy.Tests.csproj | 6 +++--- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Questy/Questy.csproj b/Questy/Questy.csproj index b18fbf9..b06d218 100644 --- a/Questy/Questy.csproj +++ b/Questy/Questy.csproj @@ -30,7 +30,7 @@ - + diff --git a/Samples/Questy.Examples.AspNetCore/Questy.Examples.AspNetCore.csproj b/Samples/Questy.Examples.AspNetCore/Questy.Examples.AspNetCore.csproj index 8da566d..df80f67 100644 --- a/Samples/Questy.Examples.AspNetCore/Questy.Examples.AspNetCore.csproj +++ b/Samples/Questy.Examples.AspNetCore/Questy.Examples.AspNetCore.csproj @@ -16,7 +16,7 @@ - + diff --git a/Samples/Questy.Examples.Autofac/Questy.Examples.Autofac.csproj b/Samples/Questy.Examples.Autofac/Questy.Examples.Autofac.csproj index 3a7e7f0..b0410f3 100644 --- a/Samples/Questy.Examples.Autofac/Questy.Examples.Autofac.csproj +++ b/Samples/Questy.Examples.Autofac/Questy.Examples.Autofac.csproj @@ -18,7 +18,7 @@ - + diff --git a/Samples/Questy.Examples.DryIoc/Questy.Examples.DryIoc.csproj b/Samples/Questy.Examples.DryIoc/Questy.Examples.DryIoc.csproj index 15097b7..372aa76 100644 --- a/Samples/Questy.Examples.DryIoc/Questy.Examples.DryIoc.csproj +++ b/Samples/Questy.Examples.DryIoc/Questy.Examples.DryIoc.csproj @@ -17,7 +17,7 @@ - + diff --git a/Samples/Questy.Examples.Lamar/Questy.Examples.Lamar.csproj b/Samples/Questy.Examples.Lamar/Questy.Examples.Lamar.csproj index 960a24a..8fcb151 100644 --- a/Samples/Questy.Examples.Lamar/Questy.Examples.Lamar.csproj +++ b/Samples/Questy.Examples.Lamar/Questy.Examples.Lamar.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/Samples/Questy.Examples.LightInject/Questy.Examples.LightInject.csproj b/Samples/Questy.Examples.LightInject/Questy.Examples.LightInject.csproj index 230d979..bc94e1e 100644 --- a/Samples/Questy.Examples.LightInject/Questy.Examples.LightInject.csproj +++ b/Samples/Questy.Examples.LightInject/Questy.Examples.LightInject.csproj @@ -18,7 +18,7 @@ - + diff --git a/Samples/Questy.Examples.PublishStrategies/Questy.Examples.PublishStrategies.csproj b/Samples/Questy.Examples.PublishStrategies/Questy.Examples.PublishStrategies.csproj index 9064252..b1374b6 100644 --- a/Samples/Questy.Examples.PublishStrategies/Questy.Examples.PublishStrategies.csproj +++ b/Samples/Questy.Examples.PublishStrategies/Questy.Examples.PublishStrategies.csproj @@ -12,7 +12,7 @@ - + diff --git a/Samples/Questy.Examples.SimpleInjector/Questy.Examples.SimpleInjector.csproj b/Samples/Questy.Examples.SimpleInjector/Questy.Examples.SimpleInjector.csproj index f563582..e28ac8c 100644 --- a/Samples/Questy.Examples.SimpleInjector/Questy.Examples.SimpleInjector.csproj +++ b/Samples/Questy.Examples.SimpleInjector/Questy.Examples.SimpleInjector.csproj @@ -18,7 +18,7 @@ - + diff --git a/Samples/Questy.Examples.Stashbox/Questy.Examples.Stashbox.csproj b/Samples/Questy.Examples.Stashbox/Questy.Examples.Stashbox.csproj index abf13fb..5023762 100644 --- a/Samples/Questy.Examples.Stashbox/Questy.Examples.Stashbox.csproj +++ b/Samples/Questy.Examples.Stashbox/Questy.Examples.Stashbox.csproj @@ -13,7 +13,7 @@ - + diff --git a/Tests/Questy.Benchmarks/Questy.Benchmarks.csproj b/Tests/Questy.Benchmarks/Questy.Benchmarks.csproj index 50ef89c..34e9f51 100644 --- a/Tests/Questy.Benchmarks/Questy.Benchmarks.csproj +++ b/Tests/Questy.Benchmarks/Questy.Benchmarks.csproj @@ -21,7 +21,7 @@ - + diff --git a/Tests/Questy.Tests/Questy.Tests.csproj b/Tests/Questy.Tests/Questy.Tests.csproj index 44a4c12..755398c 100644 --- a/Tests/Questy.Tests/Questy.Tests.csproj +++ b/Tests/Questy.Tests/Questy.Tests.csproj @@ -19,11 +19,11 @@ - + - - + + all runtime; build; native; contentfiles; analyzers