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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/project-docs/dogfooding.md')
-rw-r--r--Documentation/project-docs/dogfooding.md17
1 files changed, 4 insertions, 13 deletions
diff --git a/Documentation/project-docs/dogfooding.md b/Documentation/project-docs/dogfooding.md
index d755dae1fd..3e9d4c63a0 100644
--- a/Documentation/project-docs/dogfooding.md
+++ b/Documentation/project-docs/dogfooding.md
@@ -10,19 +10,10 @@ sure to consult this document often.
## Install prerequisites
-1. Install CLI preview 4 SDK
- - [Win 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/rel-1.0.0/dotnet-dev-win-x64.latest.exe)
- - [macOS 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/rel-1.0.0/dotnet-dev-osx-x64.latest.pkg)
- - [Others](https://github.com/dotnet/cli)
-2. Install 1.0.3 SDK from here:
- - [Win 64-bit](https://go.microsoft.com/fwlink/?LinkID=836281)
- - [macOS 64-bit](https://go.microsoft.com/fwlink/?LinkID=836275)
- - [Others](https://www.microsoft.com/net/download/core?v=lts)
- - Currently necessary for the CLI itself to run.
- - Eventually it will be chained-in by the SDK making this step
- unncessary.
- - The issue tracking this work is filed
- [here](https://github.com/dotnet/cli/issues/5194).
+1. Install CLI 2.0.0-alpha SDK
+ - [Win 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-dev-win-x64.latest.exe)
+ - [macOS 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-dev-osx-x64.latest.pkg)
+ - [Others](https://github.com/dotnet/cli/blob/master/README.md)
## Setup the project