diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fe4c7d91..bb82252332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h - `Microsoft.Extensions.Options` updated from `9.0.0` to `9.0.1`, - `Microsoft.Extensions.Primitives` updated from `9.0.0` to `9.0.1`, - `System.IO.Pipelines` updated from `9.0.0` to `9.0.1`, + - `System.Diagnostics.DiagnosticSource` updated from `9.0.0` to `9.0.1`, - `System.Text.Encodings.Web` update from `9.0.0` to `9.0.1`, - `System.Text.Json` update from `9.0.0` to `9.0.1`. diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 1be880324e..c0c5db585d 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -64,7 +64,7 @@ - + diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h index d5d452d231..d42a546407 100644 --- a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h +++ b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h @@ -74,7 +74,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap() { L"System.Data.Common", {4, 2, 0, 0} }, { L"System.Diagnostics.Contracts", {4, 0, 1, 0} }, { L"System.Diagnostics.Debug", {4, 0, 11, 0} }, - { L"System.Diagnostics.DiagnosticSource", {9, 0, 0, 0} }, + { L"System.Diagnostics.DiagnosticSource", {9, 0, 0, 1} }, { L"System.Diagnostics.FileVersionInfo", {4, 0, 2, 0} }, { L"System.Diagnostics.Process", {4, 1, 2, 0} }, { L"System.Diagnostics.StackTrace", {4, 1, 0, 0} },