From c027c910c79a2d5c5557d9d99c09428e3c88ffa4 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Mon, 8 Sep 2025 17:32:54 +0200 Subject: [PATCH] Update global.json --- global.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/global.json b/global.json index 42b44a1ed..91af2aeac 100644 --- a/global.json +++ b/global.json @@ -3,5 +3,8 @@ "version": "10.0.0", "rollForward": "major", "allowPrerelease": true + }, + "test": { + "runner": "Microsoft.Testing.Platform" } -} \ No newline at end of file +}