summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorJuan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>2018-11-01 13:59:59 -0700
committerJuan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>2018-11-01 16:14:03 -0700
commit84387fa5f788603ff6eb85f5a0c6c954bd90d362 (patch)
treea877e42b21915fb859131f9933e58c537c0c97b1 /global.json
parentdf0cd2cd2c026af3aff78206bed6b45429dc9e19 (diff)
downloadcoreclr-84387fa5f788603ff6eb85f5a0c6c954bd90d362.tar.gz
coreclr-84387fa5f788603ff6eb85f5a0c6c954bd90d362.tar.bz2
coreclr-84387fa5f788603ff6eb85f5a0c6c954bd90d362.zip
Add base arcade scripts and versioning files
Diffstat (limited to 'global.json')
-rw-r--r--global.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/global.json b/global.json
index 104bebe5cd..5c68f14b32 100644
--- a/global.json
+++ b/global.json
@@ -1,3 +1,13 @@
{
- "projects": [ "./tests/src", "./tests/src/Common" ]
+ "tools": {
+ "dotnet": "2.1.401"
+ },
+ "native-tools": {
+ "cmake": "3.11.1",
+ "python": "2.7.15"
+ },
+ "msbuild-sdks": {
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18529.8",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18529.8"
+ }
}