From aa84b453dca3e4af96137ec60ada5f6fcd6ed694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 20:05:56 -0700 Subject: [PATCH] Bump Microsoft.Build.Traversal from 3.3.0 to 3.4.0 (#1245) Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 3.3.0 to 3.4.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.3.0...Microsoft.Build.Traversal.3.4.0) --- updated-dependencies: - dependency-name: Microsoft.Build.Traversal dependency-type: direct:production update-type: version-update:semver-minor ... 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 8711af0..d850b7f 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "rollForward": "latestMajor" }, "msbuild-sdks": { - "Microsoft.Build.Traversal" : "3.3.0" + "Microsoft.Build.Traversal" : "3.4.0" } }