summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-02-14 13:29:06 -0500
committerStephen Toub <stoub@microsoft.com>2019-02-14 13:29:06 -0500
commit94b0faee9f93247bb32c89ab7ed545a07540ba97 (patch)
tree7d5ed33a214a03f389070e7f4daf924103464959 /global.json
parent340c278f750a9e1127e66e17fe3ac3c125ead35f (diff)
downloadcoreclr-94b0faee9f93247bb32c89ab7ed545a07540ba97.tar.gz
coreclr-94b0faee9f93247bb32c89ab7ed545a07540ba97.tar.bz2
coreclr-94b0faee9f93247bb32c89ab7ed545a07540ba97.zip
Update dependencies from https://github.com/dotnet/arcade build 20190213.1 (#22594)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19113.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19113.1
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 020b9b9a21..42517b5d41 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.19112.3",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19112.3"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19113.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19113.1"
}
}