From f514dc1a70921efcb96efde1b1b11b8908a04489 Mon Sep 17 00:00:00 2001 From: Mohammad Dehghan Date: Wed, 10 Oct 2018 16:35:26 +0330 Subject: [PATCH] Remove duplicate word (#8952) --- aspnetcore/fundamentals/metapackage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/metapackage.md b/aspnetcore/fundamentals/metapackage.md index 5008b6e2c6..e89756ad77 100644 --- a/aspnetcore/fundamentals/metapackage.md +++ b/aspnetcore/fundamentals/metapackage.md @@ -63,7 +63,7 @@ Any dependencies of the preceding packages that otherwise aren't dependencies of ## Update ASP.NET Core 2.1 -We recommend migrating migrating to the `Microsoft.AspNetCore.App` metapackage for 2.1 and later. To keep using the `Microsoft.AspNetCore.All` metapackage and ensure the latest patch version is deployed: +We recommend migrating to the `Microsoft.AspNetCore.App` metapackage for 2.1 and later. To keep using the `Microsoft.AspNetCore.All` metapackage and ensure the latest patch version is deployed: * On development machines and build servers: Install the latest [.NET Core SDK](https://www.microsoft.com/net/download). * On deployment servers: Install the latest [.NET Core runtime](https://www.microsoft.com/net/download).