Highlight the EntityFrameworkCore.InMemory line (#3136)

Line 12 refers to the Microsoft.AspNetCore.Mvc package, I believe the documentation intended to highlight the Microsoft.EntityFrameworkCore.InMemory line 14.
pull/3147/head
Neil Anderson 2017-04-01 15:48:04 -04:00 committed by Rick Anderson
parent b10c6f745d
commit 37a91b1e99
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Install the [Entity Framework Core InMemory](https://docs.microsoft.com/en-us/ef
Edit the *TodoApi.csproj* file. In Solution Explorer, right-click the project. Select **Edit TodoApi.csproj**. In the `ItemGroup` element, add the highlighted `PackageReference`:
[!code-xml[Main](first-web-api/sample/TodoApi/TodoApi.csproj?highlight=12)]
[!code-xml[Main](first-web-api/sample/TodoApi/TodoApi.csproj?highlight=14)]
### Add a model class