From a41726af1b7ce70c18b541b21f5c0840810d2c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 8 Jul 2021 15:12:27 +0200 Subject: [PATCH] Bump OpenIddict to 3.1.0 --- configuration/mongodb-integration.md | 2 +- guide/getting-started.md | 4 ++-- guide/migration/20-to-30.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configuration/mongodb-integration.md b/configuration/mongodb-integration.md index e1c8fa8..2fc2887 100644 --- a/configuration/mongodb-integration.md +++ b/configuration/mongodb-integration.md @@ -3,7 +3,7 @@ To configure OpenIddict to use MongoDB as the database for applications, authorizations, scopes and tokens, you'll need to: - **Reference the `OpenIddict.MongoDb` package**: ```xml - + ``` - **Configure OpenIddict to use the MongoDB stores**: diff --git a/guide/getting-started.md b/guide/getting-started.md index d87a4cf..95f5f67 100644 --- a/guide/getting-started.md +++ b/guide/getting-started.md @@ -12,8 +12,8 @@ If you don't want to start from one of the recommended samples, you'll need to: - **Update your `.csproj` file** to reference the latest `OpenIddict` packages: ```xml - - + + ``` - **Configure the OpenIddict core, server and validation services** in `Startup.ConfigureServices`. diff --git a/guide/migration/20-to-30.md b/guide/migration/20-to-30.md index bb50fa4..7362589 100644 --- a/guide/migration/20-to-30.md +++ b/guide/migration/20-to-30.md @@ -13,8 +13,8 @@ For that, update your `.csproj` file to reference the `OpenIddict.AspNetCore` 3. ```xml - - + + ```