Model.deps.json 29 KB

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