We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08c123 commit fc43a4eCopy full SHA for fc43a4e
docs/core/tools/dotnet-install-script.md
@@ -290,7 +290,7 @@ The install scripts do not update the registry on Windows. They just download th
290
291
- Install multiple versions while not overwriting `dotnet` binaries from prior installs
292
293
-If you install .NET SDKs or the .NET Runtime from an earlier version on top of a newer version, you need to use `--skip-non-versioned-files` so that
+If you install .NET SDKs or the .NET Runtime from an earlier version on top of a newer version, you need to use `--skip-non-versioned-files` so that
294
the 'unversioned' `dotnet` files from the earlier version do not overwrite the same files from the newer version.
295
296
```shell
0 commit comments