From 9d1f35cd675464d8a1a48987549a8590238e99d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 05:37:19 +0000 Subject: [PATCH] ci(deps): bump MSTest.Sdk from 3.7.1 to 3.8.3 Bumps [MSTest.Sdk](https://github.com/microsoft/testfx) from 3.7.1 to 3.8.3. - [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.3) --- 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..ee5bdd6 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.3" + } } \ No newline at end of file