Skip to content

Commit f112d6e

Browse files
Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.Primitives (#3965)
* Bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions and Microsoft.Extensions.Primitives Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [Microsoft.Extensions.Configuration.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Primitives](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Configuration.Abstractions` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Primitives` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Primitives dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * CHANGELOG * generated files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
1 parent d1a2764 commit f112d6e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
1515

1616
- .NET Framework only, following packages updated
1717
- `Google.Protobuf` updated from `3.29.1` to `3.29.3`,
18+
- `Microsoft.Extensions.Configuration` updated from `9.0.0` to `9.0.1`,
1819
- `Microsoft.Extensions.Configuration.Abstractions` updated from `9.0.0` to `9.0.1`,
1920
- `Microsoft.Extensions.Primitives` updated from `9.0.0` to `9.0.1`,
2021
- `System.IO.Pipelines` updated from `9.0.0` to `9.0.1`.

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
5252
<PackageVersion Include="Grpc.Core.Api" Version="2.67.0" />
5353
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
54-
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
54+
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.1" />
5555
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.1" />
5656
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0" />
5757
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />

src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
2222
{ L"Grpc.Core", {2, 0, 0, 0} },
2323
{ L"Grpc.Core.Api", {2, 0, 0, 0} },
2424
{ L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 0} },
25-
{ L"Microsoft.Extensions.Configuration", {9, 0, 0, 0} },
25+
{ L"Microsoft.Extensions.Configuration", {9, 0, 0, 1} },
2626
{ L"Microsoft.Extensions.Configuration.Abstractions", {9, 0, 0, 1} },
2727
{ L"Microsoft.Extensions.Configuration.Binder", {9, 0, 0, 0} },
2828
{ L"Microsoft.Extensions.DependencyInjection", {9, 0, 0, 0} },

0 commit comments

Comments
 (0)