Add prereqs to Blazor todo list tutorial (#19365)

pull/19369/head
Luke Latham 2020-07-29 06:53:49 -05:00 committed by GitHub
parent 6d3a525ae5
commit cb3bf2b8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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