From 67c14ca9aad63ea613a37699c4eb7ce8ef01b7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 25 May 2023 18:43:38 +0200 Subject: [PATCH] Bump OpenIddict to 4.4.0 --- guides/getting-started.md | 4 ++-- integrations/entity-framework-core.md | 2 +- integrations/entity-framework.md | 2 +- integrations/mongodb.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guides/getting-started.md b/guides/getting-started.md index 6a22854..11f7468 100644 --- a/guides/getting-started.md +++ b/guides/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/integrations/entity-framework-core.md b/integrations/entity-framework-core.md index daefcf1..b9a021a 100644 --- a/integrations/entity-framework-core.md +++ b/integrations/entity-framework-core.md @@ -6,7 +6,7 @@ To configure OpenIddict to use Entity Framework Core as the database for applica - **Reference the `OpenIddict.EntityFrameworkCore` package**: ```xml - + ``` - **Create a database context deriving from `DbContext` (or `IdentityDbContext` when using ASP.NET Core Identity)**: diff --git a/integrations/entity-framework.md b/integrations/entity-framework.md index 40a1f8e..1329400 100644 --- a/integrations/entity-framework.md +++ b/integrations/entity-framework.md @@ -6,7 +6,7 @@ To configure OpenIddict to use Entity Framework 6.x as the database for applicat - **Reference the `OpenIddict.EntityFramework` package**: ```xml - + ``` - **Create a database context deriving from `DbContext` and register the OpenIddict entities in the model**: diff --git a/integrations/mongodb.md b/integrations/mongodb.md index 0e35325..c7efa99 100644 --- a/integrations/mongodb.md +++ b/integrations/mongodb.md @@ -6,7 +6,7 @@ To configure OpenIddict to use MongoDB as the database for applications, authori - **Reference the `OpenIddict.MongoDb` package**: ```xml - + ``` - **Configure OpenIddict to use the MongoDB stores**: