From 87e475cbc1c9728a76dd27c832ab6e5e8278bc5d Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 14 Aug 2017 09:59:40 -0700 Subject: [PATCH] update getting-started.md for rtw (#3947) * update for rtw * remove 2.0 from title --- aspnetcore/getting-started-1.1.md | 14 +++----------- aspnetcore/getting-started.md | 15 +++------------ aspnetcore/toc.md | 2 +- 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/aspnetcore/getting-started-1.1.md b/aspnetcore/getting-started-1.1.md index 4fde8c5f05..11a8fc087f 100644 --- a/aspnetcore/getting-started-1.1.md +++ b/aspnetcore/getting-started-1.1.md @@ -15,13 +15,9 @@ uid: getting-started-1.1 # Getting Started with ASP.NET Core 1.1 > [!NOTE] -> These instructions are for ASP.NET Core 1.1. Looking for the latest preview version? See [the 2.0 version of this tutorial](xref:getting-started). +> These instructions are for ASP.NET Core 1.1. Looking for the latest version? See [the current version of this tutorial](xref:getting-started). - - -1. Install [the .NET Core SDK](https://microsoft.com/net/core). +1. Install the .NET Core **SDK Installer** for SDK 1.0.4 from the [.NET Core 1.0.5 & 1.1.2 SDK 1.0.4 downloads page](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md). 2. Create a folder for a new .NET Core project. @@ -32,7 +28,7 @@ uid: getting-started-1.1 cd aspnetcoreapp ``` -2. If you have installed a later preview release on your machine, create a *global.json* file to select the 1.0.4 SDK. +2. If you have installed a later SDK version on your machine, create a *global.json* file to select the 1.0.4 SDK. ```json { @@ -46,10 +42,6 @@ uid: getting-started-1.1 dotnet new web ``` - - 3. Restore the packages. ```terminal diff --git a/aspnetcore/getting-started.md b/aspnetcore/getting-started.md index f4e66d76e3..e04a777635 100644 --- a/aspnetcore/getting-started.md +++ b/aspnetcore/getting-started.md @@ -12,17 +12,12 @@ ms.technology: aspnet ms.prod: asp.net-core uid: getting-started --- -# Getting Started with ASP.NET Core 2.0 +# Getting Started with ASP.NET Core > [!NOTE] -> These instructions are for ASP.NET Core 2.0 Preview. The Preview release is not recommended for installation on a production machine. Looking to get started with the latest stable release? See [the 1.1 version of this tutorial](xref:getting-started-1.1). +> These instructions are for the latest version of ASP.NET Core. Looking to get started with an earlier version? See [the 1.1 version of this tutorial](xref:getting-started-1.1). -1. Install [.NET Core 2.0 Preview](https://microsoft.com/net/core/preview). - - +1. Install [.NET Core](https://microsoft.com/net/core/). 2. Create a new .NET Core project. @@ -34,10 +29,6 @@ uid: getting-started dotnet new web ``` - - 4. Run the app. The `dotnet run` command builds the app first if needed. diff --git a/aspnetcore/toc.md b/aspnetcore/toc.md index 5f35af1a39..5a63236bba 100644 --- a/aspnetcore/toc.md +++ b/aspnetcore/toc.md @@ -1,6 +1,6 @@ # [Introduction](index.md) -# [Getting Started](getting-started-1.1.md) +# [Getting Started](getting-started.md) ## [Create a Web app](xref:mvc/razor-pages/index) ## [Create a Web API](xref:tutorials/first-web-api)