From 984a205bde3eca13edb30f2b81470029a9af100b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 05:43:41 +0000 Subject: [PATCH] ci(deps): bump MSTest.Sdk from 3.7.1 to 3.8.2 Bumps [MSTest.Sdk](https://github.com/microsoft/testfx) from 3.7.1 to 3.8.2. - [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.7.1...v3.8.2) --- updated-dependencies: - dependency-name: MSTest.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- global.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/global.json b/global.json index 906f428..bf2f574 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { - "sdk": { - "allowPrerelease": false, - "version": "9.0.102" - }, - "msbuild-sdks": { - "MSTest.Sdk": "3.7.1" - } + "sdk": { + "allowPrerelease": false, + "version": "9.0.102" + }, + "msbuild-sdks": { + "MSTest.Sdk": "3.8.2" + } } \ No newline at end of file