forked from microsoft/BuildXL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cgmanifest.json
41 lines (41 loc) · 1.26 KB
/
cgmanifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"Version": 1,
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/mono/mono.git",
"commitHash": "abad3612068e7333956106e7be02d9ce9e346f92"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/liblfds/liblfds7.1.1.git",
"commitHash": "da3494fef10df4681e267d8b2b8cce2c90d5a9fa"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/apple/darwin-xnu.git",
"commitHash": "a449c6a3b8014d9406c2ddbdc81795da24aa7443"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/Microsoft/vscode-mono-debug.git",
"commitHash": "21a0b1433e8ca281fd1f9fc15ba395ef33ed2686"
}
}
}
]
}