Skip to content

Commit 4b56c5f

Browse files
authored
[otlp] Remove the direct dependency on Microsoft.Extensions.Configuration.Binder (open-telemetry#5951)
1 parent 53b85ce commit 4b56c5f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Directory.Packages.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
these packages even during major version bumps, so compatibility is not a concern here.
3333
-->
3434
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="$(LatestRuntimeOutOfBandVer)" />
35-
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="$(LatestRuntimeOutOfBandVer)" />
3635
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(LatestRuntimeOutOfBandVer)" />
3736
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Abstractions" Version="$(LatestRuntimeOutOfBandVer)" />
3837
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="$(LatestRuntimeOutOfBandVer)" />

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OpenTelemetry.Exporter.OpenTelemetryProtocol.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<PackageReference Include="Grpc" Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == '$(NetFrameworkMinimumSupportedVersion)'" />
2929
<PackageReference Include="Google.Protobuf" />
3030
<PackageReference Include="Grpc.Tools" PrivateAssets="All" />
31-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />
3231
</ItemGroup>
3332

3433
<ItemGroup>

0 commit comments

Comments
 (0)