ThirdParty.deps.json 39 KB

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