summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-12-12 13:02:42 +0000
committerGitHub <noreply@github.com>2018-12-12 13:02:42 +0000
commit60467e9aa8f39c7c93c90cdf007dc4ccb21f53a0 (patch)
treeb1aea7529a8de2354289e2c2822e45d1d9c3ecdd /global.json
parent5b687cf51745790ff02c2de3f9f992ddc94bfae1 (diff)
downloadcoreclr-60467e9aa8f39c7c93c90cdf007dc4ccb21f53a0.tar.gz
coreclr-60467e9aa8f39c7c93c90cdf007dc4ccb21f53a0.tar.bz2
coreclr-60467e9aa8f39c7c93c90cdf007dc4ccb21f53a0.zip
Update dependencies from https://github.com/dotnet/arcade build 708 (#21487)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18610.4 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18610.4
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 43fe262a2d..a3aef6430f 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.18608.1",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18608.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18610.4",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18610.4"
}
}