Update first-web-api.md (#13722)

* Update first-web-api.md

* Update first-web-api.md

* Update first-web-api.md
pull/13726/head
Rick Anderson 2019-08-08 08:12:49 -07:00 committed by GitHub
parent f371dec384
commit cd90729c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -107,6 +107,15 @@ The following diagram shows the design of the app.
![config dialog](first-web-api-mac/_static/2.png) ![config dialog](first-web-api-mac/_static/2.png)
[!INCLUDE[](~/includes/mac-terminal-access.md)]
Open a command terminal in the project folder and run the following commands:
```console
dotnet add package Microsoft.EntityFrameworkCore.SqlServer --version 3.0.0-*
dotnet add package Microsoft.EntityFrameworkCore.InMemory --version 3.0.0-*
```
--- ---
### Test the API ### Test the API