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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2022-08-04 21:31:10 +0300
committerGitHub <noreply@github.com>2022-08-04 21:31:10 +0300
commit2b2f0fc142d4735c5b3f5a48f9eb5cf607ff93e4 (patch)
tree276d93d08ca488bcf0a787a6a5f4c7a9da196654
parent07c090a22561b9ee513608d302f70c2c3600c3de (diff)
Update MSBuild version to fix official build (#2945)
-rw-r--r--global.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/global.json b/global.json
index 51e283e3f..395210a92 100644
--- a/global.json
+++ b/global.json
@@ -5,7 +5,8 @@
"rollForward": "major"
},
"tools": {
- "dotnet": "7.0.100-preview.7.22377.5"
+ "dotnet": "7.0.100-preview.7.22377.5",
+ "xcopy-msbuild": "17.2.1"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22379.10",