Skip to content

Commit

Permalink
Bump OpenIddict to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Dec 23, 2020
1 parent 2c7ece4 commit 8fee0c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<PackageReference Update="Microsoft.Owin.Diagnostics" Version="4.1.1" />
<PackageReference Update="Microsoft.Owin.Host.HttpListener" Version="4.1.1" />
<PackageReference Update="Microsoft.Owin.Hosting" Version="4.1.1" />
<PackageReference Update="OpenIddict.AspNetCore" Version="3.0.0-rc2.20607.88" />
<PackageReference Update="OpenIddict.Abstractions" Version="3.0.0-rc2.20607.88" />
<PackageReference Update="OpenIddict.EntityFrameworkCore" Version="3.0.0-rc2.20607.88" />
<PackageReference Update="OpenIddict.Owin" Version="3.0.0-rc2.20607.88" />
<PackageReference Update="OpenIddict.Validation.AspNetCore" Version="3.0.0-rc2.20607.88" />
<PackageReference Update="OpenIddict.Validation.SystemNetHttp" Version="3.0.0-rc2.20607.88" />
<PackageReference Update="OpenIddict.AspNetCore" Version="3.0.0" />
<PackageReference Update="OpenIddict.Abstractions" Version="3.0.0" />
<PackageReference Update="OpenIddict.EntityFrameworkCore" Version="3.0.0" />
<PackageReference Update="OpenIddict.Owin" Version="3.0.0" />
<PackageReference Update="OpenIddict.Validation.AspNetCore" Version="3.0.0" />
<PackageReference Update="OpenIddict.Validation.SystemNetHttp" Version="3.0.0" />
<PackageReference Update="System.Net.Http.Json" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 8fee0c0

Please sign in to comment.