Tool.deps.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v9.0/win-x64",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v9.0": {},
  9. ".NETCoreApp,Version=v9.0/win-x64": {
  10. "Tool/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. "Tool.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.5.1": {
  60. "dependencies": {
  61. "EPPlus.System.Drawing": "7.5.0",
  62. "Microsoft.Extensions.Configuration.Json": "8.0.1",
  63. "Microsoft.IO.RecyclableMemoryStream": "3.0.1",
  64. "System.ComponentModel.Annotations": "5.0.0",
  65. "System.Security.Cryptography.Pkcs": "8.0.1",
  66. "System.Text.Encoding.CodePages": "8.0.0"
  67. },
  68. "runtime": {
  69. "lib/net8.0/EPPlus.dll": {
  70. "assemblyVersion": "7.5.1.0",
  71. "fileVersion": "7.5.1.0"
  72. }
  73. }
  74. },
  75. "EPPlus.Interfaces/7.5.0": {
  76. "runtime": {
  77. "lib/net8.0/EPPlus.Interfaces.dll": {
  78. "assemblyVersion": "7.5.0.0",
  79. "fileVersion": "7.5.0.0"
  80. }
  81. }
  82. },
  83. "EPPlus.System.Drawing/7.5.0": {
  84. "dependencies": {
  85. "EPPlus.Interfaces": "7.5.0",
  86. "System.Drawing.Common": "8.0.4"
  87. },
  88. "runtime": {
  89. "lib/net8.0/EPPlus.System.Drawing.dll": {
  90. "assemblyVersion": "7.5.0.0",
  91. "fileVersion": "7.5.0.0"
  92. }
  93. }
  94. },
  95. "Microsoft.CodeAnalysis.Analyzers/3.3.3": {},
  96. "Microsoft.CodeAnalysis.Common/4.5.0": {
  97. "dependencies": {
  98. "Microsoft.CodeAnalysis.Analyzers": "3.3.3",
  99. "System.Collections.Immutable": "7.0.0",
  100. "System.Reflection.Metadata": "6.0.1",
  101. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  102. "System.Text.Encoding.CodePages": "8.0.0"
  103. },
  104. "runtime": {
  105. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {
  106. "assemblyVersion": "4.5.0.0",
  107. "fileVersion": "4.500.23.10905"
  108. }
  109. }
  110. },
  111. "Microsoft.CodeAnalysis.CSharp/4.5.0": {
  112. "dependencies": {
  113. "Microsoft.CodeAnalysis.Common": "4.5.0"
  114. },
  115. "runtime": {
  116. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {
  117. "assemblyVersion": "4.5.0.0",
  118. "fileVersion": "4.500.23.10905"
  119. }
  120. }
  121. },
  122. "Microsoft.Extensions.Configuration/8.0.0": {
  123. "dependencies": {
  124. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  125. "Microsoft.Extensions.Primitives": "8.0.0"
  126. },
  127. "runtime": {
  128. "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
  129. "assemblyVersion": "8.0.0.0",
  130. "fileVersion": "8.0.23.53103"
  131. }
  132. }
  133. },
  134. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  135. "dependencies": {
  136. "Microsoft.Extensions.Primitives": "8.0.0"
  137. },
  138. "runtime": {
  139. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  140. "assemblyVersion": "8.0.0.0",
  141. "fileVersion": "8.0.23.53103"
  142. }
  143. }
  144. },
  145. "Microsoft.Extensions.Configuration.FileExtensions/8.0.1": {
  146. "dependencies": {
  147. "Microsoft.Extensions.Configuration": "8.0.0",
  148. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  149. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  150. "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
  151. "Microsoft.Extensions.Primitives": "8.0.0"
  152. },
  153. "runtime": {
  154. "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  155. "assemblyVersion": "8.0.0.0",
  156. "fileVersion": "8.0.724.31311"
  157. }
  158. }
  159. },
  160. "Microsoft.Extensions.Configuration.Json/8.0.1": {
  161. "dependencies": {
  162. "Microsoft.Extensions.Configuration": "8.0.0",
  163. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  164. "Microsoft.Extensions.Configuration.FileExtensions": "8.0.1",
  165. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
  166. },
  167. "runtime": {
  168. "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
  169. "assemblyVersion": "8.0.0.0",
  170. "fileVersion": "8.0.1024.46610"
  171. }
  172. }
  173. },
  174. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  175. "dependencies": {
  176. "Microsoft.Extensions.Primitives": "8.0.0"
  177. },
  178. "runtime": {
  179. "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  180. "assemblyVersion": "8.0.0.0",
  181. "fileVersion": "8.0.23.53103"
  182. }
  183. }
  184. },
  185. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  186. "dependencies": {
  187. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  188. "Microsoft.Extensions.FileSystemGlobbing": "8.0.0",
  189. "Microsoft.Extensions.Primitives": "8.0.0"
  190. },
  191. "runtime": {
  192. "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  193. "assemblyVersion": "8.0.0.0",
  194. "fileVersion": "8.0.23.53103"
  195. }
  196. }
  197. },
  198. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
  199. "runtime": {
  200. "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  201. "assemblyVersion": "8.0.0.0",
  202. "fileVersion": "8.0.23.53103"
  203. }
  204. }
  205. },
  206. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  207. "runtime": {
  208. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  209. "assemblyVersion": "2.0.0.0",
  210. "fileVersion": "2.0.0.17205"
  211. }
  212. }
  213. },
  214. "Microsoft.Extensions.Primitives/8.0.0": {
  215. "runtime": {
  216. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  217. "assemblyVersion": "8.0.0.0",
  218. "fileVersion": "8.0.23.53103"
  219. }
  220. }
  221. },
  222. "Microsoft.IO.RecyclableMemoryStream/3.0.1": {
  223. "runtime": {
  224. "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": {
  225. "assemblyVersion": "3.0.1.0",
  226. "fileVersion": "3.0.1.0"
  227. }
  228. }
  229. },
  230. "Microsoft.NETCore.Platforms/5.0.0": {},
  231. "Microsoft.Win32.Registry/5.0.0": {
  232. "dependencies": {
  233. "System.Security.AccessControl": "5.0.0",
  234. "System.Security.Principal.Windows": "5.0.0"
  235. }
  236. },
  237. "Microsoft.Win32.SystemEvents/8.0.0": {
  238. "runtime": {
  239. "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": {
  240. "assemblyVersion": "8.0.0.0",
  241. "fileVersion": "8.0.23.53103"
  242. }
  243. }
  244. },
  245. "MongoDB.Bson/2.30.0": {
  246. "dependencies": {
  247. "System.Memory": "4.5.5",
  248. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  249. },
  250. "runtime": {
  251. "lib/netstandard2.1/MongoDB.Bson.dll": {
  252. "assemblyVersion": "2.30.0.0",
  253. "fileVersion": "2.30.0.0"
  254. }
  255. }
  256. },
  257. "MongoDB.Driver/2.30.0": {
  258. "dependencies": {
  259. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  260. "MongoDB.Bson": "2.30.0",
  261. "MongoDB.Driver.Core": "2.30.0",
  262. "MongoDB.Libmongocrypt": "1.12.0"
  263. },
  264. "runtime": {
  265. "lib/netstandard2.1/MongoDB.Driver.dll": {
  266. "assemblyVersion": "2.30.0.0",
  267. "fileVersion": "2.30.0.0"
  268. }
  269. }
  270. },
  271. "MongoDB.Driver.Core/2.30.0": {
  272. "dependencies": {
  273. "AWSSDK.SecurityToken": "3.7.100.14",
  274. "DnsClient": "1.6.1",
  275. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  276. "MongoDB.Bson": "2.30.0",
  277. "MongoDB.Libmongocrypt": "1.12.0",
  278. "SharpCompress": "0.30.1",
  279. "Snappier": "1.0.0",
  280. "System.Buffers": "4.5.1",
  281. "ZstdSharp.Port": "0.7.3"
  282. },
  283. "runtime": {
  284. "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
  285. "assemblyVersion": "2.30.0.0",
  286. "fileVersion": "2.30.0.0"
  287. }
  288. }
  289. },
  290. "MongoDB.Libmongocrypt/1.12.0": {
  291. "runtime": {
  292. "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
  293. "assemblyVersion": "1.12.0.0",
  294. "fileVersion": "1.12.0.0"
  295. }
  296. },
  297. "native": {
  298. "runtimes/win/native/mongocrypt.dll": {
  299. "fileVersion": "0.0.0.0"
  300. }
  301. }
  302. },
  303. "NLog/5.2.7": {
  304. "runtime": {
  305. "lib/netstandard2.0/NLog.dll": {
  306. "assemblyVersion": "5.0.0.0",
  307. "fileVersion": "5.2.7.2287"
  308. }
  309. }
  310. },
  311. "protobuf-net/3.2.30": {
  312. "dependencies": {
  313. "protobuf-net.Core": "3.2.30"
  314. },
  315. "runtime": {
  316. "lib/net6.0/protobuf-net.dll": {
  317. "assemblyVersion": "3.0.0.0",
  318. "fileVersion": "3.2.30.709"
  319. }
  320. }
  321. },
  322. "protobuf-net.Core/3.2.30": {
  323. "dependencies": {
  324. "System.Collections.Immutable": "7.0.0"
  325. },
  326. "runtime": {
  327. "lib/net6.0/protobuf-net.Core.dll": {
  328. "assemblyVersion": "3.0.0.0",
  329. "fileVersion": "3.2.30.709"
  330. }
  331. }
  332. },
  333. "SharpCompress/0.30.1": {
  334. "runtime": {
  335. "lib/net5.0/SharpCompress.dll": {
  336. "assemblyVersion": "0.30.1.0",
  337. "fileVersion": "0.30.1.0"
  338. }
  339. }
  340. },
  341. "SharpZipLib/1.4.2": {
  342. "runtime": {
  343. "lib/net6.0/ICSharpCode.SharpZipLib.dll": {
  344. "assemblyVersion": "1.4.2.13",
  345. "fileVersion": "1.4.2.13"
  346. }
  347. }
  348. },
  349. "Snappier/1.0.0": {
  350. "runtime": {
  351. "lib/net5.0/Snappier.dll": {
  352. "assemblyVersion": "1.0.0.0",
  353. "fileVersion": "1.0.0.0"
  354. }
  355. }
  356. },
  357. "System.Buffers/4.5.1": {},
  358. "System.Collections.Immutable/7.0.0": {},
  359. "System.ComponentModel.Annotations/5.0.0": {},
  360. "System.Drawing.Common/8.0.4": {
  361. "dependencies": {
  362. "Microsoft.Win32.SystemEvents": "8.0.0"
  363. },
  364. "runtime": {
  365. "lib/net8.0/System.Drawing.Common.dll": {
  366. "assemblyVersion": "8.0.0.0",
  367. "fileVersion": "8.0.424.16911"
  368. }
  369. }
  370. },
  371. "System.Memory/4.5.5": {},
  372. "System.Reflection.Metadata/6.0.1": {
  373. "dependencies": {
  374. "System.Collections.Immutable": "7.0.0"
  375. }
  376. },
  377. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  378. "System.Security.AccessControl/5.0.0": {
  379. "dependencies": {
  380. "Microsoft.NETCore.Platforms": "5.0.0",
  381. "System.Security.Principal.Windows": "5.0.0"
  382. }
  383. },
  384. "System.Security.Cryptography.Pkcs/8.0.1": {
  385. "runtime": {
  386. "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
  387. "assemblyVersion": "8.0.0.0",
  388. "fileVersion": "8.0.1024.46610"
  389. }
  390. }
  391. },
  392. "System.Security.Principal.Windows/5.0.0": {},
  393. "System.Text.Encoding.CodePages/8.0.0": {},
  394. "ZstdSharp.Port/0.7.3": {
  395. "runtime": {
  396. "lib/net7.0/ZstdSharp.dll": {
  397. "assemblyVersion": "0.7.3.0",
  398. "fileVersion": "0.7.3.0"
  399. }
  400. }
  401. },
  402. "Core/1.0.0": {
  403. "dependencies": {
  404. "ThirdParty": "1.0.0"
  405. },
  406. "runtime": {
  407. "Core.dll": {
  408. "assemblyVersion": "1.0.0",
  409. "fileVersion": ""
  410. }
  411. }
  412. },
  413. "ThirdParty/1.0.0": {
  414. "dependencies": {
  415. "CommandLineParser": "2.9.1",
  416. "EPPlus": "7.5.1",
  417. "Microsoft.CodeAnalysis.CSharp": "4.5.0",
  418. "Microsoft.CodeAnalysis.Common": "4.5.0",
  419. "MongoDB.Driver": "2.30.0",
  420. "NLog": "5.2.7",
  421. "SharpZipLib": "1.4.2",
  422. "protobuf-net": "3.2.30"
  423. },
  424. "runtime": {
  425. "ThirdParty.dll": {
  426. "assemblyVersion": "1.0.0",
  427. "fileVersion": ""
  428. }
  429. }
  430. },
  431. "Core.Reference/1.0.0.0": {
  432. "runtime": {
  433. "Core.dll": {
  434. "assemblyVersion": "1.0.0.0",
  435. "fileVersion": "1.0.0.0"
  436. }
  437. }
  438. },
  439. "ThirdParty.Reference/1.0.0.0": {
  440. "runtime": {
  441. "ThirdParty.dll": {
  442. "assemblyVersion": "1.0.0.0",
  443. "fileVersion": "1.0.0.0"
  444. }
  445. }
  446. }
  447. }
  448. },
  449. "libraries": {
  450. "Tool/1.0.0": {
  451. "type": "project",
  452. "serviceable": false,
  453. "sha512": ""
  454. },
  455. "AWSSDK.Core/3.7.100.14": {
  456. "type": "package",
  457. "serviceable": true,
  458. "sha512": "sha512-gnEgxBlk4PFEfdPE8Lkf4+D16MZFYSaW7/o6Wwe5e035QWUkTJX0Dn4LfTCdV5QSEL/fOFxu+yCAm55eIIBgog==",
  459. "path": "awssdk.core/3.7.100.14",
  460. "hashPath": "awssdk.core.3.7.100.14.nupkg.sha512"
  461. },
  462. "AWSSDK.SecurityToken/3.7.100.14": {
  463. "type": "package",
  464. "serviceable": true,
  465. "sha512": "sha512-dGCVuVo0CFUKWW85W8YENO+aREf8sCBDjvGbnNvxJuNW4Ss+brEU9ltHhq2KfZze2VUNK1/wygbPG1bmbpyXEw==",
  466. "path": "awssdk.securitytoken/3.7.100.14",
  467. "hashPath": "awssdk.securitytoken.3.7.100.14.nupkg.sha512"
  468. },
  469. "CommandLineParser/2.9.1": {
  470. "type": "package",
  471. "serviceable": true,
  472. "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
  473. "path": "commandlineparser/2.9.1",
  474. "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
  475. },
  476. "DnsClient/1.6.1": {
  477. "type": "package",
  478. "serviceable": true,
  479. "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
  480. "path": "dnsclient/1.6.1",
  481. "hashPath": "dnsclient.1.6.1.nupkg.sha512"
  482. },
  483. "EPPlus/7.5.1": {
  484. "type": "package",
  485. "serviceable": true,
  486. "sha512": "sha512-3ddsZARkpB5VxlfkRQJumCkSDZrU0yBOl6e/ZHR9KgPNa6atMFApgbu+hp9vOq/r5CUToMaudBWEyTSsdF+vLg==",
  487. "path": "epplus/7.5.1",
  488. "hashPath": "epplus.7.5.1.nupkg.sha512"
  489. },
  490. "EPPlus.Interfaces/7.5.0": {
  491. "type": "package",
  492. "serviceable": true,
  493. "sha512": "sha512-mGLKgdIKkXRYIu+HIGmZUngVAAlPzIQgI/KqG10m6P5P2112l6p/5dDa35UHu4GV4Qevw0Pq9PxAymrrrl4tzA==",
  494. "path": "epplus.interfaces/7.5.0",
  495. "hashPath": "epplus.interfaces.7.5.0.nupkg.sha512"
  496. },
  497. "EPPlus.System.Drawing/7.5.0": {
  498. "type": "package",
  499. "serviceable": true,
  500. "sha512": "sha512-cgwstM12foFisisURUyxwJOWHMD/rZxPSyBXFsCOFayaKq0oKlOs1mCTueKNNIlpPDG1no9vcaQiJgZXFM4KPA==",
  501. "path": "epplus.system.drawing/7.5.0",
  502. "hashPath": "epplus.system.drawing.7.5.0.nupkg.sha512"
  503. },
  504. "Microsoft.CodeAnalysis.Analyzers/3.3.3": {
  505. "type": "package",
  506. "serviceable": true,
  507. "sha512": "sha512-j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==",
  508. "path": "microsoft.codeanalysis.analyzers/3.3.3",
  509. "hashPath": "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512"
  510. },
  511. "Microsoft.CodeAnalysis.Common/4.5.0": {
  512. "type": "package",
  513. "serviceable": true,
  514. "sha512": "sha512-lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==",
  515. "path": "microsoft.codeanalysis.common/4.5.0",
  516. "hashPath": "microsoft.codeanalysis.common.4.5.0.nupkg.sha512"
  517. },
  518. "Microsoft.CodeAnalysis.CSharp/4.5.0": {
  519. "type": "package",
  520. "serviceable": true,
  521. "sha512": "sha512-cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==",
  522. "path": "microsoft.codeanalysis.csharp/4.5.0",
  523. "hashPath": "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512"
  524. },
  525. "Microsoft.Extensions.Configuration/8.0.0": {
  526. "type": "package",
  527. "serviceable": true,
  528. "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
  529. "path": "microsoft.extensions.configuration/8.0.0",
  530. "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
  531. },
  532. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  533. "type": "package",
  534. "serviceable": true,
  535. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  536. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  537. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  538. },
  539. "Microsoft.Extensions.Configuration.FileExtensions/8.0.1": {
  540. "type": "package",
  541. "serviceable": true,
  542. "sha512": "sha512-EJzSNO9oaAXnTdtdNO6npPRsIIeZCBSNmdQ091VDO7fBiOtJAAeEq6dtrVXIi3ZyjC5XRSAtVvF8SzcneRHqKQ==",
  543. "path": "microsoft.extensions.configuration.fileextensions/8.0.1",
  544. "hashPath": "microsoft.extensions.configuration.fileextensions.8.0.1.nupkg.sha512"
  545. },
  546. "Microsoft.Extensions.Configuration.Json/8.0.1": {
  547. "type": "package",
  548. "serviceable": true,
  549. "sha512": "sha512-L89DLNuimOghjV3tLx0ArFDwVEJD6+uGB3BMCMX01kaLzXkaXHb2021xOMl2QOxUxbdePKUZsUY7n2UUkycjRg==",
  550. "path": "microsoft.extensions.configuration.json/8.0.1",
  551. "hashPath": "microsoft.extensions.configuration.json.8.0.1.nupkg.sha512"
  552. },
  553. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  554. "type": "package",
  555. "serviceable": true,
  556. "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
  557. "path": "microsoft.extensions.fileproviders.abstractions/8.0.0",
  558. "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512"
  559. },
  560. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  561. "type": "package",
  562. "serviceable": true,
  563. "sha512": "sha512-UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==",
  564. "path": "microsoft.extensions.fileproviders.physical/8.0.0",
  565. "hashPath": "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512"
  566. },
  567. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
  568. "type": "package",
  569. "serviceable": true,
  570. "sha512": "sha512-OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==",
  571. "path": "microsoft.extensions.filesystemglobbing/8.0.0",
  572. "hashPath": "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512"
  573. },
  574. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  575. "type": "package",
  576. "serviceable": true,
  577. "sha512": "sha512-6ZCllUYGFukkymSTx3Yr0G/ajRxoNJp7/FqSxSB4fGISST54ifBhgu4Nc0ItGi3i6DqwuNd8SUyObmiC++AO2Q==",
  578. "path": "microsoft.extensions.logging.abstractions/2.0.0",
  579. "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512"
  580. },
  581. "Microsoft.Extensions.Primitives/8.0.0": {
  582. "type": "package",
  583. "serviceable": true,
  584. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  585. "path": "microsoft.extensions.primitives/8.0.0",
  586. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  587. },
  588. "Microsoft.IO.RecyclableMemoryStream/3.0.1": {
  589. "type": "package",
  590. "serviceable": true,
  591. "sha512": "sha512-s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g==",
  592. "path": "microsoft.io.recyclablememorystream/3.0.1",
  593. "hashPath": "microsoft.io.recyclablememorystream.3.0.1.nupkg.sha512"
  594. },
  595. "Microsoft.NETCore.Platforms/5.0.0": {
  596. "type": "package",
  597. "serviceable": true,
  598. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  599. "path": "microsoft.netcore.platforms/5.0.0",
  600. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  601. },
  602. "Microsoft.Win32.Registry/5.0.0": {
  603. "type": "package",
  604. "serviceable": true,
  605. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  606. "path": "microsoft.win32.registry/5.0.0",
  607. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  608. },
  609. "Microsoft.Win32.SystemEvents/8.0.0": {
  610. "type": "package",
  611. "serviceable": true,
  612. "sha512": "sha512-9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==",
  613. "path": "microsoft.win32.systemevents/8.0.0",
  614. "hashPath": "microsoft.win32.systemevents.8.0.0.nupkg.sha512"
  615. },
  616. "MongoDB.Bson/2.30.0": {
  617. "type": "package",
  618. "serviceable": true,
  619. "sha512": "sha512-Gg0TQUT3IEntcqdug5a9P6d8iwL5CqOpQjVBCq1hxTbkjxdGdY6a2CPv7II44AO9GYUnORYsS6dDME2b7aqYyg==",
  620. "path": "mongodb.bson/2.30.0",
  621. "hashPath": "mongodb.bson.2.30.0.nupkg.sha512"
  622. },
  623. "MongoDB.Driver/2.30.0": {
  624. "type": "package",
  625. "serviceable": true,
  626. "sha512": "sha512-BCG8cNF0+U3h5f/O9fu3ktrYhoESBDems1w06PExfYrn2KjHBHCBdvBRY1cIbysnZVjQAJjGtFV9XgW+hXt7Hg==",
  627. "path": "mongodb.driver/2.30.0",
  628. "hashPath": "mongodb.driver.2.30.0.nupkg.sha512"
  629. },
  630. "MongoDB.Driver.Core/2.30.0": {
  631. "type": "package",
  632. "serviceable": true,
  633. "sha512": "sha512-oepDgu24lo44SljuHmIQ99x6jHISnMC4tLfzQGniQg39xiMD8nxalm1HM9RDZcuZbbWa4F6YLt2AIhWkny3XWA==",
  634. "path": "mongodb.driver.core/2.30.0",
  635. "hashPath": "mongodb.driver.core.2.30.0.nupkg.sha512"
  636. },
  637. "MongoDB.Libmongocrypt/1.12.0": {
  638. "type": "package",
  639. "serviceable": true,
  640. "sha512": "sha512-B1X51jrtNacKvxKoaqWeknYeJfQS5aWf6BmVLT5JZerz3AUXFzv8edPskJYqBc3kLy1J2PWzMqqsnyb9g8FtcA==",
  641. "path": "mongodb.libmongocrypt/1.12.0",
  642. "hashPath": "mongodb.libmongocrypt.1.12.0.nupkg.sha512"
  643. },
  644. "NLog/5.2.7": {
  645. "type": "package",
  646. "serviceable": true,
  647. "sha512": "sha512-Ww/0b6V1NL8iqpFKtRKVQFFX03LoowNzYeNG6FpVzmhgCfLAkW0h/4lT3+V8mHfyvtHptNoV8Cz0YePLFRUaPA==",
  648. "path": "nlog/5.2.7",
  649. "hashPath": "nlog.5.2.7.nupkg.sha512"
  650. },
  651. "protobuf-net/3.2.30": {
  652. "type": "package",
  653. "serviceable": true,
  654. "sha512": "sha512-C/UTlmxEJHAHpqm8xQK1UyJKaIynVCSNG4mVrbLgnZ7ccH28nN49O8iMJvKEodTgVbnimvy+3mIiAdW6mATwnw==",
  655. "path": "protobuf-net/3.2.30",
  656. "hashPath": "protobuf-net.3.2.30.nupkg.sha512"
  657. },
  658. "protobuf-net.Core/3.2.30": {
  659. "type": "package",
  660. "serviceable": true,
  661. "sha512": "sha512-v2ZxxYrz+X212ukSx+uqkLuPu414bvmSAnTyf+PBUKR9ENJxO4P/csorA/27456MCp1JNoMssDj/f91RDiwBfQ==",
  662. "path": "protobuf-net.core/3.2.30",
  663. "hashPath": "protobuf-net.core.3.2.30.nupkg.sha512"
  664. },
  665. "SharpCompress/0.30.1": {
  666. "type": "package",
  667. "serviceable": true,
  668. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  669. "path": "sharpcompress/0.30.1",
  670. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  671. },
  672. "SharpZipLib/1.4.2": {
  673. "type": "package",
  674. "serviceable": true,
  675. "sha512": "sha512-yjj+3zgz8zgXpiiC3ZdF/iyTBbz2fFvMxZFEBPUcwZjIvXOf37Ylm+K58hqMfIBt5JgU/Z2uoUS67JmTLe973A==",
  676. "path": "sharpziplib/1.4.2",
  677. "hashPath": "sharpziplib.1.4.2.nupkg.sha512"
  678. },
  679. "Snappier/1.0.0": {
  680. "type": "package",
  681. "serviceable": true,
  682. "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
  683. "path": "snappier/1.0.0",
  684. "hashPath": "snappier.1.0.0.nupkg.sha512"
  685. },
  686. "System.Buffers/4.5.1": {
  687. "type": "package",
  688. "serviceable": true,
  689. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  690. "path": "system.buffers/4.5.1",
  691. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  692. },
  693. "System.Collections.Immutable/7.0.0": {
  694. "type": "package",
  695. "serviceable": true,
  696. "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
  697. "path": "system.collections.immutable/7.0.0",
  698. "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
  699. },
  700. "System.ComponentModel.Annotations/5.0.0": {
  701. "type": "package",
  702. "serviceable": true,
  703. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  704. "path": "system.componentmodel.annotations/5.0.0",
  705. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  706. },
  707. "System.Drawing.Common/8.0.4": {
  708. "type": "package",
  709. "serviceable": true,
  710. "sha512": "sha512-3G4xpa8mUYGzEF0HlswlBArAFywHJIzsZoB5hU4yMlnYHaabj/lg019BwbyyYBxj0aoM7Cz+jdlgUemeno9LOQ==",
  711. "path": "system.drawing.common/8.0.4",
  712. "hashPath": "system.drawing.common.8.0.4.nupkg.sha512"
  713. },
  714. "System.Memory/4.5.5": {
  715. "type": "package",
  716. "serviceable": true,
  717. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  718. "path": "system.memory/4.5.5",
  719. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  720. },
  721. "System.Reflection.Metadata/6.0.1": {
  722. "type": "package",
  723. "serviceable": true,
  724. "sha512": "sha512-III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==",
  725. "path": "system.reflection.metadata/6.0.1",
  726. "hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512"
  727. },
  728. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  729. "type": "package",
  730. "serviceable": true,
  731. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  732. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  733. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  734. },
  735. "System.Security.AccessControl/5.0.0": {
  736. "type": "package",
  737. "serviceable": true,
  738. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  739. "path": "system.security.accesscontrol/5.0.0",
  740. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  741. },
  742. "System.Security.Cryptography.Pkcs/8.0.1": {
  743. "type": "package",
  744. "serviceable": true,
  745. "sha512": "sha512-CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==",
  746. "path": "system.security.cryptography.pkcs/8.0.1",
  747. "hashPath": "system.security.cryptography.pkcs.8.0.1.nupkg.sha512"
  748. },
  749. "System.Security.Principal.Windows/5.0.0": {
  750. "type": "package",
  751. "serviceable": true,
  752. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  753. "path": "system.security.principal.windows/5.0.0",
  754. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  755. },
  756. "System.Text.Encoding.CodePages/8.0.0": {
  757. "type": "package",
  758. "serviceable": true,
  759. "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
  760. "path": "system.text.encoding.codepages/8.0.0",
  761. "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512"
  762. },
  763. "ZstdSharp.Port/0.7.3": {
  764. "type": "package",
  765. "serviceable": true,
  766. "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==",
  767. "path": "zstdsharp.port/0.7.3",
  768. "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512"
  769. },
  770. "Core/1.0.0": {
  771. "type": "project",
  772. "serviceable": false,
  773. "sha512": ""
  774. },
  775. "ThirdParty/1.0.0": {
  776. "type": "project",
  777. "serviceable": false,
  778. "sha512": ""
  779. },
  780. "Core.Reference/1.0.0.0": {
  781. "type": "reference",
  782. "serviceable": false,
  783. "sha512": ""
  784. },
  785. "ThirdParty.Reference/1.0.0.0": {
  786. "type": "reference",
  787. "serviceable": false,
  788. "sha512": ""
  789. }
  790. }
  791. }