Add prereqs to Blazor todo list tutorial (#19365)
parent
6d3a525ae5
commit
cb3bf2b8af
|
@ -5,7 +5,7 @@ description: Build a Blazor app step-by-step.
|
|||
monikerRange: '>= aspnetcore-3.0'
|
||||
ms.author: riande
|
||||
ms.custom: mvc
|
||||
ms.date: 07/02/2020
|
||||
ms.date: 07/29/2020
|
||||
no-loc: [Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
|
||||
uid: tutorials/build-a-blazor-app
|
||||
---
|
||||
|
@ -23,6 +23,12 @@ This tutorial shows you how to build and modify a Blazor app. You learn how to:
|
|||
|
||||
At the end of this tutorial, you'll have a working todo list app.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
[!INCLUDE[](~/includes/3.1-SDK.md)]
|
||||
|
||||
## Create a todo list Blazor app
|
||||
|
||||
1. Create a new Blazor app named `TodoList` in a command shell:
|
||||
|
||||
```dotnetcli
|
||||
|
|
Loading…
Reference in New Issue