-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvmfii.deps.json
70 lines (70 loc) · 2.08 KB
/
vmfii.deps.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"vmfii/1.0.0": {
"dependencies": {
"Sledge.Formats.GameData": "1.1.3"
},
"runtime": {
"vmfii.dll": {}
}
},
"Sledge.Formats/1.1.0": {
"dependencies": {
"System.Numerics.Vectors": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/Sledge.Formats.dll": {
"assemblyVersion": "1.1.0.0",
"fileVersion": "1.1.0.0"
}
}
},
"Sledge.Formats.GameData/1.1.3": {
"dependencies": {
"Sledge.Formats": "1.1.0"
},
"runtime": {
"lib/netstandard2.0/Sledge.Formats.GameData.dll": {
"assemblyVersion": "1.1.3.0",
"fileVersion": "1.1.3.0"
}
}
},
"System.Numerics.Vectors/4.5.0": {}
}
},
"libraries": {
"vmfii/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Sledge.Formats/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kf+U49o8m1UBayCUtJs3NPcOOIUdh6qoNbXmTWaN7puyq2oe0i2DEqb3TzXyI7m0kpdFHUhUu8Dnw+5qMmPytA==",
"path": "sledge.formats/1.1.0",
"hashPath": "sledge.formats.1.1.0.nupkg.sha512"
},
"Sledge.Formats.GameData/1.1.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-qjAFs19K6E7oo8UmHNElFHcGF6Q34sRmDuVDJDRHBZ0y7Oc84Sx88UymtFajBzwB9vCwhB6/aeBrzn6EtS2HeQ==",
"path": "sledge.formats.gamedata/1.1.3",
"hashPath": "sledge.formats.gamedata.1.1.3.nupkg.sha512"
},
"System.Numerics.Vectors/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"path": "system.numerics.vectors/4.5.0",
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
}
}
}