mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-18 09:44:27 +08:00
Bump OpenIddict to 3.0.5
This commit is contained in:
@@ -13,8 +13,8 @@ For that, update your `.csproj` file to reference the `OpenIddict.AspNetCore` 3.
|
||||
|
||||
```xml
|
||||
<ItemGroup>
|
||||
<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.4" />
|
||||
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.4" />
|
||||
<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.5" />
|
||||
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.5" />
|
||||
</ItemGroup>
|
||||
```
|
||||
|
||||
@@ -133,7 +133,7 @@ services.AddAuthorization(options =>
|
||||
});
|
||||
```
|
||||
|
||||
## Add an apply migrations, if necessary
|
||||
## Add and apply migrations, if necessary
|
||||
|
||||
If your application uses Entity Framework Core or Entity Framework 6, add a migration to react to the schema changes listed below and apply it.
|
||||
|
||||
|
Reference in New Issue
Block a user