From 55eba7fcc8b27272dab04fbb0b78657a7717125e Mon Sep 17 00:00:00 2001 From: Minimata Date: Sun, 8 Mar 2026 09:49:18 +0100 Subject: [PATCH] trying to remove xunit --- Movement tests.csproj | 14 -------------- global.json | 5 ----- xunit.runner.json | 3 --- 3 files changed, 22 deletions(-) delete mode 100644 global.json delete mode 100644 xunit.runner.json diff --git a/Movement tests.csproj b/Movement tests.csproj index 6d6d122a..48481545 100644 --- a/Movement tests.csproj +++ b/Movement tests.csproj @@ -132,19 +132,6 @@ - - - - - - - - - - - - - @@ -155,5 +142,4 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - \ No newline at end of file diff --git a/global.json b/global.json deleted file mode 100644 index 802ab217..00000000 --- a/global.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "test": { - "runner": "Microsoft.Testing.Platform" - } -} \ No newline at end of file diff --git a/xunit.runner.json b/xunit.runner.json deleted file mode 100644 index 86c7ea05..00000000 --- a/xunit.runner.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json" -}