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

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