summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-03-08 22:54:38 -0800
committerJuan Hoyos <juan.hoyos@microsoft.com>2019-03-08 22:54:38 -0800
commit5644b8538203b1e9a6b2d965d8e2c7175a98f04e (patch)
tree84470b164de95a6bc53daff1457024b6b300b3cd /global.json
parented505143f888a16402d0ce891412cdf4f2cb4724 (diff)
downloadcoreclr-5644b8538203b1e9a6b2d965d8e2c7175a98f04e.tar.gz
coreclr-5644b8538203b1e9a6b2d965d8e2c7175a98f04e.tar.bz2
coreclr-5644b8538203b1e9a6b2d965d8e2c7175a98f04e.zip
Update dependencies from https://github.com/dotnet/arcade build 20190308.5 (#23146)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19158.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19158.5
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 dac26384fa..46ea1861e4 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.19128.3",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19128.3"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19158.5",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19158.5"
}
}