From b6dd0d628590f6275f0684c15a9ff378e3bccf27 Mon Sep 17 00:00:00 2001 From: Hisham Bin Ateya Date: Sun, 26 May 2024 11:50:23 +0300 Subject: [PATCH] Update xunit 2.8.1 --- 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 4cf73ff5c86..5fe58ea898f 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -79,9 +79,9 @@ - - - + + + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 227e2fd7c99..fad5caa4487 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -99,6 +99,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.20.70 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) | | [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.9.0 | [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.8.0 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) | -| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.13.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.8.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.8.1 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) | +| [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.14.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.8.1 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |