Bump OpenIddict to 4.4.0

This commit is contained in:
Kévin Chalet
2023-05-25 18:43:38 +02:00
parent 9cbf648e8b
commit 67c14ca9aa
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ To configure OpenIddict to use Entity Framework 6.x as the database for applicat
- **Reference the `OpenIddict.EntityFramework` package**:
```xml
<PackageReference Include="OpenIddict.EntityFramework" Version="3.1.1" />
<PackageReference Include="OpenIddict.EntityFramework" Version="4.4.0" />
```
- **Create a database context deriving from `DbContext` and register the OpenIddict entities in the model**: