From f346e8ffb400f7d7dc2d84dea925d40faed6caba Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 20 Aug 2026 21:18:03 +1000 Subject: [PATCH] Update test packages for VSTest compatibility Upgrade the shared test package versions and disable Microsoft.Testing.Platform for test projects so `dotnet test` continues to use VSTest, which is required for coverlet coverage and works across SDK versions. --- msbuild/props/SixLabors.Tests.props | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/msbuild/props/SixLabors.Tests.props b/msbuild/props/SixLabors.Tests.props index 3b01238..da5f89a 100644 --- a/msbuild/props/SixLabors.Tests.props +++ b/msbuild/props/SixLabors.Tests.props @@ -9,22 +9,33 @@ $(MSBuildThisFileDirectory)..\..\sixlabors.tests.ruleset + + + false + + - +