Loader.deps.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v7.0/win-x64",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v7.0": {},
  9. ".NETCoreApp,Version=v7.0/win-x64": {
  10. "Loader/1.0.0": {
  11. "dependencies": {
  12. "Core": "1.0.0",
  13. "ThirdParty": "1.0.0",
  14. "Core.Reference": "1.0.0.0",
  15. "ThirdParty.Reference": "1.0.0.0"
  16. },
  17. "runtime": {
  18. "Loader.dll": {}
  19. }
  20. },
  21. "CommandLineParser/2.9.1": {
  22. "runtime": {
  23. "lib/netstandard2.0/CommandLine.dll": {
  24. "assemblyVersion": "2.9.1.0",
  25. "fileVersion": "2.9.1.0"
  26. }
  27. }
  28. },
  29. "DnsClient/1.6.1": {
  30. "dependencies": {
  31. "Microsoft.Win32.Registry": "5.0.0"
  32. },
  33. "runtime": {
  34. "lib/net5.0/DnsClient.dll": {
  35. "assemblyVersion": "1.6.1.0",
  36. "fileVersion": "1.6.1.0"
  37. }
  38. }
  39. },
  40. "EPPlus/6.2.6": {
  41. "dependencies": {
  42. "EPPlus.Interfaces": "6.1.1",
  43. "EPPlus.System.Drawing": "6.1.1",
  44. "Microsoft.Extensions.Configuration.Json": "7.0.0",
  45. "Microsoft.IO.RecyclableMemoryStream": "2.2.1",
  46. "System.Security.Cryptography.Pkcs": "7.0.2",
  47. "System.Text.Encoding.CodePages": "7.0.0"
  48. },
  49. "runtime": {
  50. "lib/net7.0/EPPlus.dll": {
  51. "assemblyVersion": "6.2.6.0",
  52. "fileVersion": "6.2.6.0"
  53. }
  54. }
  55. },
  56. "EPPlus.Interfaces/6.1.1": {
  57. "runtime": {
  58. "lib/net7.0/EPPlus.Interfaces.dll": {
  59. "assemblyVersion": "6.1.1.0",
  60. "fileVersion": "6.1.1.0"
  61. }
  62. }
  63. },
  64. "EPPlus.System.Drawing/6.1.1": {
  65. "dependencies": {
  66. "EPPlus.Interfaces": "6.1.1",
  67. "System.Drawing.Common": "7.0.0"
  68. },
  69. "runtime": {
  70. "lib/net7.0/EPPlus.System.Drawing.dll": {
  71. "assemblyVersion": "6.1.1.0",
  72. "fileVersion": "6.1.1.0"
  73. }
  74. }
  75. },
  76. "Microsoft.CodeAnalysis.Analyzers/3.3.2": {},
  77. "Microsoft.CodeAnalysis.Common/4.0.1": {
  78. "dependencies": {
  79. "Microsoft.CodeAnalysis.Analyzers": "3.3.2",
  80. "System.Collections.Immutable": "5.0.0",
  81. "System.Memory": "4.5.4",
  82. "System.Reflection.Metadata": "5.0.0",
  83. "System.Runtime.CompilerServices.Unsafe": "5.0.0",
  84. "System.Text.Encoding.CodePages": "7.0.0",
  85. "System.Threading.Tasks.Extensions": "4.5.4"
  86. },
  87. "runtime": {
  88. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {
  89. "assemblyVersion": "4.0.0.0",
  90. "fileVersion": "4.0.121.55815"
  91. }
  92. }
  93. },
  94. "Microsoft.CodeAnalysis.CSharp/4.0.1": {
  95. "dependencies": {
  96. "Microsoft.CodeAnalysis.Common": "4.0.1"
  97. },
  98. "runtime": {
  99. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {
  100. "assemblyVersion": "4.0.0.0",
  101. "fileVersion": "4.0.121.55815"
  102. }
  103. }
  104. },
  105. "Microsoft.Extensions.Configuration/7.0.0": {
  106. "dependencies": {
  107. "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
  108. "Microsoft.Extensions.Primitives": "7.0.0"
  109. },
  110. "runtime": {
  111. "lib/net7.0/Microsoft.Extensions.Configuration.dll": {
  112. "assemblyVersion": "7.0.0.0",
  113. "fileVersion": "7.0.22.51805"
  114. }
  115. }
  116. },
  117. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  118. "dependencies": {
  119. "Microsoft.Extensions.Primitives": "7.0.0"
  120. },
  121. "runtime": {
  122. "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  123. "assemblyVersion": "7.0.0.0",
  124. "fileVersion": "7.0.22.51805"
  125. }
  126. }
  127. },
  128. "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": {
  129. "dependencies": {
  130. "Microsoft.Extensions.Configuration": "7.0.0",
  131. "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
  132. "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
  133. "Microsoft.Extensions.FileProviders.Physical": "7.0.0",
  134. "Microsoft.Extensions.Primitives": "7.0.0"
  135. },
  136. "runtime": {
  137. "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  138. "assemblyVersion": "7.0.0.0",
  139. "fileVersion": "7.0.22.51805"
  140. }
  141. }
  142. },
  143. "Microsoft.Extensions.Configuration.Json/7.0.0": {
  144. "dependencies": {
  145. "Microsoft.Extensions.Configuration": "7.0.0",
  146. "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
  147. "Microsoft.Extensions.Configuration.FileExtensions": "7.0.0",
  148. "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
  149. "System.Text.Json": "7.0.0"
  150. },
  151. "runtime": {
  152. "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": {
  153. "assemblyVersion": "7.0.0.0",
  154. "fileVersion": "7.0.22.51805"
  155. }
  156. }
  157. },
  158. "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": {
  159. "dependencies": {
  160. "Microsoft.Extensions.Primitives": "7.0.0"
  161. },
  162. "runtime": {
  163. "lib/net7.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  164. "assemblyVersion": "7.0.0.0",
  165. "fileVersion": "7.0.22.51805"
  166. }
  167. }
  168. },
  169. "Microsoft.Extensions.FileProviders.Physical/7.0.0": {
  170. "dependencies": {
  171. "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0",
  172. "Microsoft.Extensions.FileSystemGlobbing": "7.0.0",
  173. "Microsoft.Extensions.Primitives": "7.0.0"
  174. },
  175. "runtime": {
  176. "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  177. "assemblyVersion": "7.0.0.0",
  178. "fileVersion": "7.0.22.51805"
  179. }
  180. }
  181. },
  182. "Microsoft.Extensions.FileSystemGlobbing/7.0.0": {
  183. "runtime": {
  184. "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  185. "assemblyVersion": "7.0.0.0",
  186. "fileVersion": "7.0.22.51805"
  187. }
  188. }
  189. },
  190. "Microsoft.Extensions.Primitives/7.0.0": {
  191. "runtime": {
  192. "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
  193. "assemblyVersion": "7.0.0.0",
  194. "fileVersion": "7.0.22.51805"
  195. }
  196. }
  197. },
  198. "Microsoft.IO.RecyclableMemoryStream/2.2.1": {
  199. "runtime": {
  200. "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": {
  201. "assemblyVersion": "2.2.1.0",
  202. "fileVersion": "2.2.1.0"
  203. }
  204. }
  205. },
  206. "Microsoft.NETCore.Platforms/5.0.0": {},
  207. "Microsoft.Win32.Registry/5.0.0": {
  208. "dependencies": {
  209. "System.Security.AccessControl": "5.0.0",
  210. "System.Security.Principal.Windows": "5.0.0"
  211. }
  212. },
  213. "Microsoft.Win32.SystemEvents/7.0.0": {
  214. "runtime": {
  215. "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
  216. "assemblyVersion": "7.0.0.0",
  217. "fileVersion": "7.0.22.51805"
  218. }
  219. }
  220. },
  221. "MongoDB.Bson/2.17.1": {
  222. "dependencies": {
  223. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  224. },
  225. "runtime": {
  226. "lib/netstandard2.1/MongoDB.Bson.dll": {
  227. "assemblyVersion": "2.17.1.0",
  228. "fileVersion": "2.17.1.0"
  229. }
  230. }
  231. },
  232. "MongoDB.Driver/2.17.1": {
  233. "dependencies": {
  234. "MongoDB.Bson": "2.17.1",
  235. "MongoDB.Driver.Core": "2.17.1",
  236. "MongoDB.Libmongocrypt": "1.5.5"
  237. },
  238. "runtime": {
  239. "lib/netstandard2.1/MongoDB.Driver.dll": {
  240. "assemblyVersion": "2.17.1.0",
  241. "fileVersion": "2.17.1.0"
  242. }
  243. }
  244. },
  245. "MongoDB.Driver.Core/2.17.1": {
  246. "dependencies": {
  247. "DnsClient": "1.6.1",
  248. "MongoDB.Bson": "2.17.1",
  249. "MongoDB.Libmongocrypt": "1.5.5",
  250. "SharpCompress": "0.30.1",
  251. "System.Buffers": "4.5.1"
  252. },
  253. "runtime": {
  254. "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
  255. "assemblyVersion": "2.17.1.0",
  256. "fileVersion": "2.17.1.0"
  257. }
  258. },
  259. "native": {
  260. "runtimes/win/native/libzstd.dll": {
  261. "fileVersion": "0.0.0.0"
  262. },
  263. "runtimes/win/native/snappy32.dll": {
  264. "fileVersion": "1.1.1.7"
  265. },
  266. "runtimes/win/native/snappy64.dll": {
  267. "fileVersion": "1.1.1.7"
  268. }
  269. }
  270. },
  271. "MongoDB.Libmongocrypt/1.5.5": {
  272. "runtime": {
  273. "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
  274. "assemblyVersion": "1.5.5.0",
  275. "fileVersion": "1.5.5.0"
  276. }
  277. },
  278. "native": {
  279. "runtimes/win/native/mongocrypt.dll": {
  280. "fileVersion": "0.0.0.0"
  281. }
  282. }
  283. },
  284. "Newtonsoft.Json/13.0.3": {
  285. "runtime": {
  286. "lib/net6.0/Newtonsoft.Json.dll": {
  287. "assemblyVersion": "13.0.0.0",
  288. "fileVersion": "13.0.3.27908"
  289. }
  290. }
  291. },
  292. "NLog/5.2.2": {
  293. "runtime": {
  294. "lib/netstandard2.0/NLog.dll": {
  295. "assemblyVersion": "5.0.0.0",
  296. "fileVersion": "5.2.2.1914"
  297. }
  298. }
  299. },
  300. "protobuf-net/2.4.8": {
  301. "dependencies": {
  302. "System.ServiceModel.Primitives": "4.5.3"
  303. },
  304. "runtime": {
  305. "lib/netcoreapp3.1/protobuf-net.dll": {
  306. "assemblyVersion": "2.4.0.0",
  307. "fileVersion": "2.4.8.1"
  308. }
  309. }
  310. },
  311. "SharpCompress/0.30.1": {
  312. "runtime": {
  313. "lib/net5.0/SharpCompress.dll": {
  314. "assemblyVersion": "0.30.1.0",
  315. "fileVersion": "0.30.1.0"
  316. }
  317. }
  318. },
  319. "SharpZipLib/1.4.2": {
  320. "runtime": {
  321. "lib/net6.0/ICSharpCode.SharpZipLib.dll": {
  322. "assemblyVersion": "1.4.2.13",
  323. "fileVersion": "1.4.2.13"
  324. }
  325. }
  326. },
  327. "System.Buffers/4.5.1": {},
  328. "System.Collections.Immutable/5.0.0": {},
  329. "System.Drawing.Common/7.0.0": {
  330. "dependencies": {
  331. "Microsoft.Win32.SystemEvents": "7.0.0"
  332. },
  333. "runtime": {
  334. "runtimes/win/lib/net7.0/System.Drawing.Common.dll": {
  335. "assemblyVersion": "7.0.0.0",
  336. "fileVersion": "7.0.22.51805"
  337. }
  338. }
  339. },
  340. "System.Formats.Asn1/7.0.0": {},
  341. "System.Memory/4.5.4": {},
  342. "System.Private.ServiceModel/4.5.3": {
  343. "dependencies": {
  344. "Microsoft.NETCore.Platforms": "5.0.0",
  345. "System.Reflection.DispatchProxy": "4.5.0",
  346. "System.Security.Principal.Windows": "5.0.0"
  347. },
  348. "runtime": {
  349. "runtimes/win/lib/netstandard2.0/System.Private.ServiceModel.dll": {
  350. "assemblyVersion": "4.5.0.3",
  351. "fileVersion": "4.6.26720.1"
  352. }
  353. }
  354. },
  355. "System.Reflection.DispatchProxy/4.5.0": {},
  356. "System.Reflection.Metadata/5.0.0": {},
  357. "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
  358. "System.Security.AccessControl/5.0.0": {
  359. "dependencies": {
  360. "Microsoft.NETCore.Platforms": "5.0.0",
  361. "System.Security.Principal.Windows": "5.0.0"
  362. }
  363. },
  364. "System.Security.Cryptography.Pkcs/7.0.2": {
  365. "dependencies": {
  366. "System.Formats.Asn1": "7.0.0"
  367. },
  368. "runtime": {
  369. "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": {
  370. "assemblyVersion": "7.0.0.0",
  371. "fileVersion": "7.0.723.27404"
  372. }
  373. }
  374. },
  375. "System.Security.Principal.Windows/5.0.0": {},
  376. "System.ServiceModel.Primitives/4.5.3": {
  377. "dependencies": {
  378. "System.Private.ServiceModel": "4.5.3"
  379. },
  380. "runtime": {
  381. "lib/netstandard2.0/System.ServiceModel.Primitives.dll": {
  382. "assemblyVersion": "4.5.0.3",
  383. "fileVersion": "4.6.26720.1"
  384. },
  385. "lib/netstandard2.0/System.ServiceModel.dll": {
  386. "assemblyVersion": "4.0.0.0",
  387. "fileVersion": "4.6.26720.1"
  388. }
  389. }
  390. },
  391. "System.Text.Encoding.CodePages/7.0.0": {},
  392. "System.Text.Encodings.Web/7.0.0": {},
  393. "System.Text.Json/7.0.0": {
  394. "dependencies": {
  395. "System.Text.Encodings.Web": "7.0.0"
  396. }
  397. },
  398. "System.Threading.Tasks.Extensions/4.5.4": {},
  399. "Core/1.0.0": {
  400. "dependencies": {
  401. "ThirdParty": "1.0.0"
  402. },
  403. "runtime": {
  404. "Core.dll": {}
  405. }
  406. },
  407. "ThirdParty/1.0.0": {
  408. "dependencies": {
  409. "CommandLineParser": "2.9.1",
  410. "EPPlus": "6.2.6",
  411. "Microsoft.CodeAnalysis.CSharp": "4.0.1",
  412. "Microsoft.CodeAnalysis.Common": "4.0.1",
  413. "MongoDB.Driver": "2.17.1",
  414. "NLog": "5.2.2",
  415. "Newtonsoft.Json": "13.0.3",
  416. "SharpZipLib": "1.4.2",
  417. "protobuf-net": "2.4.8"
  418. },
  419. "runtime": {
  420. "ThirdParty.dll": {}
  421. }
  422. },
  423. "Core.Reference/1.0.0.0": {
  424. "runtime": {
  425. "Core.dll": {
  426. "assemblyVersion": "1.0.0.0",
  427. "fileVersion": "1.0.0.0"
  428. }
  429. }
  430. },
  431. "ThirdParty.Reference/1.0.0.0": {
  432. "runtime": {
  433. "ThirdParty.dll": {
  434. "assemblyVersion": "1.0.0.0",
  435. "fileVersion": "1.0.0.0"
  436. }
  437. }
  438. }
  439. }
  440. },
  441. "libraries": {
  442. "Loader/1.0.0": {
  443. "type": "project",
  444. "serviceable": false,
  445. "sha512": ""
  446. },
  447. "CommandLineParser/2.9.1": {
  448. "type": "package",
  449. "serviceable": true,
  450. "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
  451. "path": "commandlineparser/2.9.1",
  452. "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
  453. },
  454. "DnsClient/1.6.1": {
  455. "type": "package",
  456. "serviceable": true,
  457. "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
  458. "path": "dnsclient/1.6.1",
  459. "hashPath": "dnsclient.1.6.1.nupkg.sha512"
  460. },
  461. "EPPlus/6.2.6": {
  462. "type": "package",
  463. "serviceable": true,
  464. "sha512": "sha512-eAPQbEHPCsEh8pAICPP4YYhhBuUHq2HH6oLqHzfgUP+GynB7MFHL+Jjx1X7rZPD+iA3c12ilz/WygRylc+xriw==",
  465. "path": "epplus/6.2.6",
  466. "hashPath": "epplus.6.2.6.nupkg.sha512"
  467. },
  468. "EPPlus.Interfaces/6.1.1": {
  469. "type": "package",
  470. "serviceable": true,
  471. "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==",
  472. "path": "epplus.interfaces/6.1.1",
  473. "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512"
  474. },
  475. "EPPlus.System.Drawing/6.1.1": {
  476. "type": "package",
  477. "serviceable": true,
  478. "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==",
  479. "path": "epplus.system.drawing/6.1.1",
  480. "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512"
  481. },
  482. "Microsoft.CodeAnalysis.Analyzers/3.3.2": {
  483. "type": "package",
  484. "serviceable": true,
  485. "sha512": "sha512-7xt6zTlIEizUgEsYAIgm37EbdkiMmr6fP6J9pDoKEpiGM4pi32BCPGr/IczmSJI9Zzp0a6HOzpr9OvpMP+2veA==",
  486. "path": "microsoft.codeanalysis.analyzers/3.3.2",
  487. "hashPath": "microsoft.codeanalysis.analyzers.3.3.2.nupkg.sha512"
  488. },
  489. "Microsoft.CodeAnalysis.Common/4.0.1": {
  490. "type": "package",
  491. "serviceable": true,
  492. "sha512": "sha512-SMREwaVD5SzatlWhh9aahQAtSWdb63NcE//f+bQzgHSECU6xtDtaxk0kwV+asdFfr6HtW38UeO6jvqdfzudg3w==",
  493. "path": "microsoft.codeanalysis.common/4.0.1",
  494. "hashPath": "microsoft.codeanalysis.common.4.0.1.nupkg.sha512"
  495. },
  496. "Microsoft.CodeAnalysis.CSharp/4.0.1": {
  497. "type": "package",
  498. "serviceable": true,
  499. "sha512": "sha512-Q9RxxydPpUElj/x1/qykDTUGsRoKbJG8H5XUSeMGmMu54fBiuX1xyanom9caa1oQfh5JIW1BgLxobSaWs4WyHQ==",
  500. "path": "microsoft.codeanalysis.csharp/4.0.1",
  501. "hashPath": "microsoft.codeanalysis.csharp.4.0.1.nupkg.sha512"
  502. },
  503. "Microsoft.Extensions.Configuration/7.0.0": {
  504. "type": "package",
  505. "serviceable": true,
  506. "sha512": "sha512-tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==",
  507. "path": "microsoft.extensions.configuration/7.0.0",
  508. "hashPath": "microsoft.extensions.configuration.7.0.0.nupkg.sha512"
  509. },
  510. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  511. "type": "package",
  512. "serviceable": true,
  513. "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
  514. "path": "microsoft.extensions.configuration.abstractions/7.0.0",
  515. "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
  516. },
  517. "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": {
  518. "type": "package",
  519. "serviceable": true,
  520. "sha512": "sha512-xk2lRJ1RDuqe57BmgvRPyCt6zyePKUmvT6iuXqiHR+/OIIgWVR8Ff5k2p6DwmqY8a17hx/OnrekEhziEIeQP6Q==",
  521. "path": "microsoft.extensions.configuration.fileextensions/7.0.0",
  522. "hashPath": "microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512"
  523. },
  524. "Microsoft.Extensions.Configuration.Json/7.0.0": {
  525. "type": "package",
  526. "serviceable": true,
  527. "sha512": "sha512-LDNYe3uw76W35Jci+be4LDf2lkQZe0A7EEYQVChFbc509CpZ4Iupod8li4PUXPBhEUOFI/rlQNf5xkzJRQGvtA==",
  528. "path": "microsoft.extensions.configuration.json/7.0.0",
  529. "hashPath": "microsoft.extensions.configuration.json.7.0.0.nupkg.sha512"
  530. },
  531. "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": {
  532. "type": "package",
  533. "serviceable": true,
  534. "sha512": "sha512-NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==",
  535. "path": "microsoft.extensions.fileproviders.abstractions/7.0.0",
  536. "hashPath": "microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512"
  537. },
  538. "Microsoft.Extensions.FileProviders.Physical/7.0.0": {
  539. "type": "package",
  540. "serviceable": true,
  541. "sha512": "sha512-K8D2MTR+EtzkbZ8z80LrG7Ur64R7ZZdRLt1J5cgpc/pUWl0C6IkAUapPuK28oionHueCPELUqq0oYEvZfalNdg==",
  542. "path": "microsoft.extensions.fileproviders.physical/7.0.0",
  543. "hashPath": "microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512"
  544. },
  545. "Microsoft.Extensions.FileSystemGlobbing/7.0.0": {
  546. "type": "package",
  547. "serviceable": true,
  548. "sha512": "sha512-2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w==",
  549. "path": "microsoft.extensions.filesystemglobbing/7.0.0",
  550. "hashPath": "microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512"
  551. },
  552. "Microsoft.Extensions.Primitives/7.0.0": {
  553. "type": "package",
  554. "serviceable": true,
  555. "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
  556. "path": "microsoft.extensions.primitives/7.0.0",
  557. "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
  558. },
  559. "Microsoft.IO.RecyclableMemoryStream/2.2.1": {
  560. "type": "package",
  561. "serviceable": true,
  562. "sha512": "sha512-T5ahjOqWFMTSb9wFHKFNAcGXm35BxbUbwARtAPLSSPPFehcLz5mwDsKO1RR9R2aZ2Lk1BNQC7Ja63onOBE6rpA==",
  563. "path": "microsoft.io.recyclablememorystream/2.2.1",
  564. "hashPath": "microsoft.io.recyclablememorystream.2.2.1.nupkg.sha512"
  565. },
  566. "Microsoft.NETCore.Platforms/5.0.0": {
  567. "type": "package",
  568. "serviceable": true,
  569. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  570. "path": "microsoft.netcore.platforms/5.0.0",
  571. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  572. },
  573. "Microsoft.Win32.Registry/5.0.0": {
  574. "type": "package",
  575. "serviceable": true,
  576. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  577. "path": "microsoft.win32.registry/5.0.0",
  578. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  579. },
  580. "Microsoft.Win32.SystemEvents/7.0.0": {
  581. "type": "package",
  582. "serviceable": true,
  583. "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==",
  584. "path": "microsoft.win32.systemevents/7.0.0",
  585. "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512"
  586. },
  587. "MongoDB.Bson/2.17.1": {
  588. "type": "package",
  589. "serviceable": true,
  590. "sha512": "sha512-IBr5w6ygeUCTobiS4J2UlYeIsnjSJvOOf31g60EkRa3NIeyrYs7Y51HeOvJ8r6NPcKv1hLj8xwoop6hDTetAdA==",
  591. "path": "mongodb.bson/2.17.1",
  592. "hashPath": "mongodb.bson.2.17.1.nupkg.sha512"
  593. },
  594. "MongoDB.Driver/2.17.1": {
  595. "type": "package",
  596. "serviceable": true,
  597. "sha512": "sha512-A5Yvm3RUdkSYnvKWVb/bZfvhzG+L+t0n80JuUXf0p2QG1TbtqHE9hX/FBK+BoF7sw9rzUTw8VHYeqX5rT0rxdA==",
  598. "path": "mongodb.driver/2.17.1",
  599. "hashPath": "mongodb.driver.2.17.1.nupkg.sha512"
  600. },
  601. "MongoDB.Driver.Core/2.17.1": {
  602. "type": "package",
  603. "serviceable": true,
  604. "sha512": "sha512-lfuuQvCXcco6mG096PL8xRO+dBdHsDTR3DiYfK/ICHgFlL5RfKlBuE0xClEGKtaZ4Spe28/fF/GUcrrA/yfoAQ==",
  605. "path": "mongodb.driver.core/2.17.1",
  606. "hashPath": "mongodb.driver.core.2.17.1.nupkg.sha512"
  607. },
  608. "MongoDB.Libmongocrypt/1.5.5": {
  609. "type": "package",
  610. "serviceable": true,
  611. "sha512": "sha512-0DV4l2PjXirSJHD/b+LpOK3IfUDvkbpvvZBM2w1aYL6E/4vbhfyr/FP5laDNx2zRylqN1hIZO+EL7NgO/5GpVg==",
  612. "path": "mongodb.libmongocrypt/1.5.5",
  613. "hashPath": "mongodb.libmongocrypt.1.5.5.nupkg.sha512"
  614. },
  615. "Newtonsoft.Json/13.0.3": {
  616. "type": "package",
  617. "serviceable": true,
  618. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  619. "path": "newtonsoft.json/13.0.3",
  620. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  621. },
  622. "NLog/5.2.2": {
  623. "type": "package",
  624. "serviceable": true,
  625. "sha512": "sha512-r6Q9740g29gTwmTWlsgdIFm0mhNsfNZmbvWKX/Fxmi8X89ZrpUowHM2T2X1lP7RVpND+ef+XnfKL5g6Q1iNGXA==",
  626. "path": "nlog/5.2.2",
  627. "hashPath": "nlog.5.2.2.nupkg.sha512"
  628. },
  629. "protobuf-net/2.4.8": {
  630. "type": "package",
  631. "serviceable": true,
  632. "sha512": "sha512-O+vbVVDxTWlFRBe5OsAmMKqqD7WQ7TPIH97Nr/Pk8gDxtNW77seiDmXfxnODuWIkm0fYW7kE5ILq8jHsgH79yg==",
  633. "path": "protobuf-net/2.4.8",
  634. "hashPath": "protobuf-net.2.4.8.nupkg.sha512"
  635. },
  636. "SharpCompress/0.30.1": {
  637. "type": "package",
  638. "serviceable": true,
  639. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  640. "path": "sharpcompress/0.30.1",
  641. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  642. },
  643. "SharpZipLib/1.4.2": {
  644. "type": "package",
  645. "serviceable": true,
  646. "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==",
  647. "path": "sharpziplib/1.4.2",
  648. "hashPath": "sharpziplib.1.4.2.nupkg.sha512"
  649. },
  650. "System.Buffers/4.5.1": {
  651. "type": "package",
  652. "serviceable": true,
  653. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  654. "path": "system.buffers/4.5.1",
  655. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  656. },
  657. "System.Collections.Immutable/5.0.0": {
  658. "type": "package",
  659. "serviceable": true,
  660. "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
  661. "path": "system.collections.immutable/5.0.0",
  662. "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
  663. },
  664. "System.Drawing.Common/7.0.0": {
  665. "type": "package",
  666. "serviceable": true,
  667. "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
  668. "path": "system.drawing.common/7.0.0",
  669. "hashPath": "system.drawing.common.7.0.0.nupkg.sha512"
  670. },
  671. "System.Formats.Asn1/7.0.0": {
  672. "type": "package",
  673. "serviceable": true,
  674. "sha512": "sha512-+nfpV0afLmvJW8+pLlHxRjz3oZJw4fkyU9MMEaMhCsHi/SN9bGF9q79ROubDiwTiCHezmK0uCWkPP7tGFP/4yg==",
  675. "path": "system.formats.asn1/7.0.0",
  676. "hashPath": "system.formats.asn1.7.0.0.nupkg.sha512"
  677. },
  678. "System.Memory/4.5.4": {
  679. "type": "package",
  680. "serviceable": true,
  681. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  682. "path": "system.memory/4.5.4",
  683. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  684. },
  685. "System.Private.ServiceModel/4.5.3": {
  686. "type": "package",
  687. "serviceable": true,
  688. "sha512": "sha512-ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==",
  689. "path": "system.private.servicemodel/4.5.3",
  690. "hashPath": "system.private.servicemodel.4.5.3.nupkg.sha512"
  691. },
  692. "System.Reflection.DispatchProxy/4.5.0": {
  693. "type": "package",
  694. "serviceable": true,
  695. "sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==",
  696. "path": "system.reflection.dispatchproxy/4.5.0",
  697. "hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
  698. },
  699. "System.Reflection.Metadata/5.0.0": {
  700. "type": "package",
  701. "serviceable": true,
  702. "sha512": "sha512-5NecZgXktdGg34rh1OenY1rFNDCI8xSjFr+Z4OU4cU06AQHUdRnIIEeWENu3Wl4YowbzkymAIMvi3WyK9U53pQ==",
  703. "path": "system.reflection.metadata/5.0.0",
  704. "hashPath": "system.reflection.metadata.5.0.0.nupkg.sha512"
  705. },
  706. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  707. "type": "package",
  708. "serviceable": true,
  709. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  710. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  711. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  712. },
  713. "System.Security.AccessControl/5.0.0": {
  714. "type": "package",
  715. "serviceable": true,
  716. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  717. "path": "system.security.accesscontrol/5.0.0",
  718. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  719. },
  720. "System.Security.Cryptography.Pkcs/7.0.2": {
  721. "type": "package",
  722. "serviceable": true,
  723. "sha512": "sha512-xhFNJOcQSWhpiVGLLBQYoxAltQSQVycMkwaX1z7I7oEdT9Wr0HzSM1yeAbfoHaERIYd5s6EpLSOLs2qMchSKlA==",
  724. "path": "system.security.cryptography.pkcs/7.0.2",
  725. "hashPath": "system.security.cryptography.pkcs.7.0.2.nupkg.sha512"
  726. },
  727. "System.Security.Principal.Windows/5.0.0": {
  728. "type": "package",
  729. "serviceable": true,
  730. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  731. "path": "system.security.principal.windows/5.0.0",
  732. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  733. },
  734. "System.ServiceModel.Primitives/4.5.3": {
  735. "type": "package",
  736. "serviceable": true,
  737. "sha512": "sha512-Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==",
  738. "path": "system.servicemodel.primitives/4.5.3",
  739. "hashPath": "system.servicemodel.primitives.4.5.3.nupkg.sha512"
  740. },
  741. "System.Text.Encoding.CodePages/7.0.0": {
  742. "type": "package",
  743. "serviceable": true,
  744. "sha512": "sha512-LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==",
  745. "path": "system.text.encoding.codepages/7.0.0",
  746. "hashPath": "system.text.encoding.codepages.7.0.0.nupkg.sha512"
  747. },
  748. "System.Text.Encodings.Web/7.0.0": {
  749. "type": "package",
  750. "serviceable": true,
  751. "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
  752. "path": "system.text.encodings.web/7.0.0",
  753. "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
  754. },
  755. "System.Text.Json/7.0.0": {
  756. "type": "package",
  757. "serviceable": true,
  758. "sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==",
  759. "path": "system.text.json/7.0.0",
  760. "hashPath": "system.text.json.7.0.0.nupkg.sha512"
  761. },
  762. "System.Threading.Tasks.Extensions/4.5.4": {
  763. "type": "package",
  764. "serviceable": true,
  765. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  766. "path": "system.threading.tasks.extensions/4.5.4",
  767. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  768. },
  769. "Core/1.0.0": {
  770. "type": "project",
  771. "serviceable": false,
  772. "sha512": ""
  773. },
  774. "ThirdParty/1.0.0": {
  775. "type": "project",
  776. "serviceable": false,
  777. "sha512": ""
  778. },
  779. "Core.Reference/1.0.0.0": {
  780. "type": "reference",
  781. "serviceable": false,
  782. "sha512": ""
  783. },
  784. "ThirdParty.Reference/1.0.0.0": {
  785. "type": "reference",
  786. "serviceable": false,
  787. "sha512": ""
  788. }
  789. }
  790. }