summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-02-15 08:10:14 -0800
committerJan Kotas <jkotas@microsoft.com>2019-02-15 08:10:14 -0800
commitdc44198275de82ee0ec46f4a3811a9db235ec5e5 (patch)
tree732c6b57bb477af805d29470e8e78b17944f604c /global.json
parent6adc4c0b726ca1a77084e8a215e743d037ac5515 (diff)
downloadcoreclr-dc44198275de82ee0ec46f4a3811a9db235ec5e5.tar.gz
coreclr-dc44198275de82ee0ec46f4a3811a9db235ec5e5.tar.bz2
coreclr-dc44198275de82ee0ec46f4a3811a9db235ec5e5.zip
Update dependencies from https://github.com/dotnet/arcade build 20190214.4 (#22621)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19114.4 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19114.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 42517b5d41..1f4cf0be85 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.19113.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19113.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19114.4",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19114.4"
}
}