This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
forked from foglio1024/tcc-toolbox-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TCC.Loader.deps.json
70 lines (70 loc) · 1.74 KB
/
TCC.Loader.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": {
"TCC.Loader/1.0.0": {
"dependencies": {
"TCC.Utils": "1.0.0"
},
"runtime": {
"TCC.Loader.dll": {}
}
},
"HtmlAgilityPack/1.11.46": {
"runtime": {
"lib/netstandard2.0/HtmlAgilityPack.dll": {
"assemblyVersion": "1.11.46.0",
"fileVersion": "1.11.46.0"
}
}
},
"Nostrum/2.0.11": {
"runtime": {
"lib/net8.0/Nostrum.dll": {
"assemblyVersion": "2.0.11.0",
"fileVersion": "2.0.11.0"
}
}
},
"TCC.Utils/1.0.0": {
"dependencies": {
"HtmlAgilityPack": "1.11.46",
"Nostrum": "2.0.11"
},
"runtime": {
"TCC.Utils.dll": {}
}
}
}
},
"libraries": {
"TCC.Loader/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"HtmlAgilityPack/1.11.46": {
"type": "package",
"serviceable": true,
"sha512": "sha512-dLMn4EVfJBHWmWK4Uh0XGD76FPLHI0qr2Tm0s1m/xmgiHb1JUb9zB8AzO8HtrkBBlMN6JfCUBYddhqC0hZNR+g==",
"path": "htmlagilitypack/1.11.46",
"hashPath": "htmlagilitypack.1.11.46.nupkg.sha512"
},
"Nostrum/2.0.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-7FGCMrnrkFoX7zFzFPGLHInMyuO2B5hTfXDCGb6JtC5dS6XyhuhF62QmOWV7RsX1ynCCEhXL9CB7Ad/5Hzz4GA==",
"path": "nostrum/2.0.11",
"hashPath": "nostrum.2.0.11.nupkg.sha512"
},
"TCC.Utils/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}