From d3f8f459c872c8346d5e877b5e68f9d8bfcc4fd7 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Tue, 31 Jul 2018 08:18:16 -0700 Subject: [PATCH] Update webapp-alias-notice.md (#7882) * Update webapp-alias-notice.md The original note specified "2.1", which wasn't specific enough (I had 2.1.200 and wondered why it wasn't working). This generalizes things, moves the most important part to the front and changes the download link to the .NET Core download home page instead of the version list. If you want to keep the link pointed at the version list, I suggest https://www.microsoft.com/net/download/dotnet-core/2.1. The current link points directly to a specific version that is already out of date. * Verbiage tweaks --- aspnetcore/includes/webapp-alias-notice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/webapp-alias-notice.md b/aspnetcore/includes/webapp-alias-notice.md index ce362f01d6..91a9f14767 100644 --- a/aspnetcore/includes/webapp-alias-notice.md +++ b/aspnetcore/includes/webapp-alias-notice.md @@ -1,2 +1,2 @@ > [!NOTE] -> In ASP.NET Core 2.1 or later, `webapp` is an alias of the `razor` argument. If the `dotnet new webapp ` command loads the [dotnet new](/dotnet/core/tools/dotnet-new) command help instead of creating a new Razor Pages app, install the [.NET Core 2.1 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300). +> If the `dotnet new webapp ` command loads the [dotnet new](/dotnet/core/tools/dotnet-new) command help instead of creating a new Razor Pages app, install [.NET Core SDK 2.1.300 or later](https://www.microsoft.com/net/download/archives). As of .NET Core SDK 2.1.300, the `webapp` *Short Name* is an alias for `razor`.