diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props index 306bb55f4b2..ce5f1c59d5d 100644 --- a/src/OrchardCore.Build/Dependencies.props +++ b/src/OrchardCore.Build/Dependencies.props @@ -31,7 +31,7 @@ - + diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md index 2b1b4f4766c..2820cb16527 100644 --- a/src/docs/resources/libraries/README.md +++ b/src/docs/resources/libraries/README.md @@ -88,7 +88,7 @@ The below table lists the different Tests libraries: | [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking. | 0.13.2 | [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.3.0 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) | +| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.3.1 | [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.4.2 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) | | [xUnit Analyzers](https://github.com/xunit/xunit.analyzers) | Roslyn analyzers for xUnit.net. | 1.0.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.4.5 | [MIT](https://github.com/xunit/visualstudio.xunit/blob/main/License.txt) |