diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22e79c3043..a1e73d1839 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,8 +15,12 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
- .NET Framework only, following packages updated
- `Google.Protobuf` updated from `3.29.1` to `3.29.3`,
+ - `Microsoft.Bcl.AsyncInterfaces` updated from `9.0.0` to `9.0.1`,
- `Microsoft.Extensions.Configuration` updated from `9.0.0` to `9.0.1`,
- `Microsoft.Extensions.Configuration.Abstractions` updated from `9.0.0` to `9.0.1`,
+ - `Microsoft.Extensions.DependencyInjection.Abstractions`
+ updated from `9.0.0` to `9.0.1`,
+ - `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`.
diff --git a/examples/demo/Service/Directory.Packages.props b/examples/demo/Service/Directory.Packages.props
index 042f812a89..844a95157e 100644
--- a/examples/demo/Service/Directory.Packages.props
+++ b/examples/demo/Service/Directory.Packages.props
@@ -4,6 +4,6 @@
-
+
diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props
index 1453e40174..d9f1aee022 100644
--- a/src/Directory.Packages.props
+++ b/src/Directory.Packages.props
@@ -50,17 +50,17 @@
-
+
-
+
-
+
diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
index e182db8c0d..8316787935 100644
--- a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
+++ b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h
@@ -21,17 +21,17 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"Google.Protobuf", {3, 29, 3, 0} },
{ L"Grpc.Core", {2, 0, 0, 0} },
{ L"Grpc.Core.Api", {2, 0, 0, 0} },
- { L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 0} },
+ { L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 1} },
{ L"Microsoft.Extensions.Configuration", {9, 0, 0, 1} },
{ L"Microsoft.Extensions.Configuration.Abstractions", {9, 0, 0, 1} },
{ L"Microsoft.Extensions.Configuration.Binder", {9, 0, 0, 0} },
{ L"Microsoft.Extensions.DependencyInjection", {9, 0, 0, 0} },
- { L"Microsoft.Extensions.DependencyInjection.Abstractions", {9, 0, 0, 0} },
+ { L"Microsoft.Extensions.DependencyInjection.Abstractions", {9, 0, 0, 1} },
{ L"Microsoft.Extensions.Diagnostics.Abstractions", {9, 0, 0, 0} },
{ L"Microsoft.Extensions.Logging", {9, 0, 0, 0} },
{ L"Microsoft.Extensions.Logging.Abstractions", {9, 0, 0, 0} },
{ L"Microsoft.Extensions.Logging.Configuration", {9, 0, 0, 0} },
- { L"Microsoft.Extensions.Options", {9, 0, 0, 0} },
+ { L"Microsoft.Extensions.Options", {9, 0, 0, 1} },
{ L"Microsoft.Extensions.Options.ConfigurationExtensions", {9, 0, 0, 0} },
{ L"Microsoft.Extensions.Primitives", {9, 0, 0, 1} },
{ L"Microsoft.Win32.Primitives", {4, 0, 3, 0} },