projects
/
platform
/
upstream
/
coreclr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Port to 3.1 - Fix out of range access in GetRecycleMemoryInfo (#27959)
[platform/upstream/coreclr.git]
/
global.json
1
{
2
"tools": {
3
"dotnet": "3.1.100"
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.19577.5",
11
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19577.5",
12
"Microsoft.Build.NoTargets": "1.0.53",
13
"Microsoft.Build.Traversal": "2.0.2"
14
}
15
}