Recepie.deps.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "Recepie/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.EntityFrameworkCore": "9.0.9",
  12. "Microsoft.EntityFrameworkCore.Tools": "9.0.9",
  13. "Pomelo.EntityFrameworkCore.MySql": "9.0.0"
  14. },
  15. "runtime": {
  16. "Recepie.dll": {}
  17. }
  18. },
  19. "Humanizer.Core/2.14.1": {},
  20. "Microsoft.Bcl.AsyncInterfaces/7.0.0": {},
  21. "Microsoft.Build.Framework/17.8.3": {},
  22. "Microsoft.Build.Locator/1.7.8": {},
  23. "Microsoft.CodeAnalysis.Analyzers/3.3.4": {},
  24. "Microsoft.CodeAnalysis.Common/4.8.0": {
  25. "dependencies": {
  26. "Microsoft.CodeAnalysis.Analyzers": "3.3.4",
  27. "System.Collections.Immutable": "7.0.0",
  28. "System.Reflection.Metadata": "7.0.0",
  29. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  30. }
  31. },
  32. "Microsoft.CodeAnalysis.CSharp/4.8.0": {
  33. "dependencies": {
  34. "Microsoft.CodeAnalysis.Common": "4.8.0"
  35. }
  36. },
  37. "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
  38. "dependencies": {
  39. "Humanizer.Core": "2.14.1",
  40. "Microsoft.CodeAnalysis.CSharp": "4.8.0",
  41. "Microsoft.CodeAnalysis.Common": "4.8.0",
  42. "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0"
  43. }
  44. },
  45. "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
  46. "dependencies": {
  47. "Humanizer.Core": "2.14.1",
  48. "Microsoft.Bcl.AsyncInterfaces": "7.0.0",
  49. "Microsoft.CodeAnalysis.Common": "4.8.0",
  50. "System.Composition": "7.0.0",
  51. "System.IO.Pipelines": "9.0.9",
  52. "System.Threading.Channels": "7.0.0"
  53. }
  54. },
  55. "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
  56. "dependencies": {
  57. "Microsoft.Build.Framework": "17.8.3",
  58. "Microsoft.CodeAnalysis.Common": "4.8.0",
  59. "Microsoft.CodeAnalysis.Workspaces.Common": "4.8.0",
  60. "System.Text.Json": "9.0.9"
  61. }
  62. },
  63. "Microsoft.EntityFrameworkCore/9.0.9": {
  64. "dependencies": {
  65. "Microsoft.EntityFrameworkCore.Abstractions": "9.0.9",
  66. "Microsoft.EntityFrameworkCore.Analyzers": "9.0.9",
  67. "Microsoft.Extensions.Caching.Memory": "9.0.9",
  68. "Microsoft.Extensions.Logging": "9.0.9"
  69. },
  70. "runtime": {
  71. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  72. "assemblyVersion": "9.0.9.0",
  73. "fileVersion": "9.0.925.41909"
  74. }
  75. }
  76. },
  77. "Microsoft.EntityFrameworkCore.Abstractions/9.0.9": {
  78. "runtime": {
  79. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  80. "assemblyVersion": "9.0.9.0",
  81. "fileVersion": "9.0.925.41909"
  82. }
  83. }
  84. },
  85. "Microsoft.EntityFrameworkCore.Analyzers/9.0.9": {},
  86. "Microsoft.EntityFrameworkCore.Design/9.0.9": {
  87. "dependencies": {
  88. "Humanizer.Core": "2.14.1",
  89. "Microsoft.Build.Framework": "17.8.3",
  90. "Microsoft.Build.Locator": "1.7.8",
  91. "Microsoft.CodeAnalysis.CSharp": "4.8.0",
  92. "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.8.0",
  93. "Microsoft.CodeAnalysis.Workspaces.MSBuild": "4.8.0",
  94. "Microsoft.EntityFrameworkCore.Relational": "9.0.9",
  95. "Microsoft.Extensions.Caching.Memory": "9.0.9",
  96. "Microsoft.Extensions.Configuration.Abstractions": "9.0.9",
  97. "Microsoft.Extensions.DependencyModel": "9.0.9",
  98. "Microsoft.Extensions.Logging": "9.0.9",
  99. "Mono.TextTemplating": "3.0.0",
  100. "System.Text.Json": "9.0.9"
  101. }
  102. },
  103. "Microsoft.EntityFrameworkCore.Relational/9.0.9": {
  104. "dependencies": {
  105. "Microsoft.EntityFrameworkCore": "9.0.9",
  106. "Microsoft.Extensions.Caching.Memory": "9.0.9",
  107. "Microsoft.Extensions.Configuration.Abstractions": "9.0.9",
  108. "Microsoft.Extensions.Logging": "9.0.9"
  109. },
  110. "runtime": {
  111. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  112. "assemblyVersion": "9.0.9.0",
  113. "fileVersion": "9.0.925.41909"
  114. }
  115. }
  116. },
  117. "Microsoft.EntityFrameworkCore.Tools/9.0.9": {
  118. "dependencies": {
  119. "Microsoft.EntityFrameworkCore.Design": "9.0.9"
  120. }
  121. },
  122. "Microsoft.Extensions.Caching.Abstractions/9.0.9": {
  123. "dependencies": {
  124. "Microsoft.Extensions.Primitives": "9.0.9"
  125. },
  126. "runtime": {
  127. "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  128. "assemblyVersion": "9.0.0.0",
  129. "fileVersion": "9.0.925.41916"
  130. }
  131. }
  132. },
  133. "Microsoft.Extensions.Caching.Memory/9.0.9": {
  134. "dependencies": {
  135. "Microsoft.Extensions.Caching.Abstractions": "9.0.9",
  136. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
  137. "Microsoft.Extensions.Logging.Abstractions": "9.0.9",
  138. "Microsoft.Extensions.Options": "9.0.9",
  139. "Microsoft.Extensions.Primitives": "9.0.9"
  140. },
  141. "runtime": {
  142. "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
  143. "assemblyVersion": "9.0.0.0",
  144. "fileVersion": "9.0.925.41916"
  145. }
  146. }
  147. },
  148. "Microsoft.Extensions.Configuration.Abstractions/9.0.9": {
  149. "dependencies": {
  150. "Microsoft.Extensions.Primitives": "9.0.9"
  151. },
  152. "runtime": {
  153. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  154. "assemblyVersion": "9.0.0.0",
  155. "fileVersion": "9.0.925.41916"
  156. }
  157. }
  158. },
  159. "Microsoft.Extensions.DependencyInjection/9.0.9": {
  160. "dependencies": {
  161. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9"
  162. },
  163. "runtime": {
  164. "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
  165. "assemblyVersion": "9.0.0.0",
  166. "fileVersion": "9.0.925.41916"
  167. }
  168. }
  169. },
  170. "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.9": {
  171. "runtime": {
  172. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  173. "assemblyVersion": "9.0.0.0",
  174. "fileVersion": "9.0.925.41916"
  175. }
  176. }
  177. },
  178. "Microsoft.Extensions.DependencyModel/9.0.9": {
  179. "dependencies": {
  180. "System.Text.Encodings.Web": "9.0.9",
  181. "System.Text.Json": "9.0.9"
  182. }
  183. },
  184. "Microsoft.Extensions.Logging/9.0.9": {
  185. "dependencies": {
  186. "Microsoft.Extensions.DependencyInjection": "9.0.9",
  187. "Microsoft.Extensions.Logging.Abstractions": "9.0.9",
  188. "Microsoft.Extensions.Options": "9.0.9"
  189. },
  190. "runtime": {
  191. "lib/net8.0/Microsoft.Extensions.Logging.dll": {
  192. "assemblyVersion": "9.0.0.0",
  193. "fileVersion": "9.0.925.41916"
  194. }
  195. }
  196. },
  197. "Microsoft.Extensions.Logging.Abstractions/9.0.9": {
  198. "dependencies": {
  199. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
  200. "System.Diagnostics.DiagnosticSource": "9.0.9"
  201. },
  202. "runtime": {
  203. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  204. "assemblyVersion": "9.0.0.0",
  205. "fileVersion": "9.0.925.41916"
  206. }
  207. }
  208. },
  209. "Microsoft.Extensions.Options/9.0.9": {
  210. "dependencies": {
  211. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
  212. "Microsoft.Extensions.Primitives": "9.0.9"
  213. },
  214. "runtime": {
  215. "lib/net8.0/Microsoft.Extensions.Options.dll": {
  216. "assemblyVersion": "9.0.0.0",
  217. "fileVersion": "9.0.925.41916"
  218. }
  219. }
  220. },
  221. "Microsoft.Extensions.Primitives/9.0.9": {
  222. "runtime": {
  223. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  224. "assemblyVersion": "9.0.0.0",
  225. "fileVersion": "9.0.925.41916"
  226. }
  227. }
  228. },
  229. "Mono.TextTemplating/3.0.0": {
  230. "dependencies": {
  231. "System.CodeDom": "6.0.0"
  232. }
  233. },
  234. "MySqlConnector/2.4.0": {
  235. "dependencies": {
  236. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9",
  237. "Microsoft.Extensions.Logging.Abstractions": "9.0.9"
  238. },
  239. "runtime": {
  240. "lib/net8.0/MySqlConnector.dll": {
  241. "assemblyVersion": "2.0.0.0",
  242. "fileVersion": "2.4.0.0"
  243. }
  244. }
  245. },
  246. "Pomelo.EntityFrameworkCore.MySql/9.0.0": {
  247. "dependencies": {
  248. "Microsoft.EntityFrameworkCore.Relational": "9.0.9",
  249. "MySqlConnector": "2.4.0"
  250. },
  251. "runtime": {
  252. "lib/net8.0/Pomelo.EntityFrameworkCore.MySql.dll": {
  253. "assemblyVersion": "9.0.0.0",
  254. "fileVersion": "9.0.0.0"
  255. }
  256. }
  257. },
  258. "System.CodeDom/6.0.0": {},
  259. "System.Collections.Immutable/7.0.0": {},
  260. "System.Composition/7.0.0": {
  261. "dependencies": {
  262. "System.Composition.AttributedModel": "7.0.0",
  263. "System.Composition.Convention": "7.0.0",
  264. "System.Composition.Hosting": "7.0.0",
  265. "System.Composition.Runtime": "7.0.0",
  266. "System.Composition.TypedParts": "7.0.0"
  267. }
  268. },
  269. "System.Composition.AttributedModel/7.0.0": {},
  270. "System.Composition.Convention/7.0.0": {
  271. "dependencies": {
  272. "System.Composition.AttributedModel": "7.0.0"
  273. }
  274. },
  275. "System.Composition.Hosting/7.0.0": {
  276. "dependencies": {
  277. "System.Composition.Runtime": "7.0.0"
  278. }
  279. },
  280. "System.Composition.Runtime/7.0.0": {},
  281. "System.Composition.TypedParts/7.0.0": {
  282. "dependencies": {
  283. "System.Composition.AttributedModel": "7.0.0",
  284. "System.Composition.Hosting": "7.0.0",
  285. "System.Composition.Runtime": "7.0.0"
  286. }
  287. },
  288. "System.Diagnostics.DiagnosticSource/9.0.9": {
  289. "runtime": {
  290. "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
  291. "assemblyVersion": "9.0.0.0",
  292. "fileVersion": "9.0.925.41916"
  293. }
  294. }
  295. },
  296. "System.IO.Pipelines/9.0.9": {},
  297. "System.Reflection.Metadata/7.0.0": {
  298. "dependencies": {
  299. "System.Collections.Immutable": "7.0.0"
  300. }
  301. },
  302. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  303. "System.Text.Encodings.Web/9.0.9": {
  304. "runtimeTargets": {
  305. "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
  306. "rid": "browser",
  307. "assetType": "runtime",
  308. "assemblyVersion": "9.0.0.0",
  309. "fileVersion": "9.0.925.41916"
  310. }
  311. }
  312. },
  313. "System.Text.Json/9.0.9": {
  314. "dependencies": {
  315. "System.IO.Pipelines": "9.0.9",
  316. "System.Text.Encodings.Web": "9.0.9"
  317. }
  318. },
  319. "System.Threading.Channels/7.0.0": {}
  320. }
  321. },
  322. "libraries": {
  323. "Recepie/1.0.0": {
  324. "type": "project",
  325. "serviceable": false,
  326. "sha512": ""
  327. },
  328. "Humanizer.Core/2.14.1": {
  329. "type": "package",
  330. "serviceable": true,
  331. "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
  332. "path": "humanizer.core/2.14.1",
  333. "hashPath": "humanizer.core.2.14.1.nupkg.sha512"
  334. },
  335. "Microsoft.Bcl.AsyncInterfaces/7.0.0": {
  336. "type": "package",
  337. "serviceable": true,
  338. "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==",
  339. "path": "microsoft.bcl.asyncinterfaces/7.0.0",
  340. "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512"
  341. },
  342. "Microsoft.Build.Framework/17.8.3": {
  343. "type": "package",
  344. "serviceable": true,
  345. "sha512": "sha512-NrQZJW8TlKVPx72yltGb8SVz3P5mNRk9fNiD/ao8jRSk48WqIIdCn99q4IjlVmPcruuQ+yLdjNQLL8Rb4c916g==",
  346. "path": "microsoft.build.framework/17.8.3",
  347. "hashPath": "microsoft.build.framework.17.8.3.nupkg.sha512"
  348. },
  349. "Microsoft.Build.Locator/1.7.8": {
  350. "type": "package",
  351. "serviceable": true,
  352. "sha512": "sha512-sPy10x527Ph16S2u0yGME4S6ohBKJ69WfjeGG/bvELYeZVmJdKjxgnlL8cJJJLGV/cZIRqSfB12UDB8ICakOog==",
  353. "path": "microsoft.build.locator/1.7.8",
  354. "hashPath": "microsoft.build.locator.1.7.8.nupkg.sha512"
  355. },
  356. "Microsoft.CodeAnalysis.Analyzers/3.3.4": {
  357. "type": "package",
  358. "serviceable": true,
  359. "sha512": "sha512-AxkxcPR+rheX0SmvpLVIGLhOUXAKG56a64kV9VQZ4y9gR9ZmPXnqZvHJnmwLSwzrEP6junUF11vuc+aqo5r68g==",
  360. "path": "microsoft.codeanalysis.analyzers/3.3.4",
  361. "hashPath": "microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512"
  362. },
  363. "Microsoft.CodeAnalysis.Common/4.8.0": {
  364. "type": "package",
  365. "serviceable": true,
  366. "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==",
  367. "path": "microsoft.codeanalysis.common/4.8.0",
  368. "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512"
  369. },
  370. "Microsoft.CodeAnalysis.CSharp/4.8.0": {
  371. "type": "package",
  372. "serviceable": true,
  373. "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==",
  374. "path": "microsoft.codeanalysis.csharp/4.8.0",
  375. "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512"
  376. },
  377. "Microsoft.CodeAnalysis.CSharp.Workspaces/4.8.0": {
  378. "type": "package",
  379. "serviceable": true,
  380. "sha512": "sha512-3amm4tq4Lo8/BGvg9p3BJh3S9nKq2wqCXfS7138i69TUpo/bD+XvD0hNurpEBtcNZhi1FyutiomKJqVF39ugYA==",
  381. "path": "microsoft.codeanalysis.csharp.workspaces/4.8.0",
  382. "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512"
  383. },
  384. "Microsoft.CodeAnalysis.Workspaces.Common/4.8.0": {
  385. "type": "package",
  386. "serviceable": true,
  387. "sha512": "sha512-LXyV+MJKsKRu3FGJA3OmSk40OUIa/dQCFLOnm5X8MNcujx7hzGu8o+zjXlb/cy5xUdZK2UKYb9YaQ2E8m9QehQ==",
  388. "path": "microsoft.codeanalysis.workspaces.common/4.8.0",
  389. "hashPath": "microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512"
  390. },
  391. "Microsoft.CodeAnalysis.Workspaces.MSBuild/4.8.0": {
  392. "type": "package",
  393. "serviceable": true,
  394. "sha512": "sha512-IEYreI82QZKklp54yPHxZNG9EKSK6nHEkeuf+0Asie9llgS1gp0V1hw7ODG+QyoB7MuAnNQHmeV1Per/ECpv6A==",
  395. "path": "microsoft.codeanalysis.workspaces.msbuild/4.8.0",
  396. "hashPath": "microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512"
  397. },
  398. "Microsoft.EntityFrameworkCore/9.0.9": {
  399. "type": "package",
  400. "serviceable": true,
  401. "sha512": "sha512-zkt5yQgnpWKX3rOxn+ZcV23Aj0296XCTqg4lx1hKY+wMXBgkn377UhBrY/A4H6kLpNT7wqZN98xCV0YHXu9VRA==",
  402. "path": "microsoft.entityframeworkcore/9.0.9",
  403. "hashPath": "microsoft.entityframeworkcore.9.0.9.nupkg.sha512"
  404. },
  405. "Microsoft.EntityFrameworkCore.Abstractions/9.0.9": {
  406. "type": "package",
  407. "serviceable": true,
  408. "sha512": "sha512-QdM2k3Mnip2QsaxJbCI95dc2SajRMENdmaMhVKj4jPC5dmkoRcu3eEdvZAgDbd4bFVV1jtPGdHtXewtoBMlZqA==",
  409. "path": "microsoft.entityframeworkcore.abstractions/9.0.9",
  410. "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.9.nupkg.sha512"
  411. },
  412. "Microsoft.EntityFrameworkCore.Analyzers/9.0.9": {
  413. "type": "package",
  414. "serviceable": true,
  415. "sha512": "sha512-uiKeU/qR0YpaDUa4+g0rAjKCuwfq8YWZGcpPptnFWIr1K7dXQTm/15D2HDwwU4ln3Uf66krYybymuY58ua4hhw==",
  416. "path": "microsoft.entityframeworkcore.analyzers/9.0.9",
  417. "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.9.nupkg.sha512"
  418. },
  419. "Microsoft.EntityFrameworkCore.Design/9.0.9": {
  420. "type": "package",
  421. "serviceable": true,
  422. "sha512": "sha512-cFxH70tohWe3ugCjLhZB01mR7WHpg5dEK6zHsbkDFfpLxWT+HoZQKgchTJgF4bPWBPTyrlYlqfPY212fFtmJjg==",
  423. "path": "microsoft.entityframeworkcore.design/9.0.9",
  424. "hashPath": "microsoft.entityframeworkcore.design.9.0.9.nupkg.sha512"
  425. },
  426. "Microsoft.EntityFrameworkCore.Relational/9.0.9": {
  427. "type": "package",
  428. "serviceable": true,
  429. "sha512": "sha512-SonFU9a8x4jZIhIBtCw1hIE3QKjd4c7Y3mjptoh682dfQe7K9pUPGcEV/sk4n8AJdq4fkyJPCaOdYaObhae/Iw==",
  430. "path": "microsoft.entityframeworkcore.relational/9.0.9",
  431. "hashPath": "microsoft.entityframeworkcore.relational.9.0.9.nupkg.sha512"
  432. },
  433. "Microsoft.EntityFrameworkCore.Tools/9.0.9": {
  434. "type": "package",
  435. "serviceable": true,
  436. "sha512": "sha512-Q8n1PXXJApa1qX8HI3r/YuHoJ1HuLwjI2hLqaCV9K9pqQhGpi6Z38laOYwL2ElUOTWCxTKMDEMMYWfPlw6rwgg==",
  437. "path": "microsoft.entityframeworkcore.tools/9.0.9",
  438. "hashPath": "microsoft.entityframeworkcore.tools.9.0.9.nupkg.sha512"
  439. },
  440. "Microsoft.Extensions.Caching.Abstractions/9.0.9": {
  441. "type": "package",
  442. "serviceable": true,
  443. "sha512": "sha512-NgtRHOdPrAEacfjXLSrH/SRrSqGf6Vaa6d16mW2yoyJdg7AJr0BnBvxkv7PkCm/CHVyzojTK7Y+oUDEulqY1Qw==",
  444. "path": "microsoft.extensions.caching.abstractions/9.0.9",
  445. "hashPath": "microsoft.extensions.caching.abstractions.9.0.9.nupkg.sha512"
  446. },
  447. "Microsoft.Extensions.Caching.Memory/9.0.9": {
  448. "type": "package",
  449. "serviceable": true,
  450. "sha512": "sha512-ln31BtsDsBQxykJgxuCtiUXWRET9FmqeEq0BpPIghkYtGpDDVs8ZcLHAjCCzbw6aGoLek4Z7JaDjSO/CjOD0iw==",
  451. "path": "microsoft.extensions.caching.memory/9.0.9",
  452. "hashPath": "microsoft.extensions.caching.memory.9.0.9.nupkg.sha512"
  453. },
  454. "Microsoft.Extensions.Configuration.Abstractions/9.0.9": {
  455. "type": "package",
  456. "serviceable": true,
  457. "sha512": "sha512-p5RKAY9POvs3axwA/AQRuJeM8AHuE8h4qbP1NxQeGm0ep46aXz1oCLAp/oOYxX1GsjStgdhHrN3XXLLXr0+b3w==",
  458. "path": "microsoft.extensions.configuration.abstractions/9.0.9",
  459. "hashPath": "microsoft.extensions.configuration.abstractions.9.0.9.nupkg.sha512"
  460. },
  461. "Microsoft.Extensions.DependencyInjection/9.0.9": {
  462. "type": "package",
  463. "serviceable": true,
  464. "sha512": "sha512-zQV2WOSP+3z1EuK91ULxfGgo2Y75bTRnmJHp08+w/YXAyekZutX/qCd88/HOMNh35MDW9mJJJxPpMPS+1Rww8A==",
  465. "path": "microsoft.extensions.dependencyinjection/9.0.9",
  466. "hashPath": "microsoft.extensions.dependencyinjection.9.0.9.nupkg.sha512"
  467. },
  468. "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.9": {
  469. "type": "package",
  470. "serviceable": true,
  471. "sha512": "sha512-/hymojfWbE9AlDOa0mczR44m00Jj+T3+HZO0ZnVTI032fVycI0ZbNOVFP6kqZMcXiLSYXzR2ilcwaRi6dzeGyA==",
  472. "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.9",
  473. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.9.nupkg.sha512"
  474. },
  475. "Microsoft.Extensions.DependencyModel/9.0.9": {
  476. "type": "package",
  477. "serviceable": true,
  478. "sha512": "sha512-fNGvKct2De8ghm0Bpfq0iWthtzIWabgOTi+gJhNOPhNJIowXNEUE2eZNW/zNCzrHVA3PXg2yZ+3cWZndC2IqYA==",
  479. "path": "microsoft.extensions.dependencymodel/9.0.9",
  480. "hashPath": "microsoft.extensions.dependencymodel.9.0.9.nupkg.sha512"
  481. },
  482. "Microsoft.Extensions.Logging/9.0.9": {
  483. "type": "package",
  484. "serviceable": true,
  485. "sha512": "sha512-MaCB0Y9hNDs4YLu3HCJbo199WnJT8xSgajG1JYGANz9FkseQ5f3v/llu3HxLI6mjDlu7pa7ps9BLPWjKzsAAzQ==",
  486. "path": "microsoft.extensions.logging/9.0.9",
  487. "hashPath": "microsoft.extensions.logging.9.0.9.nupkg.sha512"
  488. },
  489. "Microsoft.Extensions.Logging.Abstractions/9.0.9": {
  490. "type": "package",
  491. "serviceable": true,
  492. "sha512": "sha512-FEgpSF+Z9StMvrsSViaybOBwR0f0ZZxDm8xV5cSOFiXN/t+ys+rwAlTd/6yG7Ld1gfppgvLcMasZry3GsI9lGA==",
  493. "path": "microsoft.extensions.logging.abstractions/9.0.9",
  494. "hashPath": "microsoft.extensions.logging.abstractions.9.0.9.nupkg.sha512"
  495. },
  496. "Microsoft.Extensions.Options/9.0.9": {
  497. "type": "package",
  498. "serviceable": true,
  499. "sha512": "sha512-loxGGHE1FC2AefwPHzrjPq7X92LQm64qnU/whKfo6oWaceewPUVYQJBJs3S3E2qlWwnCpeZ+dGCPTX+5dgVAuQ==",
  500. "path": "microsoft.extensions.options/9.0.9",
  501. "hashPath": "microsoft.extensions.options.9.0.9.nupkg.sha512"
  502. },
  503. "Microsoft.Extensions.Primitives/9.0.9": {
  504. "type": "package",
  505. "serviceable": true,
  506. "sha512": "sha512-z4pyMePOrl733ltTowbN565PxBw1oAr8IHmIXNDiDqd22nFpYltX9KhrNC/qBWAG1/Zx5MHX+cOYhWJQYCO/iw==",
  507. "path": "microsoft.extensions.primitives/9.0.9",
  508. "hashPath": "microsoft.extensions.primitives.9.0.9.nupkg.sha512"
  509. },
  510. "Mono.TextTemplating/3.0.0": {
  511. "type": "package",
  512. "serviceable": true,
  513. "sha512": "sha512-YqueG52R/Xej4VVbKuRIodjiAhV0HR/XVbLbNrJhCZnzjnSjgMJ/dCdV0akQQxavX6hp/LC6rqLGLcXeQYU7XA==",
  514. "path": "mono.texttemplating/3.0.0",
  515. "hashPath": "mono.texttemplating.3.0.0.nupkg.sha512"
  516. },
  517. "MySqlConnector/2.4.0": {
  518. "type": "package",
  519. "serviceable": true,
  520. "sha512": "sha512-78M+gVOjbdZEDIyXQqcA7EYlCGS3tpbUELHvn6638A2w0pkPI625ixnzsa5staAd3N9/xFmPJtkKDYwsXpFi/w==",
  521. "path": "mysqlconnector/2.4.0",
  522. "hashPath": "mysqlconnector.2.4.0.nupkg.sha512"
  523. },
  524. "Pomelo.EntityFrameworkCore.MySql/9.0.0": {
  525. "type": "package",
  526. "serviceable": true,
  527. "sha512": "sha512-cl7S4s6CbJno0LjNxrBHNc2xxmCliR5i40ATPZk/eTywVaAbHCbdc9vbGc3QThvwGjHqrDHT8vY9m1VF/47o0g==",
  528. "path": "pomelo.entityframeworkcore.mysql/9.0.0",
  529. "hashPath": "pomelo.entityframeworkcore.mysql.9.0.0.nupkg.sha512"
  530. },
  531. "System.CodeDom/6.0.0": {
  532. "type": "package",
  533. "serviceable": true,
  534. "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==",
  535. "path": "system.codedom/6.0.0",
  536. "hashPath": "system.codedom.6.0.0.nupkg.sha512"
  537. },
  538. "System.Collections.Immutable/7.0.0": {
  539. "type": "package",
  540. "serviceable": true,
  541. "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==",
  542. "path": "system.collections.immutable/7.0.0",
  543. "hashPath": "system.collections.immutable.7.0.0.nupkg.sha512"
  544. },
  545. "System.Composition/7.0.0": {
  546. "type": "package",
  547. "serviceable": true,
  548. "sha512": "sha512-tRwgcAkDd85O8Aq6zHDANzQaq380cek9lbMg5Qma46u5BZXq/G+XvIYmu+UI+BIIZ9zssXLYrkTykEqxxvhcmg==",
  549. "path": "system.composition/7.0.0",
  550. "hashPath": "system.composition.7.0.0.nupkg.sha512"
  551. },
  552. "System.Composition.AttributedModel/7.0.0": {
  553. "type": "package",
  554. "serviceable": true,
  555. "sha512": "sha512-2QzClqjElKxgI1jK1Jztnq44/8DmSuTSGGahXqQ4TdEV0h9s2KikQZIgcEqVzR7OuWDFPGLHIprBJGQEPr8fAQ==",
  556. "path": "system.composition.attributedmodel/7.0.0",
  557. "hashPath": "system.composition.attributedmodel.7.0.0.nupkg.sha512"
  558. },
  559. "System.Composition.Convention/7.0.0": {
  560. "type": "package",
  561. "serviceable": true,
  562. "sha512": "sha512-IMhTlpCs4HmlD8B+J8/kWfwX7vrBBOs6xyjSTzBlYSs7W4OET4tlkR/Sg9NG8jkdJH9Mymq0qGdYS1VPqRTBnQ==",
  563. "path": "system.composition.convention/7.0.0",
  564. "hashPath": "system.composition.convention.7.0.0.nupkg.sha512"
  565. },
  566. "System.Composition.Hosting/7.0.0": {
  567. "type": "package",
  568. "serviceable": true,
  569. "sha512": "sha512-eB6gwN9S+54jCTBJ5bpwMOVerKeUfGGTYCzz3QgDr1P55Gg/Wb27ShfPIhLMjmZ3MoAKu8uUSv6fcCdYJTN7Bg==",
  570. "path": "system.composition.hosting/7.0.0",
  571. "hashPath": "system.composition.hosting.7.0.0.nupkg.sha512"
  572. },
  573. "System.Composition.Runtime/7.0.0": {
  574. "type": "package",
  575. "serviceable": true,
  576. "sha512": "sha512-aZJ1Zr5Txe925rbo4742XifEyW0MIni1eiUebmcrP3HwLXZ3IbXUj4MFMUH/RmnJOAQiS401leg/2Sz1MkApDw==",
  577. "path": "system.composition.runtime/7.0.0",
  578. "hashPath": "system.composition.runtime.7.0.0.nupkg.sha512"
  579. },
  580. "System.Composition.TypedParts/7.0.0": {
  581. "type": "package",
  582. "serviceable": true,
  583. "sha512": "sha512-ZK0KNPfbtxVceTwh+oHNGUOYV2WNOHReX2AXipuvkURC7s/jPwoWfsu3SnDBDgofqbiWr96geofdQ2erm/KTHg==",
  584. "path": "system.composition.typedparts/7.0.0",
  585. "hashPath": "system.composition.typedparts.7.0.0.nupkg.sha512"
  586. },
  587. "System.Diagnostics.DiagnosticSource/9.0.9": {
  588. "type": "package",
  589. "serviceable": true,
  590. "sha512": "sha512-8hy61dsFYYSDjT9iTAfygGMU3A0EAnG69x5FUXeKsCjMhBmtTBt4UMUEW3ipprFoorOW6Jw/7hDMjXtlrsOvVQ==",
  591. "path": "system.diagnostics.diagnosticsource/9.0.9",
  592. "hashPath": "system.diagnostics.diagnosticsource.9.0.9.nupkg.sha512"
  593. },
  594. "System.IO.Pipelines/9.0.9": {
  595. "type": "package",
  596. "serviceable": true,
  597. "sha512": "sha512-VySjpsCLprojvat550Flrm3NQB982CPuDzILajqjQihFmrQXZPdQyktIbcpVPJyaExFYtAfY1DpwMdWQuS0kbw==",
  598. "path": "system.io.pipelines/9.0.9",
  599. "hashPath": "system.io.pipelines.9.0.9.nupkg.sha512"
  600. },
  601. "System.Reflection.Metadata/7.0.0": {
  602. "type": "package",
  603. "serviceable": true,
  604. "sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==",
  605. "path": "system.reflection.metadata/7.0.0",
  606. "hashPath": "system.reflection.metadata.7.0.0.nupkg.sha512"
  607. },
  608. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  609. "type": "package",
  610. "serviceable": true,
  611. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  612. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  613. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  614. },
  615. "System.Text.Encodings.Web/9.0.9": {
  616. "type": "package",
  617. "serviceable": true,
  618. "sha512": "sha512-bzYTmAcmfelUOCBxvbgsfSr2tq94ydA2gJZAxZRcuNa0LlmlVz8JNHst6RG1qsDujyVYT4vjv06y8sCLbvCXdg==",
  619. "path": "system.text.encodings.web/9.0.9",
  620. "hashPath": "system.text.encodings.web.9.0.9.nupkg.sha512"
  621. },
  622. "System.Text.Json/9.0.9": {
  623. "type": "package",
  624. "serviceable": true,
  625. "sha512": "sha512-NEnpppwq67fRz/OvQRxsEMgetDJsxlxpEsAFO/4PZYbAyAMd4Ol6KS7phc8uDoKPsnbdzRLKobpX303uQwCqdg==",
  626. "path": "system.text.json/9.0.9",
  627. "hashPath": "system.text.json.9.0.9.nupkg.sha512"
  628. },
  629. "System.Threading.Channels/7.0.0": {
  630. "type": "package",
  631. "serviceable": true,
  632. "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
  633. "path": "system.threading.channels/7.0.0",
  634. "hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
  635. }
  636. }
  637. }