diff --git a/aspnetcore/security/authentication/cookie.md b/aspnetcore/security/authentication/cookie.md index 4564240da6..656ece2f69 100644 --- a/aspnetcore/security/authentication/cookie.md +++ b/aspnetcore/security/authentication/cookie.md @@ -22,8 +22,6 @@ For demonstration purposes in the sample app, the user account for the hypotheti ## Configuration -If the app doesn't use the [Microsoft.AspNetCore.App metapackage](xref:fundamentals/metapackage-app), create a package reference in the project file for the [Microsoft.AspNetCore.Authentication.Cookies](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Cookies/) package. - In the `Startup.ConfigureServices` method, create the Authentication Middleware services with the and methods: [!code-csharp[](cookie/samples/3.x/CookieSample/Startup.cs?name=snippet1)]