Skip to content

Commit

Permalink
System.Diagnostics.TraceSource readme small typo (#78253)
Browse files Browse the repository at this point in the history
The framework where we publish it is NETCore.App, not WindowsDesktop.
  • Loading branch information
carlossanlop authored Nov 11, 2022
1 parent 28cf171 commit 484938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/System.Diagnostics.TraceSource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ See the [Help Wanted](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3

## Deployment

`System.Diagnostics.TraceSource` is provided as part of the `Microsoft.WindowsDesktop.App` shared framework.
`System.Diagnostics.TraceSource` is provided as part of the `Microsoft.NETCore.App` shared framework.

0 comments on commit 484938a

Please sign in to comment.