summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-03-19 12:23:59 -0700
committerJan Kotas <jkotas@microsoft.com>2019-03-19 12:23:59 -0700
commit36b8237ad6ce317d8621985ee9a7ade5201f4fc2 (patch)
tree8329a3f185c0c3684eb1ee488db3a57e87f11806 /global.json
parent7c226433c1d53e2978be99db9cba47597b20763d (diff)
downloadcoreclr-36b8237ad6ce317d8621985ee9a7ade5201f4fc2.tar.gz
coreclr-36b8237ad6ce317d8621985ee9a7ade5201f4fc2.tar.bz2
coreclr-36b8237ad6ce317d8621985ee9a7ade5201f4fc2.zip
Update dependencies from https://github.com/dotnet/arcade build 20190317.10 (#23339)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19167.10 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19167.10
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 87688f7989..74eeacf969 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.19162.7",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19162.7"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19167.10",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19167.10"
}
}