Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-03-04 13:53:13 +0300
committerGitHub <noreply@github.com>2022-03-04 13:53:13 +0300
commit4a9d77052206d01ab5a62f16fb44f2f2a168babf (patch)
tree20043e5e535173fc1fe7f5d1c13dd458382cf07a /global.json
parent4e9ff76d3bc5cd04e2413105f867239b3e694b37 (diff)
Update Traversal msbuild SDK (#66165)
Fixes https://github.com/dotnet/runtime/issues/66122
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index bee19916647..ea23d6aeb80 100644
--- a/global.json
+++ b/global.json
@@ -12,7 +12,7 @@
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22122.3",
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22122.3",
"Microsoft.Build.NoTargets": "3.3.0",
- "Microsoft.Build.Traversal": "3.1.3",
+ "Microsoft.Build.Traversal": "3.1.6",
"Microsoft.NET.Sdk.IL": "7.0.0-preview.3.22120.1"
}
}