Skip to content

Commit

Permalink
Add System.Diagnostics.DiagnosticSource netstandard guidance (#43269)
Browse files Browse the repository at this point in the history
* Add System.Diagnostics.DiagnosticSource netstandard guidance
  • Loading branch information
noahfalk authored Nov 1, 2024
1 parent 02ec6b9 commit 09bfdc7
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.
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.

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

0 comments on commit 09bfdc7

Please sign in to comment.