Skip to content

Commit 167b0a1

Browse files
authored
Clarify System.Diagnostics.Process' README (#78719)
It should say that you shall not install a NuGet package if your TFM is Netstandard2.0 compatible.
1 parent 2ae7f5d commit 167b0a1

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Diagnostics.Process

1 file changed

+1
-1
lines changed

src/libraries/System.Diagnostics.Process/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Documentation can be found at https://learn.microsoft.com/dotnet/api/system.diag
1010
See the [Help Wanted](https://github.com/dotnet/runtime/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-System.Diagnostics.Process+label%3A%22help+wanted%22) issues.
1111

1212
## Deployment
13-
`System.Diagnostics.Process` is included in the shared framework and also provided as a [NuGet package](https://www.nuget.org/packages/System.Diagnostics.Process).
13+
`System.Diagnostics.Process` is included in the shared framework. The package does not need to be installed into any project compatible with .NET Standard 2.0.

0 commit comments

Comments
 (0)