From d0c0af6a943cbc8bf7374a7b155e79f772c21d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:22:03 +0000 Subject: [PATCH] Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.DependencyInjection.Abstractions (#3702) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.DependencyInjection.Abstractions Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) and [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * CHANGELOG * revert * auto generated files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- CHANGELOG.md | 2 ++ src/Directory.Packages.props | 4 ++-- .../netfx_assembly_redirection.h | 4 ++-- test/Directory.Packages.props | 4 ++-- .../TestApplication.EntityFrameworkCore.Pomelo.MySql.csproj | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9416017f9..77c09cb994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h #### Dependency updates - .NET Framework only, following packages updated + - `Microsoft.Extensions.DependencyInjection` from `8.0.0` to `8.0.1`, + - `Microsoft.Extensions.DependencyInjection.Abstractions` from `8.0.1` to `8.0.2`, - `System.Text.Json` from `8.0.4` to `8.0.5`. ### Deprecated diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 87911e3643..b155f70a3b 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -71,8 +71,8 @@ - - + + diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h index e433f7ccf6..3a8a0448e9 100644 --- a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h +++ b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h @@ -25,8 +25,8 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap() { L"Microsoft.Extensions.Configuration", {8, 0, 0, 0} }, { L"Microsoft.Extensions.Configuration.Abstractions", {8, 0, 0, 0} }, { L"Microsoft.Extensions.Configuration.Binder", {8, 0, 0, 2} }, - { L"Microsoft.Extensions.DependencyInjection", {8, 0, 0, 0} }, - { L"Microsoft.Extensions.DependencyInjection.Abstractions", {8, 0, 0, 1} }, + { L"Microsoft.Extensions.DependencyInjection", {8, 0, 0, 1} }, + { L"Microsoft.Extensions.DependencyInjection.Abstractions", {8, 0, 0, 2} }, { L"Microsoft.Extensions.Diagnostics.Abstractions", {8, 0, 0, 0} }, { L"Microsoft.Extensions.Logging", {8, 0, 0, 0} }, { L"Microsoft.Extensions.Logging.Abstractions", {8, 0, 0, 1} }, diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 0d5ec6fbf8..02f7eecd32 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -21,8 +21,8 @@ - - + + diff --git a/test/test-applications/integrations/TestApplication.EntityFrameworkCore.Pomelo.MySql/TestApplication.EntityFrameworkCore.Pomelo.MySql.csproj b/test/test-applications/integrations/TestApplication.EntityFrameworkCore.Pomelo.MySql/TestApplication.EntityFrameworkCore.Pomelo.MySql.csproj index 0582897c9d..ad8e9586f5 100644 --- a/test/test-applications/integrations/TestApplication.EntityFrameworkCore.Pomelo.MySql/TestApplication.EntityFrameworkCore.Pomelo.MySql.csproj +++ b/test/test-applications/integrations/TestApplication.EntityFrameworkCore.Pomelo.MySql/TestApplication.EntityFrameworkCore.Pomelo.MySql.csproj @@ -16,7 +16,7 @@ - +