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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-08-28 13:41:57 +0300
committerGitHub <noreply@github.com>2021-08-28 13:41:57 +0300
commitcffaa78235ea93d5e3eeb56956579df503e11250 (patch)
treec516e8fa4afd752902f558fa5f4072918ca0d12c /global.json
parentc0ed64a37e012a4ded63cc1848c6f65522bf458c (diff)
Update Microsoft.DotNet.Helix.Sdk (#58281)
Fixes an issue with mismatched dotnet SDK versions we're hitting in runtime-staging on mobile platforms (see https://github.com/dotnet/arcade/pull/7788)
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 c23bc9499c7..bcb0e2427c6 100644
--- a/global.json
+++ b/global.json
@@ -14,7 +14,7 @@
"msbuild-sdks": {
"Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "6.0.0-beta.21425.3",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21425.3",
- "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21425.3",
+ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21427.1",
"Microsoft.DotNet.SharedFramework.Sdk": "6.0.0-beta.21425.3",
"Microsoft.Build.NoTargets": "3.1.0",
"Microsoft.Build.Traversal": "3.0.23",