From 91f33194303a89eab33f556a7f8d2dc4158a0a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:21:38 +0000 Subject: [PATCH] Bump the nuget group with 3 updates Bumps Autofac from 8.3.0 to 8.4.0 Bumps Microsoft.Extensions.DependencyInjection to 9.0.8 Bumps Microsoft.Extensions.DependencyInjection.Abstractions to 9.0.8 --- updated-dependencies: - dependency-name: Autofac dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-version: 9.0.8 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 | 4 ++-- Samples/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/Questy.Examples.Stashbox.csproj | 2 +- Tests/Questy.Benchmarks/Questy.Benchmarks.csproj | 2 +- Tests/Questy.Tests/Questy.Tests.csproj | 4 ++-- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Questy/Questy.csproj b/Questy/Questy.csproj index c25ad8c..9f66420 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 1bd797a..50fd7ac 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 e30867d..6476803 100644 --- a/Samples/Questy.Examples.Autofac/Questy.Examples.Autofac.csproj +++ b/Samples/Questy.Examples.Autofac/Questy.Examples.Autofac.csproj @@ -16,9 +16,9 @@ - + - + diff --git a/Samples/Questy.Examples.DryIoc/Questy.Examples.DryIoc.csproj b/Samples/Questy.Examples.DryIoc/Questy.Examples.DryIoc.csproj index 52248b5..470c2fb 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 bea63aa..578a975 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 7522d68..e77bdf4 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 500dc22..a55dde4 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 85d0c43..2a28e1b 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 d2f181d..8aa62f7 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 968d760..99435f4 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 db98ee8..7c6efda 100644 --- a/Tests/Questy.Tests/Questy.Tests.csproj +++ b/Tests/Questy.Tests/Questy.Tests.csproj @@ -22,8 +22,8 @@ - - + + all runtime; build; native; contentfiles; analyzers