We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c41c5 commit 137a70dCopy full SHA for 137a70d
1 file changed
aspnetcore/tutorials/first-web-api.md
@@ -79,7 +79,7 @@ A NuGet package must be added to support the database used in this tutorial.
79
dotnet new webapi --use-controllers -o TodoApi
80
cd TodoApi
81
dotnet add package Microsoft.EntityFrameworkCore.InMemory
82
- code -r ../TodoApi
+ code -r .
83
```
84
85
These commands:
0 commit comments