From d71328f59375d09e5e5ced6e82909146793250a1 Mon Sep 17 00:00:00 2001 From: Brad Wilson Date: Sat, 21 Dec 2024 15:42:28 -0800 Subject: [PATCH] Updated xunit.runner.json schema URL --- test/xunit.runner.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/xunit.runner.json b/test/xunit.runner.json index 5bb2ed0..6c0d1e4 100644 --- a/test/xunit.runner.json +++ b/test/xunit.runner.json @@ -1,4 +1,4 @@ { - "$schema": "https://xunit.net/schema/v2.8.1/xunit.runner.schema.json", + "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", "diagnosticMessages": true }