summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-11-19 15:23:43 +0000
committerGitHub <noreply@github.com>2018-11-19 15:23:43 +0000
commit6e2e0e2a2949a0e59c73927084a6c0649313385f (patch)
tree2fbd42227c49ef9286389deccccc7e1f85f4aa5c /global.json
parent31cb6d2e899b818ab72fd8c02ae3d9e69312e661 (diff)
downloadcoreclr-6e2e0e2a2949a0e59c73927084a6c0649313385f.tar.gz
coreclr-6e2e0e2a2949a0e59c73927084a6c0649313385f.tar.bz2
coreclr-6e2e0e2a2949a0e59c73927084a6c0649313385f.zip
Update dependencies from https://github.com/dotnet/arcade build 385 (#21082)
This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18568.1 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18568.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 10ca8a75a8..5da92ac29c 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.18567.1",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18567.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18568.1",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18568.1"
}
}