Skip to content

Commit

Permalink
Update Microsoft.Identity.Web 2.17.2 (OrchardCMS#15517)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored and urbanit committed Mar 18, 2024
1 parent 926f3e2 commit 415e9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Build/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageManagement Include="MessagePack" Version="2.2.60" />
<PackageManagement Include="Microsoft.Extensions.Azure" Version="1.7.2" />
<PackageManagement Include="Microsoft.Extensions.Http.Resilience" Version="8.3.0" />
<PackageManagement Include="Microsoft.Identity.Web" Version="2.17.1" />
<PackageManagement Include="Microsoft.Identity.Web" Version="2.17.2" />
<PackageManagement Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageManagement Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageManagement Include="MimeKit" Version="4.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The below table lists the different .NET libraries used in Orchard Core:
| [Markdig](https://github.com/lunet-io/markdig) | .NET Markdown engine. | 0.36.0 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) |
| [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) |
| [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) |
| [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.1 | [MIT](https://github.com/AzureAD/microsoft-identity-web/blob/master/LICENSE) |
| [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.2 | [MIT](https://github.com/AzureAD/microsoft-identity-web/blob/master/LICENSE) |
| [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) |
| [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) |
| [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) |
Expand Down

0 comments on commit 415e9c9

Please sign in to comment.