From 1f6e51f8b6c282750886e9ebfa21721509f3353e Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Mon, 17 Aug 2026 11:33:49 +1000 Subject: [PATCH 1/3] update refs --- src/Directory.Packages.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index db4ece9..3bb3533 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -9,16 +9,16 @@ - + - - + + - + \ No newline at end of file From a037dadc44228bb115cbf8a4c6e7e13a93ba49d2 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Mon, 17 Aug 2026 11:34:38 +1000 Subject: [PATCH 2/3] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index f72210c..471a54f 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "10.0.400", "rollForward": "latestFeature" } } \ No newline at end of file From 3606aaece93b6282466f6f774a7d076da0522219 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Mon, 17 Aug 2026 11:43:10 +1000 Subject: [PATCH 3/3] . --- global.json | 5 ++++- src/Directory.Packages.props | 2 -- src/Verify.Terminal.IntegrationTests/GlobalUsings.cs | 4 +++- .../Verify.Terminal.IntegrationTests.csproj | 6 +----- src/Verify.Terminal.Tests/Verify.Terminal.Tests.csproj | 3 +-- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/global.json b/global.json index 471a54f..a0703e8 100644 --- a/global.json +++ b/global.json @@ -2,5 +2,8 @@ "sdk": { "version": "10.0.400", "rollForward": "latestFeature" + }, + "test": { + "runner": "Microsoft.Testing.Platform" } -} \ No newline at end of file +} diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 3bb3533..022ccb1 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -9,7 +9,6 @@ - @@ -17,7 +16,6 @@ - diff --git a/src/Verify.Terminal.IntegrationTests/GlobalUsings.cs b/src/Verify.Terminal.IntegrationTests/GlobalUsings.cs index 71b74b9..20295b4 100644 --- a/src/Verify.Terminal.IntegrationTests/GlobalUsings.cs +++ b/src/Verify.Terminal.IntegrationTests/GlobalUsings.cs @@ -5,7 +5,9 @@ global using VerifyTests; global using VerifyXunit; global using Xunit; +global using Xunit.Sdk; +global using Xunit.v3; // Verify keeps global static naming/uniqueness state and these tests hit the real filesystem, so run // them serially to keep scenarios isolated. -[assembly: CollectionBehavior(DisableTestParallelization = true)] +[assembly: Parallelization(Mode = ParallelMode.None)] diff --git a/src/Verify.Terminal.IntegrationTests/Verify.Terminal.IntegrationTests.csproj b/src/Verify.Terminal.IntegrationTests/Verify.Terminal.IntegrationTests.csproj index c85f7a5..9b32d65 100644 --- a/src/Verify.Terminal.IntegrationTests/Verify.Terminal.IntegrationTests.csproj +++ b/src/Verify.Terminal.IntegrationTests/Verify.Terminal.IntegrationTests.csproj @@ -3,17 +3,13 @@ net8.0;net10.0 + Exe false - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - diff --git a/src/Verify.Terminal.Tests/Verify.Terminal.Tests.csproj b/src/Verify.Terminal.Tests/Verify.Terminal.Tests.csproj index 49bbe4a..88dae0a 100644 --- a/src/Verify.Terminal.Tests/Verify.Terminal.Tests.csproj +++ b/src/Verify.Terminal.Tests/Verify.Terminal.Tests.csproj @@ -1,6 +1,7 @@ net10.0 + Exe false @@ -16,14 +17,12 @@ - -