diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index ab2c92ea17..9258c4c960 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -219,6 +219,8 @@ The *database context* is the main class that coordinates Entity Framework funct * Select the **Project** check box in the right pane and then select **Install**. * Use the preceding instructions to add the `Microsoft.EntityFrameworkCore.InMemory` NuGet package. +![NuGet Package Manager](first-web-api/_static/vs3NuGet.png) + ## Add the TodoContext database context * Right-click the *Models* folder and select **Add** > **Class**. Name the class *TodoContext* and click **Add**. diff --git a/aspnetcore/tutorials/first-web-api/_static/vs3.png b/aspnetcore/tutorials/first-web-api/_static/vs3.png index 54dce9e14c..ea6d2156c4 100644 Binary files a/aspnetcore/tutorials/first-web-api/_static/vs3.png and b/aspnetcore/tutorials/first-web-api/_static/vs3.png differ