Model.deps.json 31 KB

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