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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.1",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.1": {
      "DingDingMsg/1.0.0": {
        "dependencies": {
          "Newtonsoft.Json": "13.0.3",
          "System.Data.SqlClient": "4.8.6",
          "GetuiServerApiSDK": "4.0.1.5",
          "Google.ProtocolBuffers": "2.4.1.473",
          "System.Web.Extensions": "4.0.0.0"
        },
        "runtime": {
          "DingDingMsg.dll": {}
        }
      },
      "Microsoft.NETCore.Platforms/3.1.0": {},
      "Microsoft.Win32.Registry/4.7.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.7.0",
          "System.Security.Principal.Windows": "4.7.0"
        }
      },
      "Newtonsoft.Json/13.0.3": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.3.27908"
          }
        }
      },
      "runtime.native.System.Data.SqlClient.sni/4.7.0": {
        "dependencies": {
          "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
          "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
          "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
        }
      },
      "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
        "runtimeTargets": {
          "runtimes/win-arm64/native/sni.dll": {
            "rid": "win-arm64",
            "assetType": "native",
            "fileVersion": "4.6.25512.1"
          }
        }
      },
      "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
        "runtimeTargets": {
          "runtimes/win-x64/native/sni.dll": {
            "rid": "win-x64",
            "assetType": "native",
            "fileVersion": "4.6.25512.1"
          }
        }
      },
      "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
        "runtimeTargets": {
          "runtimes/win-x86/native/sni.dll": {
            "rid": "win-x86",
            "assetType": "native",
            "fileVersion": "4.6.25512.1"
          }
        }
      },
      "System.Data.SqlClient/4.8.6": {
        "dependencies": {
          "Microsoft.Win32.Registry": "4.7.0",
          "System.Security.Principal.Windows": "4.7.0",
          "runtime.native.System.Data.SqlClient.sni": "4.7.0"
        },
        "runtime": {
          "lib/netcoreapp2.1/System.Data.SqlClient.dll": {
            "assemblyVersion": "4.6.1.6",
            "fileVersion": "4.700.23.52603"
          }
        },
        "runtimeTargets": {
          "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
            "rid": "unix",
            "assetType": "runtime",
            "assemblyVersion": "4.6.1.6",
            "fileVersion": "4.700.23.52603"
          },
          "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
            "rid": "win",
            "assetType": "runtime",
            "assemblyVersion": "4.6.1.6",
            "fileVersion": "4.700.23.52603"
          }
        }
      },
      "System.Security.AccessControl/4.7.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.1.0",
          "System.Security.Principal.Windows": "4.7.0"
        }
      },
      "System.Security.Principal.Windows/4.7.0": {},
      "GetuiServerApiSDK/4.0.1.5": {
        "runtime": {
          "GetuiServerApiSDK.dll": {
            "assemblyVersion": "4.0.1.5",
            "fileVersion": "4.0.1.5"
          }
        }
      },
      "Google.ProtocolBuffers/2.4.1.473": {
        "runtime": {
          "Google.ProtocolBuffers.dll": {
            "assemblyVersion": "2.4.1.473",
            "fileVersion": "2.4.1.473"
          }
        }
      },
      "System.Web.Extensions/4.0.0.0": {
        "runtime": {
          "System.Web.Extensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.ServiceModel.Activation/4.0.0.0": {
        "runtime": {
          "System.ServiceModel.Activation.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Web.ApplicationServices/4.0.0.0": {
        "runtime": {
          "System.Web.ApplicationServices.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.ServiceModel/4.0.0.0": {
        "runtime": {
          "System.ServiceModel.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Web.Services/4.0.0.0": {
        "runtime": {
          "System.Web.Services.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Data.Linq/4.0.0.0": {
        "runtime": {
          "System.Data.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Windows.Forms/4.0.0.0": {
        "runtime": {
          "System.Windows.Forms.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Data.Services.Client/4.0.0.0": {
        "runtime": {
          "System.Data.Services.Client.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Data.Services.Design/4.0.0.0": {
        "runtime": {
          "System.Data.Services.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Data.Entity/4.0.0.0": {
        "runtime": {
          "System.Data.Entity.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Design/4.0.0.0": {
        "runtime": {
          "System.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Web.RegularExpressions/4.0.0.0": {
        "runtime": {
          "System.Web.RegularExpressions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.ServiceModel.Activities/4.0.0.0": {
        "runtime": {
          "System.ServiceModel.Activities.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Activities/4.0.0.0": {
        "runtime": {
          "System.Activities.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Runtime.DurableInstancing/4.0.0.0": {
        "runtime": {
          "System.Runtime.DurableInstancing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Xaml/4.0.0.0": {
        "runtime": {
          "System.Xaml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.IdentityModel/4.0.0.0": {
        "runtime": {
          "System.IdentityModel.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.EnterpriseServices/4.0.0.0": {
        "runtime": {
          "System.EnterpriseServices.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Messaging/4.0.0.0": {
        "runtime": {
          "System.Messaging.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.IdentityModel.Selectors/4.0.0.0": {
        "runtime": {
          "System.IdentityModel.Selectors.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.DirectoryServices/4.0.0.0": {
        "runtime": {
          "System.DirectoryServices.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "Accessibility/4.0.0.0": {
        "runtime": {
          "Accessibility.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Deployment/4.0.0.0": {
        "runtime": {
          "System.Deployment.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Runtime.Serialization.Formatters.Soap/4.0.0.0": {
        "runtime": {
          "System.Runtime.Serialization.Formatters.Soap.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Drawing.Design/4.0.0.0": {
        "runtime": {
          "System.Drawing.Design.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Data.OracleClient/4.0.0.0": {
        "runtime": {
          "System.Data.OracleClient.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Activities.DurableInstancing/4.0.0.0": {
        "runtime": {
          "System.Activities.DurableInstancing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Runtime.Remoting/4.0.0.0": {
        "runtime": {
          "System.Runtime.Remoting.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      },
      "System.Configuration.Install/4.0.0.0": {
        "runtime": {
          "System.Configuration.Install.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.0.30319.18020"
          }
        }
      }
    }
  },
  "libraries": {
    "DingDingMsg/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "Microsoft.NETCore.Platforms/3.1.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
      "path": "microsoft.netcore.platforms/3.1.0",
      "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
      "path": "microsoft.win32.registry/4.7.0",
      "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
    },
    "Newtonsoft.Json/13.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
      "path": "newtonsoft.json/13.0.3",
      "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
    },
    "runtime.native.System.Data.SqlClient.sni/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
      "path": "runtime.native.system.data.sqlclient.sni/4.7.0",
      "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512"
    },
    "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
      "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
      "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
    },
    "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
      "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
      "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
    },
    "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
      "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
      "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
    },
    "System.Data.SqlClient/4.8.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==",
      "path": "system.data.sqlclient/4.8.6",
      "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512"
    },
    "System.Security.AccessControl/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
      "path": "system.security.accesscontrol/4.7.0",
      "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
      "path": "system.security.principal.windows/4.7.0",
      "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
    },
    "GetuiServerApiSDK/4.0.1.5": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "Google.ProtocolBuffers/2.4.1.473": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Web.Extensions/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.ServiceModel.Activation/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Web.ApplicationServices/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.ServiceModel/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Web.Services/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Data.Linq/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Windows.Forms/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Data.Services.Client/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Data.Services.Design/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Data.Entity/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Design/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Web.RegularExpressions/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.ServiceModel.Activities/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Activities/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Runtime.DurableInstancing/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Xaml/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.IdentityModel/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.EnterpriseServices/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Messaging/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.IdentityModel.Selectors/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.DirectoryServices/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "Accessibility/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Deployment/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Runtime.Serialization.Formatters.Soap/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Drawing.Design/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Data.OracleClient/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Activities.DurableInstancing/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Runtime.Remoting/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    },
    "System.Configuration.Install/4.0.0.0": {
      "type": "reference",
      "serviceable": false,
      "sha512": ""
    }
  }
}