Skip to content

Commit f087763

Browse files
authored
Bump OpenIddict to 4.5.0 (#13884)
1 parent 8258c91 commit f087763

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/OrchardCore.Build/Dependencies.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<PackageManagement Include="NJsonSchema" Version="10.9.0" />
4747
<PackageManagement Include="NLog.Web.AspNetCore" Version="5.3.0" />
4848
<PackageManagement Include="NodaTime" Version="3.1.9" />
49-
<PackageManagement Include="OpenIddict.AspNetCore" Version="4.4.0" />
50-
<PackageManagement Include="OpenIddict.Core" Version="4.4.0" />
49+
<PackageManagement Include="OpenIddict.AspNetCore" Version="4.5.0" />
50+
<PackageManagement Include="OpenIddict.Core" Version="4.5.0" />
5151
<PackageManagement Include="OrchardCore.Translations.All" Version="1.6.1" />
5252
<PackageManagement Include="PdfPig" Version="0.1.8" />
5353
<PackageManagement Include="Serilog.AspNetCore" Version="7.0.0" />

src/docs/resources/libraries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The below table lists the different .NET libraries used in Orchard Core:
3535
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | 13.0.3 | [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) |
3636
| [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) | JSON Schema reader, generator and validator for .NET | 10.9.0 | [MIT](https://github.com/RicoSuter/NJsonSchema/blob/master/LICENSE.md) |
3737
| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 3.1.9 | [Apache-2.0](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) |
38-
| [OpenIddict](https://github.com/openiddict/openiddict-core) | Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET. | 4.4.0 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) |
38+
| [OpenIddict](https://github.com/openiddict/openiddict-core) | Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET. | 4.5.0 | [Apache-2.0](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) |
3939
| [PdfPig](https://github.com/UglyToad/PdfPig/) | Library to read and extract text and other content from PDF files. | 0.1.8 | [Apache-2.0](https://github.com/UglyToad/PdfPig/blob/master/LICENSE) |
4040
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 7.0.0 | [Apache-2.0](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) |
4141
| [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.3.3 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) |

0 commit comments

Comments
 (0)