AipGateway.API.deps.json 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "AipGateway.API/1.0.0": {
  10. "dependencies": {
  11. "AipGateway.AIP": "1.0.0",
  12. "AipGateway.API.Application": "1.0.0",
  13. "AipGateway.API.Domain": "1.0.0",
  14. "AipGateway.DRM": "1.0.0",
  15. "AipGateway.Messaging": "1.0.0",
  16. "Coravel": "5.0.3",
  17. "Dapper": "2.1.35",
  18. "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4",
  19. "Microsoft.EntityFrameworkCore": "8.0.4",
  20. "Microsoft.EntityFrameworkCore.SqlServer": "8.0.4",
  21. "Microsoft.Extensions.Logging.Log4Net.AspNetCore": "8.0.0",
  22. "Serilog": "4.0.0",
  23. "Serilog.AspNetCore": "8.0.1",
  24. "Serilog.Enrichers.Thread": "4.0.0",
  25. "Serilog.Extensions.Logging": "8.0.0",
  26. "Serilog.Sinks.Console": "6.0.0",
  27. "Serilog.Sinks.File": "6.0.0",
  28. "Swashbuckle.AspNetCore": "6.5.0",
  29. "Swashbuckle.AspNetCore.Annotations": "6.5.0",
  30. "Swashbuckle.AspNetCore.Filters": "8.0.2"
  31. },
  32. "runtime": {
  33. "AipGateway.API.dll": {}
  34. }
  35. },
  36. "AutoMapper/12.0.1": {
  37. "dependencies": {
  38. "Microsoft.CSharp": "4.7.0"
  39. },
  40. "runtime": {
  41. "lib/netstandard2.1/AutoMapper.dll": {
  42. "assemblyVersion": "12.0.0.0",
  43. "fileVersion": "12.0.1.0"
  44. }
  45. }
  46. },
  47. "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.1": {
  48. "dependencies": {
  49. "AutoMapper": "12.0.1",
  50. "Microsoft.Extensions.Options": "8.0.0"
  51. },
  52. "runtime": {
  53. "lib/netstandard2.1/AutoMapper.Extensions.Microsoft.DependencyInjection.dll": {
  54. "assemblyVersion": "12.0.0.0",
  55. "fileVersion": "12.0.1.0"
  56. }
  57. }
  58. },
  59. "Azure.Core/1.35.0": {
  60. "dependencies": {
  61. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  62. "System.Diagnostics.DiagnosticSource": "8.0.0",
  63. "System.Memory.Data": "1.0.2",
  64. "System.Numerics.Vectors": "4.5.0",
  65. "System.Text.Encodings.Web": "8.0.0",
  66. "System.Text.Json": "8.0.0",
  67. "System.Threading.Tasks.Extensions": "4.5.4"
  68. },
  69. "runtime": {
  70. "lib/net6.0/Azure.Core.dll": {
  71. "assemblyVersion": "1.35.0.0",
  72. "fileVersion": "1.3500.23.45706"
  73. }
  74. }
  75. },
  76. "Azure.Identity/1.10.3": {
  77. "dependencies": {
  78. "Azure.Core": "1.35.0",
  79. "Microsoft.Identity.Client": "4.61.3",
  80. "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
  81. "System.Memory": "4.5.4",
  82. "System.Security.Cryptography.ProtectedData": "6.0.0",
  83. "System.Text.Json": "8.0.0",
  84. "System.Threading.Tasks.Extensions": "4.5.4"
  85. },
  86. "runtime": {
  87. "lib/netstandard2.0/Azure.Identity.dll": {
  88. "assemblyVersion": "1.10.3.0",
  89. "fileVersion": "1.1000.323.51804"
  90. }
  91. }
  92. },
  93. "Coravel/5.0.3": {
  94. "dependencies": {
  95. "Microsoft.Extensions.Caching.Memory": "8.0.0",
  96. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  97. "Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
  98. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  99. },
  100. "runtime": {
  101. "lib/net6.0/Coravel.dll": {
  102. "assemblyVersion": "5.0.3.0",
  103. "fileVersion": "5.0.3.0"
  104. }
  105. }
  106. },
  107. "Dapper/2.1.35": {
  108. "runtime": {
  109. "lib/net7.0/Dapper.dll": {
  110. "assemblyVersion": "2.0.0.0",
  111. "fileVersion": "2.1.35.13827"
  112. }
  113. }
  114. },
  115. "Experimental.System.Messaging/1.1.0": {
  116. "runtime": {
  117. "lib/netstandard2.0/Experimental.System.Messaging.dll": {
  118. "assemblyVersion": "1.1.0.0",
  119. "fileVersion": "1.1.0.0"
  120. }
  121. }
  122. },
  123. "FluentValidation/11.9.1": {
  124. "runtime": {
  125. "lib/net8.0/FluentValidation.dll": {
  126. "assemblyVersion": "11.0.0.0",
  127. "fileVersion": "11.9.1.0"
  128. }
  129. }
  130. },
  131. "FluentValidation.DependencyInjectionExtensions/11.9.1": {
  132. "dependencies": {
  133. "FluentValidation": "11.9.1",
  134. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  135. },
  136. "runtime": {
  137. "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": {
  138. "assemblyVersion": "11.0.0.0",
  139. "fileVersion": "11.9.1.0"
  140. }
  141. }
  142. },
  143. "log4net/2.0.17": {
  144. "dependencies": {
  145. "System.Configuration.ConfigurationManager": "6.0.1"
  146. },
  147. "runtime": {
  148. "lib/netstandard2.0/log4net.dll": {
  149. "assemblyVersion": "2.0.17.0",
  150. "fileVersion": "2.0.17.0"
  151. }
  152. }
  153. },
  154. "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": {
  155. "dependencies": {
  156. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2"
  157. },
  158. "runtime": {
  159. "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
  160. "assemblyVersion": "8.0.4.0",
  161. "fileVersion": "8.0.424.17014"
  162. }
  163. }
  164. },
  165. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {},
  166. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  167. "dependencies": {
  168. "Microsoft.AspNetCore.Cryptography.Internal": "8.0.0"
  169. }
  170. },
  171. "Microsoft.AspNetCore.Http.Features/5.0.17": {
  172. "dependencies": {
  173. "Microsoft.Extensions.Primitives": "8.0.0",
  174. "System.IO.Pipelines": "5.0.2"
  175. }
  176. },
  177. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  178. "dependencies": {
  179. "Microsoft.EntityFrameworkCore.Relational": "8.0.4",
  180. "Microsoft.Extensions.Identity.Stores": "8.0.0"
  181. },
  182. "runtime": {
  183. "lib/net8.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
  184. "assemblyVersion": "8.0.0.0",
  185. "fileVersion": "8.0.23.53112"
  186. }
  187. }
  188. },
  189. "Microsoft.AspNetCore.JsonPatch/8.0.4": {
  190. "dependencies": {
  191. "Microsoft.CSharp": "4.7.0",
  192. "Newtonsoft.Json": "13.0.3"
  193. },
  194. "runtime": {
  195. "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": {
  196. "assemblyVersion": "8.0.4.0",
  197. "fileVersion": "8.0.424.17014"
  198. }
  199. }
  200. },
  201. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": {
  202. "dependencies": {
  203. "Microsoft.AspNetCore.JsonPatch": "8.0.4",
  204. "Newtonsoft.Json": "13.0.3",
  205. "Newtonsoft.Json.Bson": "1.0.2"
  206. },
  207. "runtime": {
  208. "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
  209. "assemblyVersion": "8.0.4.0",
  210. "fileVersion": "8.0.424.17014"
  211. }
  212. }
  213. },
  214. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  215. "runtime": {
  216. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  217. "assemblyVersion": "1.0.0.0",
  218. "fileVersion": "4.700.20.21406"
  219. }
  220. }
  221. },
  222. "Microsoft.CSharp/4.7.0": {},
  223. "Microsoft.Data.SqlClient/5.1.5": {
  224. "dependencies": {
  225. "Azure.Identity": "1.10.3",
  226. "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
  227. "Microsoft.Identity.Client": "4.61.3",
  228. "Microsoft.IdentityModel.JsonWebTokens": "7.1.2",
  229. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2",
  230. "Microsoft.SqlServer.Server": "1.0.0",
  231. "System.Configuration.ConfigurationManager": "6.0.1",
  232. "System.Diagnostics.DiagnosticSource": "8.0.0",
  233. "System.Runtime.Caching": "6.0.0",
  234. "System.Security.Cryptography.Cng": "5.0.0",
  235. "System.Security.Principal.Windows": "5.0.0",
  236. "System.Text.Encoding.CodePages": "6.0.0",
  237. "System.Text.Encodings.Web": "8.0.0"
  238. },
  239. "runtime": {
  240. "lib/net6.0/Microsoft.Data.SqlClient.dll": {
  241. "assemblyVersion": "5.0.0.0",
  242. "fileVersion": "5.15.24027.2"
  243. }
  244. },
  245. "runtimeTargets": {
  246. "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  247. "rid": "unix",
  248. "assetType": "runtime",
  249. "assemblyVersion": "5.0.0.0",
  250. "fileVersion": "5.15.24027.2"
  251. },
  252. "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  253. "rid": "win",
  254. "assetType": "runtime",
  255. "assemblyVersion": "5.0.0.0",
  256. "fileVersion": "5.15.24027.2"
  257. }
  258. }
  259. },
  260. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  261. "runtimeTargets": {
  262. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  263. "rid": "win-arm",
  264. "assetType": "native",
  265. "fileVersion": "5.1.1.0"
  266. },
  267. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  268. "rid": "win-arm64",
  269. "assetType": "native",
  270. "fileVersion": "5.1.1.0"
  271. },
  272. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  273. "rid": "win-x64",
  274. "assetType": "native",
  275. "fileVersion": "5.1.1.0"
  276. },
  277. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  278. "rid": "win-x86",
  279. "assetType": "native",
  280. "fileVersion": "5.1.1.0"
  281. }
  282. }
  283. },
  284. "Microsoft.EntityFrameworkCore/8.0.4": {
  285. "dependencies": {
  286. "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4",
  287. "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4",
  288. "Microsoft.Extensions.Caching.Memory": "8.0.0",
  289. "Microsoft.Extensions.Logging": "8.0.0"
  290. },
  291. "runtime": {
  292. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  293. "assemblyVersion": "8.0.4.0",
  294. "fileVersion": "8.0.424.16902"
  295. }
  296. }
  297. },
  298. "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": {
  299. "runtime": {
  300. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  301. "assemblyVersion": "8.0.4.0",
  302. "fileVersion": "8.0.424.16902"
  303. }
  304. }
  305. },
  306. "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": {},
  307. "Microsoft.EntityFrameworkCore.Relational/8.0.4": {
  308. "dependencies": {
  309. "Microsoft.EntityFrameworkCore": "8.0.4",
  310. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  311. },
  312. "runtime": {
  313. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  314. "assemblyVersion": "8.0.4.0",
  315. "fileVersion": "8.0.424.16902"
  316. }
  317. }
  318. },
  319. "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": {
  320. "dependencies": {
  321. "Microsoft.Data.SqlClient": "5.1.5",
  322. "Microsoft.EntityFrameworkCore.Relational": "8.0.4"
  323. },
  324. "runtime": {
  325. "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  326. "assemblyVersion": "8.0.4.0",
  327. "fileVersion": "8.0.424.16902"
  328. }
  329. }
  330. },
  331. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
  332. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  333. "dependencies": {
  334. "Microsoft.Extensions.Primitives": "8.0.0"
  335. }
  336. },
  337. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  338. "dependencies": {
  339. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  340. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  341. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  342. "Microsoft.Extensions.Options": "8.0.0",
  343. "Microsoft.Extensions.Primitives": "8.0.0"
  344. }
  345. },
  346. "Microsoft.Extensions.Configuration/8.0.0": {
  347. "dependencies": {
  348. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  349. "Microsoft.Extensions.Primitives": "8.0.0"
  350. }
  351. },
  352. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  353. "dependencies": {
  354. "Microsoft.Extensions.Primitives": "8.0.0"
  355. }
  356. },
  357. "Microsoft.Extensions.Configuration.Binder/8.0.0": {
  358. "dependencies": {
  359. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  360. }
  361. },
  362. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  363. "dependencies": {
  364. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  365. }
  366. },
  367. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": {
  368. "runtime": {
  369. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  370. "assemblyVersion": "8.0.0.0",
  371. "fileVersion": "8.0.324.11423"
  372. }
  373. }
  374. },
  375. "Microsoft.Extensions.DependencyModel/8.0.0": {
  376. "dependencies": {
  377. "System.Text.Encodings.Web": "8.0.0",
  378. "System.Text.Json": "8.0.0"
  379. },
  380. "runtime": {
  381. "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
  382. "assemblyVersion": "8.0.0.0",
  383. "fileVersion": "8.0.23.53103"
  384. }
  385. }
  386. },
  387. "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": {
  388. "dependencies": {
  389. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  390. "Microsoft.Extensions.Options": "8.0.0",
  391. "System.Diagnostics.DiagnosticSource": "8.0.0"
  392. }
  393. },
  394. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  395. "dependencies": {
  396. "Microsoft.Extensions.Primitives": "8.0.0"
  397. }
  398. },
  399. "Microsoft.Extensions.Hosting.Abstractions/8.0.0": {
  400. "dependencies": {
  401. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  402. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  403. "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0",
  404. "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0",
  405. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  406. }
  407. },
  408. "Microsoft.Extensions.Identity.Core/8.0.0": {
  409. "dependencies": {
  410. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.0",
  411. "Microsoft.Extensions.Logging": "8.0.0",
  412. "Microsoft.Extensions.Options": "8.0.0"
  413. }
  414. },
  415. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  416. "dependencies": {
  417. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  418. "Microsoft.Extensions.Identity.Core": "8.0.0",
  419. "Microsoft.Extensions.Logging": "8.0.0"
  420. }
  421. },
  422. "Microsoft.Extensions.Logging/8.0.0": {
  423. "dependencies": {
  424. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  425. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  426. "Microsoft.Extensions.Options": "8.0.0"
  427. }
  428. },
  429. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  430. "dependencies": {
  431. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  432. }
  433. },
  434. "Microsoft.Extensions.Logging.Log4Net.AspNetCore/8.0.0": {
  435. "dependencies": {
  436. "Microsoft.Extensions.Configuration": "8.0.0",
  437. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  438. "Microsoft.Extensions.Configuration.Binder": "8.0.0",
  439. "Microsoft.Extensions.Logging": "8.0.0",
  440. "log4net": "2.0.17"
  441. },
  442. "runtime": {
  443. "lib/net8.0/Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll": {
  444. "assemblyVersion": "8.0.0.0",
  445. "fileVersion": "8.0.0.0"
  446. }
  447. }
  448. },
  449. "Microsoft.Extensions.Options/8.0.0": {
  450. "dependencies": {
  451. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  452. "Microsoft.Extensions.Primitives": "8.0.0"
  453. }
  454. },
  455. "Microsoft.Extensions.Primitives/8.0.0": {},
  456. "Microsoft.Identity.Client/4.61.3": {
  457. "dependencies": {
  458. "Microsoft.IdentityModel.Abstractions": "7.1.2",
  459. "System.Diagnostics.DiagnosticSource": "8.0.0"
  460. },
  461. "runtime": {
  462. "lib/net6.0/Microsoft.Identity.Client.dll": {
  463. "assemblyVersion": "4.61.3.0",
  464. "fileVersion": "4.61.3.0"
  465. }
  466. }
  467. },
  468. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  469. "dependencies": {
  470. "Microsoft.Identity.Client": "4.61.3",
  471. "System.Security.Cryptography.ProtectedData": "6.0.0"
  472. },
  473. "runtime": {
  474. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  475. "assemblyVersion": "4.61.3.0",
  476. "fileVersion": "4.61.3.0"
  477. }
  478. }
  479. },
  480. "Microsoft.IdentityModel.Abstractions/7.1.2": {
  481. "runtime": {
  482. "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
  483. "assemblyVersion": "7.1.2.0",
  484. "fileVersion": "7.1.2.41121"
  485. }
  486. }
  487. },
  488. "Microsoft.IdentityModel.JsonWebTokens/7.1.2": {
  489. "dependencies": {
  490. "Microsoft.IdentityModel.Tokens": "7.1.2"
  491. },
  492. "runtime": {
  493. "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  494. "assemblyVersion": "7.1.2.0",
  495. "fileVersion": "7.1.2.41121"
  496. }
  497. }
  498. },
  499. "Microsoft.IdentityModel.Logging/7.1.2": {
  500. "dependencies": {
  501. "Microsoft.IdentityModel.Abstractions": "7.1.2"
  502. },
  503. "runtime": {
  504. "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
  505. "assemblyVersion": "7.1.2.0",
  506. "fileVersion": "7.1.2.41121"
  507. }
  508. }
  509. },
  510. "Microsoft.IdentityModel.Protocols/7.1.2": {
  511. "dependencies": {
  512. "Microsoft.IdentityModel.Logging": "7.1.2",
  513. "Microsoft.IdentityModel.Tokens": "7.1.2"
  514. },
  515. "runtime": {
  516. "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
  517. "assemblyVersion": "7.1.2.0",
  518. "fileVersion": "7.1.2.41121"
  519. }
  520. }
  521. },
  522. "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": {
  523. "dependencies": {
  524. "Microsoft.IdentityModel.Protocols": "7.1.2",
  525. "System.IdentityModel.Tokens.Jwt": "7.1.2"
  526. },
  527. "runtime": {
  528. "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  529. "assemblyVersion": "7.1.2.0",
  530. "fileVersion": "7.1.2.41121"
  531. }
  532. }
  533. },
  534. "Microsoft.IdentityModel.Tokens/7.1.2": {
  535. "dependencies": {
  536. "Microsoft.IdentityModel.Logging": "7.1.2"
  537. },
  538. "runtime": {
  539. "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
  540. "assemblyVersion": "7.1.2.0",
  541. "fileVersion": "7.1.2.41121"
  542. }
  543. }
  544. },
  545. "Microsoft.InformationProtection.File/1.14.128": {
  546. "runtime": {
  547. "lib/netstandard2.0/Microsoft.InformationProtection.dll": {
  548. "assemblyVersion": "1.14.128.0",
  549. "fileVersion": "1.14.128.0"
  550. }
  551. }
  552. },
  553. "Microsoft.OpenApi/1.3.1": {
  554. "runtime": {
  555. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  556. "assemblyVersion": "1.3.1.0",
  557. "fileVersion": "1.3.1.0"
  558. }
  559. }
  560. },
  561. "Microsoft.SqlServer.Server/1.0.0": {
  562. "runtime": {
  563. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  564. "assemblyVersion": "1.0.0.0",
  565. "fileVersion": "1.0.0.0"
  566. }
  567. }
  568. },
  569. "Microsoft.Win32.SystemEvents/6.0.0": {
  570. "runtime": {
  571. "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  572. "assemblyVersion": "6.0.0.0",
  573. "fileVersion": "6.0.21.52210"
  574. }
  575. },
  576. "runtimeTargets": {
  577. "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  578. "rid": "win",
  579. "assetType": "runtime",
  580. "assemblyVersion": "6.0.0.0",
  581. "fileVersion": "6.0.21.52210"
  582. }
  583. }
  584. },
  585. "Newtonsoft.Json/13.0.3": {
  586. "runtime": {
  587. "lib/net6.0/Newtonsoft.Json.dll": {
  588. "assemblyVersion": "13.0.0.0",
  589. "fileVersion": "13.0.3.27908"
  590. }
  591. }
  592. },
  593. "Newtonsoft.Json.Bson/1.0.2": {
  594. "dependencies": {
  595. "Newtonsoft.Json": "13.0.3"
  596. },
  597. "runtime": {
  598. "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
  599. "assemblyVersion": "1.0.0.0",
  600. "fileVersion": "1.0.2.22727"
  601. }
  602. }
  603. },
  604. "NReco.PdfGenerator/1.2.1": {
  605. "runtime": {
  606. "lib/netstandard2.0/NReco.PdfGenerator.dll": {
  607. "assemblyVersion": "1.2.1.0",
  608. "fileVersion": "1.2.1.0"
  609. }
  610. }
  611. },
  612. "Scrutor/3.3.0": {
  613. "dependencies": {
  614. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  615. "Microsoft.Extensions.DependencyModel": "8.0.0"
  616. },
  617. "runtime": {
  618. "lib/netcoreapp3.1/Scrutor.dll": {
  619. "assemblyVersion": "3.0.2.0",
  620. "fileVersion": "3.0.2.0"
  621. }
  622. }
  623. },
  624. "Serilog/4.0.0": {
  625. "runtime": {
  626. "lib/net8.0/Serilog.dll": {
  627. "assemblyVersion": "4.0.0.0",
  628. "fileVersion": "4.0.0.0"
  629. }
  630. }
  631. },
  632. "Serilog.AspNetCore/8.0.1": {
  633. "dependencies": {
  634. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  635. "Microsoft.Extensions.Logging": "8.0.0",
  636. "Serilog": "4.0.0",
  637. "Serilog.Extensions.Hosting": "8.0.0",
  638. "Serilog.Extensions.Logging": "8.0.0",
  639. "Serilog.Formatting.Compact": "2.0.0",
  640. "Serilog.Settings.Configuration": "8.0.0",
  641. "Serilog.Sinks.Console": "6.0.0",
  642. "Serilog.Sinks.Debug": "2.0.0",
  643. "Serilog.Sinks.File": "6.0.0"
  644. },
  645. "runtime": {
  646. "lib/net8.0/Serilog.AspNetCore.dll": {
  647. "assemblyVersion": "8.0.1.0",
  648. "fileVersion": "8.0.1.0"
  649. }
  650. }
  651. },
  652. "Serilog.Enrichers.Thread/4.0.0": {
  653. "dependencies": {
  654. "Serilog": "4.0.0"
  655. },
  656. "runtime": {
  657. "lib/net8.0/Serilog.Enrichers.Thread.dll": {
  658. "assemblyVersion": "4.0.0.0",
  659. "fileVersion": "4.0.0.0"
  660. }
  661. }
  662. },
  663. "Serilog.Extensions.Hosting/8.0.0": {
  664. "dependencies": {
  665. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  666. "Microsoft.Extensions.Hosting.Abstractions": "8.0.0",
  667. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  668. "Serilog": "4.0.0",
  669. "Serilog.Extensions.Logging": "8.0.0"
  670. },
  671. "runtime": {
  672. "lib/net8.0/Serilog.Extensions.Hosting.dll": {
  673. "assemblyVersion": "7.0.0.0",
  674. "fileVersion": "8.0.0.0"
  675. }
  676. }
  677. },
  678. "Serilog.Extensions.Logging/8.0.0": {
  679. "dependencies": {
  680. "Microsoft.Extensions.Logging": "8.0.0",
  681. "Serilog": "4.0.0"
  682. },
  683. "runtime": {
  684. "lib/net8.0/Serilog.Extensions.Logging.dll": {
  685. "assemblyVersion": "7.0.0.0",
  686. "fileVersion": "8.0.0.0"
  687. }
  688. }
  689. },
  690. "Serilog.Formatting.Compact/2.0.0": {
  691. "dependencies": {
  692. "Serilog": "4.0.0"
  693. },
  694. "runtime": {
  695. "lib/net7.0/Serilog.Formatting.Compact.dll": {
  696. "assemblyVersion": "2.0.0.0",
  697. "fileVersion": "2.0.0.0"
  698. }
  699. }
  700. },
  701. "Serilog.Settings.Configuration/8.0.0": {
  702. "dependencies": {
  703. "Microsoft.Extensions.Configuration.Binder": "8.0.0",
  704. "Microsoft.Extensions.DependencyModel": "8.0.0",
  705. "Serilog": "4.0.0"
  706. },
  707. "runtime": {
  708. "lib/net8.0/Serilog.Settings.Configuration.dll": {
  709. "assemblyVersion": "8.0.0.0",
  710. "fileVersion": "8.0.0.0"
  711. }
  712. }
  713. },
  714. "Serilog.Sinks.Console/6.0.0": {
  715. "dependencies": {
  716. "Serilog": "4.0.0"
  717. },
  718. "runtime": {
  719. "lib/net8.0/Serilog.Sinks.Console.dll": {
  720. "assemblyVersion": "6.0.0.0",
  721. "fileVersion": "6.0.0.0"
  722. }
  723. }
  724. },
  725. "Serilog.Sinks.Debug/2.0.0": {
  726. "dependencies": {
  727. "Serilog": "4.0.0"
  728. },
  729. "runtime": {
  730. "lib/netstandard2.1/Serilog.Sinks.Debug.dll": {
  731. "assemblyVersion": "2.0.0.0",
  732. "fileVersion": "2.0.0.0"
  733. }
  734. }
  735. },
  736. "Serilog.Sinks.File/6.0.0": {
  737. "dependencies": {
  738. "Serilog": "4.0.0"
  739. },
  740. "runtime": {
  741. "lib/net8.0/Serilog.Sinks.File.dll": {
  742. "assemblyVersion": "6.0.0.0",
  743. "fileVersion": "6.0.0.0"
  744. }
  745. }
  746. },
  747. "Swashbuckle.AspNetCore/6.5.0": {
  748. "dependencies": {
  749. "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
  750. "Swashbuckle.AspNetCore.Swagger": "6.5.0",
  751. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  752. "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
  753. }
  754. },
  755. "Swashbuckle.AspNetCore.Annotations/6.5.0": {
  756. "dependencies": {
  757. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
  758. },
  759. "runtime": {
  760. "lib/net7.0/Swashbuckle.AspNetCore.Annotations.dll": {
  761. "assemblyVersion": "6.5.0.0",
  762. "fileVersion": "6.5.0.0"
  763. }
  764. }
  765. },
  766. "Swashbuckle.AspNetCore.Filters/8.0.2": {
  767. "dependencies": {
  768. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  769. "Microsoft.OpenApi": "1.3.1",
  770. "Scrutor": "3.3.0",
  771. "Swashbuckle.AspNetCore.Filters.Abstractions": "8.0.2",
  772. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
  773. },
  774. "runtime": {
  775. "lib/net5.0/Swashbuckle.AspNetCore.Filters.dll": {
  776. "assemblyVersion": "8.0.2.0",
  777. "fileVersion": "8.0.2.0"
  778. }
  779. }
  780. },
  781. "Swashbuckle.AspNetCore.Filters.Abstractions/8.0.2": {
  782. "runtime": {
  783. "lib/net5.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll": {
  784. "assemblyVersion": "8.0.2.0",
  785. "fileVersion": "8.0.2.0"
  786. }
  787. }
  788. },
  789. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  790. "dependencies": {
  791. "Microsoft.OpenApi": "1.3.1"
  792. },
  793. "runtime": {
  794. "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": {
  795. "assemblyVersion": "6.5.0.0",
  796. "fileVersion": "6.5.0.0"
  797. }
  798. }
  799. },
  800. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  801. "dependencies": {
  802. "Swashbuckle.AspNetCore.Swagger": "6.5.0"
  803. },
  804. "runtime": {
  805. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  806. "assemblyVersion": "6.5.0.0",
  807. "fileVersion": "6.5.0.0"
  808. }
  809. }
  810. },
  811. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  812. "runtime": {
  813. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  814. "assemblyVersion": "6.5.0.0",
  815. "fileVersion": "6.5.0.0"
  816. }
  817. }
  818. },
  819. "System.Configuration.ConfigurationManager/6.0.1": {
  820. "dependencies": {
  821. "System.Security.Cryptography.ProtectedData": "6.0.0",
  822. "System.Security.Permissions": "6.0.0"
  823. },
  824. "runtime": {
  825. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  826. "assemblyVersion": "6.0.0.0",
  827. "fileVersion": "6.0.922.41905"
  828. }
  829. }
  830. },
  831. "System.Diagnostics.DiagnosticSource/8.0.0": {},
  832. "System.Drawing.Common/6.0.0": {
  833. "dependencies": {
  834. "Microsoft.Win32.SystemEvents": "6.0.0"
  835. },
  836. "runtime": {
  837. "lib/net6.0/System.Drawing.Common.dll": {
  838. "assemblyVersion": "6.0.0.0",
  839. "fileVersion": "6.0.21.52210"
  840. }
  841. },
  842. "runtimeTargets": {
  843. "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
  844. "rid": "unix",
  845. "assetType": "runtime",
  846. "assemblyVersion": "6.0.0.0",
  847. "fileVersion": "6.0.21.52210"
  848. },
  849. "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
  850. "rid": "win",
  851. "assetType": "runtime",
  852. "assemblyVersion": "6.0.0.0",
  853. "fileVersion": "6.0.21.52210"
  854. }
  855. }
  856. },
  857. "System.Formats.Asn1/5.0.0": {},
  858. "System.IdentityModel.Tokens.Jwt/7.1.2": {
  859. "dependencies": {
  860. "Microsoft.IdentityModel.JsonWebTokens": "7.1.2",
  861. "Microsoft.IdentityModel.Tokens": "7.1.2"
  862. },
  863. "runtime": {
  864. "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
  865. "assemblyVersion": "7.1.2.0",
  866. "fileVersion": "7.1.2.41121"
  867. }
  868. }
  869. },
  870. "System.IO.Pipelines/5.0.2": {},
  871. "System.Memory/4.5.4": {},
  872. "System.Memory.Data/1.0.2": {
  873. "dependencies": {
  874. "System.Text.Encodings.Web": "8.0.0",
  875. "System.Text.Json": "8.0.0"
  876. },
  877. "runtime": {
  878. "lib/netstandard2.0/System.Memory.Data.dll": {
  879. "assemblyVersion": "1.0.2.0",
  880. "fileVersion": "1.0.221.20802"
  881. }
  882. }
  883. },
  884. "System.Numerics.Vectors/4.5.0": {},
  885. "System.Runtime.Caching/6.0.0": {
  886. "dependencies": {
  887. "System.Configuration.ConfigurationManager": "6.0.1"
  888. },
  889. "runtime": {
  890. "lib/net6.0/System.Runtime.Caching.dll": {
  891. "assemblyVersion": "4.0.0.0",
  892. "fileVersion": "6.0.21.52210"
  893. }
  894. },
  895. "runtimeTargets": {
  896. "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
  897. "rid": "win",
  898. "assetType": "runtime",
  899. "assemblyVersion": "4.0.0.0",
  900. "fileVersion": "6.0.21.52210"
  901. }
  902. }
  903. },
  904. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  905. "System.Security.AccessControl/6.0.0": {},
  906. "System.Security.Cryptography.Cng/5.0.0": {
  907. "dependencies": {
  908. "System.Formats.Asn1": "5.0.0"
  909. }
  910. },
  911. "System.Security.Cryptography.ProtectedData/6.0.0": {
  912. "runtime": {
  913. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  914. "assemblyVersion": "6.0.0.0",
  915. "fileVersion": "6.0.21.52210"
  916. }
  917. },
  918. "runtimeTargets": {
  919. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  920. "rid": "win",
  921. "assetType": "runtime",
  922. "assemblyVersion": "6.0.0.0",
  923. "fileVersion": "6.0.21.52210"
  924. }
  925. }
  926. },
  927. "System.Security.Permissions/6.0.0": {
  928. "dependencies": {
  929. "System.Security.AccessControl": "6.0.0",
  930. "System.Windows.Extensions": "6.0.0"
  931. },
  932. "runtime": {
  933. "lib/net6.0/System.Security.Permissions.dll": {
  934. "assemblyVersion": "6.0.0.0",
  935. "fileVersion": "6.0.21.52210"
  936. }
  937. }
  938. },
  939. "System.Security.Principal.Windows/5.0.0": {},
  940. "System.Text.Encoding.CodePages/6.0.0": {
  941. "dependencies": {
  942. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  943. }
  944. },
  945. "System.Text.Encodings.Web/8.0.0": {},
  946. "System.Text.Json/8.0.0": {
  947. "dependencies": {
  948. "System.Text.Encodings.Web": "8.0.0"
  949. }
  950. },
  951. "System.Threading.Tasks.Extensions/4.5.4": {},
  952. "System.Windows.Extensions/6.0.0": {
  953. "dependencies": {
  954. "System.Drawing.Common": "6.0.0"
  955. },
  956. "runtime": {
  957. "lib/net6.0/System.Windows.Extensions.dll": {
  958. "assemblyVersion": "6.0.0.0",
  959. "fileVersion": "6.0.21.52210"
  960. }
  961. },
  962. "runtimeTargets": {
  963. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  964. "rid": "win",
  965. "assetType": "runtime",
  966. "assemblyVersion": "6.0.0.0",
  967. "fileVersion": "6.0.21.52210"
  968. }
  969. }
  970. },
  971. "AipGateway.AIP/1.0.0": {
  972. "dependencies": {
  973. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  974. "Microsoft.Identity.Client": "4.61.3",
  975. "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
  976. "Microsoft.InformationProtection.File": "1.14.128",
  977. "Serilog": "4.0.0",
  978. "log4net": "2.0.17"
  979. },
  980. "runtime": {
  981. "AipGateway.AIP.dll": {}
  982. }
  983. },
  984. "AipGateway.API.Application/1.0.0": {
  985. "dependencies": {
  986. "AipGateway.AIP": "1.0.0",
  987. "AipGateway.API.Domain": "1.0.0",
  988. "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4",
  989. "Microsoft.EntityFrameworkCore": "8.0.4",
  990. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  991. },
  992. "runtime": {
  993. "AipGateway.API.Application.dll": {}
  994. }
  995. },
  996. "AipGateway.API.Domain/1.0.0": {
  997. "dependencies": {
  998. "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
  999. "FluentValidation": "11.9.1",
  1000. "FluentValidation.DependencyInjectionExtensions": "11.9.1",
  1001. "Microsoft.AspNetCore.Http.Features": "5.0.17",
  1002. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "8.0.0",
  1003. "Microsoft.EntityFrameworkCore": "8.0.4",
  1004. "Microsoft.EntityFrameworkCore.SqlServer": "8.0.4",
  1005. "Microsoft.Extensions.Identity.Stores": "8.0.0",
  1006. "NReco.PdfGenerator": "1.2.1",
  1007. "Newtonsoft.Json": "13.0.3"
  1008. },
  1009. "runtime": {
  1010. "AipGateway.API.Domain.dll": {}
  1011. }
  1012. },
  1013. "AipGateway.DRM/1.0.0": {
  1014. "runtime": {
  1015. "AipGateway.DRM.dll": {}
  1016. }
  1017. },
  1018. "AipGateway.Messaging/1.0.0": {
  1019. "dependencies": {
  1020. "Experimental.System.Messaging": "1.1.0"
  1021. },
  1022. "runtime": {
  1023. "AipGateway.Messaging.dll": {}
  1024. }
  1025. }
  1026. }
  1027. },
  1028. "libraries": {
  1029. "AipGateway.API/1.0.0": {
  1030. "type": "project",
  1031. "serviceable": false,
  1032. "sha512": ""
  1033. },
  1034. "AutoMapper/12.0.1": {
  1035. "type": "package",
  1036. "serviceable": true,
  1037. "sha512": "sha512-hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==",
  1038. "path": "automapper/12.0.1",
  1039. "hashPath": "automapper.12.0.1.nupkg.sha512"
  1040. },
  1041. "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.1": {
  1042. "type": "package",
  1043. "serviceable": true,
  1044. "sha512": "sha512-+g/K+Vpe3gGMKGzjslMOdqNlkikScDjWfVvmWTayrDHaG/n2pPmFBMa+jKX1r/h6BDGFdkyRjAuhFE3ykW+r1g==",
  1045. "path": "automapper.extensions.microsoft.dependencyinjection/12.0.1",
  1046. "hashPath": "automapper.extensions.microsoft.dependencyinjection.12.0.1.nupkg.sha512"
  1047. },
  1048. "Azure.Core/1.35.0": {
  1049. "type": "package",
  1050. "serviceable": true,
  1051. "sha512": "sha512-hENcx03Jyuqv05F4RBEPbxz29UrM3Nbhnr6Wl6NQpoU9BCIbL3XLentrxDCTrH54NLS11Exxi/o8MYgT/cnKFA==",
  1052. "path": "azure.core/1.35.0",
  1053. "hashPath": "azure.core.1.35.0.nupkg.sha512"
  1054. },
  1055. "Azure.Identity/1.10.3": {
  1056. "type": "package",
  1057. "serviceable": true,
  1058. "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==",
  1059. "path": "azure.identity/1.10.3",
  1060. "hashPath": "azure.identity.1.10.3.nupkg.sha512"
  1061. },
  1062. "Coravel/5.0.3": {
  1063. "type": "package",
  1064. "serviceable": true,
  1065. "sha512": "sha512-NCGugxQeszLUqd1Oa6l/HP/Vl1NKM6DInlSCxp1ScCdvnBG+SIoMw7pmJLwP4acO8+7iLxy7FPtGoYOxB+a1HA==",
  1066. "path": "coravel/5.0.3",
  1067. "hashPath": "coravel.5.0.3.nupkg.sha512"
  1068. },
  1069. "Dapper/2.1.35": {
  1070. "type": "package",
  1071. "serviceable": true,
  1072. "sha512": "sha512-YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==",
  1073. "path": "dapper/2.1.35",
  1074. "hashPath": "dapper.2.1.35.nupkg.sha512"
  1075. },
  1076. "Experimental.System.Messaging/1.1.0": {
  1077. "type": "package",
  1078. "serviceable": true,
  1079. "sha512": "sha512-vub7Mtt2WFdFKTZKECVuZx6feP5kUpS9EfVy+Yu4GDfdlMwivRdX4TbdkDYS2lKqCjqzUbnxTbJei1IOqC+CnA==",
  1080. "path": "experimental.system.messaging/1.1.0",
  1081. "hashPath": "experimental.system.messaging.1.1.0.nupkg.sha512"
  1082. },
  1083. "FluentValidation/11.9.1": {
  1084. "type": "package",
  1085. "serviceable": true,
  1086. "sha512": "sha512-C+PqISSMdlOZZJx0Hx25atW32tv4vbpsaiQB+PLjK+ZGLzOFuHl1fUJ3Lny77mIZ31ZtYtNG0JgUjxa3wwLsWg==",
  1087. "path": "fluentvalidation/11.9.1",
  1088. "hashPath": "fluentvalidation.11.9.1.nupkg.sha512"
  1089. },
  1090. "FluentValidation.DependencyInjectionExtensions/11.9.1": {
  1091. "type": "package",
  1092. "serviceable": true,
  1093. "sha512": "sha512-3jJbFcCWhiXhrCKFPjKihzccmosv+CleYewd2zEYS4aaUHx9zQSgOvkYbWUGTbDwJ5j2nDWE0Pr1EQ2xY4pryg==",
  1094. "path": "fluentvalidation.dependencyinjectionextensions/11.9.1",
  1095. "hashPath": "fluentvalidation.dependencyinjectionextensions.11.9.1.nupkg.sha512"
  1096. },
  1097. "log4net/2.0.17": {
  1098. "type": "package",
  1099. "serviceable": true,
  1100. "sha512": "sha512-qnnDf/ubJzwm2i1xH7nRMjEDoD+ctse7nZDqb+p7L1PvZc6ykpMoEesWr1/9hFqlsbII2v9e8yyQHJhoDQh7ZA==",
  1101. "path": "log4net/2.0.17",
  1102. "hashPath": "log4net.2.0.17.nupkg.sha512"
  1103. },
  1104. "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": {
  1105. "type": "package",
  1106. "serviceable": true,
  1107. "sha512": "sha512-tHnHRBgQyiVNZJ8PksNinLdGOsE8+tFFv3E9QEtmwO+iyTHRvg4bJ4X0XZG1u9KxXMTJuAdeIWKWYr2rTLEHqQ==",
  1108. "path": "microsoft.aspnetcore.authentication.jwtbearer/8.0.4",
  1109. "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.8.0.4.nupkg.sha512"
  1110. },
  1111. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {
  1112. "type": "package",
  1113. "serviceable": true,
  1114. "sha512": "sha512-buuMMCTxFcVkOkEftb2OafYxrveNGre9KJF4Oi1DkR4rxIj6oLam7Wq3g0Fp9hNVpJteKEPiupsxYnPrD/oUGA==",
  1115. "path": "microsoft.aspnetcore.cryptography.internal/8.0.0",
  1116. "hashPath": "microsoft.aspnetcore.cryptography.internal.8.0.0.nupkg.sha512"
  1117. },
  1118. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  1119. "type": "package",
  1120. "serviceable": true,
  1121. "sha512": "sha512-65w93R5wqUUs35R9wjHHDf75GqAbxJsNByKZo5TbQOWSXcUbLWrDUWBQHv78iXIT0PL1pXNqKQz7OHiHMvo0/A==",
  1122. "path": "microsoft.aspnetcore.cryptography.keyderivation/8.0.0",
  1123. "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.8.0.0.nupkg.sha512"
  1124. },
  1125. "Microsoft.AspNetCore.Http.Features/5.0.17": {
  1126. "type": "package",
  1127. "serviceable": true,
  1128. "sha512": "sha512-3jG2xS+dx8DDCGV/F+STdPTg89lX3ao3dF/VEPvJaz3wzBIjuadipTtYNEXDIVuOPZwb6jdmhrX9jkzOIBm5cw==",
  1129. "path": "microsoft.aspnetcore.http.features/5.0.17",
  1130. "hashPath": "microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512"
  1131. },
  1132. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  1133. "type": "package",
  1134. "serviceable": true,
  1135. "sha512": "sha512-ua2LSZY/f0BkNUUVPPm83eq4Xnt+FZYutiMimRrzSmv2K2t2Ia/PuP4CfibYNSwnKl6fbZ49Bwn2mQGWnmmvOA==",
  1136. "path": "microsoft.aspnetcore.identity.entityframeworkcore/8.0.0",
  1137. "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.8.0.0.nupkg.sha512"
  1138. },
  1139. "Microsoft.AspNetCore.JsonPatch/8.0.4": {
  1140. "type": "package",
  1141. "serviceable": true,
  1142. "sha512": "sha512-8iy7uza6GTuE5GadOryGfsGuA8xP1RTs16zqdXF5gM0b8iDfyNWnyDmatY5cZhXE1kJiko0S7s1T/gNFdIZ7Zg==",
  1143. "path": "microsoft.aspnetcore.jsonpatch/8.0.4",
  1144. "hashPath": "microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512"
  1145. },
  1146. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": {
  1147. "type": "package",
  1148. "serviceable": true,
  1149. "sha512": "sha512-lhJq0JjrlGZQwQoYrpVbokhb1AlgLGxI3QacSyKgCNOXTNwCi0pUnMR7NrfON20DkL90Kqqyl3wDrLbRaRgcsA==",
  1150. "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.4",
  1151. "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512"
  1152. },
  1153. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  1154. "type": "package",
  1155. "serviceable": true,
  1156. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  1157. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  1158. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  1159. },
  1160. "Microsoft.CSharp/4.7.0": {
  1161. "type": "package",
  1162. "serviceable": true,
  1163. "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
  1164. "path": "microsoft.csharp/4.7.0",
  1165. "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
  1166. },
  1167. "Microsoft.Data.SqlClient/5.1.5": {
  1168. "type": "package",
  1169. "serviceable": true,
  1170. "sha512": "sha512-6kvhQjY5uBCdBccezFD2smfnpQjQ33cZtUZVrNvxlwoBu6uopM5INH6uSgLI7JRLtlQ3bMPwnhMq4kchsXeZ5w==",
  1171. "path": "microsoft.data.sqlclient/5.1.5",
  1172. "hashPath": "microsoft.data.sqlclient.5.1.5.nupkg.sha512"
  1173. },
  1174. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  1175. "type": "package",
  1176. "serviceable": true,
  1177. "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
  1178. "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
  1179. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
  1180. },
  1181. "Microsoft.EntityFrameworkCore/8.0.4": {
  1182. "type": "package",
  1183. "serviceable": true,
  1184. "sha512": "sha512-/kyu9pXuxQvhg8RO/oN5Q5Og7cDIVvZtrt1z48rX7Yido+zEGkUkp3/Bjd9u45N2uuPPF8mn2pKDlAewCvv3/Q==",
  1185. "path": "microsoft.entityframeworkcore/8.0.4",
  1186. "hashPath": "microsoft.entityframeworkcore.8.0.4.nupkg.sha512"
  1187. },
  1188. "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": {
  1189. "type": "package",
  1190. "serviceable": true,
  1191. "sha512": "sha512-S50pjtPNOvRktacaO6UAhvGCPMT56wxqEq8fQfcjaSUySPGba6mKWo6ackw6DdeAR1cA6U+U0uj27warA2KtJA==",
  1192. "path": "microsoft.entityframeworkcore.abstractions/8.0.4",
  1193. "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.4.nupkg.sha512"
  1194. },
  1195. "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": {
  1196. "type": "package",
  1197. "serviceable": true,
  1198. "sha512": "sha512-P8hfMZECdbgle4Us8HGRUKAjqVwgbtr5JqtCxqEoiVORrNQAmcpu3g1NKwTAoUsO9Z0QRgExtYoAmdggR/DkMQ==",
  1199. "path": "microsoft.entityframeworkcore.analyzers/8.0.4",
  1200. "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.4.nupkg.sha512"
  1201. },
  1202. "Microsoft.EntityFrameworkCore.Relational/8.0.4": {
  1203. "type": "package",
  1204. "serviceable": true,
  1205. "sha512": "sha512-aWLT6e9a8oMzXgF0YQpYYa3mDeU+yb2UQSQ+RrIgyGgSpzPfSKgpA7v2kOVDuZr2AQ6NNAlWPaBG7wZuKQI96w==",
  1206. "path": "microsoft.entityframeworkcore.relational/8.0.4",
  1207. "hashPath": "microsoft.entityframeworkcore.relational.8.0.4.nupkg.sha512"
  1208. },
  1209. "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": {
  1210. "type": "package",
  1211. "serviceable": true,
  1212. "sha512": "sha512-/IlHNxzZGqiuVi+FPtjFZgAOfY989fTPtxw8zhmlFwv5M2WJzBSMlAP4jNVQX/k7/qu+y1YvddPxg4O5QdeRXw==",
  1213. "path": "microsoft.entityframeworkcore.sqlserver/8.0.4",
  1214. "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.4.nupkg.sha512"
  1215. },
  1216. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
  1217. "type": "package",
  1218. "serviceable": true,
  1219. "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
  1220. "path": "microsoft.extensions.apidescription.server/6.0.5",
  1221. "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
  1222. },
  1223. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  1224. "type": "package",
  1225. "serviceable": true,
  1226. "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
  1227. "path": "microsoft.extensions.caching.abstractions/8.0.0",
  1228. "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
  1229. },
  1230. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  1231. "type": "package",
  1232. "serviceable": true,
  1233. "sha512": "sha512-7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==",
  1234. "path": "microsoft.extensions.caching.memory/8.0.0",
  1235. "hashPath": "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512"
  1236. },
  1237. "Microsoft.Extensions.Configuration/8.0.0": {
  1238. "type": "package",
  1239. "serviceable": true,
  1240. "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
  1241. "path": "microsoft.extensions.configuration/8.0.0",
  1242. "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
  1243. },
  1244. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  1245. "type": "package",
  1246. "serviceable": true,
  1247. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  1248. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  1249. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  1250. },
  1251. "Microsoft.Extensions.Configuration.Binder/8.0.0": {
  1252. "type": "package",
  1253. "serviceable": true,
  1254. "sha512": "sha512-mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==",
  1255. "path": "microsoft.extensions.configuration.binder/8.0.0",
  1256. "hashPath": "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512"
  1257. },
  1258. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  1259. "type": "package",
  1260. "serviceable": true,
  1261. "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
  1262. "path": "microsoft.extensions.dependencyinjection/8.0.0",
  1263. "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512"
  1264. },
  1265. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": {
  1266. "type": "package",
  1267. "serviceable": true,
  1268. "sha512": "sha512-fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA==",
  1269. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.1",
  1270. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512"
  1271. },
  1272. "Microsoft.Extensions.DependencyModel/8.0.0": {
  1273. "type": "package",
  1274. "serviceable": true,
  1275. "sha512": "sha512-NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==",
  1276. "path": "microsoft.extensions.dependencymodel/8.0.0",
  1277. "hashPath": "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512"
  1278. },
  1279. "Microsoft.Extensions.Diagnostics.Abstractions/8.0.0": {
  1280. "type": "package",
  1281. "serviceable": true,
  1282. "sha512": "sha512-JHYCQG7HmugNYUhOl368g+NMxYE/N/AiclCYRNlgCY9eVyiBkOHMwK4x60RYMxv9EL3+rmj1mqHvdCiPpC+D4Q==",
  1283. "path": "microsoft.extensions.diagnostics.abstractions/8.0.0",
  1284. "hashPath": "microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512"
  1285. },
  1286. "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": {
  1287. "type": "package",
  1288. "serviceable": true,
  1289. "sha512": "sha512-ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==",
  1290. "path": "microsoft.extensions.fileproviders.abstractions/8.0.0",
  1291. "hashPath": "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512"
  1292. },
  1293. "Microsoft.Extensions.Hosting.Abstractions/8.0.0": {
  1294. "type": "package",
  1295. "serviceable": true,
  1296. "sha512": "sha512-AG7HWwVRdCHlaA++1oKDxLsXIBxmDpMPb3VoyOoAghEWnkUvEAdYQUwnV4jJbAaa/nMYNiEh5ByoLauZBEiovg==",
  1297. "path": "microsoft.extensions.hosting.abstractions/8.0.0",
  1298. "hashPath": "microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512"
  1299. },
  1300. "Microsoft.Extensions.Identity.Core/8.0.0": {
  1301. "type": "package",
  1302. "serviceable": true,
  1303. "sha512": "sha512-hnXHyIQc+uc2uNMcIbr43+oNBAPEhMpW6lE8ux3MOegRz50WBna4AItlZDY7Y+Id1LLBbf73osUqeTw7CQ371w==",
  1304. "path": "microsoft.extensions.identity.core/8.0.0",
  1305. "hashPath": "microsoft.extensions.identity.core.8.0.0.nupkg.sha512"
  1306. },
  1307. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  1308. "type": "package",
  1309. "serviceable": true,
  1310. "sha512": "sha512-DmDCpSpngZDBm44wVmxCeYs4HGJr/m32jMItp6pfb7KKtqWYw2vybHRg880j18k/eSFyM4v9uONsnEPgDdi9lg==",
  1311. "path": "microsoft.extensions.identity.stores/8.0.0",
  1312. "hashPath": "microsoft.extensions.identity.stores.8.0.0.nupkg.sha512"
  1313. },
  1314. "Microsoft.Extensions.Logging/8.0.0": {
  1315. "type": "package",
  1316. "serviceable": true,
  1317. "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
  1318. "path": "microsoft.extensions.logging/8.0.0",
  1319. "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512"
  1320. },
  1321. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  1322. "type": "package",
  1323. "serviceable": true,
  1324. "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  1325. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  1326. "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
  1327. },
  1328. "Microsoft.Extensions.Logging.Log4Net.AspNetCore/8.0.0": {
  1329. "type": "package",
  1330. "serviceable": true,
  1331. "sha512": "sha512-NShPLGSM/PBGJIOK/cmlh3a+QlrtCLcSpb+vfqwxRmZK38Cy4prsOjuODpAIvqWL93zt9PZOTcHOVqyaQRNuEg==",
  1332. "path": "microsoft.extensions.logging.log4net.aspnetcore/8.0.0",
  1333. "hashPath": "microsoft.extensions.logging.log4net.aspnetcore.8.0.0.nupkg.sha512"
  1334. },
  1335. "Microsoft.Extensions.Options/8.0.0": {
  1336. "type": "package",
  1337. "serviceable": true,
  1338. "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
  1339. "path": "microsoft.extensions.options/8.0.0",
  1340. "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512"
  1341. },
  1342. "Microsoft.Extensions.Primitives/8.0.0": {
  1343. "type": "package",
  1344. "serviceable": true,
  1345. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  1346. "path": "microsoft.extensions.primitives/8.0.0",
  1347. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  1348. },
  1349. "Microsoft.Identity.Client/4.61.3": {
  1350. "type": "package",
  1351. "serviceable": true,
  1352. "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
  1353. "path": "microsoft.identity.client/4.61.3",
  1354. "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
  1355. },
  1356. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  1357. "type": "package",
  1358. "serviceable": true,
  1359. "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
  1360. "path": "microsoft.identity.client.extensions.msal/4.61.3",
  1361. "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
  1362. },
  1363. "Microsoft.IdentityModel.Abstractions/7.1.2": {
  1364. "type": "package",
  1365. "serviceable": true,
  1366. "sha512": "sha512-33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==",
  1367. "path": "microsoft.identitymodel.abstractions/7.1.2",
  1368. "hashPath": "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512"
  1369. },
  1370. "Microsoft.IdentityModel.JsonWebTokens/7.1.2": {
  1371. "type": "package",
  1372. "serviceable": true,
  1373. "sha512": "sha512-cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==",
  1374. "path": "microsoft.identitymodel.jsonwebtokens/7.1.2",
  1375. "hashPath": "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512"
  1376. },
  1377. "Microsoft.IdentityModel.Logging/7.1.2": {
  1378. "type": "package",
  1379. "serviceable": true,
  1380. "sha512": "sha512-YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==",
  1381. "path": "microsoft.identitymodel.logging/7.1.2",
  1382. "hashPath": "microsoft.identitymodel.logging.7.1.2.nupkg.sha512"
  1383. },
  1384. "Microsoft.IdentityModel.Protocols/7.1.2": {
  1385. "type": "package",
  1386. "serviceable": true,
  1387. "sha512": "sha512-SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==",
  1388. "path": "microsoft.identitymodel.protocols/7.1.2",
  1389. "hashPath": "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512"
  1390. },
  1391. "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": {
  1392. "type": "package",
  1393. "serviceable": true,
  1394. "sha512": "sha512-6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==",
  1395. "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2",
  1396. "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512"
  1397. },
  1398. "Microsoft.IdentityModel.Tokens/7.1.2": {
  1399. "type": "package",
  1400. "serviceable": true,
  1401. "sha512": "sha512-oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==",
  1402. "path": "microsoft.identitymodel.tokens/7.1.2",
  1403. "hashPath": "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512"
  1404. },
  1405. "Microsoft.InformationProtection.File/1.14.128": {
  1406. "type": "package",
  1407. "serviceable": true,
  1408. "sha512": "sha512-ZetXGuHtHUra2nOKILuZUTyvFzLmRbWSAfReZCp1ZC7OvkUcHeA8DX+tBlpQL1YZfWj3f5tRdo1xl4f05l6e0Q==",
  1409. "path": "microsoft.informationprotection.file/1.14.128",
  1410. "hashPath": "microsoft.informationprotection.file.1.14.128.nupkg.sha512"
  1411. },
  1412. "Microsoft.OpenApi/1.3.1": {
  1413. "type": "package",
  1414. "serviceable": true,
  1415. "sha512": "sha512-2X5CCFJCnx6v86fnpOg4TKlU1ba7MSf1yakeT7VI4846s7i6fOkERwStX94Rcq8wJsLyQYsUitd6vR38viePeA==",
  1416. "path": "microsoft.openapi/1.3.1",
  1417. "hashPath": "microsoft.openapi.1.3.1.nupkg.sha512"
  1418. },
  1419. "Microsoft.SqlServer.Server/1.0.0": {
  1420. "type": "package",
  1421. "serviceable": true,
  1422. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  1423. "path": "microsoft.sqlserver.server/1.0.0",
  1424. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  1425. },
  1426. "Microsoft.Win32.SystemEvents/6.0.0": {
  1427. "type": "package",
  1428. "serviceable": true,
  1429. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  1430. "path": "microsoft.win32.systemevents/6.0.0",
  1431. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  1432. },
  1433. "Newtonsoft.Json/13.0.3": {
  1434. "type": "package",
  1435. "serviceable": true,
  1436. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  1437. "path": "newtonsoft.json/13.0.3",
  1438. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  1439. },
  1440. "Newtonsoft.Json.Bson/1.0.2": {
  1441. "type": "package",
  1442. "serviceable": true,
  1443. "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
  1444. "path": "newtonsoft.json.bson/1.0.2",
  1445. "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
  1446. },
  1447. "NReco.PdfGenerator/1.2.1": {
  1448. "type": "package",
  1449. "serviceable": true,
  1450. "sha512": "sha512-YONMIaSBJO/0FKcXMyO1KZWc83IqfrbBKw5fcRxrwgxzv5r89rh/Z6r7ukuJmx+ra3m6jz6gmaEYXFWV3dKTmg==",
  1451. "path": "nreco.pdfgenerator/1.2.1",
  1452. "hashPath": "nreco.pdfgenerator.1.2.1.nupkg.sha512"
  1453. },
  1454. "Scrutor/3.3.0": {
  1455. "type": "package",
  1456. "serviceable": true,
  1457. "sha512": "sha512-BwqCnFzp2/Z+pq17iztxlIkR/ZANyPRR4PdE57WL1w/JW4AM/2imoxBWTL3+G+YXA46ce4s9OUgwWqTXYrtI8A==",
  1458. "path": "scrutor/3.3.0",
  1459. "hashPath": "scrutor.3.3.0.nupkg.sha512"
  1460. },
  1461. "Serilog/4.0.0": {
  1462. "type": "package",
  1463. "serviceable": true,
  1464. "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==",
  1465. "path": "serilog/4.0.0",
  1466. "hashPath": "serilog.4.0.0.nupkg.sha512"
  1467. },
  1468. "Serilog.AspNetCore/8.0.1": {
  1469. "type": "package",
  1470. "serviceable": true,
  1471. "sha512": "sha512-B/X+wAfS7yWLVOTD83B+Ip9yl4MkhioaXj90JSoWi1Ayi8XHepEnsBdrkojg08eodCnmOKmShFUN2GgEc6c0CQ==",
  1472. "path": "serilog.aspnetcore/8.0.1",
  1473. "hashPath": "serilog.aspnetcore.8.0.1.nupkg.sha512"
  1474. },
  1475. "Serilog.Enrichers.Thread/4.0.0": {
  1476. "type": "package",
  1477. "serviceable": true,
  1478. "sha512": "sha512-C7BK25a1rhUyr+Tp+1BYcVlBJq7M2VCHlIgnwoIUVJcicM9jYcvQK18+OeHiXw7uLPSjqWxJIp1EfaZ/RGmEwA==",
  1479. "path": "serilog.enrichers.thread/4.0.0",
  1480. "hashPath": "serilog.enrichers.thread.4.0.0.nupkg.sha512"
  1481. },
  1482. "Serilog.Extensions.Hosting/8.0.0": {
  1483. "type": "package",
  1484. "serviceable": true,
  1485. "sha512": "sha512-db0OcbWeSCvYQkHWu6n0v40N4kKaTAXNjlM3BKvcbwvNzYphQFcBR+36eQ/7hMMwOkJvAyLC2a9/jNdUL5NjtQ==",
  1486. "path": "serilog.extensions.hosting/8.0.0",
  1487. "hashPath": "serilog.extensions.hosting.8.0.0.nupkg.sha512"
  1488. },
  1489. "Serilog.Extensions.Logging/8.0.0": {
  1490. "type": "package",
  1491. "serviceable": true,
  1492. "sha512": "sha512-YEAMWu1UnWgf1c1KP85l1SgXGfiVo0Rz6x08pCiPOIBt2Qe18tcZLvdBUuV5o1QHvrs8FAry9wTIhgBRtjIlEg==",
  1493. "path": "serilog.extensions.logging/8.0.0",
  1494. "hashPath": "serilog.extensions.logging.8.0.0.nupkg.sha512"
  1495. },
  1496. "Serilog.Formatting.Compact/2.0.0": {
  1497. "type": "package",
  1498. "serviceable": true,
  1499. "sha512": "sha512-ob6z3ikzFM3D1xalhFuBIK1IOWf+XrQq+H4KeH4VqBcPpNcmUgZlRQ2h3Q7wvthpdZBBoY86qZOI2LCXNaLlNA==",
  1500. "path": "serilog.formatting.compact/2.0.0",
  1501. "hashPath": "serilog.formatting.compact.2.0.0.nupkg.sha512"
  1502. },
  1503. "Serilog.Settings.Configuration/8.0.0": {
  1504. "type": "package",
  1505. "serviceable": true,
  1506. "sha512": "sha512-nR0iL5HwKj5v6ULo3/zpP8NMcq9E2pxYA6XKTSWCbugVs4YqPyvaqaKOY+OMpPivKp7zMEpax2UKHnDodbRB0Q==",
  1507. "path": "serilog.settings.configuration/8.0.0",
  1508. "hashPath": "serilog.settings.configuration.8.0.0.nupkg.sha512"
  1509. },
  1510. "Serilog.Sinks.Console/6.0.0": {
  1511. "type": "package",
  1512. "serviceable": true,
  1513. "sha512": "sha512-fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==",
  1514. "path": "serilog.sinks.console/6.0.0",
  1515. "hashPath": "serilog.sinks.console.6.0.0.nupkg.sha512"
  1516. },
  1517. "Serilog.Sinks.Debug/2.0.0": {
  1518. "type": "package",
  1519. "serviceable": true,
  1520. "sha512": "sha512-Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
  1521. "path": "serilog.sinks.debug/2.0.0",
  1522. "hashPath": "serilog.sinks.debug.2.0.0.nupkg.sha512"
  1523. },
  1524. "Serilog.Sinks.File/6.0.0": {
  1525. "type": "package",
  1526. "serviceable": true,
  1527. "sha512": "sha512-lxjg89Y8gJMmFxVkbZ+qDgjl+T4yC5F7WSLTvA+5q0R04tfKVLRL/EHpYoJ/MEQd2EeCKDuylBIVnAYMotmh2A==",
  1528. "path": "serilog.sinks.file/6.0.0",
  1529. "hashPath": "serilog.sinks.file.6.0.0.nupkg.sha512"
  1530. },
  1531. "Swashbuckle.AspNetCore/6.5.0": {
  1532. "type": "package",
  1533. "serviceable": true,
  1534. "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
  1535. "path": "swashbuckle.aspnetcore/6.5.0",
  1536. "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
  1537. },
  1538. "Swashbuckle.AspNetCore.Annotations/6.5.0": {
  1539. "type": "package",
  1540. "serviceable": true,
  1541. "sha512": "sha512-EcHd1z2pEdnpaBMTI9qjVxk6mFVGVMZ1n0ySC3fjrkXCQQ8O9fMdt9TxPJRKyjiTiTjvO9700jKjmyl+hPBinQ==",
  1542. "path": "swashbuckle.aspnetcore.annotations/6.5.0",
  1543. "hashPath": "swashbuckle.aspnetcore.annotations.6.5.0.nupkg.sha512"
  1544. },
  1545. "Swashbuckle.AspNetCore.Filters/8.0.2": {
  1546. "type": "package",
  1547. "serviceable": true,
  1548. "sha512": "sha512-S4pR+265NwY9saAhK+3Jn2oL2Wfy0qvy9871b0KiEPW/iLPRgg2HrkrdMwC1wpjNkRXWGDFRRj+LkUD4lyuAaQ==",
  1549. "path": "swashbuckle.aspnetcore.filters/8.0.2",
  1550. "hashPath": "swashbuckle.aspnetcore.filters.8.0.2.nupkg.sha512"
  1551. },
  1552. "Swashbuckle.AspNetCore.Filters.Abstractions/8.0.2": {
  1553. "type": "package",
  1554. "serviceable": true,
  1555. "sha512": "sha512-RgQ1RbxmofrkBSrLkA/34DWwzz4rKHRwC4vHOvevru2CNqymUPn3kRhbIX29g4yvj2sCff1glf19djnyM9kuUQ==",
  1556. "path": "swashbuckle.aspnetcore.filters.abstractions/8.0.2",
  1557. "hashPath": "swashbuckle.aspnetcore.filters.abstractions.8.0.2.nupkg.sha512"
  1558. },
  1559. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  1560. "type": "package",
  1561. "serviceable": true,
  1562. "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
  1563. "path": "swashbuckle.aspnetcore.swagger/6.5.0",
  1564. "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
  1565. },
  1566. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  1567. "type": "package",
  1568. "serviceable": true,
  1569. "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
  1570. "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
  1571. "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
  1572. },
  1573. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  1574. "type": "package",
  1575. "serviceable": true,
  1576. "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
  1577. "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
  1578. "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
  1579. },
  1580. "System.Configuration.ConfigurationManager/6.0.1": {
  1581. "type": "package",
  1582. "serviceable": true,
  1583. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  1584. "path": "system.configuration.configurationmanager/6.0.1",
  1585. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  1586. },
  1587. "System.Diagnostics.DiagnosticSource/8.0.0": {
  1588. "type": "package",
  1589. "serviceable": true,
  1590. "sha512": "sha512-c9xLpVz6PL9lp/djOWtk5KPDZq3cSYpmXoJQY524EOtuFl5z9ZtsotpsyrDW40U1DRnQSYvcPKEUV0X//u6gkQ==",
  1591. "path": "system.diagnostics.diagnosticsource/8.0.0",
  1592. "hashPath": "system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512"
  1593. },
  1594. "System.Drawing.Common/6.0.0": {
  1595. "type": "package",
  1596. "serviceable": true,
  1597. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  1598. "path": "system.drawing.common/6.0.0",
  1599. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  1600. },
  1601. "System.Formats.Asn1/5.0.0": {
  1602. "type": "package",
  1603. "serviceable": true,
  1604. "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  1605. "path": "system.formats.asn1/5.0.0",
  1606. "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
  1607. },
  1608. "System.IdentityModel.Tokens.Jwt/7.1.2": {
  1609. "type": "package",
  1610. "serviceable": true,
  1611. "sha512": "sha512-Thhbe1peAmtSBFaV/ohtykXiZSOkx59Da44hvtWfIMFofDA3M3LaVyjstACf2rKGn4dEDR2cUpRAZ0Xs/zB+7Q==",
  1612. "path": "system.identitymodel.tokens.jwt/7.1.2",
  1613. "hashPath": "system.identitymodel.tokens.jwt.7.1.2.nupkg.sha512"
  1614. },
  1615. "System.IO.Pipelines/5.0.2": {
  1616. "type": "package",
  1617. "serviceable": true,
  1618. "sha512": "sha512-Iew+dfa6FFiyvWBdRmXApixRY1db+beyutpIck4SOSe0NLM8FD/7AD54MscqVLhvfSMLHO7KadjTRT7fqxOGTA==",
  1619. "path": "system.io.pipelines/5.0.2",
  1620. "hashPath": "system.io.pipelines.5.0.2.nupkg.sha512"
  1621. },
  1622. "System.Memory/4.5.4": {
  1623. "type": "package",
  1624. "serviceable": true,
  1625. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1626. "path": "system.memory/4.5.4",
  1627. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1628. },
  1629. "System.Memory.Data/1.0.2": {
  1630. "type": "package",
  1631. "serviceable": true,
  1632. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  1633. "path": "system.memory.data/1.0.2",
  1634. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  1635. },
  1636. "System.Numerics.Vectors/4.5.0": {
  1637. "type": "package",
  1638. "serviceable": true,
  1639. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1640. "path": "system.numerics.vectors/4.5.0",
  1641. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1642. },
  1643. "System.Runtime.Caching/6.0.0": {
  1644. "type": "package",
  1645. "serviceable": true,
  1646. "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
  1647. "path": "system.runtime.caching/6.0.0",
  1648. "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
  1649. },
  1650. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1651. "type": "package",
  1652. "serviceable": true,
  1653. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1654. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1655. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1656. },
  1657. "System.Security.AccessControl/6.0.0": {
  1658. "type": "package",
  1659. "serviceable": true,
  1660. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  1661. "path": "system.security.accesscontrol/6.0.0",
  1662. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  1663. },
  1664. "System.Security.Cryptography.Cng/5.0.0": {
  1665. "type": "package",
  1666. "serviceable": true,
  1667. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1668. "path": "system.security.cryptography.cng/5.0.0",
  1669. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1670. },
  1671. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1672. "type": "package",
  1673. "serviceable": true,
  1674. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1675. "path": "system.security.cryptography.protecteddata/6.0.0",
  1676. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1677. },
  1678. "System.Security.Permissions/6.0.0": {
  1679. "type": "package",
  1680. "serviceable": true,
  1681. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1682. "path": "system.security.permissions/6.0.0",
  1683. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1684. },
  1685. "System.Security.Principal.Windows/5.0.0": {
  1686. "type": "package",
  1687. "serviceable": true,
  1688. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1689. "path": "system.security.principal.windows/5.0.0",
  1690. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1691. },
  1692. "System.Text.Encoding.CodePages/6.0.0": {
  1693. "type": "package",
  1694. "serviceable": true,
  1695. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  1696. "path": "system.text.encoding.codepages/6.0.0",
  1697. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  1698. },
  1699. "System.Text.Encodings.Web/8.0.0": {
  1700. "type": "package",
  1701. "serviceable": true,
  1702. "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
  1703. "path": "system.text.encodings.web/8.0.0",
  1704. "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
  1705. },
  1706. "System.Text.Json/8.0.0": {
  1707. "type": "package",
  1708. "serviceable": true,
  1709. "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
  1710. "path": "system.text.json/8.0.0",
  1711. "hashPath": "system.text.json.8.0.0.nupkg.sha512"
  1712. },
  1713. "System.Threading.Tasks.Extensions/4.5.4": {
  1714. "type": "package",
  1715. "serviceable": true,
  1716. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1717. "path": "system.threading.tasks.extensions/4.5.4",
  1718. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1719. },
  1720. "System.Windows.Extensions/6.0.0": {
  1721. "type": "package",
  1722. "serviceable": true,
  1723. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1724. "path": "system.windows.extensions/6.0.0",
  1725. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1726. },
  1727. "AipGateway.AIP/1.0.0": {
  1728. "type": "project",
  1729. "serviceable": false,
  1730. "sha512": ""
  1731. },
  1732. "AipGateway.API.Application/1.0.0": {
  1733. "type": "project",
  1734. "serviceable": false,
  1735. "sha512": ""
  1736. },
  1737. "AipGateway.API.Domain/1.0.0": {
  1738. "type": "project",
  1739. "serviceable": false,
  1740. "sha512": ""
  1741. },
  1742. "AipGateway.DRM/1.0.0": {
  1743. "type": "project",
  1744. "serviceable": false,
  1745. "sha512": ""
  1746. },
  1747. "AipGateway.Messaging/1.0.0": {
  1748. "type": "project",
  1749. "serviceable": false,
  1750. "sha512": ""
  1751. }
  1752. }
  1753. }