summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-11-14 15:29:51 +0000
committerGitHub <noreply@github.com>2018-11-14 15:29:51 +0000
commitf3295a192fb3fd81b1b6a0f71009db9f04f90a0b (patch)
tree09b37aa98805a521e43c9319f2790f58dbc1a5f2 /global.json
parent4d2be969ad128c4c721382affdbc8fd536d70ad1 (diff)
downloadcoreclr-f3295a192fb3fd81b1b6a0f71009db9f04f90a0b.tar.gz
coreclr-f3295a192fb3fd81b1b6a0f71009db9f04f90a0b.tar.bz2
coreclr-f3295a192fb3fd81b1b6a0f71009db9f04f90a0b.zip
Update dependencies from https://github.com/dotnet/arcade build 327 (#21000)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18563.21 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18563.21
Diffstat (limited to 'global.json')
-rw-r--r--global.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/global.json b/global.json
index a741a183b9..fd7c8dc42a 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.18562.25",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18562.25"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18563.21",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18563.21"
}
-} \ No newline at end of file
+}