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
parent
54e77ec60c
commit
f6755ced1a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue