webhook.api.deps.json 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "webhook.api/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.20.0-Preview.1",
  12. "Swashbuckle.AspNetCore": "6.5.0",
  13. "dodohold.core": "1.0.1.8",
  14. "webhook.core": "1.0.0"
  15. },
  16. "runtime": {
  17. "webhook.api.dll": {}
  18. }
  19. },
  20. "BouncyCastle.Cryptography/2.2.1": {
  21. "runtime": {
  22. "lib/net6.0/BouncyCastle.Cryptography.dll": {
  23. "assemblyVersion": "2.0.0.0",
  24. "fileVersion": "2.2.1.47552"
  25. }
  26. }
  27. },
  28. "CSRedisCore/3.8.802": {
  29. "dependencies": {
  30. "Newtonsoft.Json": "13.0.3",
  31. "System.ValueTuple": "4.5.0"
  32. },
  33. "runtime": {
  34. "lib/netstandard2.0/CSRedisCore.dll": {
  35. "assemblyVersion": "3.8.802.0",
  36. "fileVersion": "3.8.802.0"
  37. }
  38. }
  39. },
  40. "Dapper/2.1.28": {
  41. "runtime": {
  42. "lib/net7.0/Dapper.dll": {
  43. "assemblyVersion": "2.0.0.0",
  44. "fileVersion": "2.1.28.55233"
  45. }
  46. }
  47. },
  48. "dodohold.core/1.0.1.8": {
  49. "dependencies": {
  50. "CSRedisCore": "3.8.802",
  51. "Dapper": "2.1.28",
  52. "EPPlus": "7.0.9",
  53. "FreeSpire.XLS": "12.7.0",
  54. "Microsoft.Extensions.Primitives": "9.0.0-preview.1.24080.9",
  55. "MySql.Data": "8.3.0",
  56. "Newtonsoft.Json": "13.0.3",
  57. "QRCoder": "1.4.3",
  58. "QiniuCore.SDK": "7.3.1.2",
  59. "Quartz": "3.8.1",
  60. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  61. "System.Data.SqlClient": "4.8.6",
  62. "System.Drawing.Common": "9.0.0-preview.1.24081.2",
  63. "Tencent.QCloud.Cos.Sdk": "5.4.36",
  64. "TencentCloudSDK": "3.0.957"
  65. },
  66. "runtime": {
  67. "lib/net8.0/dodohold.core.dll": {
  68. "assemblyVersion": "1.0.1.8",
  69. "fileVersion": "1.0.1.8"
  70. }
  71. }
  72. },
  73. "EPPlus/7.0.9": {
  74. "dependencies": {
  75. "EPPlus.Interfaces": "6.1.1",
  76. "EPPlus.System.Drawing": "6.1.1",
  77. "Microsoft.Extensions.Configuration.Json": "8.0.0",
  78. "Microsoft.IO.RecyclableMemoryStream": "3.0.0",
  79. "System.ComponentModel.Annotations": "5.0.0",
  80. "System.Security.Cryptography.Pkcs": "8.0.0",
  81. "System.Text.Encoding.CodePages": "8.0.0"
  82. },
  83. "runtime": {
  84. "lib/net8.0/EPPlus.dll": {
  85. "assemblyVersion": "7.0.9.0",
  86. "fileVersion": "7.0.9.0"
  87. }
  88. }
  89. },
  90. "EPPlus.Interfaces/6.1.1": {
  91. "runtime": {
  92. "lib/net7.0/EPPlus.Interfaces.dll": {
  93. "assemblyVersion": "6.1.1.0",
  94. "fileVersion": "6.1.1.0"
  95. }
  96. }
  97. },
  98. "EPPlus.System.Drawing/6.1.1": {
  99. "dependencies": {
  100. "EPPlus.Interfaces": "6.1.1",
  101. "System.Drawing.Common": "9.0.0-preview.1.24081.2"
  102. },
  103. "runtime": {
  104. "lib/net7.0/EPPlus.System.Drawing.dll": {
  105. "assemblyVersion": "6.1.1.0",
  106. "fileVersion": "6.1.1.0"
  107. }
  108. }
  109. },
  110. "FakeUserAgent/1.0.2": {
  111. "runtime": {
  112. "lib/netstandard2.0/FakeUserAgent.dll": {
  113. "assemblyVersion": "1.0.2.0",
  114. "fileVersion": "1.0.2.0"
  115. }
  116. }
  117. },
  118. "FreeSpire.XLS/12.7.0": {
  119. "dependencies": {
  120. "System.Drawing.Common": "9.0.0-preview.1.24081.2",
  121. "System.Security.Cryptography.Xml": "6.0.0",
  122. "System.Text.Encoding.CodePages": "8.0.0"
  123. },
  124. "runtime": {
  125. "lib/net6.0/Spire.Pdf.dll": {
  126. "assemblyVersion": "8.7.2.0",
  127. "fileVersion": "8.7.2.1360"
  128. },
  129. "lib/net6.0/Spire.XLS.dll": {
  130. "assemblyVersion": "12.7.0.0",
  131. "fileVersion": "12.7.0.5350"
  132. }
  133. }
  134. },
  135. "Google.Protobuf/3.25.1": {
  136. "runtime": {
  137. "lib/net5.0/Google.Protobuf.dll": {
  138. "assemblyVersion": "3.25.1.0",
  139. "fileVersion": "3.25.1.0"
  140. }
  141. }
  142. },
  143. "K4os.Compression.LZ4/1.3.5": {
  144. "runtime": {
  145. "lib/net6.0/K4os.Compression.LZ4.dll": {
  146. "assemblyVersion": "1.3.5.0",
  147. "fileVersion": "1.3.5.0"
  148. }
  149. }
  150. },
  151. "K4os.Compression.LZ4.Streams/1.3.5": {
  152. "dependencies": {
  153. "K4os.Compression.LZ4": "1.3.5",
  154. "K4os.Hash.xxHash": "1.0.8",
  155. "System.IO.Pipelines": "6.0.3"
  156. },
  157. "runtime": {
  158. "lib/net6.0/K4os.Compression.LZ4.Streams.dll": {
  159. "assemblyVersion": "1.3.5.0",
  160. "fileVersion": "1.3.5.0"
  161. }
  162. }
  163. },
  164. "K4os.Hash.xxHash/1.0.8": {
  165. "runtime": {
  166. "lib/net6.0/K4os.Hash.xxHash.dll": {
  167. "assemblyVersion": "1.0.8.0",
  168. "fileVersion": "1.0.8.0"
  169. }
  170. }
  171. },
  172. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
  173. "Microsoft.Extensions.Configuration/8.0.0": {
  174. "dependencies": {
  175. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  176. "Microsoft.Extensions.Primitives": "9.0.0-preview.1.24080.9"
  177. }
  178. },
  179. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  180. "dependencies": {
  181. "Microsoft.Extensions.Primitives": "9.0.0-preview.1.24080.9"
  182. }
  183. },
  184. "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
  185. "dependencies": {
  186. "Microsoft.Extensions.Configuration": "8.0.0",
  187. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  188. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  189. "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
  190. "Microsoft.Extensions.Primitives": "9.0.0-preview.1.24080.9"
  191. }
  192. },
  193. "Microsoft.Extensions.Configuration.Json/8.0.0": {
  194. "dependencies": {
  195. "Microsoft.Extensions.Configuration": "8.0.0",
  196. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  197. "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0",
  198. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  199. "System.Text.Json": "8.0.0"
  200. }
  201. },
  202. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {},
  203. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  204. "dependencies": {
  205. "Microsoft.Extensions.Primitives": "9.0.0-preview.1.24080.9"
  206. }
  207. },
  208. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  209. "dependencies": {
  210. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  211. "Microsoft.Extensions.FileSystemGlobbing": "8.0.0",
  212. "Microsoft.Extensions.Primitives": "9.0.0-preview.1.24080.9"
  213. }
  214. },
  215. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {},
  216. "Microsoft.Extensions.Logging.Abstractions/2.1.1": {},
  217. "Microsoft.Extensions.Primitives/9.0.0-preview.1.24080.9": {
  218. "runtime": {
  219. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  220. "assemblyVersion": "9.0.0.0",
  221. "fileVersion": "9.0.24.8009"
  222. }
  223. }
  224. },
  225. "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
  226. "runtime": {
  227. "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": {
  228. "assemblyVersion": "3.0.0.0",
  229. "fileVersion": "3.0.0.0"
  230. }
  231. }
  232. },
  233. "Microsoft.NETCore.Platforms/1.1.0": {},
  234. "Microsoft.NETCore.Targets/1.1.0": {},
  235. "Microsoft.OpenApi/1.2.3": {
  236. "runtime": {
  237. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  238. "assemblyVersion": "1.2.3.0",
  239. "fileVersion": "1.2.3.0"
  240. }
  241. }
  242. },
  243. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.20.0-Preview.1": {},
  244. "Microsoft.Win32.Registry/4.7.0": {
  245. "dependencies": {
  246. "System.Security.AccessControl": "6.0.0",
  247. "System.Security.Principal.Windows": "4.7.0"
  248. }
  249. },
  250. "Microsoft.Win32.SystemEvents/9.0.0-preview.1.24080.9": {
  251. "runtime": {
  252. "lib/net8.0/Microsoft.Win32.SystemEvents.dll": {
  253. "assemblyVersion": "9.0.0.0",
  254. "fileVersion": "9.0.24.8009"
  255. }
  256. },
  257. "runtimeTargets": {
  258. "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": {
  259. "rid": "win",
  260. "assetType": "runtime",
  261. "assemblyVersion": "9.0.0.0",
  262. "fileVersion": "9.0.24.8009"
  263. }
  264. }
  265. },
  266. "MySql.Data/8.3.0": {
  267. "dependencies": {
  268. "BouncyCastle.Cryptography": "2.2.1",
  269. "Google.Protobuf": "3.25.1",
  270. "K4os.Compression.LZ4.Streams": "1.3.5",
  271. "System.Buffers": "4.5.1",
  272. "System.Configuration.ConfigurationManager": "6.0.1",
  273. "System.Diagnostics.DiagnosticSource": "7.0.2",
  274. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  275. "System.Runtime.Loader": "4.3.0",
  276. "System.Security.Permissions": "6.0.0",
  277. "System.Text.Encoding.CodePages": "8.0.0",
  278. "System.Text.Json": "8.0.0",
  279. "System.Threading.Tasks.Extensions": "4.5.4",
  280. "ZstdSharp.Port": "0.7.1"
  281. },
  282. "runtime": {
  283. "lib/net8.0/MySql.Data.dll": {
  284. "assemblyVersion": "8.3.0.0",
  285. "fileVersion": "8.3.0.0"
  286. }
  287. },
  288. "runtimeTargets": {
  289. "runtimes/win-x64/native/comerr64.dll": {
  290. "rid": "win-x64",
  291. "assetType": "native",
  292. "fileVersion": "4.1.0.0"
  293. },
  294. "runtimes/win-x64/native/gssapi64.dll": {
  295. "rid": "win-x64",
  296. "assetType": "native",
  297. "fileVersion": "4.1.0.0"
  298. },
  299. "runtimes/win-x64/native/k5sprt64.dll": {
  300. "rid": "win-x64",
  301. "assetType": "native",
  302. "fileVersion": "4.1.0.0"
  303. },
  304. "runtimes/win-x64/native/krb5_64.dll": {
  305. "rid": "win-x64",
  306. "assetType": "native",
  307. "fileVersion": "4.1.0.0"
  308. },
  309. "runtimes/win-x64/native/krbcc64.dll": {
  310. "rid": "win-x64",
  311. "assetType": "native",
  312. "fileVersion": "4.1.0.0"
  313. }
  314. }
  315. },
  316. "Newtonsoft.Json/13.0.3": {
  317. "runtime": {
  318. "lib/net6.0/Newtonsoft.Json.dll": {
  319. "assemblyVersion": "13.0.0.0",
  320. "fileVersion": "13.0.3.27908"
  321. }
  322. }
  323. },
  324. "QiniuCore.SDK/7.3.1.2": {
  325. "dependencies": {
  326. "Newtonsoft.Json": "13.0.3"
  327. },
  328. "runtime": {
  329. "lib/netstandard2.0/Qiniu.dll": {
  330. "assemblyVersion": "7.3.1.2",
  331. "fileVersion": "7.3.1.2"
  332. }
  333. }
  334. },
  335. "QRCoder/1.4.3": {
  336. "runtime": {
  337. "lib/net6.0/QRCoder.dll": {
  338. "assemblyVersion": "1.4.3.0",
  339. "fileVersion": "1.4.3.0"
  340. }
  341. }
  342. },
  343. "Quartz/3.8.1": {
  344. "dependencies": {
  345. "Microsoft.Extensions.Logging.Abstractions": "2.1.1",
  346. "System.Configuration.ConfigurationManager": "6.0.1"
  347. },
  348. "runtime": {
  349. "lib/net6.0/Quartz.dll": {
  350. "assemblyVersion": "3.8.1.0",
  351. "fileVersion": "3.8.1.0"
  352. }
  353. }
  354. },
  355. "runtime.native.System.Data.SqlClient.sni/4.7.0": {
  356. "dependencies": {
  357. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  358. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
  359. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
  360. }
  361. },
  362. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  363. "runtimeTargets": {
  364. "runtimes/win-arm64/native/sni.dll": {
  365. "rid": "win-arm64",
  366. "assetType": "native",
  367. "fileVersion": "4.6.25512.1"
  368. }
  369. }
  370. },
  371. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  372. "runtimeTargets": {
  373. "runtimes/win-x64/native/sni.dll": {
  374. "rid": "win-x64",
  375. "assetType": "native",
  376. "fileVersion": "4.6.25512.1"
  377. }
  378. }
  379. },
  380. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  381. "runtimeTargets": {
  382. "runtimes/win-x86/native/sni.dll": {
  383. "rid": "win-x86",
  384. "assetType": "native",
  385. "fileVersion": "4.6.25512.1"
  386. }
  387. }
  388. },
  389. "Swashbuckle.AspNetCore/6.5.0": {
  390. "dependencies": {
  391. "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
  392. "Swashbuckle.AspNetCore.Swagger": "6.5.0",
  393. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  394. "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
  395. }
  396. },
  397. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  398. "dependencies": {
  399. "Microsoft.OpenApi": "1.2.3"
  400. },
  401. "runtime": {
  402. "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": {
  403. "assemblyVersion": "6.5.0.0",
  404. "fileVersion": "6.5.0.0"
  405. }
  406. }
  407. },
  408. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  409. "dependencies": {
  410. "Swashbuckle.AspNetCore.Swagger": "6.5.0"
  411. },
  412. "runtime": {
  413. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  414. "assemblyVersion": "6.5.0.0",
  415. "fileVersion": "6.5.0.0"
  416. }
  417. }
  418. },
  419. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  420. "runtime": {
  421. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  422. "assemblyVersion": "6.5.0.0",
  423. "fileVersion": "6.5.0.0"
  424. }
  425. }
  426. },
  427. "System.Buffers/4.5.1": {},
  428. "System.ComponentModel.Annotations/5.0.0": {},
  429. "System.Configuration.ConfigurationManager/6.0.1": {
  430. "dependencies": {
  431. "System.Security.Cryptography.ProtectedData": "6.0.0",
  432. "System.Security.Permissions": "6.0.0"
  433. },
  434. "runtime": {
  435. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  436. "assemblyVersion": "6.0.0.0",
  437. "fileVersion": "6.0.922.41905"
  438. }
  439. }
  440. },
  441. "System.Data.SqlClient/4.8.6": {
  442. "dependencies": {
  443. "Microsoft.Win32.Registry": "4.7.0",
  444. "System.Security.Principal.Windows": "4.7.0",
  445. "runtime.native.System.Data.SqlClient.sni": "4.7.0"
  446. },
  447. "runtime": {
  448. "lib/netcoreapp2.1/System.Data.SqlClient.dll": {
  449. "assemblyVersion": "4.6.1.6",
  450. "fileVersion": "4.700.23.52603"
  451. }
  452. },
  453. "runtimeTargets": {
  454. "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
  455. "rid": "unix",
  456. "assetType": "runtime",
  457. "assemblyVersion": "4.6.1.6",
  458. "fileVersion": "4.700.23.52603"
  459. },
  460. "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
  461. "rid": "win",
  462. "assetType": "runtime",
  463. "assemblyVersion": "4.6.1.6",
  464. "fileVersion": "4.700.23.52603"
  465. }
  466. }
  467. },
  468. "System.Diagnostics.DiagnosticSource/7.0.2": {},
  469. "System.Drawing.Common/9.0.0-preview.1.24081.2": {
  470. "dependencies": {
  471. "Microsoft.Win32.SystemEvents": "9.0.0-preview.1.24080.9"
  472. },
  473. "runtime": {
  474. "lib/net8.0/System.Drawing.Common.dll": {
  475. "assemblyVersion": "9.0.0.0",
  476. "fileVersion": "9.0.24.8102"
  477. },
  478. "lib/net8.0/System.Private.Windows.Core.dll": {
  479. "assemblyVersion": "9.0.0.0",
  480. "fileVersion": "9.0.24.8102"
  481. }
  482. }
  483. },
  484. "System.Formats.Asn1/8.0.0": {},
  485. "System.IO/4.3.0": {
  486. "dependencies": {
  487. "Microsoft.NETCore.Platforms": "1.1.0",
  488. "Microsoft.NETCore.Targets": "1.1.0",
  489. "System.Runtime": "4.3.0",
  490. "System.Text.Encoding": "4.3.0",
  491. "System.Threading.Tasks": "4.3.0"
  492. }
  493. },
  494. "System.IO.Pipelines/6.0.3": {},
  495. "System.Reflection/4.3.0": {
  496. "dependencies": {
  497. "Microsoft.NETCore.Platforms": "1.1.0",
  498. "Microsoft.NETCore.Targets": "1.1.0",
  499. "System.IO": "4.3.0",
  500. "System.Reflection.Primitives": "4.3.0",
  501. "System.Runtime": "4.3.0"
  502. }
  503. },
  504. "System.Reflection.Primitives/4.3.0": {
  505. "dependencies": {
  506. "Microsoft.NETCore.Platforms": "1.1.0",
  507. "Microsoft.NETCore.Targets": "1.1.0",
  508. "System.Runtime": "4.3.0"
  509. }
  510. },
  511. "System.Runtime/4.3.0": {
  512. "dependencies": {
  513. "Microsoft.NETCore.Platforms": "1.1.0",
  514. "Microsoft.NETCore.Targets": "1.1.0"
  515. }
  516. },
  517. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  518. "System.Runtime.Loader/4.3.0": {
  519. "dependencies": {
  520. "System.IO": "4.3.0",
  521. "System.Reflection": "4.3.0",
  522. "System.Runtime": "4.3.0"
  523. }
  524. },
  525. "System.Security.AccessControl/6.0.0": {},
  526. "System.Security.Cryptography.Pkcs/8.0.0": {
  527. "dependencies": {
  528. "System.Formats.Asn1": "8.0.0"
  529. }
  530. },
  531. "System.Security.Cryptography.ProtectedData/6.0.0": {
  532. "runtime": {
  533. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  534. "assemblyVersion": "6.0.0.0",
  535. "fileVersion": "6.0.21.52210"
  536. }
  537. },
  538. "runtimeTargets": {
  539. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  540. "rid": "win",
  541. "assetType": "runtime",
  542. "assemblyVersion": "6.0.0.0",
  543. "fileVersion": "6.0.21.52210"
  544. }
  545. }
  546. },
  547. "System.Security.Cryptography.Xml/6.0.0": {
  548. "dependencies": {
  549. "System.Security.AccessControl": "6.0.0",
  550. "System.Security.Cryptography.Pkcs": "8.0.0"
  551. }
  552. },
  553. "System.Security.Permissions/6.0.0": {
  554. "dependencies": {
  555. "System.Security.AccessControl": "6.0.0",
  556. "System.Windows.Extensions": "6.0.0"
  557. },
  558. "runtime": {
  559. "lib/net6.0/System.Security.Permissions.dll": {
  560. "assemblyVersion": "6.0.0.0",
  561. "fileVersion": "6.0.21.52210"
  562. }
  563. }
  564. },
  565. "System.Security.Principal.Windows/4.7.0": {},
  566. "System.Text.Encoding/4.3.0": {
  567. "dependencies": {
  568. "Microsoft.NETCore.Platforms": "1.1.0",
  569. "Microsoft.NETCore.Targets": "1.1.0",
  570. "System.Runtime": "4.3.0"
  571. }
  572. },
  573. "System.Text.Encoding.CodePages/8.0.0": {},
  574. "System.Text.Encodings.Web/8.0.0": {},
  575. "System.Text.Json/8.0.0": {
  576. "dependencies": {
  577. "System.Text.Encodings.Web": "8.0.0"
  578. }
  579. },
  580. "System.Threading.Tasks/4.3.0": {
  581. "dependencies": {
  582. "Microsoft.NETCore.Platforms": "1.1.0",
  583. "Microsoft.NETCore.Targets": "1.1.0",
  584. "System.Runtime": "4.3.0"
  585. }
  586. },
  587. "System.Threading.Tasks.Extensions/4.5.4": {},
  588. "System.ValueTuple/4.5.0": {},
  589. "System.Windows.Extensions/6.0.0": {
  590. "dependencies": {
  591. "System.Drawing.Common": "9.0.0-preview.1.24081.2"
  592. },
  593. "runtime": {
  594. "lib/net6.0/System.Windows.Extensions.dll": {
  595. "assemblyVersion": "6.0.0.0",
  596. "fileVersion": "6.0.21.52210"
  597. }
  598. },
  599. "runtimeTargets": {
  600. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  601. "rid": "win",
  602. "assetType": "runtime",
  603. "assemblyVersion": "6.0.0.0",
  604. "fileVersion": "6.0.21.52210"
  605. }
  606. }
  607. },
  608. "Tencent.QCloud.Cos.Sdk/5.4.36": {
  609. "runtime": {
  610. "lib/netstandard2.0/COSXML.dll": {
  611. "assemblyVersion": "5.4.36.0",
  612. "fileVersion": "5.4.36.0"
  613. }
  614. }
  615. },
  616. "TencentCloudSDK/3.0.957": {
  617. "dependencies": {
  618. "Newtonsoft.Json": "13.0.3",
  619. "System.Text.Encodings.Web": "8.0.0"
  620. },
  621. "runtime": {
  622. "lib/netstandard2.0/TencentCloud.dll": {
  623. "assemblyVersion": "3.0.957.0",
  624. "fileVersion": "3.0.957.0"
  625. }
  626. }
  627. },
  628. "ZstdSharp.Port/0.7.1": {
  629. "runtime": {
  630. "lib/net7.0/ZstdSharp.dll": {
  631. "assemblyVersion": "0.7.1.0",
  632. "fileVersion": "0.7.1.0"
  633. }
  634. }
  635. },
  636. "webhook.core/1.0.0": {
  637. "dependencies": {
  638. "FakeUserAgent": "1.0.2",
  639. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  640. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  641. "dodohold.core": "1.0.1.8"
  642. },
  643. "runtime": {
  644. "webhook.core.dll": {}
  645. }
  646. }
  647. }
  648. },
  649. "libraries": {
  650. "webhook.api/1.0.0": {
  651. "type": "project",
  652. "serviceable": false,
  653. "sha512": ""
  654. },
  655. "BouncyCastle.Cryptography/2.2.1": {
  656. "type": "package",
  657. "serviceable": true,
  658. "sha512": "sha512-A6Zr52zVqJKt18ZBsTnX0qhG0kwIQftVAjLmszmkiR/trSp8H+xj1gUOzk7XHwaKgyREMSV1v9XaKrBUeIOdvQ==",
  659. "path": "bouncycastle.cryptography/2.2.1",
  660. "hashPath": "bouncycastle.cryptography.2.2.1.nupkg.sha512"
  661. },
  662. "CSRedisCore/3.8.802": {
  663. "type": "package",
  664. "serviceable": true,
  665. "sha512": "sha512-tZOOSVxfLBm9hXnsmkqVcb5JCgdONB9mNIWa6BEkRcV8mYwaiQ9TLvyKrmoewP0cYZ7V/YU/6ks4J8X3eDoyfg==",
  666. "path": "csrediscore/3.8.802",
  667. "hashPath": "csrediscore.3.8.802.nupkg.sha512"
  668. },
  669. "Dapper/2.1.28": {
  670. "type": "package",
  671. "serviceable": true,
  672. "sha512": "sha512-ha49pzOEDmCPkMxwfPSR/wxa/6RD3r42TESIgpzpi7FXq/gNVUuJVEO+wtUzntNRhtmq3BKCl0s0aAlSZLkBUA==",
  673. "path": "dapper/2.1.28",
  674. "hashPath": "dapper.2.1.28.nupkg.sha512"
  675. },
  676. "dodohold.core/1.0.1.8": {
  677. "type": "package",
  678. "serviceable": true,
  679. "sha512": "sha512-mTHQ6eBWLv7ckqr9/Qk5rX44J4xAt0fnO+hk8jpODTjWjMPOEGhZKioDRGsONOQG1E2D8I1EybH5jKiuZDZRdg==",
  680. "path": "dodohold.core/1.0.1.8",
  681. "hashPath": "dodohold.core.1.0.1.8.nupkg.sha512"
  682. },
  683. "EPPlus/7.0.9": {
  684. "type": "package",
  685. "serviceable": true,
  686. "sha512": "sha512-iA6qAeu6FsHfWUcSv0/WjTv6nVUTMcHga3octxQQqLX8xJgJpubqrun9hcG+wDO0xeIc657jj+OQ13nRAtWUyA==",
  687. "path": "epplus/7.0.9",
  688. "hashPath": "epplus.7.0.9.nupkg.sha512"
  689. },
  690. "EPPlus.Interfaces/6.1.1": {
  691. "type": "package",
  692. "serviceable": true,
  693. "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==",
  694. "path": "epplus.interfaces/6.1.1",
  695. "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512"
  696. },
  697. "EPPlus.System.Drawing/6.1.1": {
  698. "type": "package",
  699. "serviceable": true,
  700. "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==",
  701. "path": "epplus.system.drawing/6.1.1",
  702. "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512"
  703. },
  704. "FakeUserAgent/1.0.2": {
  705. "type": "package",
  706. "serviceable": true,
  707. "sha512": "sha512-F31V2btwwVwJF41CBjMdJ875EX9FB22820dZf/3+p8jByql5D9O17w/PDWn0If3roI4iQxkPf5gZ6V/zA9jjNg==",
  708. "path": "fakeuseragent/1.0.2",
  709. "hashPath": "fakeuseragent.1.0.2.nupkg.sha512"
  710. },
  711. "FreeSpire.XLS/12.7.0": {
  712. "type": "package",
  713. "serviceable": true,
  714. "sha512": "sha512-3WgGfpfgPtPIU/TGYdCjnTsXHMgGce4xsP3LP0Napab8jBXwLyBHoPsomTgEin71qZ5JHrC4KWn+tyvonIlk2w==",
  715. "path": "freespire.xls/12.7.0",
  716. "hashPath": "freespire.xls.12.7.0.nupkg.sha512"
  717. },
  718. "Google.Protobuf/3.25.1": {
  719. "type": "package",
  720. "serviceable": true,
  721. "sha512": "sha512-Sw9bq4hOD+AaS3RrnmP5IT25cyZ/T1qpM0e8+G+23Nojhv7+ScJFPEAQo1m4EFQWhXoI4FRZDrK+wjHCPw9yxg==",
  722. "path": "google.protobuf/3.25.1",
  723. "hashPath": "google.protobuf.3.25.1.nupkg.sha512"
  724. },
  725. "K4os.Compression.LZ4/1.3.5": {
  726. "type": "package",
  727. "serviceable": true,
  728. "sha512": "sha512-TS4mqlT0X1OlnvOGNfl02QdVUhuqgWuCnn7UxupIa7C9Pb6qlQ5yZA2sPhRh0OSmVULaQU64KV4wJuu//UyVQQ==",
  729. "path": "k4os.compression.lz4/1.3.5",
  730. "hashPath": "k4os.compression.lz4.1.3.5.nupkg.sha512"
  731. },
  732. "K4os.Compression.LZ4.Streams/1.3.5": {
  733. "type": "package",
  734. "serviceable": true,
  735. "sha512": "sha512-M0NufZI8ym3mm6F6HMSPz1jw7TJGdY74fjAtbIXATmnAva/8xLz50eQZJI9tf9mMeHUaFDg76N1BmEh8GR5zeA==",
  736. "path": "k4os.compression.lz4.streams/1.3.5",
  737. "hashPath": "k4os.compression.lz4.streams.1.3.5.nupkg.sha512"
  738. },
  739. "K4os.Hash.xxHash/1.0.8": {
  740. "type": "package",
  741. "serviceable": true,
  742. "sha512": "sha512-Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==",
  743. "path": "k4os.hash.xxhash/1.0.8",
  744. "hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512"
  745. },
  746. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
  747. "type": "package",
  748. "serviceable": true,
  749. "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
  750. "path": "microsoft.extensions.apidescription.server/6.0.5",
  751. "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
  752. },
  753. "Microsoft.Extensions.Configuration/8.0.0": {
  754. "type": "package",
  755. "serviceable": true,
  756. "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
  757. "path": "microsoft.extensions.configuration/8.0.0",
  758. "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
  759. },
  760. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  761. "type": "package",
  762. "serviceable": true,
  763. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  764. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  765. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  766. },
  767. "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
  768. "type": "package",
  769. "serviceable": true,
  770. "sha512": "sha512-McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==",
  771. "path": "microsoft.extensions.configuration.fileextensions/8.0.0",
  772. "hashPath": "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512"
  773. },
  774. "Microsoft.Extensions.Configuration.Json/8.0.0": {
  775. "type": "package",
  776. "serviceable": true,
  777. "sha512": "sha512-C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==",
  778. "path": "microsoft.extensions.configuration.json/8.0.0",
  779. "hashPath": "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512"
  780. },
  781. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  782. "type": "package",
  783. "serviceable": true,
  784. "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  785. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  786. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
  787. },
  788. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  789. "type": "package",
  790. "serviceable": true,
  791. "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
  792. "path": "microsoft.extensions.fileproviders.abstractions/8.0.0",
  793. "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512"
  794. },
  795. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  796. "type": "package",
  797. "serviceable": true,
  798. "sha512": "sha512-UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==",
  799. "path": "microsoft.extensions.fileproviders.physical/8.0.0",
  800. "hashPath": "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512"
  801. },
  802. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
  803. "type": "package",
  804. "serviceable": true,
  805. "sha512": "sha512-OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==",
  806. "path": "microsoft.extensions.filesystemglobbing/8.0.0",
  807. "hashPath": "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512"
  808. },
  809. "Microsoft.Extensions.Logging.Abstractions/2.1.1": {
  810. "type": "package",
  811. "serviceable": true,
  812. "sha512": "sha512-XRzK7ZF+O6FzdfWrlFTi1Rgj2080ZDsd46vzOjadHUB0Cz5kOvDG8vI7caa5YFrsHQpcfn0DxtjS4E46N4FZsA==",
  813. "path": "microsoft.extensions.logging.abstractions/2.1.1",
  814. "hashPath": "microsoft.extensions.logging.abstractions.2.1.1.nupkg.sha512"
  815. },
  816. "Microsoft.Extensions.Primitives/9.0.0-preview.1.24080.9": {
  817. "type": "package",
  818. "serviceable": true,
  819. "sha512": "sha512-xjYFuOCd/SS41xtVrM+gRLcZqLQO6+rsbSg+b9Fcruy/Ua0aysE78Ap/YE9MMs505N60mtRqZewJSYdEglB5KQ==",
  820. "path": "microsoft.extensions.primitives/9.0.0-preview.1.24080.9",
  821. "hashPath": "microsoft.extensions.primitives.9.0.0-preview.1.24080.9.nupkg.sha512"
  822. },
  823. "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
  824. "type": "package",
  825. "serviceable": true,
  826. "sha512": "sha512-irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==",
  827. "path": "microsoft.io.recyclablememorystream/3.0.0",
  828. "hashPath": "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512"
  829. },
  830. "Microsoft.NETCore.Platforms/1.1.0": {
  831. "type": "package",
  832. "serviceable": true,
  833. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  834. "path": "microsoft.netcore.platforms/1.1.0",
  835. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  836. },
  837. "Microsoft.NETCore.Targets/1.1.0": {
  838. "type": "package",
  839. "serviceable": true,
  840. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  841. "path": "microsoft.netcore.targets/1.1.0",
  842. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  843. },
  844. "Microsoft.OpenApi/1.2.3": {
  845. "type": "package",
  846. "serviceable": true,
  847. "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
  848. "path": "microsoft.openapi/1.2.3",
  849. "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
  850. },
  851. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.20.0-Preview.1": {
  852. "type": "package",
  853. "serviceable": true,
  854. "sha512": "sha512-tQ4WA+Y+zV48697FBS5EH9BruTDF9EPdXQBvOOQkt1bzYHmr/LuqdtCYiWMA8I947cqyyUT8zuShjaGvU0KboA==",
  855. "path": "microsoft.visualstudio.azure.containers.tools.targets/1.20.0-preview.1",
  856. "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.20.0-preview.1.nupkg.sha512"
  857. },
  858. "Microsoft.Win32.Registry/4.7.0": {
  859. "type": "package",
  860. "serviceable": true,
  861. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  862. "path": "microsoft.win32.registry/4.7.0",
  863. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  864. },
  865. "Microsoft.Win32.SystemEvents/9.0.0-preview.1.24080.9": {
  866. "type": "package",
  867. "serviceable": true,
  868. "sha512": "sha512-qAZNqGvPrWzrTBzPhWm2J0kHRDDYq9EZk+xTW6Z7VuM5+4yh4XN0SHrjsSeoHvTcSrSV7IBp9HS8R9W+oQ9Geg==",
  869. "path": "microsoft.win32.systemevents/9.0.0-preview.1.24080.9",
  870. "hashPath": "microsoft.win32.systemevents.9.0.0-preview.1.24080.9.nupkg.sha512"
  871. },
  872. "MySql.Data/8.3.0": {
  873. "type": "package",
  874. "serviceable": true,
  875. "sha512": "sha512-bAQlkLYvTYt5MtXAgHGURSBSUWynIvyN2FVQFUg51I2grxsOfnJSyGvO7YsDRnU7IvUNfMdxq8rNXiP5P4hMlw==",
  876. "path": "mysql.data/8.3.0",
  877. "hashPath": "mysql.data.8.3.0.nupkg.sha512"
  878. },
  879. "Newtonsoft.Json/13.0.3": {
  880. "type": "package",
  881. "serviceable": true,
  882. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  883. "path": "newtonsoft.json/13.0.3",
  884. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  885. },
  886. "QiniuCore.SDK/7.3.1.2": {
  887. "type": "package",
  888. "serviceable": true,
  889. "sha512": "sha512-gze1M7/Ke6VCzqNtZe//RIi1Bfed+EmMYq/YaeFyJ1GQTYllte2g3BdMlV3Hl2mElWSnR1SvOpn3Fc8+TCwYLA==",
  890. "path": "qiniucore.sdk/7.3.1.2",
  891. "hashPath": "qiniucore.sdk.7.3.1.2.nupkg.sha512"
  892. },
  893. "QRCoder/1.4.3": {
  894. "type": "package",
  895. "serviceable": true,
  896. "sha512": "sha512-fWuFqjm8GTlEb2GqBl3Hi8HZZeZQwBSHxvRPtPjyNbT82H0ff0JwavKRBmMaXCno1Av6McPC8aJzri0Mj2w9Jw==",
  897. "path": "qrcoder/1.4.3",
  898. "hashPath": "qrcoder.1.4.3.nupkg.sha512"
  899. },
  900. "Quartz/3.8.1": {
  901. "type": "package",
  902. "serviceable": true,
  903. "sha512": "sha512-HlKm+43iG8LmXfejL1kIijO107x8ozEShLT2PFIkOWNSHUj7O7yTl6icFrn6DocPvigudQ90a6h2gdFShOwyXw==",
  904. "path": "quartz/3.8.1",
  905. "hashPath": "quartz.3.8.1.nupkg.sha512"
  906. },
  907. "runtime.native.System.Data.SqlClient.sni/4.7.0": {
  908. "type": "package",
  909. "serviceable": true,
  910. "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
  911. "path": "runtime.native.system.data.sqlclient.sni/4.7.0",
  912. "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512"
  913. },
  914. "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  915. "type": "package",
  916. "serviceable": true,
  917. "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
  918. "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
  919. "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  920. },
  921. "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  922. "type": "package",
  923. "serviceable": true,
  924. "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
  925. "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
  926. "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  927. },
  928. "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
  929. "type": "package",
  930. "serviceable": true,
  931. "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
  932. "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
  933. "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
  934. },
  935. "Swashbuckle.AspNetCore/6.5.0": {
  936. "type": "package",
  937. "serviceable": true,
  938. "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
  939. "path": "swashbuckle.aspnetcore/6.5.0",
  940. "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
  941. },
  942. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  943. "type": "package",
  944. "serviceable": true,
  945. "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
  946. "path": "swashbuckle.aspnetcore.swagger/6.5.0",
  947. "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
  948. },
  949. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  950. "type": "package",
  951. "serviceable": true,
  952. "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
  953. "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
  954. "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
  955. },
  956. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  957. "type": "package",
  958. "serviceable": true,
  959. "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
  960. "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
  961. "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
  962. },
  963. "System.Buffers/4.5.1": {
  964. "type": "package",
  965. "serviceable": true,
  966. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  967. "path": "system.buffers/4.5.1",
  968. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  969. },
  970. "System.ComponentModel.Annotations/5.0.0": {
  971. "type": "package",
  972. "serviceable": true,
  973. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  974. "path": "system.componentmodel.annotations/5.0.0",
  975. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  976. },
  977. "System.Configuration.ConfigurationManager/6.0.1": {
  978. "type": "package",
  979. "serviceable": true,
  980. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  981. "path": "system.configuration.configurationmanager/6.0.1",
  982. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  983. },
  984. "System.Data.SqlClient/4.8.6": {
  985. "type": "package",
  986. "serviceable": true,
  987. "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==",
  988. "path": "system.data.sqlclient/4.8.6",
  989. "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512"
  990. },
  991. "System.Diagnostics.DiagnosticSource/7.0.2": {
  992. "type": "package",
  993. "serviceable": true,
  994. "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
  995. "path": "system.diagnostics.diagnosticsource/7.0.2",
  996. "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512"
  997. },
  998. "System.Drawing.Common/9.0.0-preview.1.24081.2": {
  999. "type": "package",
  1000. "serviceable": true,
  1001. "sha512": "sha512-zmP6qRu9oxbeYXHlwT//oQE56CNlsToBFg+9F8Lcrqsh6A7MVSppqBeCrIjtCFeOBxil2OS1DdPfv4WncIA8Pg==",
  1002. "path": "system.drawing.common/9.0.0-preview.1.24081.2",
  1003. "hashPath": "system.drawing.common.9.0.0-preview.1.24081.2.nupkg.sha512"
  1004. },
  1005. "System.Formats.Asn1/8.0.0": {
  1006. "type": "package",
  1007. "serviceable": true,
  1008. "sha512": "sha512-AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==",
  1009. "path": "system.formats.asn1/8.0.0",
  1010. "hashPath": "system.formats.asn1.8.0.0.nupkg.sha512"
  1011. },
  1012. "System.IO/4.3.0": {
  1013. "type": "package",
  1014. "serviceable": true,
  1015. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1016. "path": "system.io/4.3.0",
  1017. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1018. },
  1019. "System.IO.Pipelines/6.0.3": {
  1020. "type": "package",
  1021. "serviceable": true,
  1022. "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
  1023. "path": "system.io.pipelines/6.0.3",
  1024. "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
  1025. },
  1026. "System.Reflection/4.3.0": {
  1027. "type": "package",
  1028. "serviceable": true,
  1029. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1030. "path": "system.reflection/4.3.0",
  1031. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1032. },
  1033. "System.Reflection.Primitives/4.3.0": {
  1034. "type": "package",
  1035. "serviceable": true,
  1036. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1037. "path": "system.reflection.primitives/4.3.0",
  1038. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1039. },
  1040. "System.Runtime/4.3.0": {
  1041. "type": "package",
  1042. "serviceable": true,
  1043. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1044. "path": "system.runtime/4.3.0",
  1045. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1046. },
  1047. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1048. "type": "package",
  1049. "serviceable": true,
  1050. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1051. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1052. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1053. },
  1054. "System.Runtime.Loader/4.3.0": {
  1055. "type": "package",
  1056. "serviceable": true,
  1057. "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
  1058. "path": "system.runtime.loader/4.3.0",
  1059. "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
  1060. },
  1061. "System.Security.AccessControl/6.0.0": {
  1062. "type": "package",
  1063. "serviceable": true,
  1064. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  1065. "path": "system.security.accesscontrol/6.0.0",
  1066. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  1067. },
  1068. "System.Security.Cryptography.Pkcs/8.0.0": {
  1069. "type": "package",
  1070. "serviceable": true,
  1071. "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==",
  1072. "path": "system.security.cryptography.pkcs/8.0.0",
  1073. "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512"
  1074. },
  1075. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1076. "type": "package",
  1077. "serviceable": true,
  1078. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1079. "path": "system.security.cryptography.protecteddata/6.0.0",
  1080. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1081. },
  1082. "System.Security.Cryptography.Xml/6.0.0": {
  1083. "type": "package",
  1084. "serviceable": true,
  1085. "sha512": "sha512-puJ4UCh9JVRwOCyCIcq71JY6Axr8Sp8E2GjTIU1Fj8hm4+oX6NEoyGFGa/+pBG8SrVxbQPSj7hvtaREyTHHsmw==",
  1086. "path": "system.security.cryptography.xml/6.0.0",
  1087. "hashPath": "system.security.cryptography.xml.6.0.0.nupkg.sha512"
  1088. },
  1089. "System.Security.Permissions/6.0.0": {
  1090. "type": "package",
  1091. "serviceable": true,
  1092. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1093. "path": "system.security.permissions/6.0.0",
  1094. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1095. },
  1096. "System.Security.Principal.Windows/4.7.0": {
  1097. "type": "package",
  1098. "serviceable": true,
  1099. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  1100. "path": "system.security.principal.windows/4.7.0",
  1101. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  1102. },
  1103. "System.Text.Encoding/4.3.0": {
  1104. "type": "package",
  1105. "serviceable": true,
  1106. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1107. "path": "system.text.encoding/4.3.0",
  1108. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1109. },
  1110. "System.Text.Encoding.CodePages/8.0.0": {
  1111. "type": "package",
  1112. "serviceable": true,
  1113. "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
  1114. "path": "system.text.encoding.codepages/8.0.0",
  1115. "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512"
  1116. },
  1117. "System.Text.Encodings.Web/8.0.0": {
  1118. "type": "package",
  1119. "serviceable": true,
  1120. "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
  1121. "path": "system.text.encodings.web/8.0.0",
  1122. "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
  1123. },
  1124. "System.Text.Json/8.0.0": {
  1125. "type": "package",
  1126. "serviceable": true,
  1127. "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
  1128. "path": "system.text.json/8.0.0",
  1129. "hashPath": "system.text.json.8.0.0.nupkg.sha512"
  1130. },
  1131. "System.Threading.Tasks/4.3.0": {
  1132. "type": "package",
  1133. "serviceable": true,
  1134. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1135. "path": "system.threading.tasks/4.3.0",
  1136. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1137. },
  1138. "System.Threading.Tasks.Extensions/4.5.4": {
  1139. "type": "package",
  1140. "serviceable": true,
  1141. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1142. "path": "system.threading.tasks.extensions/4.5.4",
  1143. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1144. },
  1145. "System.ValueTuple/4.5.0": {
  1146. "type": "package",
  1147. "serviceable": true,
  1148. "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
  1149. "path": "system.valuetuple/4.5.0",
  1150. "hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
  1151. },
  1152. "System.Windows.Extensions/6.0.0": {
  1153. "type": "package",
  1154. "serviceable": true,
  1155. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1156. "path": "system.windows.extensions/6.0.0",
  1157. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1158. },
  1159. "Tencent.QCloud.Cos.Sdk/5.4.36": {
  1160. "type": "package",
  1161. "serviceable": true,
  1162. "sha512": "sha512-w18FtLb65e7TdTlaO8qiTqQ1rq/2dPA9esIGX4IBDyhyqpB11+TlaQFsmQ2VA0FtsAatbn0iS2Q3tapSFhUhyA==",
  1163. "path": "tencent.qcloud.cos.sdk/5.4.36",
  1164. "hashPath": "tencent.qcloud.cos.sdk.5.4.36.nupkg.sha512"
  1165. },
  1166. "TencentCloudSDK/3.0.957": {
  1167. "type": "package",
  1168. "serviceable": true,
  1169. "sha512": "sha512-PEZj7MQ9Y1Qw6aavDBV/P2RFLvF2FGsh7zBSTDDXJ+29VFu+lo72JyLUZZ4nd/uYKteWOkFd3OwP3szFUeTnUQ==",
  1170. "path": "tencentcloudsdk/3.0.957",
  1171. "hashPath": "tencentcloudsdk.3.0.957.nupkg.sha512"
  1172. },
  1173. "ZstdSharp.Port/0.7.1": {
  1174. "type": "package",
  1175. "serviceable": true,
  1176. "sha512": "sha512-Idgg+mJEyAujqDPzA3APy9dNoyw0YQcNA65GgYjktDRtJ+nvx/hv+J+m6Eax3JJMGEYGy04oc5YNP6ZvQ3Y1vQ==",
  1177. "path": "zstdsharp.port/0.7.1",
  1178. "hashPath": "zstdsharp.port.0.7.1.nupkg.sha512"
  1179. },
  1180. "webhook.core/1.0.0": {
  1181. "type": "project",
  1182. "serviceable": false,
  1183. "sha512": ""
  1184. }
  1185. }
  1186. }