ET.ExcelExporter.deps.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "ET.ExcelExporter/1.0.0": {
  10. "dependencies": {
  11. "EPPlus": "7.1.2",
  12. "ET.Core": "1.0.0",
  13. "Microsoft.CodeAnalysis.CSharp": "4.9.2",
  14. "Microsoft.CodeAnalysis.Common": "4.9.2"
  15. },
  16. "runtime": {
  17. "ET.ExcelExporter.dll": {}
  18. }
  19. },
  20. "CommandLineParser/2.9.1": {
  21. "runtime": {
  22. "lib/netstandard2.0/CommandLine.dll": {
  23. "assemblyVersion": "2.9.1.0",
  24. "fileVersion": "2.9.1.0"
  25. }
  26. }
  27. },
  28. "DnsClient/1.6.1": {
  29. "dependencies": {
  30. "Microsoft.Win32.Registry": "5.0.0"
  31. },
  32. "runtime": {
  33. "lib/net5.0/DnsClient.dll": {
  34. "assemblyVersion": "1.6.1.0",
  35. "fileVersion": "1.6.1.0"
  36. }
  37. }
  38. },
  39. "EPPlus/7.1.2": {
  40. "dependencies": {
  41. "EPPlus.Interfaces": "6.1.1",
  42. "EPPlus.System.Drawing": "6.1.1",
  43. "Microsoft.Extensions.Configuration.Json": "8.0.0",
  44. "Microsoft.IO.RecyclableMemoryStream": "3.0.0",
  45. "System.ComponentModel.Annotations": "5.0.0",
  46. "System.Security.Cryptography.Pkcs": "8.0.0",
  47. "System.Text.Encoding.CodePages": "8.0.0"
  48. },
  49. "runtime": {
  50. "lib/net8.0/EPPlus.dll": {
  51. "assemblyVersion": "7.1.2.0",
  52. "fileVersion": "7.1.2.0"
  53. }
  54. }
  55. },
  56. "EPPlus.Interfaces/6.1.1": {
  57. "runtime": {
  58. "lib/net7.0/EPPlus.Interfaces.dll": {
  59. "assemblyVersion": "6.1.1.0",
  60. "fileVersion": "6.1.1.0"
  61. }
  62. }
  63. },
  64. "EPPlus.System.Drawing/6.1.1": {
  65. "dependencies": {
  66. "EPPlus.Interfaces": "6.1.1",
  67. "System.Drawing.Common": "7.0.0"
  68. },
  69. "runtime": {
  70. "lib/net7.0/EPPlus.System.Drawing.dll": {
  71. "assemblyVersion": "6.1.1.0",
  72. "fileVersion": "6.1.1.0"
  73. }
  74. }
  75. },
  76. "MemoryPack/1.10.0": {
  77. "dependencies": {
  78. "MemoryPack.Core": "1.10.0",
  79. "MemoryPack.Generator": "1.10.0"
  80. }
  81. },
  82. "MemoryPack.Core/1.10.0": {
  83. "runtime": {
  84. "lib/net7.0/MemoryPack.Core.dll": {
  85. "assemblyVersion": "1.10.0.0",
  86. "fileVersion": "1.10.0.0"
  87. }
  88. }
  89. },
  90. "MemoryPack.Generator/1.10.0": {},
  91. "Microsoft.CodeAnalysis.Analyzers/3.3.4": {},
  92. "Microsoft.CodeAnalysis.Common/4.9.2": {
  93. "dependencies": {
  94. "Microsoft.CodeAnalysis.Analyzers": "3.3.4",
  95. "System.Collections.Immutable": "8.0.0",
  96. "System.Reflection.Metadata": "8.0.0",
  97. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  98. },
  99. "runtime": {
  100. "lib/net7.0/Microsoft.CodeAnalysis.dll": {
  101. "assemblyVersion": "4.9.0.0",
  102. "fileVersion": "4.900.224.12906"
  103. }
  104. }
  105. },
  106. "Microsoft.CodeAnalysis.CSharp/4.9.2": {
  107. "dependencies": {
  108. "Microsoft.CodeAnalysis.Common": "4.9.2"
  109. },
  110. "runtime": {
  111. "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": {
  112. "assemblyVersion": "4.9.0.0",
  113. "fileVersion": "4.900.224.12906"
  114. }
  115. }
  116. },
  117. "Microsoft.Extensions.Configuration/8.0.0": {
  118. "dependencies": {
  119. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  120. "Microsoft.Extensions.Primitives": "8.0.0"
  121. },
  122. "runtime": {
  123. "lib/net8.0/Microsoft.Extensions.Configuration.dll": {
  124. "assemblyVersion": "8.0.0.0",
  125. "fileVersion": "8.0.23.53103"
  126. }
  127. }
  128. },
  129. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  130. "dependencies": {
  131. "Microsoft.Extensions.Primitives": "8.0.0"
  132. },
  133. "runtime": {
  134. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  135. "assemblyVersion": "8.0.0.0",
  136. "fileVersion": "8.0.23.53103"
  137. }
  138. }
  139. },
  140. "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
  141. "dependencies": {
  142. "Microsoft.Extensions.Configuration": "8.0.0",
  143. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  144. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  145. "Microsoft.Extensions.FileProviders.Physical": "8.0.0",
  146. "Microsoft.Extensions.Primitives": "8.0.0"
  147. },
  148. "runtime": {
  149. "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  150. "assemblyVersion": "8.0.0.0",
  151. "fileVersion": "8.0.23.53103"
  152. }
  153. }
  154. },
  155. "Microsoft.Extensions.Configuration.Json/8.0.0": {
  156. "dependencies": {
  157. "Microsoft.Extensions.Configuration": "8.0.0",
  158. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  159. "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0",
  160. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  161. "System.Text.Json": "8.0.0"
  162. },
  163. "runtime": {
  164. "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": {
  165. "assemblyVersion": "8.0.0.0",
  166. "fileVersion": "8.0.23.53103"
  167. }
  168. }
  169. },
  170. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  171. "dependencies": {
  172. "Microsoft.Extensions.Primitives": "8.0.0"
  173. },
  174. "runtime": {
  175. "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  176. "assemblyVersion": "8.0.0.0",
  177. "fileVersion": "8.0.23.53103"
  178. }
  179. }
  180. },
  181. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  182. "dependencies": {
  183. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  184. "Microsoft.Extensions.FileSystemGlobbing": "8.0.0",
  185. "Microsoft.Extensions.Primitives": "8.0.0"
  186. },
  187. "runtime": {
  188. "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  189. "assemblyVersion": "8.0.0.0",
  190. "fileVersion": "8.0.23.53103"
  191. }
  192. }
  193. },
  194. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
  195. "runtime": {
  196. "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  197. "assemblyVersion": "8.0.0.0",
  198. "fileVersion": "8.0.23.53103"
  199. }
  200. }
  201. },
  202. "Microsoft.Extensions.Primitives/8.0.0": {
  203. "runtime": {
  204. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  205. "assemblyVersion": "8.0.0.0",
  206. "fileVersion": "8.0.23.53103"
  207. }
  208. }
  209. },
  210. "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
  211. "runtime": {
  212. "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": {
  213. "assemblyVersion": "3.0.0.0",
  214. "fileVersion": "3.0.0.0"
  215. }
  216. }
  217. },
  218. "Microsoft.NETCore.Platforms/5.0.0": {},
  219. "Microsoft.Win32.Registry/5.0.0": {
  220. "dependencies": {
  221. "System.Security.AccessControl": "5.0.0",
  222. "System.Security.Principal.Windows": "5.0.0"
  223. }
  224. },
  225. "Microsoft.Win32.SystemEvents/7.0.0": {
  226. "runtime": {
  227. "lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
  228. "assemblyVersion": "7.0.0.0",
  229. "fileVersion": "7.0.22.51805"
  230. }
  231. },
  232. "runtimeTargets": {
  233. "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": {
  234. "rid": "win",
  235. "assetType": "runtime",
  236. "assemblyVersion": "7.0.0.0",
  237. "fileVersion": "7.0.22.51805"
  238. }
  239. }
  240. },
  241. "MongoDB.Bson/2.17.1": {
  242. "dependencies": {
  243. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  244. },
  245. "runtime": {
  246. "lib/netstandard2.1/MongoDB.Bson.dll": {
  247. "assemblyVersion": "2.17.1.0",
  248. "fileVersion": "2.17.1.0"
  249. }
  250. }
  251. },
  252. "MongoDB.Driver/2.17.1": {
  253. "dependencies": {
  254. "MongoDB.Bson": "2.17.1",
  255. "MongoDB.Driver.Core": "2.17.1",
  256. "MongoDB.Libmongocrypt": "1.5.5"
  257. },
  258. "runtime": {
  259. "lib/netstandard2.1/MongoDB.Driver.dll": {
  260. "assemblyVersion": "2.17.1.0",
  261. "fileVersion": "2.17.1.0"
  262. }
  263. }
  264. },
  265. "MongoDB.Driver.Core/2.17.1": {
  266. "dependencies": {
  267. "DnsClient": "1.6.1",
  268. "MongoDB.Bson": "2.17.1",
  269. "MongoDB.Libmongocrypt": "1.5.5",
  270. "SharpCompress": "0.30.1",
  271. "System.Buffers": "4.5.1"
  272. },
  273. "runtime": {
  274. "lib/netstandard2.1/MongoDB.Driver.Core.dll": {
  275. "assemblyVersion": "2.17.1.0",
  276. "fileVersion": "2.17.1.0"
  277. }
  278. },
  279. "runtimeTargets": {
  280. "runtimes/linux/native/libsnappy64.so": {
  281. "rid": "linux",
  282. "assetType": "native",
  283. "fileVersion": "0.0.0.0"
  284. },
  285. "runtimes/linux/native/libzstd.so": {
  286. "rid": "linux",
  287. "assetType": "native",
  288. "fileVersion": "0.0.0.0"
  289. },
  290. "runtimes/osx/native/libsnappy64.dylib": {
  291. "rid": "osx",
  292. "assetType": "native",
  293. "fileVersion": "0.0.0.0"
  294. },
  295. "runtimes/osx/native/libzstd.dylib": {
  296. "rid": "osx",
  297. "assetType": "native",
  298. "fileVersion": "0.0.0.0"
  299. },
  300. "runtimes/win/native/libzstd.dll": {
  301. "rid": "win",
  302. "assetType": "native",
  303. "fileVersion": "0.0.0.0"
  304. },
  305. "runtimes/win/native/snappy32.dll": {
  306. "rid": "win",
  307. "assetType": "native",
  308. "fileVersion": "1.1.1.7"
  309. },
  310. "runtimes/win/native/snappy64.dll": {
  311. "rid": "win",
  312. "assetType": "native",
  313. "fileVersion": "1.1.1.7"
  314. }
  315. }
  316. },
  317. "MongoDB.Libmongocrypt/1.5.5": {
  318. "runtime": {
  319. "lib/netstandard2.1/MongoDB.Libmongocrypt.dll": {
  320. "assemblyVersion": "1.5.5.0",
  321. "fileVersion": "1.5.5.0"
  322. }
  323. },
  324. "runtimeTargets": {
  325. "runtimes/linux/native/libmongocrypt.so": {
  326. "rid": "linux",
  327. "assetType": "native",
  328. "fileVersion": "0.0.0.0"
  329. },
  330. "runtimes/osx/native/libmongocrypt.dylib": {
  331. "rid": "osx",
  332. "assetType": "native",
  333. "fileVersion": "0.0.0.0"
  334. },
  335. "runtimes/win/native/mongocrypt.dll": {
  336. "rid": "win",
  337. "assetType": "native",
  338. "fileVersion": "0.0.0.0"
  339. }
  340. }
  341. },
  342. "NLog/5.3.2": {
  343. "runtime": {
  344. "lib/netstandard2.0/NLog.dll": {
  345. "assemblyVersion": "5.0.0.0",
  346. "fileVersion": "5.3.2.2526"
  347. }
  348. }
  349. },
  350. "SharpCompress/0.30.1": {
  351. "runtime": {
  352. "lib/net5.0/SharpCompress.dll": {
  353. "assemblyVersion": "0.30.1.0",
  354. "fileVersion": "0.30.1.0"
  355. }
  356. }
  357. },
  358. "System.Buffers/4.5.1": {},
  359. "System.Collections.Immutable/8.0.0": {},
  360. "System.ComponentModel.Annotations/5.0.0": {},
  361. "System.Drawing.Common/7.0.0": {
  362. "dependencies": {
  363. "Microsoft.Win32.SystemEvents": "7.0.0"
  364. },
  365. "runtime": {
  366. "lib/net7.0/System.Drawing.Common.dll": {
  367. "assemblyVersion": "7.0.0.0",
  368. "fileVersion": "7.0.22.51805"
  369. }
  370. },
  371. "runtimeTargets": {
  372. "runtimes/win/lib/net7.0/System.Drawing.Common.dll": {
  373. "rid": "win",
  374. "assetType": "runtime",
  375. "assemblyVersion": "7.0.0.0",
  376. "fileVersion": "7.0.22.51805"
  377. }
  378. }
  379. },
  380. "System.Formats.Asn1/8.0.0": {},
  381. "System.Reflection.Metadata/8.0.0": {
  382. "dependencies": {
  383. "System.Collections.Immutable": "8.0.0"
  384. }
  385. },
  386. "System.Runtime.CompilerServices.Unsafe/6.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/8.0.0": {
  394. "dependencies": {
  395. "System.Formats.Asn1": "8.0.0"
  396. },
  397. "runtime": {
  398. "lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
  399. "assemblyVersion": "8.0.0.0",
  400. "fileVersion": "8.0.23.53103"
  401. }
  402. },
  403. "runtimeTargets": {
  404. "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": {
  405. "rid": "win",
  406. "assetType": "runtime",
  407. "assemblyVersion": "8.0.0.0",
  408. "fileVersion": "8.0.23.53103"
  409. }
  410. }
  411. },
  412. "System.Security.Principal.Windows/5.0.0": {},
  413. "System.Text.Encoding.CodePages/8.0.0": {},
  414. "System.Text.Encodings.Web/8.0.0": {},
  415. "System.Text.Json/8.0.0": {
  416. "dependencies": {
  417. "System.Text.Encodings.Web": "8.0.0"
  418. }
  419. },
  420. "ET.Core/1.0.0": {
  421. "dependencies": {
  422. "CommandLineParser": "2.9.1",
  423. "ET.SourceGeneratorAttribute": "1.0.0",
  424. "MemoryPack": "1.10.0",
  425. "MongoDB.Driver": "2.17.1",
  426. "NLog": "5.3.2"
  427. },
  428. "runtime": {
  429. "ET.Core.dll": {}
  430. }
  431. },
  432. "ET.SourceGeneratorAttribute/1.0.0": {
  433. "runtime": {
  434. "ET.SourceGeneratorAttribute.dll": {}
  435. }
  436. }
  437. }
  438. },
  439. "libraries": {
  440. "ET.ExcelExporter/1.0.0": {
  441. "type": "project",
  442. "serviceable": false,
  443. "sha512": ""
  444. },
  445. "CommandLineParser/2.9.1": {
  446. "type": "package",
  447. "serviceable": true,
  448. "sha512": "sha512-OE0sl1/sQ37bjVsPKKtwQlWDgqaxWgtme3xZz7JssWUzg5JpMIyHgCTY9MVMxOg48fJ1AgGT3tgdH5m/kQ5xhA==",
  449. "path": "commandlineparser/2.9.1",
  450. "hashPath": "commandlineparser.2.9.1.nupkg.sha512"
  451. },
  452. "DnsClient/1.6.1": {
  453. "type": "package",
  454. "serviceable": true,
  455. "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
  456. "path": "dnsclient/1.6.1",
  457. "hashPath": "dnsclient.1.6.1.nupkg.sha512"
  458. },
  459. "EPPlus/7.1.2": {
  460. "type": "package",
  461. "serviceable": true,
  462. "sha512": "sha512-BEmY3oPCL3JotBqwJnMcLrwzcBsmasXPrONo6Ur00VaXQuasNAJPL5NAKnC56EWrsjqe0q8kmKvdyFYM5iwuTA==",
  463. "path": "epplus/7.1.2",
  464. "hashPath": "epplus.7.1.2.nupkg.sha512"
  465. },
  466. "EPPlus.Interfaces/6.1.1": {
  467. "type": "package",
  468. "serviceable": true,
  469. "sha512": "sha512-y7dkrOoE1ZR9Vgy1Jf2rEIaTf3SHlUjYt01NklP+F5Qh7S2ruPbzTcpYLRWMeXiG8XL8h2jqX4CyIkFt3NQGZw==",
  470. "path": "epplus.interfaces/6.1.1",
  471. "hashPath": "epplus.interfaces.6.1.1.nupkg.sha512"
  472. },
  473. "EPPlus.System.Drawing/6.1.1": {
  474. "type": "package",
  475. "serviceable": true,
  476. "sha512": "sha512-lRF5gHYrmkHOOiLMI0t6q8zNYjUrzRgAM5BCXumv5xiqXko8fx3AWI+HCNZfhEqVFGOop+42KfR5GiUcCoyoMw==",
  477. "path": "epplus.system.drawing/6.1.1",
  478. "hashPath": "epplus.system.drawing.6.1.1.nupkg.sha512"
  479. },
  480. "MemoryPack/1.10.0": {
  481. "type": "package",
  482. "serviceable": true,
  483. "sha512": "sha512-QgvbIRqAXUvp4/3WcFahjOM3Hy42Ma2OxFsXitstc5XGHDpEl6zdV8XedxbBpvl29sS++i3BzT71/8ET1SyBvg==",
  484. "path": "memorypack/1.10.0",
  485. "hashPath": "memorypack.1.10.0.nupkg.sha512"
  486. },
  487. "MemoryPack.Core/1.10.0": {
  488. "type": "package",
  489. "serviceable": true,
  490. "sha512": "sha512-MxQ7jag9AOXyAbq7DGvaJBANINLxnkzibOMuwdYAjQDaeIWamIi8Z/QmkOJGBUPGANjIxv2J07rMsFFnHJW/iQ==",
  491. "path": "memorypack.core/1.10.0",
  492. "hashPath": "memorypack.core.1.10.0.nupkg.sha512"
  493. },
  494. "MemoryPack.Generator/1.10.0": {
  495. "type": "package",
  496. "serviceable": true,
  497. "sha512": "sha512-U6J+mUb95KVO+ytZECLYJ4awuypfiGwNvWQDaEid3fKOz0X5GGQsLyKE4A9CyMqU5SZKri+Md9YcLGYMCqvkKA==",
  498. "path": "memorypack.generator/1.10.0",
  499. "hashPath": "memorypack.generator.1.10.0.nupkg.sha512"
  500. },
  501. "Microsoft.CodeAnalysis.Analyzers/3.3.4": {
  502. "type": "package",
  503. "serviceable": true,
  504. "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==",
  505. "path": "microsoft.codeanalysis.analyzers/3.3.4",
  506. "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512"
  507. },
  508. "Microsoft.CodeAnalysis.Common/4.9.2": {
  509. "type": "package",
  510. "serviceable": true,
  511. "sha512": "sha512-M5PThug7b2AdxL7xKmQs50KzAQTl9jENw5jMT3iUt16k+DAFlw1S87juU3UuPs3gvBm8trMBSOEvSFDr31c9Vw==",
  512. "path": "microsoft.codeanalysis.common/4.9.2",
  513. "hashPath": "microsoft.codeanalysis.common.4.9.2.nupkg.sha512"
  514. },
  515. "Microsoft.CodeAnalysis.CSharp/4.9.2": {
  516. "type": "package",
  517. "serviceable": true,
  518. "sha512": "sha512-HGIo7E9Mf3exAJbUdYpDFfLoYkSVaHDJXPyusWTYUTBaOPCowGw+Gap5McE1w+K+ryIXre72oiqL88sQHmHBmg==",
  519. "path": "microsoft.codeanalysis.csharp/4.9.2",
  520. "hashPath": "microsoft.codeanalysis.csharp.4.9.2.nupkg.sha512"
  521. },
  522. "Microsoft.Extensions.Configuration/8.0.0": {
  523. "type": "package",
  524. "serviceable": true,
  525. "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
  526. "path": "microsoft.extensions.configuration/8.0.0",
  527. "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
  528. },
  529. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  530. "type": "package",
  531. "serviceable": true,
  532. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  533. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  534. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  535. },
  536. "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": {
  537. "type": "package",
  538. "serviceable": true,
  539. "sha512": "sha512-McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==",
  540. "path": "microsoft.extensions.configuration.fileextensions/8.0.0",
  541. "hashPath": "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512"
  542. },
  543. "Microsoft.Extensions.Configuration.Json/8.0.0": {
  544. "type": "package",
  545. "serviceable": true,
  546. "sha512": "sha512-C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==",
  547. "path": "microsoft.extensions.configuration.json/8.0.0",
  548. "hashPath": "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512"
  549. },
  550. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  551. "type": "package",
  552. "serviceable": true,
  553. "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
  554. "path": "microsoft.extensions.fileproviders.abstractions/8.0.0",
  555. "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512"
  556. },
  557. "Microsoft.Extensions.FileProviders.Physical/8.0.0": {
  558. "type": "package",
  559. "serviceable": true,
  560. "sha512": "sha512-UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==",
  561. "path": "microsoft.extensions.fileproviders.physical/8.0.0",
  562. "hashPath": "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512"
  563. },
  564. "Microsoft.Extensions.FileSystemGlobbing/8.0.0": {
  565. "type": "package",
  566. "serviceable": true,
  567. "sha512": "sha512-OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==",
  568. "path": "microsoft.extensions.filesystemglobbing/8.0.0",
  569. "hashPath": "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512"
  570. },
  571. "Microsoft.Extensions.Primitives/8.0.0": {
  572. "type": "package",
  573. "serviceable": true,
  574. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  575. "path": "microsoft.extensions.primitives/8.0.0",
  576. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  577. },
  578. "Microsoft.IO.RecyclableMemoryStream/3.0.0": {
  579. "type": "package",
  580. "serviceable": true,
  581. "sha512": "sha512-irv0HuqoH8Ig5i2fO+8dmDNdFdsrO+DoQcedwIlb810qpZHBNQHZLW7C/AHBQDgLLpw2T96vmMAy/aE4Yj55Sg==",
  582. "path": "microsoft.io.recyclablememorystream/3.0.0",
  583. "hashPath": "microsoft.io.recyclablememorystream.3.0.0.nupkg.sha512"
  584. },
  585. "Microsoft.NETCore.Platforms/5.0.0": {
  586. "type": "package",
  587. "serviceable": true,
  588. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  589. "path": "microsoft.netcore.platforms/5.0.0",
  590. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  591. },
  592. "Microsoft.Win32.Registry/5.0.0": {
  593. "type": "package",
  594. "serviceable": true,
  595. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  596. "path": "microsoft.win32.registry/5.0.0",
  597. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  598. },
  599. "Microsoft.Win32.SystemEvents/7.0.0": {
  600. "type": "package",
  601. "serviceable": true,
  602. "sha512": "sha512-2nXPrhdAyAzir0gLl8Yy8S5Mnm/uBSQQA7jEsILOS1MTyS7DbmV1NgViMtvV1sfCD1ebITpNwb1NIinKeJgUVQ==",
  603. "path": "microsoft.win32.systemevents/7.0.0",
  604. "hashPath": "microsoft.win32.systemevents.7.0.0.nupkg.sha512"
  605. },
  606. "MongoDB.Bson/2.17.1": {
  607. "type": "package",
  608. "serviceable": true,
  609. "sha512": "sha512-IBr5w6ygeUCTobiS4J2UlYeIsnjSJvOOf31g60EkRa3NIeyrYs7Y51HeOvJ8r6NPcKv1hLj8xwoop6hDTetAdA==",
  610. "path": "mongodb.bson/2.17.1",
  611. "hashPath": "mongodb.bson.2.17.1.nupkg.sha512"
  612. },
  613. "MongoDB.Driver/2.17.1": {
  614. "type": "package",
  615. "serviceable": true,
  616. "sha512": "sha512-A5Yvm3RUdkSYnvKWVb/bZfvhzG+L+t0n80JuUXf0p2QG1TbtqHE9hX/FBK+BoF7sw9rzUTw8VHYeqX5rT0rxdA==",
  617. "path": "mongodb.driver/2.17.1",
  618. "hashPath": "mongodb.driver.2.17.1.nupkg.sha512"
  619. },
  620. "MongoDB.Driver.Core/2.17.1": {
  621. "type": "package",
  622. "serviceable": true,
  623. "sha512": "sha512-lfuuQvCXcco6mG096PL8xRO+dBdHsDTR3DiYfK/ICHgFlL5RfKlBuE0xClEGKtaZ4Spe28/fF/GUcrrA/yfoAQ==",
  624. "path": "mongodb.driver.core/2.17.1",
  625. "hashPath": "mongodb.driver.core.2.17.1.nupkg.sha512"
  626. },
  627. "MongoDB.Libmongocrypt/1.5.5": {
  628. "type": "package",
  629. "serviceable": true,
  630. "sha512": "sha512-0DV4l2PjXirSJHD/b+LpOK3IfUDvkbpvvZBM2w1aYL6E/4vbhfyr/FP5laDNx2zRylqN1hIZO+EL7NgO/5GpVg==",
  631. "path": "mongodb.libmongocrypt/1.5.5",
  632. "hashPath": "mongodb.libmongocrypt.1.5.5.nupkg.sha512"
  633. },
  634. "NLog/5.3.2": {
  635. "type": "package",
  636. "serviceable": true,
  637. "sha512": "sha512-cQRQZuDMjSyMe9EQBnI9v55YAMMz8GAfFd6fFJ6tc/kXnG7Hze8p1I8MgvWSBG6E36wA8vSxRrlm8uSIG+SENg==",
  638. "path": "nlog/5.3.2",
  639. "hashPath": "nlog.5.3.2.nupkg.sha512"
  640. },
  641. "SharpCompress/0.30.1": {
  642. "type": "package",
  643. "serviceable": true,
  644. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  645. "path": "sharpcompress/0.30.1",
  646. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  647. },
  648. "System.Buffers/4.5.1": {
  649. "type": "package",
  650. "serviceable": true,
  651. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  652. "path": "system.buffers/4.5.1",
  653. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  654. },
  655. "System.Collections.Immutable/8.0.0": {
  656. "type": "package",
  657. "serviceable": true,
  658. "sha512": "sha512-AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==",
  659. "path": "system.collections.immutable/8.0.0",
  660. "hashPath": "system.collections.immutable.8.0.0.nupkg.sha512"
  661. },
  662. "System.ComponentModel.Annotations/5.0.0": {
  663. "type": "package",
  664. "serviceable": true,
  665. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  666. "path": "system.componentmodel.annotations/5.0.0",
  667. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  668. },
  669. "System.Drawing.Common/7.0.0": {
  670. "type": "package",
  671. "serviceable": true,
  672. "sha512": "sha512-KIX+oBU38pxkKPxvLcLfIkOV5Ien8ReN78wro7OF5/erwcmortzeFx+iBswlh2Vz6gVne0khocQudGwaO1Ey6A==",
  673. "path": "system.drawing.common/7.0.0",
  674. "hashPath": "system.drawing.common.7.0.0.nupkg.sha512"
  675. },
  676. "System.Formats.Asn1/8.0.0": {
  677. "type": "package",
  678. "serviceable": true,
  679. "sha512": "sha512-AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==",
  680. "path": "system.formats.asn1/8.0.0",
  681. "hashPath": "system.formats.asn1.8.0.0.nupkg.sha512"
  682. },
  683. "System.Reflection.Metadata/8.0.0": {
  684. "type": "package",
  685. "serviceable": true,
  686. "sha512": "sha512-ptvgrFh7PvWI8bcVqG5rsA/weWM09EnthFHR5SCnS6IN+P4mj6rE1lBDC4U8HL9/57htKAqy4KQ3bBj84cfYyQ==",
  687. "path": "system.reflection.metadata/8.0.0",
  688. "hashPath": "system.reflection.metadata.8.0.0.nupkg.sha512"
  689. },
  690. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  691. "type": "package",
  692. "serviceable": true,
  693. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  694. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  695. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  696. },
  697. "System.Security.AccessControl/5.0.0": {
  698. "type": "package",
  699. "serviceable": true,
  700. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  701. "path": "system.security.accesscontrol/5.0.0",
  702. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  703. },
  704. "System.Security.Cryptography.Pkcs/8.0.0": {
  705. "type": "package",
  706. "serviceable": true,
  707. "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==",
  708. "path": "system.security.cryptography.pkcs/8.0.0",
  709. "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512"
  710. },
  711. "System.Security.Principal.Windows/5.0.0": {
  712. "type": "package",
  713. "serviceable": true,
  714. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  715. "path": "system.security.principal.windows/5.0.0",
  716. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  717. },
  718. "System.Text.Encoding.CodePages/8.0.0": {
  719. "type": "package",
  720. "serviceable": true,
  721. "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
  722. "path": "system.text.encoding.codepages/8.0.0",
  723. "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512"
  724. },
  725. "System.Text.Encodings.Web/8.0.0": {
  726. "type": "package",
  727. "serviceable": true,
  728. "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
  729. "path": "system.text.encodings.web/8.0.0",
  730. "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
  731. },
  732. "System.Text.Json/8.0.0": {
  733. "type": "package",
  734. "serviceable": true,
  735. "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
  736. "path": "system.text.json/8.0.0",
  737. "hashPath": "system.text.json.8.0.0.nupkg.sha512"
  738. },
  739. "ET.Core/1.0.0": {
  740. "type": "project",
  741. "serviceable": false,
  742. "sha512": ""
  743. },
  744. "ET.SourceGeneratorAttribute/1.0.0": {
  745. "type": "project",
  746. "serviceable": false,
  747. "sha512": ""
  748. }
  749. }
  750. }