summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-11-21 14:43:28 +0000
committerGitHub <noreply@github.com>2018-11-21 14:43:28 +0000
commit5e1cee78e6e7a2464deee07acfe5fe9c33925828 (patch)
tree85cfd7f5e5aa725ca46ca6a164db92cc0b716c07 /global.json
parent83e33a4f720fbee1ab5d64805092993ab2911abf (diff)
downloadcoreclr-5e1cee78e6e7a2464deee07acfe5fe9c33925828.tar.gz
coreclr-5e1cee78e6e7a2464deee07acfe5fe9c33925828.tar.bz2
coreclr-5e1cee78e6e7a2464deee07acfe5fe9c33925828.zip
Update dependencies from https://github.com/dotnet/arcade build 420 (#21140)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18570.17 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18570.17
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index 3392abdbb2..f3c1d9edb0 100644
--- a/global.json
+++ b/global.json
@@ -7,7 +7,7 @@
"python": "2.7.15"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18569.4",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18569.4"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18570.17",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18570.17"
}
}