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:
authorEpsitha Ananth <47157394+epananth@users.noreply.github.com>2022-05-27 01:24:22 +0300
committerGitHub <noreply@github.com>2022-05-27 01:24:22 +0300
commit4e27865cc63f37ccd33eda02a6b4cc6097388965 (patch)
treed6545b442d469b73b033a6b6463d0141c9cd6e56 /global.json
parent34367585eba1d1a169dce2c97d7a54592cdc755e (diff)
Restore internal tools (#69753)
* test restore internal tools * test * Retry
Diffstat (limited to 'global.json')
-rw-r--r--global.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/global.json b/global.json
index 5324692295d..7fb0faf6d58 100644
--- a/global.json
+++ b/global.json
@@ -8,9 +8,9 @@
"dotnet": "7.0.100-preview.3.22179.4"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22255.2",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22255.2",
- "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22255.2",
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22266.1",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22266.1",
+ "Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22266.1",
"Microsoft.Build.NoTargets": "3.5.0",
"Microsoft.Build.Traversal": "3.1.6",
"Microsoft.NET.Sdk.IL": "7.0.0-preview.5.22272.3"