Corrected current package name

The page name as stated was incorrect
pull/2369/head
Kevin Rich 2016-12-11 14:46:59 -08:00 committed by GitHub
parent d4dd0ff24f
commit 877d405229
1 changed files with 2 additions and 2 deletions

View File

@ -86,9 +86,9 @@ The following code reads the configuration values stored by the [Secret Manager]
## Enable Microsoft Account middleware
> [!NOTE]
> Use NuGet to install the [Microsoft.AspNetCore.Authentication.Microsoft](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.MicrosoftAccount) package if it hasn't already been installed. Alternatively, execute the following commands in your project directory:
> Use NuGet to install the [Microsoft.AspNetCore.Authentication.MicrosoftAccount](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.MicrosoftAccount) package if it hasn't already been installed. Alternatively, execute the following commands in your project directory:
>
> `dotnet install Microsoft.AspNetCore.Authentication.Microsoft`
> `dotnet install Microsoft.AspNetCore.Authentication.MicrosoftAccount`
Add the Microsoft Account middleware in the `Configure` method in `Startup.cs`: