Skip to content

Commit e41ddfa

Browse files
Bump the dotnet group (#46030)
Bumps the dotnet group in /docs/core/diagnostics/snippets/OTLP-Example/csharp with 2 updates: [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) and [OpenTelemetry.Instrumentation.Http](https://github.com/open-telemetry/opentelemetry-dotnet-contrib). Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Instrumentation.AWS-1.12.0) Updates `OpenTelemetry.Instrumentation.Http` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases) - [Commits](open-telemetry/opentelemetry-dotnet-contrib@Resources.AWS-1.11.1...Instrumentation.AWS-1.12.0) --- updated-dependencies: - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: OpenTelemetry.Instrumentation.Http dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74dddc8 commit e41ddfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/diagnostics/snippets/OTLP-Example/csharp/OTLP-Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
1212
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.12.0" />
1313
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" />
14-
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.11.1" />
15-
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.11.1" />
14+
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />
15+
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)