From 322ece97b73b0c5c67fef14ffb87fc71da8b00ed Mon Sep 17 00:00:00 2001 From: Hisham Bin Ateya Date: Sat, 6 Jan 2024 11:43:29 +0000 Subject: [PATCH] Update BenchmarkDotNet 0.13.12 (#15001) --- src/OrchardCore.Build/Dependencies.props | 2 +- src/docs/resources/libraries/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index d91512d24bd..b05a827f41c 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -17,7 +17,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 411f6884cde..3c25e10ee71 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -92,7 +92,7 @@ The below table lists the different Tests libraries: | Library | Usage | Version | License | |--- | --- | --- | --- | -| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking. | 0.13.11 | [MIT](https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md) | +| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking. | 0.13.12 | [MIT](https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md) | | [Cypress](https://github.com/cypress-io/cypress) | Fast, easy and reliable testing for anything that runs in a browser. | 9.6.1 | [MIT](https://github.com/cypress-io/cypress/blob/develop/LICENSE) | | [Cypress Orchard](https://www.npmjs.com/package/cypress-orchardcore) | A collection of cypress commands for Orchard Core. | 0.4.5 | MIT | | [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.20.70 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |