From f4f5f16be3162cfd311c4a8186ed3b758cb8de0b Mon Sep 17 00:00:00 2001 From: Kathleen Dollard Date: Wed, 3 Mar 2021 11:59:39 -0800 Subject: [PATCH] Update version text This clarifies that --version displays the SDK version, not the muxur version (the muxor is the actual dotnet.exe) after discovering that some very smart people were confused about this. --- docs/core/tools/dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet.md b/docs/core/tools/dotnet.md index ba9981d3eed3b..4c89c105bb4b0 100644 --- a/docs/core/tools/dotnet.md +++ b/docs/core/tools/dotnet.md @@ -68,7 +68,7 @@ The following options are for `dotnet` by itself. For example, `dotnet --info`. - **`--version`** - Prints out the version of the .NET SDK in use. + Prints out the version of the .NET SDK used by dotnet commands. Includes the effects of any global.json - **`--list-runtimes`**