Bump OpenIddict to 3.1.1

This commit is contained in:
Kévin Chalet
2021-08-27 13:26:12 +02:00
parent 161084c20e
commit 8050387529
3 changed files with 5 additions and 5 deletions

View File

@@ -13,8 +13,8 @@ For that, update your `.csproj` file to reference the `OpenIddict.AspNetCore` 3.
```xml
<ItemGroup>
<PackageReference Include="OpenIddict.AspNetCore" Version="3.1.0" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.0" />
<PackageReference Include="OpenIddict.AspNetCore" Version="3.1.1" />
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.1.1" />
</ItemGroup>
```