Skip to content

Commit 7da48ce

Browse files
authored
Removing out of support coherent version option
Related issue dotnet/install-scripts#64 Install scripts no longer allow downloading coherent versions and we have decided to remove that feature. This PR updates the documentation to remove the section related to `coherent` version option.
1 parent b4e0deb commit 7da48ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/core/tools/dotnet-install-script.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: dotnet-install scripts
33
description: Learn about the dotnet-install scripts to install the .NET Core SDK and the shared runtime.
4-
ms.date: 04/30/2020
4+
ms.date: 09/22/2020
55
---
66
# dotnet-install scripts reference
77

@@ -179,7 +179,6 @@ The install scripts do not update the registry on Windows. They just download th
179179
Represents a specific build version. The possible values are:
180180

181181
- `latest` - Latest build on the channel (used with the `-Channel` option).
182-
- `coherent` - Latest coherent build on the channel; uses the latest stable package combination (used with Branch name `-Channel` options).
183182
- Three-part version in X.Y.Z format representing a specific build version; supersedes the `-Channel` option. For example: `2.0.0-preview2-006120`.
184183

185184
If not specified, `-Version` defaults to `latest`.

0 commit comments

Comments
 (0)