Skip to content

Commit bd53f64

Browse files
authored
Patch Blazor movie dB .NET CLI guidance (#34799)
1 parent 09fd880 commit bd53f64

File tree

1 file changed

+4
-2
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+4
-2
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ dotnet add package Microsoft.EntityFrameworkCore.Tools
129129
dotnet add package Microsoft.AspNetCore.Components.QuickGrid
130130
dotnet add package Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter
131131
dotnet add package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
132+
dotnet add package Microsoft.EntityFrameworkCore.Design
132133
```
133134

134135
> [!IMPORTANT]
135-
> After the first eight commands execute, make sure that you press <kbd>Enter</kbd> on the keyboard to execute the last command.
136+
> After the first nine commands execute, make sure that you press <kbd>Enter</kbd> on the keyboard to execute the last command.
136137
137138
> [!NOTE]
138139
> The preceding commands are .NET CLI commands, and .NET CLI commands are executed when entered at a [PowerShell](/powershell/) prompt, which is the default command shell of the VS Code **Terminal**.
@@ -184,10 +185,11 @@ dotnet add package Microsoft.EntityFrameworkCore.Tools
184185
dotnet add package Microsoft.AspNetCore.Components.QuickGrid
185186
dotnet add package Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter
186187
dotnet add package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
188+
dotnet add package Microsoft.EntityFrameworkCore.Design
187189
```
188190

189191
> [!IMPORTANT]
190-
> After the first eight commands execute, make sure that you press <kbd>Enter</kbd> on the keyboard to execute the last command.
192+
> After the first nine commands execute, make sure that you press <kbd>Enter</kbd> on the keyboard to execute the last command.
191193
192194
Open the app's project file (`BlazorWebAppMovies.csproj`). Drop the `<IncludeAssets>` and `<PrivateAssets>` from the `Microsoft.EntityFrameworkCore.Design` package reference. In the following example, the `{VERSION}` placeholder is the package's version and remains unchanged:
193195

0 commit comments

Comments
 (0)