Skip to content

Commit 2b6c354

Browse files
authored
Microsoft.Identity.Web 2.12.4 (#13876)
1 parent d891f25 commit 2b6c354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/OrchardCore.Build/Dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageManagement Include="MailKit" Version="4.1.0" />
3535
<PackageManagement Include="Markdig" Version="0.31.0" />
3636
<PackageManagement Include="MessagePack" Version="2.2.60" />
37-
<PackageManagement Include="Microsoft.Identity.Web" Version="2.11.1" />
37+
<PackageManagement Include="Microsoft.Identity.Web" Version="2.12.4" />
3838
<PackageManagement Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
3939
<PackageManagement Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
4040
<PackageManagement Include="MimeKit" Version="4.1.0" />

src/docs/resources/libraries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The below table lists the different .NET libraries used in Orchard Core:
2424
| [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 4.1.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
2525
| [Markdig](https://github.com/lunet-io/markdig) | .NET Markdown engine. | 0.31.0 | [BSD-2-Clause](https://github.com/lunet-io/markdig/blob/master/license.txt) |
2626
| [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) |
27-
| [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.11.1 | [MIT](https://github.com/AzureAD/microsoft-identity-web/blob/master/LICENSE) |
27+
| [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.12.4 | [MIT](https://github.com/AzureAD/microsoft-identity-web/blob/master/LICENSE) |
2828
| [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | Source Link enables a great source debugging experience. | 1.1.1 | [MIT](https://github.com/dotnet/sourcelink/blob/main/License.txt) |
2929
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 4.1.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
3030
| [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)