Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Sanchez <1175054+carlossanlop@users.noreply.github.com>2022-11-12 01:49:59 +0300
committerGitHub <noreply@github.com>2022-11-12 01:49:59 +0300
commit484938a4692a47d019ec1b1abbe947d2d0a4c523 (patch)
tree0639c48572d40ade9b919d82394d3f4ab444f30c
parent28cf1719704d33a677990cf487af5719b6389f2a (diff)
System.Diagnostics.TraceSource readme small typo (#78253)
The framework where we publish it is NETCore.App, not WindowsDesktop.
-rw-r--r--src/libraries/System.Diagnostics.TraceSource/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/System.Diagnostics.TraceSource/README.md b/src/libraries/System.Diagnostics.TraceSource/README.md
index 40fadbf0390..e7f8b2c0e27 100644
--- a/src/libraries/System.Diagnostics.TraceSource/README.md
+++ b/src/libraries/System.Diagnostics.TraceSource/README.md
@@ -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. \ No newline at end of file
+`System.Diagnostics.TraceSource` is provided as part of the `Microsoft.NETCore.App` shared framework.