Update first-web-api.md (#13722)
* Update first-web-api.md * Update first-web-api.md * Update first-web-api.mdpull/13726/head
parent
f371dec384
commit
cd90729c4a
|
@ -107,6 +107,15 @@ The following diagram shows the design of the app.
|
|||
|
||||
![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
|
||||
|
|
Loading…
Reference in New Issue