Skip to content

Commit ed21ec8

Browse files
authored
Fix list: Add missing line break in tutorial
1 parent 5d29651 commit ed21ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aspnetcore/tutorials/first-web-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ The following diagram shows the design of the app.
6464
## Add NuGet packages
6565

6666
This tutorial uses the following additional NuGet packages:
67+
6768
* `Microsoft.EntityFrameworkCore.InMemory`: Enables Entity Framework Core to work with an in-memory database rather than an external one, simplifying this tutorial.
6869
* `Swashbuckle.AspNetCore.SwaggerUI`: Provides a user interface for exploring and testing API endpoints interactively through Swagger.
6970

0 commit comments

Comments
 (0)