Loader.deps.json 31 KB

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