From 33a0dcde32c6b362ce797b789ed9a8bbfa6ba21c Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Fri, 8 Sep 2023 11:49:58 +0200 Subject: [PATCH] BenchmarkDotNet 0.13.8 --- 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 862912525a2..003fe67dbdf 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 090740c1538..2325f359d5f 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -90,7 +90,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 | | [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.7.2 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) |