From a44c64f69cb95afdcd77f78c23b3746cbb0a2967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:31:53 +0000 Subject: [PATCH] Bump the microsoftextensions group with 5 updates Bumps the microsoftextensions group with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Caching.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | Updates `Microsoft.Extensions.Caching.Abstractions` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.0) Updates `Microsoft.Extensions.Configuration.Abstractions` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoftextensions ... Signed-off-by: dependabot[bot] --- src/FluentCommand.Caching/FluentCommand.Caching.csproj | 2 +- src/FluentCommand/FluentCommand.csproj | 6 +++--- test/FluentCommand.Entities/FluentCommand.Entities.csproj | 4 ++-- .../FluentCommand.Generators.Tests.csproj | 4 ++-- .../FluentCommand.Performance.csproj | 4 ++-- .../FluentCommand.PostgreSQL.Tests.csproj | 4 ++-- .../FluentCommand.SQLite.Tests.csproj | 4 ++-- .../FluentCommand.SqlServer.Tests.csproj | 4 ++-- test/FluentCommand.Tests/FluentCommand.Tests.csproj | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/FluentCommand.Caching/FluentCommand.Caching.csproj b/src/FluentCommand.Caching/FluentCommand.Caching.csproj index 22fc5bde..9f1fab7a 100644 --- a/src/FluentCommand.Caching/FluentCommand.Caching.csproj +++ b/src/FluentCommand.Caching/FluentCommand.Caching.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/FluentCommand/FluentCommand.csproj b/src/FluentCommand/FluentCommand.csproj index 437c43f3..57ccd8e2 100644 --- a/src/FluentCommand/FluentCommand.csproj +++ b/src/FluentCommand/FluentCommand.csproj @@ -4,9 +4,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/test/FluentCommand.Entities/FluentCommand.Entities.csproj b/test/FluentCommand.Entities/FluentCommand.Entities.csproj index c98b311b..1c42f718 100644 --- a/test/FluentCommand.Entities/FluentCommand.Entities.csproj +++ b/test/FluentCommand.Entities/FluentCommand.Entities.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj b/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj index 529ceb95..c7e03619 100644 --- a/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj +++ b/test/FluentCommand.Generators.Tests/FluentCommand.Generators.Tests.csproj @@ -18,8 +18,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/test/FluentCommand.Performance/FluentCommand.Performance.csproj b/test/FluentCommand.Performance/FluentCommand.Performance.csproj index c213207e..ce3c5ea9 100644 --- a/test/FluentCommand.Performance/FluentCommand.Performance.csproj +++ b/test/FluentCommand.Performance/FluentCommand.Performance.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj b/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj index febda943..c885f5a6 100644 --- a/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj +++ b/test/FluentCommand.PostgreSQL.Tests/FluentCommand.PostgreSQL.Tests.csproj @@ -27,8 +27,8 @@ all - - + + diff --git a/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj b/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj index 29f398ab..e92be325 100644 --- a/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj +++ b/test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj @@ -28,8 +28,8 @@ - - + + all diff --git a/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj b/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj index 6a6df187..b05c31fe 100644 --- a/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj +++ b/test/FluentCommand.SqlServer.Tests/FluentCommand.SqlServer.Tests.csproj @@ -32,8 +32,8 @@ - - + + diff --git a/test/FluentCommand.Tests/FluentCommand.Tests.csproj b/test/FluentCommand.Tests/FluentCommand.Tests.csproj index 7df47964..eb8668f6 100644 --- a/test/FluentCommand.Tests/FluentCommand.Tests.csproj +++ b/test/FluentCommand.Tests/FluentCommand.Tests.csproj @@ -17,8 +17,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - + +