projects
/
platform
/
upstream
/
coreclr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add check to prevent attaching a profiler when one is already present (#25520)
[platform/upstream/coreclr.git]
/
global.json
1
{
2
"tools": {
3
"dotnet": "3.0.100-preview6-012264"
4
},
5
"native-tools": {
6
"cmake": "3.11.1",
7
"python": "2.7.15"
8
},
9
"msbuild-sdks": {
10
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19352.7",
11
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19352.7",
12
"Microsoft.Build.NoTargets": "1.0.53",
13
"Microsoft.Build.Traversal": "2.0.2"
14
}
15
}