Skip to content

Commit 09bfdc7

Browse files
authored
Add System.Diagnostics.DiagnosticSource netstandard guidance (#43269)
* Add System.Diagnostics.DiagnosticSource netstandard guidance
1 parent 02ec6b9 commit 09bfdc7

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.
32+
version 5 or greater. For libraries targeting 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)