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
71
72
73
74
75
| {
| "runtimeTarget": {
| "name": ".NETStandard,Version=v2.0/",
| "signature": ""
| },
| "compilationOptions": {},
| "targets": {
| ".NETStandard,Version=v2.0": {},
| ".NETStandard,Version=v2.0/": {
| "ClassLibrary1/1.0.0": {
| "dependencies": {
| "NETStandard.Library": "2.0.3",
| "RevitAPI": "20.0.0.0",
| "RevitAPIUI": "20.0.0.0"
| },
| "runtime": {
| "ClassLibrary1.dll": {}
| }
| },
| "Microsoft.NETCore.Platforms/1.1.0": {},
| "NETStandard.Library/2.0.3": {
| "dependencies": {
| "Microsoft.NETCore.Platforms": "1.1.0"
| }
| },
| "RevitAPI/20.0.0.0": {
| "runtime": {
| "RevitAPI.dll": {
| "assemblyVersion": "20.0.0.0",
| "fileVersion": "20.0.0.377"
| }
| }
| },
| "RevitAPIUI/20.0.0.0": {
| "runtime": {
| "RevitAPIUI.dll": {
| "assemblyVersion": "20.0.0.0",
| "fileVersion": "20.0.0.377"
| }
| }
| }
| }
| },
| "libraries": {
| "ClassLibrary1/1.0.0": {
| "type": "project",
| "serviceable": false,
| "sha512": ""
| },
| "Microsoft.NETCore.Platforms/1.1.0": {
| "type": "package",
| "serviceable": true,
| "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
| "path": "microsoft.netcore.platforms/1.1.0",
| "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
| },
| "NETStandard.Library/2.0.3": {
| "type": "package",
| "serviceable": true,
| "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
| "path": "netstandard.library/2.0.3",
| "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
| },
| "RevitAPI/20.0.0.0": {
| "type": "reference",
| "serviceable": false,
| "sha512": ""
| },
| "RevitAPIUI/20.0.0.0": {
| "type": "reference",
| "serviceable": false,
| "sha512": ""
| }
| }
| }
|
|