From 4a2d7f392a1e727d043be9d650a9bd458a50258f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Mon, 8 Feb 2021 17:08:43 +0100 Subject: [PATCH] Bump OpenIddict to 3.0.1 --- guide/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/getting-started.md b/guide/getting-started.md index d806101..d333b1f 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -9,11 +9,11 @@ If you don't want to start from one of the recommended samples, you'll need to: - **Have an existing project or create a new one**: when creating a new project using Visual Studio's default ASP.NET Core template, using **individual user accounts authentication** is strongly recommended as it automatically includes the default ASP.NET Core Identity UI, based on Razor Pages. - - **Update your `.csproj` file** to reference the `OpenIddict` packages: + - **Update your `.csproj` file** to reference the latest `OpenIddict` packages: ```xml - - + + ``` - **Configure the OpenIddict core, server and validation services** in `Startup.ConfigureServices`.