-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaigroundr.deps.json
57 lines (57 loc) · 1.47 KB
/
plaigroundr.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
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {
"plaigroundr/0.2.1": {
"dependencies": {
"Bogus": "34.0.2",
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"plaigroundr.dll": {}
}
},
"Bogus/34.0.2": {
"runtime": {
"lib/netstandard2.0/Bogus.dll": {
"assemblyVersion": "34.0.2.0",
"fileVersion": "34.0.2.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
}
}
},
"libraries": {
"plaigroundr/0.2.1": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Bogus/34.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-2KQAuMn3fLAQ2r6jeiffZnpv0bi3GCW3iRB2v1KeHIEBu8MNTh9dBlLTZwGvM0pr+9doKkU8L5JgCURmTmT88A==",
"path": "bogus/34.0.2",
"hashPath": "bogus.34.0.2.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
}
}
}