Skip to content

Commit c8d3a05

Browse files
committed
User Feedback 431576: UUF - learn-pr - Exercise - Create a user interface with Blazor components - Training | Microsoft Learn
1 parent 6c2af8b commit c8d3a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/aspnetcore/interact-with-data-blazor-web-apps/includes/3-exercise-create-user-interfaces-with-blazor-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ If you haven't created a Blazor app before, follow the [setup instructions for B
1515
1. Run the dotnet terminal command:
1616

1717
```dotnetcli
18-
dotnet new blazorserver -o BlazingPizza --no-https true
18+
dotnet new blazor -o BlazingPizza
1919
```
2020
21-
This command creates a new Blazor server project in a folder named **BlazingPizza**. It also tells the project to disable HTTPS.
21+
This command creates a new Blazor server project in a folder named **BlazingPizza**.
2222
1. Select **File** > **Open folder**.
2323
1. In the Open dialog, go to the **BlazingPizza** folder and choose **Select Folder**.
2424

0 commit comments

Comments
 (0)