ThirdParty.deps.json 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v2.0/win-x64",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v2.0": {},
  9. ".NETStandard,Version=v2.0/win-x64": {
  10. "ThirdParty/1.0.0": {
  11. "dependencies": {
  12. "CommandLineParser": "2.9.1",
  13. "EPPlus": "7.0.3",
  14. "Microsoft.CodeAnalysis.CSharp": "4.0.1",
  15. "Microsoft.CodeAnalysis.Common": "4.0.1",
  16. "MongoDB.Driver": "2.22.0",
  17. "NETStandard.Library": "2.0.3",
  18. "NLog": "5.2.7",
  19. "Newtonsoft.Json": "13.0.3",
  20. "SharpZipLib": "1.4.2",
  21. "protobuf-net": "3.2.30"
  22. },
  23. "runtime": {
  24. "ThirdParty.dll": {}
  25. }
  26. },
  27. "AWSSDK.Core/3.7.100.14": {
  28. "dependencies": {
  29. "Microsoft.Bcl.AsyncInterfaces": "5.0.0"
  30. },
  31. "runtime": {
  32. "lib/netstandard2.0/AWSSDK.Core.dll": {
  33. "assemblyVersion": "3.3.0.0",
  34. "fileVersion": "3.7.100.14"
  35. }
  36. }
  37. },
  38. "AWSSDK.SecurityToken/3.7.100.14": {
  39. "dependencies": {
  40. "AWSSDK.Core": "3.7.100.14"
  41. },
  42. "runtime": {
  43. "lib/netstandard2.0/AWSSDK.SecurityToken.dll": {
  44. "assemblyVersion": "3.3.0.0",
  45. "fileVersion": "3.7.100.14"
  46. }
  47. }
  48. },
  49. "CommandLineParser/2.9.1": {
  50. "runtime": {
  51. "lib/netstandard2.0/CommandLine.dll": {
  52. "assemblyVersion": "2.9.1.0",
  53. "fileVersion": "2.9.1.0"
  54. }
  55. }
  56. },
  57. "DnsClient/1.6.1": {
  58. "dependencies": {
  59. "Microsoft.Win32.Registry": "5.0.0",
  60. "System.Buffers": "4.5.1"
  61. },
  62. "runtime": {
  63. "lib/netstandard2.0/DnsClient.dll": {
  64. "assemblyVersion": "1.6.1.0",
  65. "fileVersion": "1.6.1.0"
  66. }
  67. }
  68. },
  69. "EPPlus/7.0.3": {
  70. "dependencies": {
  71. "EPPlus.Interfaces": "6.1.1",
  72. "EPPlus.System.Drawing": "6.1.1",
  73. "Microsoft.Extensions.Configuration.Json": "2.1.1",
  74. "Microsoft.IO.RecyclableMemoryStream": "2.3.2",
  75. "System.ComponentModel.Annotations": "5.0.0",
  76. "System.Drawing.Primitives": "4.3.0",
  77. "System.Security.Cryptography.Pkcs": "4.7.0",
  78. "System.Text.Encoding.CodePages": "5.0.0"
  79. },
  80. "runtime": {
  81. "lib/netstandard2.0/EPPlus.dll": {
  82. "assemblyVersion": "7.0.3.0",
  83. "fileVersion": "7.0.3.0"
  84. }
  85. }
  86. },
  87. "EPPlus.Interfaces/6.1.1": {
  88. "runtime": {
  89. "lib/netstandard2.0/EPPlus.Interfaces.dll": {
  90. "assemblyVersion": "6.1.1.0",
  91. "fileVersion": "6.1.1.0"
  92. }
  93. }
  94. },
  95. "EPPlus.System.Drawing/6.1.1": {
  96. "dependencies": {
  97. "EPPlus.Interfaces": "6.1.1",
  98. "System.Drawing.Common": "4.7.3"
  99. },
  100. "runtime": {
  101. "lib/netstandard2.0/EPPlus.System.Drawing.dll": {
  102. "assemblyVersion": "6.1.1.0",
  103. "fileVersion": "6.1.1.0"
  104. }
  105. }
  106. },
  107. "Microsoft.Bcl.AsyncInterfaces/5.0.0": {
  108. "dependencies": {
  109. "System.Threading.Tasks.Extensions": "4.5.4"
  110. },
  111. "runtime": {
  112. "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {
  113. "assemblyVersion": "5.0.0.0",
  114. "fileVersion": "5.0.20.51904"
  115. }
  116. }
  117. },
  118. "Microsoft.CodeAnalysis.Analyzers/3.3.2": {},
  119. "Microsoft.CodeAnalysis.Common/4.0.1": {
  120. "dependencies": {
  121. "Microsoft.CodeAnalysis.Analyzers": "3.3.2",
  122. "System.Collections.Immutable": "7.0.0",
  123. "System.Memory": "4.5.5",
  124. "System.Reflection.Metadata": "5.0.0",
  125. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  126. "System.Text.Encoding.CodePages": "5.0.0",
  127. "System.Threading.Tasks.Extensions": "4.5.4"
  128. },
  129. "runtime": {
  130. "lib/netstandard2.0/Microsoft.CodeAnalysis.dll": {
  131. "assemblyVersion": "4.0.0.0",
  132. "fileVersion": "4.0.121.55815"
  133. }
  134. }
  135. },
  136. "Microsoft.CodeAnalysis.CSharp/4.0.1": {
  137. "dependencies": {
  138. "Microsoft.CodeAnalysis.Common": "4.0.1"
  139. },
  140. "runtime": {
  141. "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll": {
  142. "assemblyVersion": "4.0.0.0",
  143. "fileVersion": "4.0.121.55815"
  144. }
  145. }
  146. },
  147. "Microsoft.Extensions.Configuration/2.1.1": {
  148. "dependencies": {
  149. "Microsoft.Extensions.Configuration.Abstractions": "2.1.1"
  150. },
  151. "runtime": {
  152. "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
  153. "assemblyVersion": "2.1.1.0",
  154. "fileVersion": "2.1.1.18157"
  155. }
  156. }
  157. },
  158. "Microsoft.Extensions.Configuration.Abstractions/2.1.1": {
  159. "dependencies": {
  160. "Microsoft.Extensions.Primitives": "2.1.1"
  161. },
  162. "runtime": {
  163. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  164. "assemblyVersion": "2.1.1.0",
  165. "fileVersion": "2.1.1.18157"
  166. }
  167. }
  168. },
  169. "Microsoft.Extensions.Configuration.FileExtensions/2.1.1": {
  170. "dependencies": {
  171. "Microsoft.Extensions.Configuration": "2.1.1",
  172. "Microsoft.Extensions.FileProviders.Physical": "2.1.1"
  173. },
  174. "runtime": {
  175. "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  176. "assemblyVersion": "2.1.1.0",
  177. "fileVersion": "2.1.1.18157"
  178. }
  179. }
  180. },
  181. "Microsoft.Extensions.Configuration.Json/2.1.1": {
  182. "dependencies": {
  183. "Microsoft.Extensions.Configuration": "2.1.1",
  184. "Microsoft.Extensions.Configuration.FileExtensions": "2.1.1",
  185. "Newtonsoft.Json": "13.0.3"
  186. },
  187. "runtime": {
  188. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {
  189. "assemblyVersion": "2.1.1.0",
  190. "fileVersion": "2.1.1.18157"
  191. }
  192. }
  193. },
  194. "Microsoft.Extensions.FileProviders.Abstractions/2.1.1": {
  195. "dependencies": {
  196. "Microsoft.Extensions.Primitives": "2.1.1"
  197. },
  198. "runtime": {
  199. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  200. "assemblyVersion": "2.1.1.0",
  201. "fileVersion": "2.1.1.18157"
  202. }
  203. }
  204. },
  205. "Microsoft.Extensions.FileProviders.Physical/2.1.1": {
  206. "dependencies": {
  207. "Microsoft.Extensions.FileProviders.Abstractions": "2.1.1",
  208. "Microsoft.Extensions.FileSystemGlobbing": "2.1.1"
  209. },
  210. "runtime": {
  211. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  212. "assemblyVersion": "2.1.1.0",
  213. "fileVersion": "2.1.1.18157"
  214. }
  215. }
  216. },
  217. "Microsoft.Extensions.FileSystemGlobbing/2.1.1": {
  218. "runtime": {
  219. "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  220. "assemblyVersion": "2.1.1.0",
  221. "fileVersion": "2.1.1.18157"
  222. }
  223. }
  224. },
  225. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  226. "runtime": {
  227. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  228. "assemblyVersion": "2.0.0.0",
  229. "fileVersion": "2.0.0.17205"
  230. }
  231. }
  232. },
  233. "Microsoft.Extensions.Primitives/2.1.1": {
  234. "dependencies": {
  235. "System.Memory": "4.5.5",
  236. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  237. },
  238. "runtime": {
  239. "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
  240. "assemblyVersion": "2.1.1.0",
  241. "fileVersion": "2.1.1.18157"
  242. }
  243. }
  244. },
  245. "Microsoft.IO.RecyclableMemoryStream/2.3.2": {
  246. "dependencies": {
  247. "System.Memory": "4.5.5"
  248. },
  249. "runtime": {
  250. "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll": {
  251. "assemblyVersion": "2.3.2.0",
  252. "fileVersion": "2.3.2.0"
  253. }
  254. }
  255. },
  256. "Microsoft.NETCore.Platforms/1.1.0": {},
  257. "Microsoft.NETCore.Targets/1.1.0": {},
  258. "Microsoft.Win32.Registry/5.0.0": {
  259. "dependencies": {
  260. "System.Buffers": "4.5.1",
  261. "System.Memory": "4.5.5",
  262. "System.Security.AccessControl": "5.0.0",
  263. "System.Security.Principal.Windows": "5.0.0"
  264. },
  265. "runtime": {
  266. "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
  267. "assemblyVersion": "5.0.0.0",
  268. "fileVersion": "5.0.20.51904"
  269. }
  270. }
  271. },
  272. "MongoDB.Bson/2.22.0": {
  273. "dependencies": {
  274. "System.Memory": "4.5.5",
  275. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  276. },
  277. "runtime": {
  278. "lib/netstandard2.0/MongoDB.Bson.dll": {
  279. "assemblyVersion": "2.22.0.0",
  280. "fileVersion": "2.22.0.0"
  281. }
  282. }
  283. },
  284. "MongoDB.Driver/2.22.0": {
  285. "dependencies": {
  286. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  287. "MongoDB.Bson": "2.22.0",
  288. "MongoDB.Driver.Core": "2.22.0",
  289. "MongoDB.Libmongocrypt": "1.8.0"
  290. },
  291. "runtime": {
  292. "lib/netstandard2.0/MongoDB.Driver.dll": {
  293. "assemblyVersion": "2.22.0.0",
  294. "fileVersion": "2.22.0.0"
  295. }
  296. }
  297. },
  298. "MongoDB.Driver.Core/2.22.0": {
  299. "dependencies": {
  300. "AWSSDK.SecurityToken": "3.7.100.14",
  301. "DnsClient": "1.6.1",
  302. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  303. "MongoDB.Bson": "2.22.0",
  304. "MongoDB.Libmongocrypt": "1.8.0",
  305. "SharpCompress": "0.30.1",
  306. "Snappier": "1.0.0",
  307. "System.Buffers": "4.5.1",
  308. "ZstdSharp.Port": "0.6.2"
  309. },
  310. "runtime": {
  311. "lib/netstandard2.0/MongoDB.Driver.Core.dll": {
  312. "assemblyVersion": "2.22.0.0",
  313. "fileVersion": "2.22.0.0"
  314. }
  315. }
  316. },
  317. "MongoDB.Libmongocrypt/1.8.0": {
  318. "runtime": {
  319. "lib/netstandard2.0/MongoDB.Libmongocrypt.dll": {
  320. "assemblyVersion": "1.8.0.0",
  321. "fileVersion": "1.8.0.0"
  322. }
  323. },
  324. "native": {
  325. "runtimes/win/native/mongocrypt.dll": {
  326. "fileVersion": "0.0.0.0"
  327. }
  328. }
  329. },
  330. "NETStandard.Library/2.0.3": {
  331. "dependencies": {
  332. "Microsoft.NETCore.Platforms": "1.1.0"
  333. }
  334. },
  335. "Newtonsoft.Json/13.0.3": {
  336. "runtime": {
  337. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  338. "assemblyVersion": "13.0.0.0",
  339. "fileVersion": "13.0.3.27908"
  340. }
  341. }
  342. },
  343. "NLog/5.2.7": {
  344. "runtime": {
  345. "lib/netstandard2.0/NLog.dll": {
  346. "assemblyVersion": "5.0.0.0",
  347. "fileVersion": "5.2.7.2287"
  348. }
  349. }
  350. },
  351. "protobuf-net/3.2.30": {
  352. "dependencies": {
  353. "System.Reflection.Emit": "4.7.0",
  354. "System.Reflection.Emit.Lightweight": "4.7.0",
  355. "protobuf-net.Core": "3.2.30"
  356. },
  357. "runtime": {
  358. "lib/netstandard2.0/protobuf-net.dll": {
  359. "assemblyVersion": "3.0.0.0",
  360. "fileVersion": "3.2.30.709"
  361. }
  362. }
  363. },
  364. "protobuf-net.Core/3.2.30": {
  365. "dependencies": {
  366. "System.Collections.Immutable": "7.0.0",
  367. "System.Memory": "4.5.5"
  368. },
  369. "runtime": {
  370. "lib/netstandard2.0/protobuf-net.Core.dll": {
  371. "assemblyVersion": "3.0.0.0",
  372. "fileVersion": "3.2.30.709"
  373. }
  374. }
  375. },
  376. "runtime.any.System.Runtime/4.3.0": {
  377. "dependencies": {
  378. "System.Private.Uri": "4.3.0"
  379. },
  380. "runtime": {
  381. "lib/netstandard1.5/System.Runtime.dll": {
  382. "assemblyVersion": "4.1.1.0",
  383. "fileVersion": "4.6.24705.1"
  384. }
  385. }
  386. },
  387. "runtime.win.System.Runtime.Extensions/4.3.0": {
  388. "dependencies": {
  389. "System.Private.Uri": "4.3.0"
  390. },
  391. "runtime": {
  392. "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {
  393. "assemblyVersion": "4.1.1.0",
  394. "fileVersion": "4.6.24705.1"
  395. }
  396. }
  397. },
  398. "SharpCompress/0.30.1": {
  399. "dependencies": {
  400. "System.Memory": "4.5.5",
  401. "System.Text.Encoding.CodePages": "5.0.0"
  402. },
  403. "runtime": {
  404. "lib/netstandard2.0/SharpCompress.dll": {
  405. "assemblyVersion": "0.30.1.0",
  406. "fileVersion": "0.30.1.0"
  407. }
  408. }
  409. },
  410. "SharpZipLib/1.4.2": {
  411. "dependencies": {
  412. "System.Memory": "4.5.5",
  413. "System.Threading.Tasks.Extensions": "4.5.4"
  414. },
  415. "runtime": {
  416. "lib/netstandard2.0/ICSharpCode.SharpZipLib.dll": {
  417. "assemblyVersion": "1.4.2.13",
  418. "fileVersion": "1.4.2.13"
  419. }
  420. }
  421. },
  422. "Snappier/1.0.0": {
  423. "dependencies": {
  424. "System.Memory": "4.5.5",
  425. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  426. "System.Threading.Tasks.Extensions": "4.5.4"
  427. },
  428. "runtime": {
  429. "lib/netstandard2.0/Snappier.dll": {
  430. "assemblyVersion": "1.0.0.0",
  431. "fileVersion": "1.0.0.0"
  432. }
  433. }
  434. },
  435. "System.Buffers/4.5.1": {
  436. "runtime": {
  437. "lib/netstandard2.0/System.Buffers.dll": {
  438. "assemblyVersion": "4.0.3.0",
  439. "fileVersion": "4.6.28619.1"
  440. }
  441. }
  442. },
  443. "System.Collections.Immutable/7.0.0": {
  444. "dependencies": {
  445. "System.Memory": "4.5.5",
  446. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  447. },
  448. "runtime": {
  449. "lib/netstandard2.0/System.Collections.Immutable.dll": {
  450. "assemblyVersion": "7.0.0.0",
  451. "fileVersion": "7.0.22.51805"
  452. }
  453. }
  454. },
  455. "System.ComponentModel.Annotations/5.0.0": {
  456. "runtime": {
  457. "lib/netstandard2.0/System.ComponentModel.Annotations.dll": {
  458. "assemblyVersion": "4.2.1.0",
  459. "fileVersion": "4.6.26515.6"
  460. }
  461. }
  462. },
  463. "System.Drawing.Common/4.7.3": {
  464. "runtime": {
  465. "lib/netstandard2.0/System.Drawing.Common.dll": {
  466. "assemblyVersion": "4.0.0.2",
  467. "fileVersion": "4.6.29719.1"
  468. }
  469. }
  470. },
  471. "System.Drawing.Primitives/4.3.0": {
  472. "dependencies": {
  473. "System.Runtime": "4.3.0",
  474. "System.Runtime.Extensions": "4.3.0"
  475. },
  476. "runtime": {
  477. "lib/netstandard1.1/System.Drawing.Primitives.dll": {
  478. "assemblyVersion": "4.0.1.0",
  479. "fileVersion": "4.6.24705.1"
  480. }
  481. }
  482. },
  483. "System.Memory/4.5.5": {
  484. "dependencies": {
  485. "System.Buffers": "4.5.1",
  486. "System.Numerics.Vectors": "4.4.0",
  487. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  488. },
  489. "runtime": {
  490. "lib/netstandard2.0/System.Memory.dll": {
  491. "assemblyVersion": "4.0.1.2",
  492. "fileVersion": "4.6.31308.1"
  493. }
  494. }
  495. },
  496. "System.Numerics.Vectors/4.4.0": {
  497. "runtime": {
  498. "lib/netstandard2.0/System.Numerics.Vectors.dll": {
  499. "assemblyVersion": "4.1.3.0",
  500. "fileVersion": "4.6.25519.3"
  501. }
  502. }
  503. },
  504. "System.Private.Uri/4.3.0": {
  505. "dependencies": {
  506. "Microsoft.NETCore.Platforms": "1.1.0",
  507. "Microsoft.NETCore.Targets": "1.1.0"
  508. }
  509. },
  510. "System.Reflection.Emit/4.7.0": {
  511. "dependencies": {
  512. "System.Reflection.Emit.ILGeneration": "4.7.0"
  513. },
  514. "runtime": {
  515. "lib/netstandard2.0/System.Reflection.Emit.dll": {
  516. "assemblyVersion": "4.0.0.0",
  517. "fileVersion": "4.700.19.56404"
  518. }
  519. }
  520. },
  521. "System.Reflection.Emit.ILGeneration/4.7.0": {
  522. "runtime": {
  523. "lib/netstandard2.0/System.Reflection.Emit.ILGeneration.dll": {
  524. "assemblyVersion": "4.0.0.0",
  525. "fileVersion": "4.700.19.56404"
  526. }
  527. }
  528. },
  529. "System.Reflection.Emit.Lightweight/4.7.0": {
  530. "dependencies": {
  531. "System.Reflection.Emit.ILGeneration": "4.7.0"
  532. },
  533. "runtime": {
  534. "lib/netstandard2.0/System.Reflection.Emit.Lightweight.dll": {
  535. "assemblyVersion": "4.0.0.0",
  536. "fileVersion": "4.700.19.56404"
  537. }
  538. }
  539. },
  540. "System.Reflection.Metadata/5.0.0": {
  541. "dependencies": {
  542. "System.Collections.Immutable": "7.0.0"
  543. },
  544. "runtime": {
  545. "lib/netstandard2.0/System.Reflection.Metadata.dll": {
  546. "assemblyVersion": "5.0.0.0",
  547. "fileVersion": "5.0.20.51904"
  548. }
  549. }
  550. },
  551. "System.Runtime/4.3.0": {
  552. "dependencies": {
  553. "Microsoft.NETCore.Platforms": "1.1.0",
  554. "Microsoft.NETCore.Targets": "1.1.0",
  555. "runtime.any.System.Runtime": "4.3.0"
  556. }
  557. },
  558. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  559. "runtime": {
  560. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  561. "assemblyVersion": "6.0.0.0",
  562. "fileVersion": "6.0.21.52210"
  563. }
  564. }
  565. },
  566. "System.Runtime.Extensions/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. "runtime.win.System.Runtime.Extensions": "4.3.0"
  572. }
  573. },
  574. "System.Security.AccessControl/5.0.0": {
  575. "dependencies": {
  576. "System.Security.Principal.Windows": "5.0.0"
  577. },
  578. "runtime": {
  579. "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll": {
  580. "assemblyVersion": "4.0.1.0",
  581. "fileVersion": "4.6.24705.1"
  582. }
  583. }
  584. },
  585. "System.Security.Cryptography.Cng/4.7.0": {
  586. "runtime": {
  587. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
  588. "assemblyVersion": "4.2.1.0",
  589. "fileVersion": "4.6.24705.1"
  590. }
  591. }
  592. },
  593. "System.Security.Cryptography.Pkcs/4.7.0": {
  594. "dependencies": {
  595. "System.Buffers": "4.5.1",
  596. "System.Memory": "4.5.5",
  597. "System.Security.Cryptography.Cng": "4.7.0"
  598. },
  599. "runtime": {
  600. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.Pkcs.dll": {
  601. "assemblyVersion": "4.0.4.0",
  602. "fileVersion": "4.700.19.56404"
  603. }
  604. }
  605. },
  606. "System.Security.Principal.Windows/5.0.0": {
  607. "runtime": {
  608. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
  609. "assemblyVersion": "4.0.1.0",
  610. "fileVersion": "4.6.24705.1"
  611. }
  612. }
  613. },
  614. "System.Text.Encoding.CodePages/5.0.0": {
  615. "dependencies": {
  616. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  617. },
  618. "runtime": {
  619. "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  620. "assemblyVersion": "5.0.0.0",
  621. "fileVersion": "5.0.20.51904"
  622. }
  623. }
  624. },
  625. "System.Threading.Tasks.Extensions/4.5.4": {
  626. "dependencies": {
  627. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  628. },
  629. "runtime": {
  630. "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {
  631. "assemblyVersion": "4.2.0.1",
  632. "fileVersion": "4.6.28619.1"
  633. }
  634. }
  635. },
  636. "ZstdSharp.Port/0.6.2": {
  637. "dependencies": {
  638. "Microsoft.Bcl.AsyncInterfaces": "5.0.0",
  639. "System.Memory": "4.5.5"
  640. },
  641. "runtime": {
  642. "lib/netstandard2.0/ZstdSharp.dll": {
  643. "assemblyVersion": "0.6.2.0",
  644. "fileVersion": "0.6.2.0"
  645. }
  646. }
  647. }
  648. }
  649. },
  650. "libraries": {
  651. "ThirdParty/1.0.0": {
  652. "type": "project",
  653. "serviceable": false,
  654. "sha512": ""
  655. },
  656. "AWSSDK.Core/3.7.100.14": {
  657. "type": "package",
  658. "serviceable": true,
  659. "sha512": "sha512-gnEgxBlk4PFEfdPE8Lkf4+D16MZFYSaW7/o6Wwe5e035QWUkTJX0Dn4LfTCdV5QSEL/fOFxu+yCAm55eIIBgog==",
  660. "path": "awssdk.core/3.7.100.14",
  661. "hashPath": "awssdk.core.3.7.100.14.nupkg.sha512"
  662. },
  663. "AWSSDK.SecurityToken/3.7.100.14": {
  664. "type": "package",
  665. "serviceable": true,
  666. "sha512": "sha512-dGCVuVo0CFUKWW85W8YENO+aREf8sCBDjvGbnNvxJuNW4Ss+brEU9ltHhq2KfZze2VUNK1/wygbPG1bmbpyXEw==",
  667. "path": "awssdk.securitytoken/3.7.100.14",
  668. "hashPath": "awssdk.securitytoken.3.7.100.14.nupkg.sha512"
  669. },
  670. "CommandLineParser/2.9.1": {
  671. "type": "package",
  672. "serviceable": true,
  673. "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
  674. "path": "commandlineparser/2.9.1",
  675. "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
  676. },
  677. "DnsClient/1.6.1": {
  678. "type": "package",
  679. "serviceable": true,
  680. "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
  681. "path": "dnsclient/1.6.1",
  682. "hashPath": "dnsclient.1.6.1.nupkg.sha512"
  683. },
  684. "EPPlus/7.0.3": {
  685. "type": "package",
  686. "serviceable": true,
  687. "sha512": "sha512-2glvViZ12VzGItZa+SYm7Ka6sv/8mBW6KYBetKtDSsZE3OqaX9x7Gbkdd4y1rjawOS5qheqQ/TCqnN6NuL1IIQ==",
  688. "path": "epplus/7.0.3",
  689. "hashPath": "epplus.7.0.3.nupkg.sha512"
  690. },
  691. "EPPlus.Interfaces/6.1.1": {
  692. "type": "package",
  693. "serviceable": true,
  694. "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==",
  695. "path": "epplus.interfaces/6.1.1",
  696. "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512"
  697. },
  698. "EPPlus.System.Drawing/6.1.1": {
  699. "type": "package",
  700. "serviceable": true,
  701. "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==",
  702. "path": "epplus.system.drawing/6.1.1",
  703. "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512"
  704. },
  705. "Microsoft.Bcl.AsyncInterfaces/5.0.0": {
  706. "type": "package",
  707. "serviceable": true,
  708. "sha512": "sha512-W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==",
  709. "path": "microsoft.bcl.asyncinterfaces/5.0.0",
  710. "hashPath": "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512"
  711. },
  712. "Microsoft.CodeAnalysis.Analyzers/3.3.2": {
  713. "type": "package",
  714. "serviceable": true,
  715. "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==",
  716. "path": "microsoft.codeanalysis.analyzers/3.3.2",
  717. "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512"
  718. },
  719. "Microsoft.CodeAnalysis.Common/4.0.1": {
  720. "type": "package",
  721. "serviceable": true,
  722. "sha512": "sha512-SMREwaVD5SzatlWhh9aahQAtSWdb63NcE//f+bQzgHSECU6xtDtaxk0kwV+asdFfr6HtW38UeO6jvqdfzudg3w==",
  723. "path": "microsoft.codeanalysis.common/4.0.1",
  724. "hashPath": "microsoft.codeanalysis.common.4.0.1.nupkg.sha512"
  725. },
  726. "Microsoft.CodeAnalysis.CSharp/4.0.1": {
  727. "type": "package",
  728. "serviceable": true,
  729. "sha512": "sha512-Q9RxxydPpUElj/x1/qykDTUGsRoKbJG8H5XUSeMGmMu54fBiuX1xyanom9caa1oQfh5JIW1BgLxobSaWs4WyHQ==",
  730. "path": "microsoft.codeanalysis.csharp/4.0.1",
  731. "hashPath": "microsoft.codeanalysis.csharp.4.0.1.nupkg.sha512"
  732. },
  733. "Microsoft.Extensions.Configuration/2.1.1": {
  734. "type": "package",
  735. "serviceable": true,
  736. "sha512": "sha512-LjVKO6P2y52c5ZhTLX/w8zc5H4Y3J/LJsgqTBj49TtFq/hAtVNue/WA0F6/7GMY90xhD7K0MDZ4qpOeWXbLvzg==",
  737. "path": "microsoft.extensions.configuration/2.1.1",
  738. "hashPath": "microsoft.extensions.configuration.2.1.1.nupkg.sha512"
  739. },
  740. "Microsoft.Extensions.Configuration.Abstractions/2.1.1": {
  741. "type": "package",
  742. "serviceable": true,
  743. "sha512": "sha512-VfuZJNa0WUshZ/+8BFZAhwFKiKuu/qOUCFntfdLpHj7vcRnsGHqd3G2Hse78DM+pgozczGM63lGPRLmy+uhUOA==",
  744. "path": "microsoft.extensions.configuration.abstractions/2.1.1",
  745. "hashPath": "microsoft.extensions.configuration.abstractions.2.1.1.nupkg.sha512"
  746. },
  747. "Microsoft.Extensions.Configuration.FileExtensions/2.1.1": {
  748. "type": "package",
  749. "serviceable": true,
  750. "sha512": "sha512-CDk5CwG0YzlRgvl65J0iK6ahrX12yMRrEat3yVTXjWC+GN9Jg9zHZu2IE4cQIPAMA/IiAI5KjgL08fhP3fPCkw==",
  751. "path": "microsoft.extensions.configuration.fileextensions/2.1.1",
  752. "hashPath": "microsoft.extensions.configuration.fileextensions.2.1.1.nupkg.sha512"
  753. },
  754. "Microsoft.Extensions.Configuration.Json/2.1.1": {
  755. "type": "package",
  756. "serviceable": true,
  757. "sha512": "sha512-IFpONpvdhVEE3S3F4fTYkpT/GyIHtumy2m0HniQanJ80Pj/pUF3Z4wjrHEp1G78rPD+WTo5fRlhdJfuU1Tv2GQ==",
  758. "path": "microsoft.extensions.configuration.json/2.1.1",
  759. "hashPath": "microsoft.extensions.configuration.json.2.1.1.nupkg.sha512"
  760. },
  761. "Microsoft.Extensions.FileProviders.Abstractions/2.1.1": {
  762. "type": "package",
  763. "serviceable": true,
  764. "sha512": "sha512-UEQB5/QPuLYaCvScZQ9llhcks5xyEUKh41D615FoehRAF9UgGVmXHcCSOH8idHHLRoKm+OJJjEy1oywvuaL33w==",
  765. "path": "microsoft.extensions.fileproviders.abstractions/2.1.1",
  766. "hashPath": "microsoft.extensions.fileproviders.abstractions.2.1.1.nupkg.sha512"
  767. },
  768. "Microsoft.Extensions.FileProviders.Physical/2.1.1": {
  769. "type": "package",
  770. "serviceable": true,
  771. "sha512": "sha512-kVCvLm1ePchUgRrQZrno07Mn6knDAzR7vl6eRaI/fem0u6ODg+RTwOYLs4XL39Ttuu+BzEwqzHu3DtDgXT8+vQ==",
  772. "path": "microsoft.extensions.fileproviders.physical/2.1.1",
  773. "hashPath": "microsoft.extensions.fileproviders.physical.2.1.1.nupkg.sha512"
  774. },
  775. "Microsoft.Extensions.FileSystemGlobbing/2.1.1": {
  776. "type": "package",
  777. "serviceable": true,
  778. "sha512": "sha512-4QDzyCN8cJnThY6mK9SnzovyCZ8KCG9jmC9KqHfFGtazJvmNZP1gcyBkPmqMjP0qwbmEUUyqyA9LLn3FrYXTGw==",
  779. "path": "microsoft.extensions.filesystemglobbing/2.1.1",
  780. "hashPath": "microsoft.extensions.filesystemglobbing.2.1.1.nupkg.sha512"
  781. },
  782. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  783. "type": "package",
  784. "serviceable": true,
  785. "sha512": "sha512-6ZCllUYGFukkymSTx3Yr0G/ajRxoNJp7/FqSxSB4fGISST54ifBhgu4Nc0ItGi3i6DqwuNd8SUyObmiC++AO2Q==",
  786. "path": "microsoft.extensions.logging.abstractions/2.0.0",
  787. "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512"
  788. },
  789. "Microsoft.Extensions.Primitives/2.1.1": {
  790. "type": "package",
  791. "serviceable": true,
  792. "sha512": "sha512-scJ1GZNIxMmjpENh0UZ8XCQ6vzr/LzeF9WvEA51Ix2OQGAs9WPgPu8ABVUdvpKPLuor/t05gm6menJK3PwqOXg==",
  793. "path": "microsoft.extensions.primitives/2.1.1",
  794. "hashPath": "microsoft.extensions.primitives.2.1.1.nupkg.sha512"
  795. },
  796. "Microsoft.IO.RecyclableMemoryStream/2.3.2": {
  797. "type": "package",
  798. "serviceable": true,
  799. "sha512": "sha512-Oh1qXXFdJFcHozvb4H6XYLf2W0meZFuG0A+TfapFPj9z5fd4vxiARGEhAaLj/6XWQaMYIv4SH/9Q6H78Hw0E2Q==",
  800. "path": "microsoft.io.recyclablememorystream/2.3.2",
  801. "hashPath": "microsoft.io.recyclablememorystream.2.3.2.nupkg.sha512"
  802. },
  803. "Microsoft.NETCore.Platforms/1.1.0": {
  804. "type": "package",
  805. "serviceable": true,
  806. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  807. "path": "microsoft.netcore.platforms/1.1.0",
  808. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  809. },
  810. "Microsoft.NETCore.Targets/1.1.0": {
  811. "type": "package",
  812. "serviceable": true,
  813. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  814. "path": "microsoft.netcore.targets/1.1.0",
  815. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  816. },
  817. "Microsoft.Win32.Registry/5.0.0": {
  818. "type": "package",
  819. "serviceable": true,
  820. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  821. "path": "microsoft.win32.registry/5.0.0",
  822. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  823. },
  824. "MongoDB.Bson/2.22.0": {
  825. "type": "package",
  826. "serviceable": true,
  827. "sha512": "sha512-7Z+uP+PeIBrkzzRORTCjrMSYhzQgXxLYkXyML8WsBN7tHddicNY9Xh8Cmp5gRR4U4NuEbXCQtHplju0iVY/KuA==",
  828. "path": "mongodb.bson/2.22.0",
  829. "hashPath": "mongodb.bson.2.22.0.nupkg.sha512"
  830. },
  831. "MongoDB.Driver/2.22.0": {
  832. "type": "package",
  833. "serviceable": true,
  834. "sha512": "sha512-ngswtmzdtfaq+L0Ti1Kjm0QnVLgEJK233YPCpGN2buSArY2xEPsnQ2yos7SPGxuDzZPnxdn+XG9/OBt9atCpWw==",
  835. "path": "mongodb.driver/2.22.0",
  836. "hashPath": "mongodb.driver.2.22.0.nupkg.sha512"
  837. },
  838. "MongoDB.Driver.Core/2.22.0": {
  839. "type": "package",
  840. "serviceable": true,
  841. "sha512": "sha512-aMlyeGbQ9wk/bmy9xSr6dnkOszO3MVgv1wNcsm4ACwiup//VCZxvj5k0Wq/E0xGBYmqs/tNXqJmLy1IawRXPHA==",
  842. "path": "mongodb.driver.core/2.22.0",
  843. "hashPath": "mongodb.driver.core.2.22.0.nupkg.sha512"
  844. },
  845. "MongoDB.Libmongocrypt/1.8.0": {
  846. "type": "package",
  847. "serviceable": true,
  848. "sha512": "sha512-fgNw8Dxpkq7mpoaAYes8cfnPRzvFIoB8oL9GPXwi3op/rONftl0WAeg4akRLcxfoVuUvuUO2wGoVBr3JzJ7Svw==",
  849. "path": "mongodb.libmongocrypt/1.8.0",
  850. "hashPath": "mongodb.libmongocrypt.1.8.0.nupkg.sha512"
  851. },
  852. "NETStandard.Library/2.0.3": {
  853. "type": "package",
  854. "serviceable": true,
  855. "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  856. "path": "netstandard.library/2.0.3",
  857. "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
  858. },
  859. "Newtonsoft.Json/13.0.3": {
  860. "type": "package",
  861. "serviceable": true,
  862. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  863. "path": "newtonsoft.json/13.0.3",
  864. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  865. },
  866. "NLog/5.2.7": {
  867. "type": "package",
  868. "serviceable": true,
  869. "sha512": "sha512-Ww/0b6V1NL8iqpFKtRKVQFFX03LoowNzYeNG6FpVzmhgCfLAkW0h/4lT3+V8mHfyvtHptNoV8Cz0YePLFRUaPA==",
  870. "path": "nlog/5.2.7",
  871. "hashPath": "nlog.5.2.7.nupkg.sha512"
  872. },
  873. "protobuf-net/3.2.30": {
  874. "type": "package",
  875. "serviceable": true,
  876. "sha512": "sha512-C/UTlmxEJHAHpqm8xQK1UyJKaIynVCSNG4mVrbLgnZ7ccH28nN49O8iMJvKEodTgVbnimvy+3mIiAdW6mATwnw==",
  877. "path": "protobuf-net/3.2.30",
  878. "hashPath": "protobuf-net.3.2.30.nupkg.sha512"
  879. },
  880. "protobuf-net.Core/3.2.30": {
  881. "type": "package",
  882. "serviceable": true,
  883. "sha512": "sha512-v2ZxxYrz+X212ukSx+uqkLuPu414bvmSAnTyf+PBUKR9ENJxO4P/csorA/27456MCp1JNoMssDj/f91RDiwBfQ==",
  884. "path": "protobuf-net.core/3.2.30",
  885. "hashPath": "protobuf-net.core.3.2.30.nupkg.sha512"
  886. },
  887. "runtime.any.System.Runtime/4.3.0": {
  888. "type": "package",
  889. "serviceable": true,
  890. "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==",
  891. "path": "runtime.any.system.runtime/4.3.0",
  892. "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512"
  893. },
  894. "runtime.win.System.Runtime.Extensions/4.3.0": {
  895. "type": "package",
  896. "serviceable": true,
  897. "sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==",
  898. "path": "runtime.win.system.runtime.extensions/4.3.0",
  899. "hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512"
  900. },
  901. "SharpCompress/0.30.1": {
  902. "type": "package",
  903. "serviceable": true,
  904. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  905. "path": "sharpcompress/0.30.1",
  906. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  907. },
  908. "SharpZipLib/1.4.2": {
  909. "type": "package",
  910. "serviceable": true,
  911. "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==",
  912. "path": "sharpziplib/1.4.2",
  913. "hashPath": "sharpziplib.1.4.2.nupkg.sha512"
  914. },
  915. "Snappier/1.0.0": {
  916. "type": "package",
  917. "serviceable": true,
  918. "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
  919. "path": "snappier/1.0.0",
  920. "hashPath": "snappier.1.0.0.nupkg.sha512"
  921. },
  922. "System.Buffers/4.5.1": {
  923. "type": "package",
  924. "serviceable": true,
  925. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  926. "path": "system.buffers/4.5.1",
  927. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  928. },
  929. "System.Collections.Immutable/7.0.0": {
  930. "type": "package",
  931. "serviceable": true,
  932. "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
  933. "path": "system.collections.immutable/7.0.0",
  934. "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
  935. },
  936. "System.ComponentModel.Annotations/5.0.0": {
  937. "type": "package",
  938. "serviceable": true,
  939. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  940. "path": "system.componentmodel.annotations/5.0.0",
  941. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  942. },
  943. "System.Drawing.Common/4.7.3": {
  944. "type": "package",
  945. "serviceable": true,
  946. "sha512": "sha512-B3+wwhAeoUQ6KeshWSq3IRLQiMoqPEzSHzyVyxTI/EbYuqIp90lXrRISlip2AF+5tj74ycIVPpnRY4M424HahA==",
  947. "path": "system.drawing.common/4.7.3",
  948. "hashPath": "system.drawing.common.4.7.3.nupkg.sha512"
  949. },
  950. "System.Drawing.Primitives/4.3.0": {
  951. "type": "package",
  952. "serviceable": true,
  953. "sha512": "sha512-1QU/c35gwdhvj77fkScXQQbjiVAqIL3fEYn/19NE0CV/ic5TN5PyWAft8HsrbRd4SBLEoErNCkWSzMDc0MmbRw==",
  954. "path": "system.drawing.primitives/4.3.0",
  955. "hashPath": "system.drawing.primitives.4.3.0.nupkg.sha512"
  956. },
  957. "System.Memory/4.5.5": {
  958. "type": "package",
  959. "serviceable": true,
  960. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  961. "path": "system.memory/4.5.5",
  962. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  963. },
  964. "System.Numerics.Vectors/4.4.0": {
  965. "type": "package",
  966. "serviceable": true,
  967. "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==",
  968. "path": "system.numerics.vectors/4.4.0",
  969. "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512"
  970. },
  971. "System.Private.Uri/4.3.0": {
  972. "type": "package",
  973. "serviceable": true,
  974. "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==",
  975. "path": "system.private.uri/4.3.0",
  976. "hashPath": "system.private.uri.4.3.0.nupkg.sha512"
  977. },
  978. "System.Reflection.Emit/4.7.0": {
  979. "type": "package",
  980. "serviceable": true,
  981. "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
  982. "path": "system.reflection.emit/4.7.0",
  983. "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
  984. },
  985. "System.Reflection.Emit.ILGeneration/4.7.0": {
  986. "type": "package",
  987. "serviceable": true,
  988. "sha512": "sha512-AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==",
  989. "path": "system.reflection.emit.ilgeneration/4.7.0",
  990. "hashPath": "system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512"
  991. },
  992. "System.Reflection.Emit.Lightweight/4.7.0": {
  993. "type": "package",
  994. "serviceable": true,
  995. "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
  996. "path": "system.reflection.emit.lightweight/4.7.0",
  997. "hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512"
  998. },
  999. "System.Reflection.Metadata/5.0.0": {
  1000. "type": "package",
  1001. "serviceable": true,
  1002. "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
  1003. "path": "system.reflection.metadata/5.0.0",
  1004. "hashPath": "system.reflection.metadata.5.0.0.nupkg.sha512"
  1005. },
  1006. "System.Runtime/4.3.0": {
  1007. "type": "package",
  1008. "serviceable": true,
  1009. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1010. "path": "system.runtime/4.3.0",
  1011. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1012. },
  1013. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1014. "type": "package",
  1015. "serviceable": true,
  1016. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1017. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1018. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1019. },
  1020. "System.Runtime.Extensions/4.3.0": {
  1021. "type": "package",
  1022. "serviceable": true,
  1023. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1024. "path": "system.runtime.extensions/4.3.0",
  1025. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1026. },
  1027. "System.Security.AccessControl/5.0.0": {
  1028. "type": "package",
  1029. "serviceable": true,
  1030. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  1031. "path": "system.security.accesscontrol/5.0.0",
  1032. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  1033. },
  1034. "System.Security.Cryptography.Cng/4.7.0": {
  1035. "type": "package",
  1036. "serviceable": true,
  1037. "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==",
  1038. "path": "system.security.cryptography.cng/4.7.0",
  1039. "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512"
  1040. },
  1041. "System.Security.Cryptography.Pkcs/4.7.0": {
  1042. "type": "package",
  1043. "serviceable": true,
  1044. "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==",
  1045. "path": "system.security.cryptography.pkcs/4.7.0",
  1046. "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512"
  1047. },
  1048. "System.Security.Principal.Windows/5.0.0": {
  1049. "type": "package",
  1050. "serviceable": true,
  1051. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1052. "path": "system.security.principal.windows/5.0.0",
  1053. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1054. },
  1055. "System.Text.Encoding.CodePages/5.0.0": {
  1056. "type": "package",
  1057. "serviceable": true,
  1058. "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  1059. "path": "system.text.encoding.codepages/5.0.0",
  1060. "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
  1061. },
  1062. "System.Threading.Tasks.Extensions/4.5.4": {
  1063. "type": "package",
  1064. "serviceable": true,
  1065. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1066. "path": "system.threading.tasks.extensions/4.5.4",
  1067. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1068. },
  1069. "ZstdSharp.Port/0.6.2": {
  1070. "type": "package",
  1071. "serviceable": true,
  1072. "sha512": "sha512-jPao/LdUNLUz8rn3H1D8W7wQbZsRZM0iayvWI4xGejJg3XJHT56gcmYdgmCGPdJF1UEBqUjucCRrFB+4HbJsbw==",
  1073. "path": "zstdsharp.port/0.6.2",
  1074. "hashPath": "zstdsharp.port.0.6.2.nupkg.sha512"
  1075. }
  1076. }
  1077. }