From 9fd17e09ee23e02adc01f51edccddd8c1b910e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=92?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D0=BC=20=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B5?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Tue, 15 Mar 2022 13:40:29 +0300 Subject: [PATCH] Change "in lieu of" to a more common similar phrase to be more friendly to non-English speakers --- entity-framework/core/cli/dotnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/cli/dotnet.md b/entity-framework/core/cli/dotnet.md index 4950046068..8d4d86c40f 100644 --- a/entity-framework/core/cli/dotnet.md +++ b/entity-framework/core/cli/dotnet.md @@ -10,7 +10,7 @@ uid: core/cli/dotnet The command-line interface (CLI) tools for Entity Framework Core perform design-time development tasks. For example, they create [migrations](/aspnet/core/data/ef-mvc/migrations), apply migrations, and generate code for a model based on an existing database. The commands are an extension to the cross-platform [dotnet](/dotnet/core/tools) command, which is part of the [.NET Core SDK](https://www.microsoft.com/net/core). These tools work with .NET Core projects. -When using Visual Studio, consider using the [Package Manager Console tools](xref:core/cli/powershell) in lieu of the CLI tools. Package Manager Console tools automatically: +When using Visual Studio, consider using the [Package Manager Console tools](xref:core/cli/powershell) instead of the CLI tools. Package Manager Console tools automatically: * Works with the current project selected in the **Package Manager Console** without requiring that you manually switch directories. * Opens files generated by a command after the command is completed.