summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-11-22 14:43:20 +0000
committerGitHub <noreply@github.com>2018-11-22 14:43:20 +0000
commit0bf260e68cda2486a5fbe3d9e8417d17d44de766 (patch)
treecac0c245bf39f04947fe490323fb7f72fa26c0ff /global.json
parent5e4e286ea2bffa4a5cb2467721ed89f27959d253 (diff)
downloadcoreclr-0bf260e68cda2486a5fbe3d9e8417d17d44de766.tar.gz
coreclr-0bf260e68cda2486a5fbe3d9e8417d17d44de766.tar.bz2
coreclr-0bf260e68cda2486a5fbe3d9e8417d17d44de766.zip
Update dependencies from https://github.com/dotnet/arcade build 434 (#21166)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18571.7 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18571.7
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 f3c1d9edb0..518a9903f3 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.18570.17",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18570.17"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18571.7",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18571.7"
}
}