Skip to content

Commit 3085772

Browse files
Bump non-core OTel packages in /examples/AspNet (#1647)
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 323e7e6 commit 3085772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/AspNet/Examples.AspNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
<PackageReference Include="Microsoft.AspNet.Mvc" Version="[5.2.9,6.0)" />
5454
<PackageReference Include="Microsoft.AspNet.WebPages" Version="[3.2.9,4.0)" />
5555
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
56-
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc9.14" />
56+
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.8.1" />
5757
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="$(OpenTelemetryCoreLatestVersion)" />
5858
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="$(OpenTelemetryCoreLatestVersion)" />
5959
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="$(OpenTelemetryCoreLatestVersion)" />
60-
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.HttpListener" Version="1.5.0-rc.1" />
60+
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.HttpListener" Version="1.8.0-rc.1" />
6161
</ItemGroup>
6262
<ItemGroup>
6363
<ProjectReference Include="$(RepoRoot)\src\OpenTelemetry.Instrumentation.AspNet\OpenTelemetry.Instrumentation.AspNet.csproj" />

0 commit comments

Comments
 (0)