From 3a90824dbe5e068bc9a1a9432dc7442ec7646918 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Sat, 23 Nov 2024 06:31:50 +0000 Subject: [PATCH] Update docs project --- docs/docs.csproj | 2 +- docs/get-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.csproj b/docs/docs.csproj index b4ca8bf..18aece6 100644 --- a/docs/docs.csproj +++ b/docs/docs.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 False diff --git a/docs/get-started.md b/docs/get-started.md index 3007f25..dc3ebc4 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -84,7 +84,7 @@ host-based applications like [worker services](https://learn.microsoft.com/en-us 1. To take advantage of the OpenTelemetry SDK instrumentation for ASP.NET Core, add the following NuGet package to your project: ```xml - + ``` This package includes instrumentation to collect traces for requests handled by ASP.NET Core endpoints.