From a0fd34898417768c935f7d39e914fd4462ee018f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:23:38 +0000 Subject: [PATCH] ci(deps): bump MSTest.Sdk from 3.7.1 to 3.7.3 Bumps [MSTest.Sdk](https://github.com/microsoft/testfx) from 3.7.1 to 3.7.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.7.3) --- updated-dependencies: - dependency-name: MSTest.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... 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..f70310c 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.7.3" + } } \ No newline at end of file