From 033e0ae1f5e1ed421b5e919082be2fe40d4f2c53 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Fri, 8 Sep 2023 13:46:49 +0200 Subject: [PATCH] BenchmarkDotNet 0.13.8 (#14293) --- 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 beeeb2d49c5..440ea292ddd 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -16,7 +16,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index c776a079103..2d567d100b5 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -89,7 +89,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.7 | [MIT](https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md) | +| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking. | 0.13.8 | [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.18.4 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |