From a5904246441ab4adcff503d2d54c05b918c7eaeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 21:33:28 +0100 Subject: [PATCH] deps: update dependency microsoft.build.traversal to v3.4.0 (#40) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 976b53d..dc038f4 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.56", - "Microsoft.Build.Traversal": "3.1.6" + "Microsoft.Build.Traversal": "3.4.0" } }