From ceddcfca734ed8061333ea764da41f03d1aa2ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:48:16 -0700 Subject: [PATCH] Bump Microsoft.Build.Traversal from 3.4.0 to 4.0.0 (#1280) Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/Microsoft/MSBuildSdks/releases) - [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md) - [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.3.4.0...Microsoft.Build.Traversal.4.0.0) --- updated-dependencies: - dependency-name: Microsoft.Build.Traversal dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d850b7fd7..7bbd4dfb4 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "rollForward": "latestMajor" }, "msbuild-sdks": { - "Microsoft.Build.Traversal" : "3.4.0" + "Microsoft.Build.Traversal" : "4.0.0" } }