From 9c1c32c1ee55bafd386e6c313e8a5a363f221dc2 Mon Sep 17 00:00:00 2001 From: just Date: Sun, 12 Jul 2026 18:27:25 +0400 Subject: [PATCH] added global.json --- global.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 0000000..802ab21 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "test": { + "runner": "Microsoft.Testing.Platform" + } +} \ No newline at end of file