From f6755ced1a4a78b95f81c6b2171dcead5c213273 Mon Sep 17 00:00:00 2001 From: Owain Williams Date: Tue, 21 Jul 2020 18:57:19 +0100 Subject: [PATCH] Change to instructions for First Web API tutorial (#19088) * Change to instructions for First Web API tutorial I've updated the install instructions for what packages you need to install. The reason I have added the second lot of instructions is because it wasn't clear you needed to run an install for Microsoft.EntityFrameworkCore.InMemory too. The heading only mentioned adding Microsoft.EntityFrameworkCore.SqlServer so once I had did that, I missed the second part of installing Microsoft.EntityFrameworkCore.InMemory. * Update to First Web Api tutorial Changing the heading after getting feedback from my previous PR. * Update aspnetcore/tutorials/first-web-api.md Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> * Update aspnetcore/tutorials/first-web-api.md Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> * Update first-web-api.md Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> --- aspnetcore/tutorials/first-web-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index e253e35da8..a8e5b34c6b 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -220,7 +220,7 @@ The *database context* is the main class that coordinates Entity Framework funct # [Visual Studio](#tab/visual-studio) -### Add Microsoft.EntityFrameworkCore.SqlServer +### Add NuGet packages * From the **Tools** menu, select **NuGet Package Manager > Manage NuGet Packages for Solution**. * Select the **Browse** tab, and then enter **Microsoft.EntityFrameworkCore.SqlServer** in the search box.