Update accconfirm.md (#7759)

pull/7765/head
Rick Anderson 2018-07-23 12:27:29 -06:00 committed by GitHub
parent 8091add777
commit d5044a4b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ This tutorial shows how to build an ASP.NET Core app with email confirmation and
# [Visual Studio](#tab/visual-studio)
* In Visual Studio, create a new **Web Application** project.
* In Visual Studio, create a new **Web Application** project named **WebPWrecover**.
* Select **ASP.NET Core 2.1**.
* Keep the default **Authentication** set to **No Authentication**. Authentication is added in the next step.