From 8a86734e573f12a76b6b3afc3aad2fb224db2615 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:15:38 +0000 Subject: [PATCH] Update dependency MSTest.Sdk to 4.2.3 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index e3447d5..b6a6c98 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "msbuild-sdks": { - "MSTest.Sdk": "4.2.1" + "MSTest.Sdk": "4.2.3" } }