From b51992ecdc79669cbaf9eb843b6f978402f9cb8a Mon Sep 17 00:00:00 2001 From: Hisham Bin Ateya Date: Fri, 12 Apr 2024 23:23:28 +0300 Subject: [PATCH] Update xunit.runner.visualstudio 2.5.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 dfc89b5363e..55d1bde0459 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -69,7 +69,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 75d89e61814..0d991b8a67e 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -101,4 +101,4 @@ The below table lists the different Tests libraries: | [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.7.0 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) | | [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.11.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.7 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) | +| [xUnit VS runner](https://github.com/xunit/visualstudio.xunit) | VSTest runner for xUnit.net. | 2.5.8 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |