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:
authorEric Erhardt <eric.erhardt@microsoft.com>2017-01-23 19:14:43 +0300
committerDan Moseley <danmose@microsoft.com>2017-01-23 19:14:43 +0300
commit552a8f626830aaea6775824d1177c02ae075764f (patch)
treefe55e602704a91959209f4ca36b1cb48603f1073 /Documentation/project-docs
parenta2cc082202e23e9934acd6f0406b539af7ada988 (diff)
Update dogfooding.md (#15402)
Diffstat (limited to 'Documentation/project-docs')
-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