From 59cd31b3265517cab3b0cf6b5785814216dc6690 Mon Sep 17 00:00:00 2001 From: Antoine Griffard Date: Thu, 21 Sep 2023 14:10:43 +0200 Subject: [PATCH] xunit 2.5.1, xunit.runner.visualstudio 2.5.1, xunit.runner.visualstudio 1.3.0 (#14379) --- src/OrchardCore.Build/Dependencies.props | 6 +++--- src/docs/resources/libraries/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index 8288993d502..2414a8457ad 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -58,9 +58,9 @@ - - - + + + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 1dd0045620d..5e4f6688270 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -94,6 +94,6 @@ The below table lists the different Tests libraries: | [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) | | [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.7.2 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) | -| [xUnit](https://github.com/xunit/xunit) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.5.0 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) | -| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.2.0 | [MIT](https://github.com/xunit/xunit.analyzers/blob/main/LICENSE) | -| [xUnit VS runner](https://github.com/xunit/visualstudio.xunit) | VSTest runner for xUnit.net. | 2.5.0 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) | +| [xUnit](https://github.com/xunit/xunit) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.5.1 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) | +| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.3.0 | [MIT](https://github.com/xunit/xunit.analyzers/blob/main/LICENSE) | +| [xUnit VS runner](https://github.com/xunit/visualstudio.xunit) | VSTest runner for xUnit.net. | 2.5.1 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |