-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.lock.json
More file actions
72 lines (72 loc) · 2.33 KB
/
packages.lock.json
File metadata and controls
72 lines (72 loc) · 2.33 KB
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
{
"version": 2,
"dependencies": {
"net10.0": {
"chengyuan.core": {
"type": "Project"
},
"chengyuan.core.data": {
"type": "Project",
"dependencies": {
"ChengYuan.Core": "[0.2.10-local, )",
"ChengYuan.Core.Runtime": "[0.2.10-local, )",
"Microsoft.Extensions.DependencyInjection.Abstractions": "[10.0.5, )"
}
},
"chengyuan.core.runtime": {
"type": "Project",
"dependencies": {
"ChengYuan.Core": "[0.2.10-local, )",
"Microsoft.Extensions.DependencyInjection.Abstractions": "[10.0.5, )"
}
},
"chengyuan.executioncontext.abstractions": {
"type": "Project"
},
"chengyuan.executioncontext.runtime": {
"type": "Project",
"dependencies": {
"ChengYuan.Core": "[0.2.10-local, )",
"ChengYuan.Core.Runtime": "[0.2.10-local, )",
"ChengYuan.ExecutionContext.Abstractions": "[0.2.10-local, )"
}
},
"chengyuan.multitenancy.abstractions": {
"type": "Project"
},
"chengyuan.multitenancy.runtime": {
"type": "Project",
"dependencies": {
"ChengYuan.Core.Data": "[0.2.10-local, )",
"ChengYuan.Core.Runtime": "[0.2.10-local, )",
"ChengYuan.ExecutionContext.Runtime": "[0.2.10-local, )",
"ChengYuan.MultiTenancy.Abstractions": "[0.2.10-local, )"
}
},
"chengyuan.settingmanagement.contracts": {
"type": "Project",
"dependencies": {
"ChengYuan.Settings.Abstractions": "[0.2.10-local, )"
}
},
"chengyuan.settings.abstractions": {
"type": "Project"
},
"chengyuan.settings.runtime": {
"type": "Project",
"dependencies": {
"ChengYuan.Core.Runtime": "[0.2.10-local, )",
"ChengYuan.ExecutionContext.Runtime": "[0.2.10-local, )",
"ChengYuan.MultiTenancy.Runtime": "[0.2.10-local, )",
"ChengYuan.Settings.Abstractions": "[0.2.10-local, )"
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions": {
"type": "CentralTransitive",
"requested": "[10.0.5, )",
"resolved": "10.0.5",
"contentHash": "iVMtq9eRvzyhx8949EGT0OCYJfXi737SbRVzWXE5GrOgGj5AaZ9eUuxA/BSUfmOMALKn/g8KfFaNQw0eiB3lyA=="
}
}
}
}