summaryrefslogtreecommitdiff
path: root/global.json
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-05-06 10:19:49 -0700
committerGitHub <noreply@github.com>2019-05-06 10:19:49 -0700
commit099177b0899156a4e8a352083a273805240c0ccd (patch)
tree85c3f7c449ee3ed8b725c7212379914e7706e74f /global.json
parent7681c19e4a6f2b5a82abf6268e96eb9140f08bb7 (diff)
downloadcoreclr-099177b0899156a4e8a352083a273805240c0ccd.tar.gz
coreclr-099177b0899156a4e8a352083a273805240c0ccd.tar.bz2
coreclr-099177b0899156a4e8a352083a273805240c0ccd.zip
Port all managed product binaries to use SDK style projects (#24285)
Convert managed product binary to use SDK project system. - Uses Arcade for versions strings - Overrides Arcade defined output paths - should change in the future
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/global.json b/global.json
index 5ff89906cd..f8166b051e 100644
--- a/global.json
+++ b/global.json
@@ -8,6 +8,8 @@
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19229.8",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19229.8"
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19229.8",
+ "Microsoft.Build.NoTargets": "1.0.53",
+ "Microsoft.Build.Traversal": "1.0.52"
}
}