Skip to content

Commit 591c1ec

Browse files
authored
Update docs/core/diagnostics/distributed-tracing-instrumentation-walkthroughs.md
1 parent 2338a1d commit 591c1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/distributed-tracing-instrumentation-walkthroughs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dotnet new console
2929

3030
Applications that target .NET 5 and later already have the necessary distributed tracing APIs included. For apps targeting older
3131
.NET versions, add the [System.Diagnostics.DiagnosticSource NuGet package](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/)
32-
version 5 or greater. For libraries targetting netstandard, we recommend referencing the latest version of the NuGet package.
32+
version 5 or greater. For libraries targetting netstandard, we recommend referencing the oldest version of the package which is still supported and contains the APIs your library needs.
3333

3434
```dotnetcli
3535
dotnet add package System.Diagnostics.DiagnosticSource

0 commit comments

Comments
 (0)