mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-19 18:19:56 +08:00
Bump OpenIddict to 4.5.0 and update the web providers contribution guide
This commit is contained in:
@@ -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.4.0" />
|
||||
<PackageReference Include="OpenIddict.EntityFramework" Version="4.5.0" />
|
||||
```
|
||||
|
||||
- **Create a database context deriving from `DbContext` and register the OpenIddict entities in the model**:
|
||||
|
Reference in New Issue
Block a user