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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release-notes/7.0/install.md29
-rw-r--r--release-notes/7.0/releases.json2
2 files changed, 30 insertions, 1 deletions
diff --git a/release-notes/7.0/install.md b/release-notes/7.0/install.md
index 631f5bd4..fe248f08 100644
--- a/release-notes/7.0/install.md
+++ b/release-notes/7.0/install.md
@@ -8,6 +8,35 @@ Operating system specific instructions:
- [macOS](install-macos.md)
- [Windows](install-windows.md)
+## [Using dotnet-install-scripts](https://docs.microsoft.com/dotnet/core/tools/dotnet-install-script)
+
+### Install the latest preview version of the 7.0.1xx SDK to the specified location:
+
+Windows:
+
+```
+./dotnet-install.ps1 -Channel 7.0.1xx -Quality preview -InstallDir C:\cli
+```
+
+macOS/Linux:
+```
+./dotnet-install.sh --channel 7.0.1xx --quality preview --install-dir ~/cli
+```
+
+### Install the latest preview version of the 7.0.0 runtime to the specified location:
+
+Windows:
+
+```
+.\.dotnet\dotnet-install.ps1 -Channel 7.0 -Runtime dotnet -Quality preview -InstallDir c:\cli
+```
+
+macOs/Linux:
+
+```
+./dotnet-install.sh --runtime dotnet --channel 7.0 --quality preview --install-dir ~/cli
+```
+
## Distributions
The following distributions are available for all operating systems:
diff --git a/release-notes/7.0/releases.json b/release-notes/7.0/releases.json
index b8ba6828..e27e15a5 100644
--- a/release-notes/7.0/releases.json
+++ b/release-notes/7.0/releases.json
@@ -17,7 +17,7 @@
"cve-url": "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38013"
}
],
- "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/7.0/7.0.0-rc.1.22426.10/7.0.0-rc.1.md",
+ "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/7.0/preview/7.0.0-rc.1.md",
"runtime": {
"version": "7.0.0-rc.1.22426.10",
"version-display": "7.0.0-rc.1",