Core.deps.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0/win-x64",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {},
  9. ".NETCoreApp,Version=v8.0/win-x64": {
  10. "Core/1.0.0": {
  11. "dependencies": {
  12. "ThirdParty": "1.0.0",
  13. "ThirdParty.Reference": "1.0.0.0"
  14. },
  15. "runtime": {
  16. "Core.dll": {}
  17. }
  18. },
  19. "AWSSDK.Core/3.7.100.14": {
  20. "runtime": {
  21. "lib/netcoreapp3.1/AWSSDK.Core.dll": {
  22. "assemblyVersion": "3.3.0.0",
  23. "fileVersion": "3.7.100.14"
  24. }
  25. }
  26. },
  27. "AWSSDK.SecurityToken/3.7.100.14": {
  28. "dependencies": {
  29. "AWSSDK.Core": "3.7.100.14"
  30. },
  31. "runtime": {
  32. "lib/netcoreapp3.1/AWSSDK.SecurityToken.dll": {
  33. "assemblyVersion": "3.3.0.0",
  34. "fileVersion": "3.7.100.14"
  35. }
  36. }
  37. },
  38. "CommandLineParser/2.9.1": {
  39. "runtime": {
  40. "lib/netstandard2.0/CommandLine.dll": {
  41. "assemblyVersion": "2.9.1.0",
  42. "fileVersion": "2.9.1.0"
  43. }
  44. }
  45. },
  46. "DnsClient/1.6.1": {
  47. "dependencies": {
  48. "Microsoft.Win32.Registry": "5.0.0"
  49. },
  50. "runtime": {
  51. "lib/net5.0/DnsClient.dll": {
  52. "assemblyVersion": "1.6.1.0",
  53. "fileVersion": "1.6.1.0"
  54. }
  55. }
  56. },
  57. "EPPlus/7.0.3": {
  58. "dependencies": {
  59. "EPPlus.Interfaces": "6.1.1",
  60. "EPPlus.System.Drawing": "6.1.1",
  61. "Microsoft.Extensions.Configuration.Json": "8.0.0",
  62. "Microsoft.IO.RecyclableMemoryStream": "2.3.2",
  63. "System.ComponentModel.Annotations": "5.0.0",
  64. "System.Security.Cryptography.Pkcs": "8.0.0",
  65. "System.Text.Encoding.CodePages": "8.0.0"
  66. },
  67. "runtime": {
  68. "lib/net8.0/EPPlus.dll": {
  69. "assemblyVersion": "7.0.3.0",
  70. "fileVersion": "7.0.3.0"
  71. }
  72. }
  73. },
  74. "EPPlus.Interfaces/6.1.1": {
  75. "runtime": {
  76. "lib/net7.0/EPPlus.Interfaces.dll": {
  77. "assemblyVersion": "6.1.1.0",
  78. "fileVersion": "6.1.1.0"
  79. }
  80. }
  81. },
  82. "EPPlus.System.Drawing/6.1.1": {
  83. "dependencies": {
  84. "EPPlus.Interfaces": "6.1.1",
  85. "System.Drawing.Common": "7.0.0"
  86. },
  87. "runtime": {
  88. "lib/net7.0/EPPlus.System.Drawing.dll": {
  89. "assemblyVersion": "6.1.1.0",
  90. "fileVersion": "6.1.1.0"
  91. }
  92. }
  93. },
  94. "Microsoft.CodeAnalysis.Analyzers/3.3.2": {},
  95. "Microsoft.CodeAnalysis.Common/4.0.1": {
  96. "dependencies": {
  97. "Microsoft.CodeAnalysis.Analyzers": "3.3.2",
  98. "System.Collections.Immutable": "7.0.0",
  99. "System.Memory": "4.5.5",
  100. "System.Reflection.Metadata": "5.0.0",
  101. "System.Runtime.CompilerServices.Unsafe": "5.0.0",
  102. "System.Text.Encoding.CodePages": "8.0.0",
  103. "System.Threading.Tasks.Extensions": "4.5.4"
  104. },
  105. "runtime": {
  106. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {
  107. "assemblyVersion": "4.0.0.0",
  108. "fileVersion": "4.0.121.55815"
  109. }
  110. }
  111. },
  112. "Microsoft.CodeAnalysis.CSharp/4.0.1": {
  113. "dependencies": {
  114. "Microsoft.CodeAnalysis.Common": "4.0.1"
  115. },
  116. "runtime": {
  117. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {
  118. "assemblyVersion": "4.0.0.0",
  119. "fileVersion": "4.0.121.55815"
  120. }
  121. }
  122. },
  123. "Microsoft.Extensions.Configuration/8.0.0": {
  124. "dependencies": {
  125. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  126. "Microsoft.Extensions.Primitives": "8.0.0"
  127. },
  128. "runtime": {
  129. "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
  130. "assemblyVersion": "8.0.0.0",
  131. "fileVersion": "8.0.23.53103"
  132. }
  133. }
  134. },
  135. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  136. "dependencies": {
  137. "Microsoft.Extensions.Primitives": "8.0.0"
  138. },
  139. "runtime": {
  140. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  141. "assemblyVersion": "8.0.0.0",
  142. "fileVersion": "8.0.23.53103"
  143. }
  144. }
  145. },
  146. "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
  147. "dependencies": {
  148. "Microsoft.Extensions.Configuration": "8.0.0",
  149. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  150. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  151. "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
  152. "Microsoft.Extensions.Primitives": "8.0.0"
  153. },
  154. "runtime": {
  155. "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  156. "assemblyVersion": "8.0.0.0",
  157. "fileVersion": "8.0.23.53103"
  158. }
  159. }
  160. },
  161. "Microsoft.Extensions.Configuration.Json/8.0.0": {
  162. "dependencies": {
  163. "Microsoft.Extensions.Configuration": "8.0.0",
  164. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  165. "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0",
  166. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  167. "System.Text.Json": "8.0.0"
  168. },
  169. "runtime": {
  170. "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
  171. "assemblyVersion": "8.0.0.0",
  172. "fileVersion": "8.0.23.53103"
  173. }
  174. }
  175. },
  176. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  177. "dependencies": {
  178. "Microsoft.Extensions.Primitives": "8.0.0"
  179. },
  180. "runtime": {
  181. "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  182. "assemblyVersion": "8.0.0.0",
  183. "fileVersion": "8.0.23.53103"
  184. }
  185. }
  186. },
  187. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  188. "dependencies": {
  189. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  190. "Microsoft.Extensions.FileSystemGlobbing": "8.0.0",
  191. "Microsoft.Extensions.Primitives": "8.0.0"
  192. },
  193. "runtime": {
  194. "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  195. "assemblyVersion": "8.0.0.0",
  196. "fileVersion": "8.0.23.53103"
  197. }
  198. }
  199. },
  200. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
  201. "runtime": {
  202. "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  203. "assemblyVersion": "8.0.0.0",
  204. "fileVersion": "8.0.23.53103"
  205. }
  206. }
  207. },
  208. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  209. "runtime": {
  210. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  211. "assemblyVersion": "2.0.0.0",
  212. "fileVersion": "2.0.0.17205"
  213. }
  214. }
  215. },
  216. "Microsoft.Extensions.Primitives/8.0.0": {
  217. "runtime": {
  218. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  219. "assemblyVersion": "8.0.0.0",
  220. "fileVersion": "8.0.23.53103"
  221. }
  222. }
  223. },
  224. "Microsoft.IO.RecyclableMemoryStream/2.3.2": {
  225. "runtime": {
  226. "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": {
  227. "assemblyVersion": "2.3.2.0",
  228. "fileVersion": "2.3.2.0"
  229. }
  230. }
  231. },
  232. "Microsoft.NETCore.Platforms/5.0.0": {},
  233. "Microsoft.Win32.Registry/5.0.0": {
  234. "dependencies": {
  235. "System.Security.AccessControl": "5.0.0",
  236. "System.Security.Principal.Windows": "5.0.0"
  237. }
  238. },
  239. "Microsoft.Win32.SystemEvents/7.0.0": {
  240. "runtime": {
  241. "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
  242. "assemblyVersion": "7.0.0.0",
  243. "fileVersion": "7.0.22.51805"
  244. }
  245. }
  246. },
  247. "MongoDB.Bson/2.22.0": {
  248. "dependencies": {
  249. "System.Memory": "4.5.5",
  250. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  251. },
  252. "runtime": {
  253. "lib/netstandard2.1/MongoDB.Bson.dll": {
  254. "assemblyVersion": "2.22.0.0",
  255. "fileVersion": "2.22.0.0"
  256. }
  257. }
  258. },
  259. "MongoDB.Driver/2.22.0": {
  260. "dependencies": {
  261. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  262. "MongoDB.Bson": "2.22.0",
  263. "MongoDB.Driver.Core": "2.22.0",
  264. "MongoDB.Libmongocrypt": "1.8.0"
  265. },
  266. "runtime": {
  267. "lib/netstandard2.1/MongoDB.Driver.dll": {
  268. "assemblyVersion": "2.22.0.0",
  269. "fileVersion": "2.22.0.0"
  270. }
  271. }
  272. },
  273. "MongoDB.Driver.Core/2.22.0": {
  274. "dependencies": {
  275. "AWSSDK.SecurityToken": "3.7.100.14",
  276. "DnsClient": "1.6.1",
  277. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  278. "MongoDB.Bson": "2.22.0",
  279. "MongoDB.Libmongocrypt": "1.8.0",
  280. "SharpCompress": "0.30.1",
  281. "Snappier": "1.0.0",
  282. "System.Buffers": "4.5.1",
  283. "ZstdSharp.Port": "0.6.2"
  284. },
  285. "runtime": {
  286. "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
  287. "assemblyVersion": "2.22.0.0",
  288. "fileVersion": "2.22.0.0"
  289. }
  290. }
  291. },
  292. "MongoDB.Libmongocrypt/1.8.0": {
  293. "runtime": {
  294. "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
  295. "assemblyVersion": "1.8.0.0",
  296. "fileVersion": "1.8.0.0"
  297. }
  298. },
  299. "native": {
  300. "runtimes/win/native/mongocrypt.dll": {
  301. "fileVersion": "0.0.0.0"
  302. }
  303. }
  304. },
  305. "NLog/5.2.7": {
  306. "runtime": {
  307. "lib/netstandard2.0/NLog.dll": {
  308. "assemblyVersion": "5.0.0.0",
  309. "fileVersion": "5.2.7.2287"
  310. }
  311. }
  312. },
  313. "protobuf-net/3.2.30": {
  314. "dependencies": {
  315. "protobuf-net.Core": "3.2.30"
  316. },
  317. "runtime": {
  318. "lib/net6.0/protobuf-net.dll": {
  319. "assemblyVersion": "3.0.0.0",
  320. "fileVersion": "3.2.30.709"
  321. }
  322. }
  323. },
  324. "protobuf-net.Core/3.2.30": {
  325. "dependencies": {
  326. "System.Collections.Immutable": "7.0.0"
  327. },
  328. "runtime": {
  329. "lib/net6.0/protobuf-net.Core.dll": {
  330. "assemblyVersion": "3.0.0.0",
  331. "fileVersion": "3.2.30.709"
  332. }
  333. }
  334. },
  335. "SharpCompress/0.30.1": {
  336. "runtime": {
  337. "lib/net5.0/SharpCompress.dll": {
  338. "assemblyVersion": "0.30.1.0",
  339. "fileVersion": "0.30.1.0"
  340. }
  341. }
  342. },
  343. "SharpZipLib/1.4.2": {
  344. "runtime": {
  345. "lib/net6.0/ICSharpCode.SharpZipLib.dll": {
  346. "assemblyVersion": "1.4.2.13",
  347. "fileVersion": "1.4.2.13"
  348. }
  349. }
  350. },
  351. "Snappier/1.0.0": {
  352. "runtime": {
  353. "lib/net5.0/Snappier.dll": {
  354. "assemblyVersion": "1.0.0.0",
  355. "fileVersion": "1.0.0.0"
  356. }
  357. }
  358. },
  359. "System.Buffers/4.5.1": {},
  360. "System.Collections.Immutable/7.0.0": {},
  361. "System.ComponentModel.Annotations/5.0.0": {},
  362. "System.Drawing.Common/7.0.0": {
  363. "dependencies": {
  364. "Microsoft.Win32.SystemEvents": "7.0.0"
  365. },
  366. "runtime": {
  367. "runtimes/win/lib/net7.0/System.Drawing.Common.dll": {
  368. "assemblyVersion": "7.0.0.0",
  369. "fileVersion": "7.0.22.51805"
  370. }
  371. }
  372. },
  373. "System.Formats.Asn1/8.0.0": {},
  374. "System.Memory/4.5.5": {},
  375. "System.Reflection.Metadata/5.0.0": {},
  376. "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
  377. "System.Security.AccessControl/5.0.0": {
  378. "dependencies": {
  379. "Microsoft.NETCore.Platforms": "5.0.0",
  380. "System.Security.Principal.Windows": "5.0.0"
  381. }
  382. },
  383. "System.Security.Cryptography.Pkcs/8.0.0": {
  384. "dependencies": {
  385. "System.Formats.Asn1": "8.0.0"
  386. },
  387. "runtime": {
  388. "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
  389. "assemblyVersion": "8.0.0.0",
  390. "fileVersion": "8.0.23.53103"
  391. }
  392. }
  393. },
  394. "System.Security.Principal.Windows/5.0.0": {},
  395. "System.Text.Encoding.CodePages/8.0.0": {},
  396. "System.Text.Encodings.Web/8.0.0": {},
  397. "System.Text.Json/8.0.0": {
  398. "dependencies": {
  399. "System.Text.Encodings.Web": "8.0.0"
  400. }
  401. },
  402. "System.Threading.Tasks.Extensions/4.5.4": {},
  403. "ZstdSharp.Port/0.6.2": {
  404. "runtime": {
  405. "lib/net6.0/ZstdSharp.dll": {
  406. "assemblyVersion": "0.6.2.0",
  407. "fileVersion": "0.6.2.0"
  408. }
  409. }
  410. },
  411. "ThirdParty/1.0.0": {
  412. "dependencies": {
  413. "CommandLineParser": "2.9.1",
  414. "EPPlus": "7.0.3",
  415. "Microsoft.CodeAnalysis.CSharp": "4.0.1",
  416. "Microsoft.CodeAnalysis.Common": "4.0.1",
  417. "MongoDB.Driver": "2.22.0",
  418. "NLog": "5.2.7",
  419. "SharpZipLib": "1.4.2",
  420. "protobuf-net": "3.2.30"
  421. },
  422. "runtime": {
  423. "ThirdParty.dll": {
  424. "assemblyVersion": "1.0.0",
  425. "fileVersion": ""
  426. }
  427. }
  428. },
  429. "ThirdParty.Reference/1.0.0.0": {
  430. "runtime": {
  431. "ThirdParty.dll": {
  432. "assemblyVersion": "1.0.0.0",
  433. "fileVersion": "1.0.0.0"
  434. }
  435. }
  436. }
  437. }
  438. },
  439. "libraries": {
  440. "Core/1.0.0": {
  441. "type": "project",
  442. "serviceable": false,
  443. "sha512": ""
  444. },
  445. "AWSSDK.Core/3.7.100.14": {
  446. "type": "package",
  447. "serviceable": true,
  448. "sha512": "sha512-gnEgxBlk4PFEfdPE8Lkf4+D16MZFYSaW7/o6Wwe5e035QWUkTJX0Dn4LfTCdV5QSEL/fOFxu+yCAm55eIIBgog==",
  449. "path": "awssdk.core/3.7.100.14",
  450. "hashPath": "awssdk.core.3.7.100.14.nupkg.sha512"
  451. },
  452. "AWSSDK.SecurityToken/3.7.100.14": {
  453. "type": "package",
  454. "serviceable": true,
  455. "sha512": "sha512-dGCVuVo0CFUKWW85W8YENO+aREf8sCBDjvGbnNvxJuNW4Ss+brEU9ltHhq2KfZze2VUNK1/wygbPG1bmbpyXEw==",
  456. "path": "awssdk.securitytoken/3.7.100.14",
  457. "hashPath": "awssdk.securitytoken.3.7.100.14.nupkg.sha512"
  458. },
  459. "CommandLineParser/2.9.1": {
  460. "type": "package",
  461. "serviceable": true,
  462. "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
  463. "path": "commandlineparser/2.9.1",
  464. "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
  465. },
  466. "DnsClient/1.6.1": {
  467. "type": "package",
  468. "serviceable": true,
  469. "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
  470. "path": "dnsclient/1.6.1",
  471. "hashPath": "dnsclient.1.6.1.nupkg.sha512"
  472. },
  473. "EPPlus/7.0.3": {
  474. "type": "package",
  475. "serviceable": true,
  476. "sha512": "sha512-2glvViZ12VzGItZa+SYm7Ka6sv/8mBW6KYBetKtDSsZE3OqaX9x7Gbkdd4y1rjawOS5qheqQ/TCqnN6NuL1IIQ==",
  477. "path": "epplus/7.0.3",
  478. "hashPath": "epplus.7.0.3.nupkg.sha512"
  479. },
  480. "EPPlus.Interfaces/6.1.1": {
  481. "type": "package",
  482. "serviceable": true,
  483. "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==",
  484. "path": "epplus.interfaces/6.1.1",
  485. "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512"
  486. },
  487. "EPPlus.System.Drawing/6.1.1": {
  488. "type": "package",
  489. "serviceable": true,
  490. "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==",
  491. "path": "epplus.system.drawing/6.1.1",
  492. "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512"
  493. },
  494. "Microsoft.CodeAnalysis.Analyzers/3.3.2": {
  495. "type": "package",
  496. "serviceable": true,
  497. "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==",
  498. "path": "microsoft.codeanalysis.analyzers/3.3.2",
  499. "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512"
  500. },
  501. "Microsoft.CodeAnalysis.Common/4.0.1": {
  502. "type": "package",
  503. "serviceable": true,
  504. "sha512": "sha512-SMREwaVD5SzatlWhh9aahQAtSWdb63NcE//f+bQzgHSECU6xtDtaxk0kwV+asdFfr6HtW38UeO6jvqdfzudg3w==",
  505. "path": "microsoft.codeanalysis.common/4.0.1",
  506. "hashPath": "microsoft.codeanalysis.common.4.0.1.nupkg.sha512"
  507. },
  508. "Microsoft.CodeAnalysis.CSharp/4.0.1": {
  509. "type": "package",
  510. "serviceable": true,
  511. "sha512": "sha512-Q9RxxydPpUElj/x1/qykDTUGsRoKbJG8H5XUSeMGmMu54fBiuX1xyanom9caa1oQfh5JIW1BgLxobSaWs4WyHQ==",
  512. "path": "microsoft.codeanalysis.csharp/4.0.1",
  513. "hashPath": "microsoft.codeanalysis.csharp.4.0.1.nupkg.sha512"
  514. },
  515. "Microsoft.Extensions.Configuration/8.0.0": {
  516. "type": "package",
  517. "serviceable": true,
  518. "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
  519. "path": "microsoft.extensions.configuration/8.0.0",
  520. "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
  521. },
  522. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  523. "type": "package",
  524. "serviceable": true,
  525. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  526. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  527. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  528. },
  529. "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
  530. "type": "package",
  531. "serviceable": true,
  532. "sha512": "sha512-McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==",
  533. "path": "microsoft.extensions.configuration.fileextensions/8.0.0",
  534. "hashPath": "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512"
  535. },
  536. "Microsoft.Extensions.Configuration.Json/8.0.0": {
  537. "type": "package",
  538. "serviceable": true,
  539. "sha512": "sha512-C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==",
  540. "path": "microsoft.extensions.configuration.json/8.0.0",
  541. "hashPath": "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512"
  542. },
  543. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  544. "type": "package",
  545. "serviceable": true,
  546. "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
  547. "path": "microsoft.extensions.fileproviders.abstractions/8.0.0",
  548. "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512"
  549. },
  550. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  551. "type": "package",
  552. "serviceable": true,
  553. "sha512": "sha512-UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==",
  554. "path": "microsoft.extensions.fileproviders.physical/8.0.0",
  555. "hashPath": "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512"
  556. },
  557. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
  558. "type": "package",
  559. "serviceable": true,
  560. "sha512": "sha512-OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==",
  561. "path": "microsoft.extensions.filesystemglobbing/8.0.0",
  562. "hashPath": "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512"
  563. },
  564. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  565. "type": "package",
  566. "serviceable": true,
  567. "sha512": "sha512-6ZCllUYGFukkymSTx3Yr0G/ajRxoNJp7/FqSxSB4fGISST54ifBhgu4Nc0ItGi3i6DqwuNd8SUyObmiC++AO2Q==",
  568. "path": "microsoft.extensions.logging.abstractions/2.0.0",
  569. "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512"
  570. },
  571. "Microsoft.Extensions.Primitives/8.0.0": {
  572. "type": "package",
  573. "serviceable": true,
  574. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  575. "path": "microsoft.extensions.primitives/8.0.0",
  576. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  577. },
  578. "Microsoft.IO.RecyclableMemoryStream/2.3.2": {
  579. "type": "package",
  580. "serviceable": true,
  581. "sha512": "sha512-Oh1qXXFdJFcHozvb4H6XYLf2W0meZFuG0A+TfapFPj9z5fd4vxiARGEhAaLj/6XWQaMYIv4SH/9Q6H78Hw0E2Q==",
  582. "path": "microsoft.io.recyclablememorystream/2.3.2",
  583. "hashPath": "microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512"
  584. },
  585. "Microsoft.NETCore.Platforms/5.0.0": {
  586. "type": "package",
  587. "serviceable": true,
  588. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  589. "path": "microsoft.netcore.platforms/5.0.0",
  590. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  591. },
  592. "Microsoft.Win32.Registry/5.0.0": {
  593. "type": "package",
  594. "serviceable": true,
  595. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  596. "path": "microsoft.win32.registry/5.0.0",
  597. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  598. },
  599. "Microsoft.Win32.SystemEvents/7.0.0": {
  600. "type": "package",
  601. "serviceable": true,
  602. "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==",
  603. "path": "microsoft.win32.systemevents/7.0.0",
  604. "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512"
  605. },
  606. "MongoDB.Bson/2.22.0": {
  607. "type": "package",
  608. "serviceable": true,
  609. "sha512": "sha512-7Z+uP+PeIBrkzzRORTCjrMSYhzQgXxLYkXyML8WsBN7tHddicNY9Xh8Cmp5gRR4U4NuEbXCQtHplju0iVY/KuA==",
  610. "path": "mongodb.bson/2.22.0",
  611. "hashPath": "mongodb.bson.2.22.0.nupkg.sha512"
  612. },
  613. "MongoDB.Driver/2.22.0": {
  614. "type": "package",
  615. "serviceable": true,
  616. "sha512": "sha512-ngswtmzdtfaq+L0Ti1Kjm0QnVLgEJK233YPCpGN2buSArY2xEPsnQ2yos7SPGxuDzZPnxdn+XG9/OBt9atCpWw==",
  617. "path": "mongodb.driver/2.22.0",
  618. "hashPath": "mongodb.driver.2.22.0.nupkg.sha512"
  619. },
  620. "MongoDB.Driver.Core/2.22.0": {
  621. "type": "package",
  622. "serviceable": true,
  623. "sha512": "sha512-aMlyeGbQ9wk/bmy9xSr6dnkOszO3MVgv1wNcsm4ACwiup//VCZxvj5k0Wq/E0xGBYmqs/tNXqJmLy1IawRXPHA==",
  624. "path": "mongodb.driver.core/2.22.0",
  625. "hashPath": "mongodb.driver.core.2.22.0.nupkg.sha512"
  626. },
  627. "MongoDB.Libmongocrypt/1.8.0": {
  628. "type": "package",
  629. "serviceable": true,
  630. "sha512": "sha512-fgNw8Dxpkq7mpoaAYes8cfnPRzvFIoB8oL9GPXwi3op/rONftl0WAeg4akRLcxfoVuUvuUO2wGoVBr3JzJ7Svw==",
  631. "path": "mongodb.libmongocrypt/1.8.0",
  632. "hashPath": "mongodb.libmongocrypt.1.8.0.nupkg.sha512"
  633. },
  634. "NLog/5.2.7": {
  635. "type": "package",
  636. "serviceable": true,
  637. "sha512": "sha512-Ww/0b6V1NL8iqpFKtRKVQFFX03LoowNzYeNG6FpVzmhgCfLAkW0h/4lT3+V8mHfyvtHptNoV8Cz0YePLFRUaPA==",
  638. "path": "nlog/5.2.7",
  639. "hashPath": "nlog.5.2.7.nupkg.sha512"
  640. },
  641. "protobuf-net/3.2.30": {
  642. "type": "package",
  643. "serviceable": true,
  644. "sha512": "sha512-C/UTlmxEJHAHpqm8xQK1UyJKaIynVCSNG4mVrbLgnZ7ccH28nN49O8iMJvKEodTgVbnimvy+3mIiAdW6mATwnw==",
  645. "path": "protobuf-net/3.2.30",
  646. "hashPath": "protobuf-net.3.2.30.nupkg.sha512"
  647. },
  648. "protobuf-net.Core/3.2.30": {
  649. "type": "package",
  650. "serviceable": true,
  651. "sha512": "sha512-v2ZxxYrz+X212ukSx+uqkLuPu414bvmSAnTyf+PBUKR9ENJxO4P/csorA/27456MCp1JNoMssDj/f91RDiwBfQ==",
  652. "path": "protobuf-net.core/3.2.30",
  653. "hashPath": "protobuf-net.core.3.2.30.nupkg.sha512"
  654. },
  655. "SharpCompress/0.30.1": {
  656. "type": "package",
  657. "serviceable": true,
  658. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  659. "path": "sharpcompress/0.30.1",
  660. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  661. },
  662. "SharpZipLib/1.4.2": {
  663. "type": "package",
  664. "serviceable": true,
  665. "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==",
  666. "path": "sharpziplib/1.4.2",
  667. "hashPath": "sharpziplib.1.4.2.nupkg.sha512"
  668. },
  669. "Snappier/1.0.0": {
  670. "type": "package",
  671. "serviceable": true,
  672. "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
  673. "path": "snappier/1.0.0",
  674. "hashPath": "snappier.1.0.0.nupkg.sha512"
  675. },
  676. "System.Buffers/4.5.1": {
  677. "type": "package",
  678. "serviceable": true,
  679. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  680. "path": "system.buffers/4.5.1",
  681. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  682. },
  683. "System.Collections.Immutable/7.0.0": {
  684. "type": "package",
  685. "serviceable": true,
  686. "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
  687. "path": "system.collections.immutable/7.0.0",
  688. "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
  689. },
  690. "System.ComponentModel.Annotations/5.0.0": {
  691. "type": "package",
  692. "serviceable": true,
  693. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  694. "path": "system.componentmodel.annotations/5.0.0",
  695. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  696. },
  697. "System.Drawing.Common/7.0.0": {
  698. "type": "package",
  699. "serviceable": true,
  700. "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
  701. "path": "system.drawing.common/7.0.0",
  702. "hashPath": "system.drawing.common.7.0.0.nupkg.sha512"
  703. },
  704. "System.Formats.Asn1/8.0.0": {
  705. "type": "package",
  706. "serviceable": true,
  707. "sha512": "sha512-AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==",
  708. "path": "system.formats.asn1/8.0.0",
  709. "hashPath": "system.formats.asn1.8.0.0.nupkg.sha512"
  710. },
  711. "System.Memory/4.5.5": {
  712. "type": "package",
  713. "serviceable": true,
  714. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  715. "path": "system.memory/4.5.5",
  716. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  717. },
  718. "System.Reflection.Metadata/5.0.0": {
  719. "type": "package",
  720. "serviceable": true,
  721. "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
  722. "path": "system.reflection.metadata/5.0.0",
  723. "hashPath": "system.reflection.metadata.5.0.0.nupkg.sha512"
  724. },
  725. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  726. "type": "package",
  727. "serviceable": true,
  728. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  729. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  730. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  731. },
  732. "System.Security.AccessControl/5.0.0": {
  733. "type": "package",
  734. "serviceable": true,
  735. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  736. "path": "system.security.accesscontrol/5.0.0",
  737. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  738. },
  739. "System.Security.Cryptography.Pkcs/8.0.0": {
  740. "type": "package",
  741. "serviceable": true,
  742. "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==",
  743. "path": "system.security.cryptography.pkcs/8.0.0",
  744. "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512"
  745. },
  746. "System.Security.Principal.Windows/5.0.0": {
  747. "type": "package",
  748. "serviceable": true,
  749. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  750. "path": "system.security.principal.windows/5.0.0",
  751. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  752. },
  753. "System.Text.Encoding.CodePages/8.0.0": {
  754. "type": "package",
  755. "serviceable": true,
  756. "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
  757. "path": "system.text.encoding.codepages/8.0.0",
  758. "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512"
  759. },
  760. "System.Text.Encodings.Web/8.0.0": {
  761. "type": "package",
  762. "serviceable": true,
  763. "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
  764. "path": "system.text.encodings.web/8.0.0",
  765. "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
  766. },
  767. "System.Text.Json/8.0.0": {
  768. "type": "package",
  769. "serviceable": true,
  770. "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
  771. "path": "system.text.json/8.0.0",
  772. "hashPath": "system.text.json.8.0.0.nupkg.sha512"
  773. },
  774. "System.Threading.Tasks.Extensions/4.5.4": {
  775. "type": "package",
  776. "serviceable": true,
  777. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  778. "path": "system.threading.tasks.extensions/4.5.4",
  779. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  780. },
  781. "ZstdSharp.Port/0.6.2": {
  782. "type": "package",
  783. "serviceable": true,
  784. "sha512": "sha512-jPao/LdUNLUz8rn3H1D8W7wQbZsRZM0iayvWI4xGejJg3XJHT56gcmYdgmCGPdJF1UEBqUjucCRrFB+4HbJsbw==",
  785. "path": "zstdsharp.port/0.6.2",
  786. "hashPath": "zstdsharp.port.0.6.2.nupkg.sha512"
  787. },
  788. "ThirdParty/1.0.0": {
  789. "type": "project",
  790. "serviceable": false,
  791. "sha512": ""
  792. },
  793. "ThirdParty.Reference/1.0.0.0": {
  794. "type": "reference",
  795. "serviceable": false,
  796. "sha512": ""
  797. }
  798. }
  799. }