From 5b7c0951ca0e1d09bb12701f4b80d3e4c96d74d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:18:52 +0000 Subject: [PATCH] Bump MSTest.Sdk in the mstest group across 1 directory Bumps the mstest group with 1 update in the / directory: [MSTest.Sdk](https://github.com/microsoft/testfx). Updates `MSTest.Sdk` from 3.6.3 to 3.7.0 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/compare/v3.6.3...v3.7.0) --- updated-dependencies: - dependency-name: MSTest.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mstest ... Signed-off-by: dependabot[bot] --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 2f7c4cc..dad6659 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "rollForward": "latestFeature" }, "msbuild-sdks": { - "MSTest.Sdk": "3.6.3" + "MSTest.Sdk": "3.7.0" } -} +} \ No newline at end of file