Bump OpenIddict to 3.0.2

This commit is contained in:
Kévin Chalet 2021-03-10 16:23:00 +01:00
parent cc0d2147a8
commit 290783f6bc

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