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>
pull/19277/head
Owain Williams 2020-07-21 18:57:19 +01:00 committed by GitHub
parent 54e77ec60c
commit f6755ced1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.