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>2022-04-21 15:21:56 +0300
committerGitHub <noreply@github.com>2022-04-21 15:21:56 +0300
commit2894f5422c0406555c224ef55880f9527571eefd (patch)
tree1f2854ef612e4b1312e5b9df99dea0ed59a34be5 /global.json
parenta4d45b2c8ed201d191ed02038b7b28236e22dbf7 (diff)
Update Microsoft.DotNet.Helix.Sdk (#68024)
Extracted from https://github.com/dotnet/runtime/pull/67771 to get the fix for https://github.com/dotnet/runtime/issues/67349 Updates the WASM tests to always use net6.0 until we can upgrade to a net7.0 SDK. Co-authored-by: Premek Vysoky <premek.vysoky@microsoft.com>
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 3eb585aafd6..579c89df08b 100644
--- a/global.json
+++ b/global.json
@@ -9,7 +9,7 @@
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22179.1",
- "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22179.1",
+ "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22220.1",
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22179.1",
"Microsoft.Build.NoTargets": "3.3.0",
"Microsoft.Build.Traversal": "3.1.6",