Skip to content

Commit

Permalink
Moq 4.17.1 (#11270)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Feb 26, 2022
1 parent fdf65af commit d6eab11
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 @@ -31,7 +31,7 @@
<PackageManagement Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
<PackageManagement Include="MimeKit" Version="3.1.1" />
<PackageManagement Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageManagement Include="Moq" Version="4.16.1" />
<PackageManagement Include="Moq" Version="4.17.1" />
<PackageManagement Include="ncrontab" Version="3.3.1" />
<PackageManagement Include="Newtonsoft.Json" Version="13.0.1" />
<PackageManagement Include="NJsonSchema" Version="10.6.8" />
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 @@ -23,7 +23,7 @@ The below table lists the different .NET libraries used in Orchard Core:
| [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) |
| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 3.1.1 | [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.2.22 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) |
| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.16.1 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.17.1 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
| [NCrontab](https://github.com/atifaziz/NCrontab) | Crontab for .NET | 3.3.1 | [Apache-2.0](https://github.com/atifaziz/NCrontab/blob/master/COPYING.txt) |
| [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web/tree/master/src/NLog.Web.AspNetCore) | NLog integration for ASP.NET. | 4.14.0 | [BSD-3-Clause](https://github.com/NLog/NLog.Web/blob/master/LICENSE) |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | 13.0.1 | [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) |
Expand Down

0 comments on commit d6eab11

Please sign in to comment.