Skip to content

Commit

Permalink
Update docs/core/diagnostics/distributed-tracing-instrumentation-walk…
Browse files Browse the repository at this point in the history
…throughs.md
  • Loading branch information
noahfalk authored Oct 31, 2024
1 parent 0635e87 commit 2338a1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dotnet new console

Applications that target .NET 5 and later already have the necessary distributed tracing APIs included. For apps targeting older
.NET versions, add the [System.Diagnostics.DiagnosticSource NuGet package](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/)
version 5 or greater. For libraries targetting netstandard, we recommend referencing the latest version of NuGet package.
version 5 or greater. For libraries targetting netstandard, we recommend referencing the latest version of the NuGet package.

```dotnetcli
dotnet add package System.Diagnostics.DiagnosticSource
Expand Down

0 comments on commit 2338a1d

Please sign in to comment.