Skip to content

Commit 118e6f6

Browse files
authored
Update Microsoft.Identity.Web 2.17.4 (#15626)
1 parent eabaf69 commit 118e6f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OrchardCore.Build/Dependencies.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageManagement Include="MessagePack" Version="2.2.60" />
4242
<PackageManagement Include="Microsoft.Extensions.Azure" Version="1.7.2" />
4343
<PackageManagement Include="Microsoft.Extensions.Http.Resilience" Version="8.3.0" />
44-
<PackageManagement Include="Microsoft.Identity.Web" Version="2.17.3" />
44+
<PackageManagement Include="Microsoft.Identity.Web" Version="2.17.4" />
4545
<PackageManagement Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
4646
<PackageManagement Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
4747
<PackageManagement Include="MimeKit" Version="4.4.0" />

src/docs/resources/libraries/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The below table lists the different .NET libraries used in Orchard Core:
2828
| [Markdig](https://github.com/lunet-io/markdig) | .NET Markdown engine. | 0.36.2 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) |
2929
| [MessagePack](https://github.com/neuecc/MessagePack-CSharp) | Extremely Fast MessagePack Serializer for C# | 2.2.60 | [MIT](https://github.com/neuecc/MessagePack-CSharp/blob/master/LICENSE) |
3030
| [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions/tree/main/src/Libraries/Microsoft.Extensions.Http.Resilience) | Resilience mechanisms for HttpClient built on the Polly framework. | 8.3.0 | [MIT](https://github.com/dotnet/extensions/blob/main/LICENSE) |
31-
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C. | 2.17.3 | [MIT](https://github.com/AzureAD/microsoft-identity-web/blob/master/LICENSE) |
31+
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C. | 2.17.4 | [MIT](https://github.com/AzureAD/microsoft-identity-web/blob/master/LICENSE) |
3232
| [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | Source Link enables a great source debugging experience. | 8.0.0 | [MIT](https://github.com/dotnet/sourcelink/blob/main/License.txt) |
3333
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 4.4.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
3434
| [MiniProfiler](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | 4.3.8 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) |

0 commit comments

Comments
 (0)