summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-03-10 09:17:48 -0700
committerJan Kotas <jkotas@microsoft.com>2019-03-10 09:17:48 -0700
commit60773aa089840f5e944d3f72969cde0561b9135b (patch)
treec4ca95eec3fb0c20f0df29d63be0f288893f8635 /global.json
parent95f8926cd87201264727a64e0ae5af8a8fef7094 (diff)
downloadcoreclr-60773aa089840f5e944d3f72969cde0561b9135b.tar.gz
coreclr-60773aa089840f5e944d3f72969cde0561b9135b.tar.bz2
coreclr-60773aa089840f5e944d3f72969cde0561b9135b.zip
Update dependencies from https://github.com/dotnet/arcade build 20190309.2 (#23163)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19159.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19159.2
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 46ea1861e4..cc3757829d 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.19158.5",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19158.5"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19159.2",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19159.2"
}
}