Bump OpenIddict to 4.3.0

This commit is contained in:
Kévin Chalet 2023-04-29 17:49:12 +02:00
parent 0b8e75a959
commit 010b799449

View File

@ -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:
```xml
<PackageReference Include="OpenIddict.AspNetCore" Version="4.2.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.2.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="4.3.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="4.3.0" />
```
- **Configure the OpenIddict core, server and validation services** in `Startup.ConfigureServices`.