Skip to content

Commit 313991d

Browse files
authored
Add MIA command set to CLI pivot (#35172)
1 parent b819851 commit 313991d

File tree

1 file changed

+12
-0
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+12
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,18 @@ Paste all of the following commands at the prompt (`>`) of the command shell. W
193193
194194
When you paste multiple commands, all of the commands execute except the last one. The last command doesn't execute until you press <kbd>Enter</kbd> on the keyboard.
195195
196+
```dotnetcli
197+
dotnet tool install --global dotnet-aspnet-codegenerator
198+
dotnet tool install --global dotnet-ef
199+
dotnet add package Microsoft.EntityFrameworkCore.SQLite
200+
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design
201+
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
202+
dotnet add package Microsoft.EntityFrameworkCore.Tools
203+
dotnet add package Microsoft.AspNetCore.Components.QuickGrid
204+
dotnet add package Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter
205+
dotnet add package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
206+
```
207+
196208
:::moniker range=">= aspnetcore-9.0"
197209

198210
<!-- UPDATE 10.0 - Remove this when the 9.0.300 SDK lands. -->

0 commit comments

Comments
 (0)