-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresharper2sarif.deps.json
68 lines (68 loc) · 1.96 KB
/
resharper2sarif.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
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"resharper2sarif/1.0.0": {
"dependencies": {
"Sarif.Sdk": "2.4.11"
},
"runtime": {
"resharper2sarif.dll": {}
}
},
"Newtonsoft.Json/12.0.3": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "12.0.0.0",
"fileVersion": "12.0.3.23909"
}
}
},
"Sarif.Sdk/2.4.11": {
"dependencies": {
"Newtonsoft.Json": "12.0.3",
"System.Collections.Immutable": "5.0.0"
},
"runtime": {
"lib/netstandard2.0/Sarif.dll": {
"assemblyVersion": "2.4.11.0",
"fileVersion": "2.4.11.0"
}
}
},
"System.Collections.Immutable/5.0.0": {}
}
},
"libraries": {
"resharper2sarif/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/12.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
"path": "newtonsoft.json/12.0.3",
"hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
},
"Sarif.Sdk/2.4.11": {
"type": "package",
"serviceable": true,
"sha512": "sha512-jJa4C5EGJCy+Ywav/qbgj09/xC6pKhkgqIMV4zwzS16nAcVPpEMECSptVATRChfqI3KOJCkJVXtxWvq0MuGNhg==",
"path": "sarif.sdk/2.4.11",
"hashPath": "sarif.sdk.2.4.11.nupkg.sha512"
},
"System.Collections.Immutable/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
"path": "system.collections.immutable/5.0.0",
"hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
}
}
}