mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-07-15 23:13:34 +08:00
Bump OpenIddict to 3.0.4
This commit is contained in:
parent
2430952efd
commit
4cf10bae62
@ -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:
|
- **Update your `.csproj` file** to reference the latest `OpenIddict` packages:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.3" />
|
<PackageReference Include="OpenIddict.AspNetCore" Version="3.0.4" />
|
||||||
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.3" />
|
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0.4" />
|
||||||
```
|
```
|
||||||
|
|
||||||
- **Configure the OpenIddict core, server and validation services** in `Startup.ConfigureServices`.
|
- **Configure the OpenIddict core, server and validation services** in `Startup.ConfigureServices`.
|
||||||
|
Loading…
Reference in New Issue
Block a user