diff --git a/docs/CHANGELOG-v3.md b/docs/CHANGELOG-v3.md index 8e1183d1cc..4ba531a49e 100644 --- a/docs/CHANGELOG-v3.md +++ b/docs/CHANGELOG-v3.md @@ -37,10 +37,10 @@ What's changed since pre-release v3.0.0-B0203: - The `Execution.Break` option can be set to `Never`, `OnError`, `OnWarning`, or `OnInformation`. - If a rule fails with a severity level equal or higher than the configured level the pipeline will break. - Engineering: - - Bump xunit to v2.8.1. - [#1840](https://github.com/microsoft/PSRule/pull/1840) - - Bump xunit.runner.visualstudio to v2.8.1. - [#1841](https://github.com/microsoft/PSRule/pull/1841) + - Bump xunit to v2.9.0. + [#1869](https://github.com/microsoft/PSRule/pull/1869) + - Bump xunit.runner.visualstudio to v2.8.2. + [#1869](https://github.com/microsoft/PSRule/pull/1869) - Bump System.Drawing.Common to v8.0.7. [#1867](https://github.com/microsoft/PSRule/pull/1867) - Bump YamlDotNet to v15.3.0. diff --git a/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj b/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj index 793d9ec8d7..285db0be07 100644 --- a/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj +++ b/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj @@ -14,8 +14,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/PSRule.Tests/PSRule.Tests.csproj b/tests/PSRule.Tests/PSRule.Tests.csproj index 5009e0b66e..dff434b9db 100644 --- a/tests/PSRule.Tests/PSRule.Tests.csproj +++ b/tests/PSRule.Tests/PSRule.Tests.csproj @@ -14,8 +14,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj b/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj index 786624d7a4..a25f7a11f1 100644 --- a/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj +++ b/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj @@ -11,8 +11,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive