diff --git a/docs/CHANGELOG-v3.md b/docs/CHANGELOG-v3.md index e393fc848..483ff39f8 100644 --- a/docs/CHANGELOG-v3.md +++ b/docs/CHANGELOG-v3.md @@ -37,6 +37,9 @@ What's changed since pre-release v3.0.0-B0198: - The `File` and `Detect` input formats are no longer required and have been removed. - Processing files and objects with rules is no longer recommended, and disabled by default. - The `Input.FileObjects` can be set to `true` to enable processing of files as objects with rules. +- Engineering: + - Bump Microsoft.NET.Test.Sdk to v17.10.0. + [#1826](https://github.com/microsoft/PSRule/pull/1826) - Bug fixes: - Fixed reason reported for `startsWith` by @BernieWhite. [#1818](https://github.com/microsoft/PSRule/issues/1818) diff --git a/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj b/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj index 67c835036..b5dec87cb 100644 --- a/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj +++ b/tests/PSRule.CommandLine.Tests/PSRule.CommandLine.Tests.csproj @@ -13,7 +13,7 @@ - + all diff --git a/tests/PSRule.Tests/PSRule.Tests.csproj b/tests/PSRule.Tests/PSRule.Tests.csproj index bd8385f8e..27544b6c8 100644 --- a/tests/PSRule.Tests/PSRule.Tests.csproj +++ b/tests/PSRule.Tests/PSRule.Tests.csproj @@ -10,7 +10,7 @@ - + diff --git a/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj b/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj index 2bdcd17c7..0995eb00d 100644 --- a/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj +++ b/tests/PSRule.Tool.Tests/PSRule.Tool.Tests.csproj @@ -10,7 +10,7 @@ - + all