build(deps): bump OpenTelemetry.Instrumentation.AspNetCore
Some checks failed
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
Directory API - Build & Deploy / Build (push) Waiting to run
Directory API - Build & Deploy / Deploy (push) Blocked by required conditions
Web - Build & Deploy / Build & Deploy to Staging (push) Has been cancelled
Web - Build & Deploy / Build & Deploy to Production (push) Has been cancelled
Web - Build & Deploy / Close Pull Request (push) Has been cancelled

Bumps [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Exporter.Geneva-1.9.0...Exporter.Geneva-1.10.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-10 06:51:18 +00:00 committed by Collin Barrett
parent f99d8a8544
commit 752447bd21

View file

@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="8.2.2"/>
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.10.0"/>
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.10.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.10.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0"/>
</ItemGroup>