Bump OpenIddict to 4.6.0

This commit is contained in:
Kévin Chalet
2023-07-13 18:36:21 +02:00
parent 4d4331a36d
commit b1ead24b73
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="4.5.0" />
<PackageReference Include="OpenIddict.EntityFramework" Version="4.6.0" />
```
- **Create a database context deriving from `DbContext` and register the OpenIddict entities in the model**: