Skip to content

Commit 781f37c

Browse files
donhuvyguardrex
authored andcommitted
Update version to ASP.NET Core 3.1 (dotnet#16681)
1 parent 8c0f108 commit 781f37c

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/security/authentication/social

1 file changed

+2
-2
lines changed

aspnetcore/security/authentication/social/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: rick-anderson
44
description: This tutorial demonstrates how to build an ASP.NET Core app using OAuth 2.0 with external authentication providers.
55
ms.author: riande
66
ms.custom: mvc
7-
ms.date: 10/21/2019
7+
ms.date: 01/23/2020
88
uid: security/authentication/social/index
99
---
1010
# Facebook, Google, and external provider authentication in ASP.NET Core
@@ -29,7 +29,7 @@ For examples of how social logins can drive traffic and customer conversions, se
2929
* Create a new project.
3030
* Select **ASP.NET Core Web Application** and **Next**.
3131
* Provide a **Project name** and confirm or change the **Location**. Select **Create**.
32-
* Select **ASP.NET Core 3.0** in the drop-down, and then select **Web Application**.
32+
* Select the latest version of ASP.NET Core in the drop-down (**ASP.NET Core {X.Y}**), and then select **Web Application**.
3333
* Under **Authentication**, select **Change** and set the authentication to **Individual User Accounts**. Select **OK**.
3434
* In the **Create a new ASP.NET Core Web Application** window, select **Create**.
3535

0 commit comments

Comments
 (0)