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.