-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGithubReleaseUploader.deps.json
41 lines (41 loc) · 1.05 KB
/
GithubReleaseUploader.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
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v2.1",
"signature": "e2fbc4d1d6a4859f1ef2f564f4ab7106d4effb0d"
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v2.1": {
"GithubReleaseUploader/1.0.0": {
"dependencies": {
"Newtonsoft.Json": "12.0.1"
},
"runtime": {
"GithubReleaseUploader.dll": {}
}
},
"Newtonsoft.Json/12.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "12.0.0.0",
"fileVersion": "12.0.1.22727"
}
}
}
}
},
"libraries": {
"GithubReleaseUploader/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/12.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jmVyoEyk0In8r+AObYQyFKVFm7uSRzE0XSHSbEtBJcZDMV6DqJoyB4FLcHwprPVhAh826so0db3DIKXVnpGoPA==",
"path": "newtonsoft.json/12.0.1",
"hashPath": "newtonsoft.json.12.0.1.nupkg.sha512"
}
}
}