AipGateway.API.Application.deps.json 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "AipGateway.API.Application/1.0.0": {
  10. "dependencies": {
  11. "AipGateway.AIP": "1.0.0",
  12. "AipGateway.API.Domain": "1.0.0",
  13. "AipGateway.API.Infrastructure": "1.0.0",
  14. "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4",
  15. "Microsoft.EntityFrameworkCore": "8.0.4",
  16. "Microsoft.EntityFrameworkCore.Tools": "8.0.0",
  17. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  18. },
  19. "runtime": {
  20. "AipGateway.API.Application.dll": {}
  21. }
  22. },
  23. "AutoMapper/12.0.1": {
  24. "dependencies": {
  25. "Microsoft.CSharp": "4.7.0"
  26. },
  27. "runtime": {
  28. "lib/netstandard2.1/AutoMapper.dll": {
  29. "assemblyVersion": "12.0.0.0",
  30. "fileVersion": "12.0.1.0"
  31. }
  32. }
  33. },
  34. "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.1": {
  35. "dependencies": {
  36. "AutoMapper": "12.0.1",
  37. "Microsoft.Extensions.Options": "8.0.0"
  38. },
  39. "runtime": {
  40. "lib/netstandard2.1/AutoMapper.Extensions.Microsoft.DependencyInjection.dll": {
  41. "assemblyVersion": "12.0.0.0",
  42. "fileVersion": "12.0.1.0"
  43. }
  44. }
  45. },
  46. "Azure.Core/1.35.0": {
  47. "dependencies": {
  48. "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
  49. "System.Diagnostics.DiagnosticSource": "6.0.1",
  50. "System.Memory.Data": "1.0.2",
  51. "System.Numerics.Vectors": "4.5.0",
  52. "System.Text.Encodings.Web": "8.0.0",
  53. "System.Text.Json": "8.0.0",
  54. "System.Threading.Tasks.Extensions": "4.5.4"
  55. },
  56. "runtime": {
  57. "lib/net6.0/Azure.Core.dll": {
  58. "assemblyVersion": "1.35.0.0",
  59. "fileVersion": "1.3500.23.45706"
  60. }
  61. }
  62. },
  63. "Azure.Identity/1.10.3": {
  64. "dependencies": {
  65. "Azure.Core": "1.35.0",
  66. "Microsoft.Identity.Client": "4.61.3",
  67. "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
  68. "System.Memory": "4.5.4",
  69. "System.Security.Cryptography.ProtectedData": "6.0.0",
  70. "System.Text.Json": "8.0.0",
  71. "System.Threading.Tasks.Extensions": "4.5.4"
  72. },
  73. "runtime": {
  74. "lib/netstandard2.0/Azure.Identity.dll": {
  75. "assemblyVersion": "1.10.3.0",
  76. "fileVersion": "1.1000.323.51804"
  77. }
  78. }
  79. },
  80. "FluentValidation/11.9.1": {
  81. "runtime": {
  82. "lib/net8.0/FluentValidation.dll": {
  83. "assemblyVersion": "11.0.0.0",
  84. "fileVersion": "11.9.1.0"
  85. }
  86. }
  87. },
  88. "FluentValidation.DependencyInjectionExtensions/11.9.1": {
  89. "dependencies": {
  90. "FluentValidation": "11.9.1",
  91. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  92. },
  93. "runtime": {
  94. "lib/netstandard2.1/FluentValidation.DependencyInjectionExtensions.dll": {
  95. "assemblyVersion": "11.0.0.0",
  96. "fileVersion": "11.9.1.0"
  97. }
  98. }
  99. },
  100. "Humanizer.Core/2.14.1": {
  101. "runtime": {
  102. "lib/net6.0/Humanizer.dll": {
  103. "assemblyVersion": "2.14.0.0",
  104. "fileVersion": "2.14.1.48190"
  105. }
  106. }
  107. },
  108. "log4net/2.0.17": {
  109. "dependencies": {
  110. "System.Configuration.ConfigurationManager": "6.0.1"
  111. },
  112. "runtime": {
  113. "lib/netstandard2.0/log4net.dll": {
  114. "assemblyVersion": "2.0.17.0",
  115. "fileVersion": "2.0.17.0"
  116. }
  117. }
  118. },
  119. "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": {
  120. "dependencies": {
  121. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2"
  122. },
  123. "runtime": {
  124. "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
  125. "assemblyVersion": "8.0.4.0",
  126. "fileVersion": "8.0.424.17014"
  127. }
  128. }
  129. },
  130. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {},
  131. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  132. "dependencies": {
  133. "Microsoft.AspNetCore.Cryptography.Internal": "8.0.0"
  134. }
  135. },
  136. "Microsoft.AspNetCore.Http.Features/5.0.17": {
  137. "dependencies": {
  138. "Microsoft.Extensions.Primitives": "8.0.0",
  139. "System.IO.Pipelines": "6.0.3"
  140. }
  141. },
  142. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  143. "dependencies": {
  144. "Microsoft.EntityFrameworkCore.Relational": "8.0.4",
  145. "Microsoft.Extensions.Identity.Stores": "8.0.0"
  146. },
  147. "runtime": {
  148. "lib/net8.0/Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll": {
  149. "assemblyVersion": "8.0.0.0",
  150. "fileVersion": "8.0.23.53112"
  151. }
  152. }
  153. },
  154. "Microsoft.Bcl.AsyncInterfaces/6.0.0": {
  155. "runtime": {
  156. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  157. "assemblyVersion": "6.0.0.0",
  158. "fileVersion": "6.0.21.52210"
  159. }
  160. }
  161. },
  162. "Microsoft.CodeAnalysis.Analyzers/3.3.3": {},
  163. "Microsoft.CodeAnalysis.Common/4.5.0": {
  164. "dependencies": {
  165. "Microsoft.CodeAnalysis.Analyzers": "3.3.3",
  166. "System.Collections.Immutable": "6.0.0",
  167. "System.Reflection.Metadata": "6.0.1",
  168. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  169. "System.Text.Encoding.CodePages": "6.0.0"
  170. },
  171. "runtime": {
  172. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {
  173. "assemblyVersion": "4.5.0.0",
  174. "fileVersion": "4.500.23.10905"
  175. }
  176. },
  177. "resources": {
  178. "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": {
  179. "locale": "cs"
  180. },
  181. "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": {
  182. "locale": "de"
  183. },
  184. "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": {
  185. "locale": "es"
  186. },
  187. "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": {
  188. "locale": "fr"
  189. },
  190. "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": {
  191. "locale": "it"
  192. },
  193. "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": {
  194. "locale": "ja"
  195. },
  196. "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": {
  197. "locale": "ko"
  198. },
  199. "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": {
  200. "locale": "pl"
  201. },
  202. "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": {
  203. "locale": "pt-BR"
  204. },
  205. "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": {
  206. "locale": "ru"
  207. },
  208. "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": {
  209. "locale": "tr"
  210. },
  211. "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": {
  212. "locale": "zh-Hans"
  213. },
  214. "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": {
  215. "locale": "zh-Hant"
  216. }
  217. }
  218. },
  219. "Microsoft.CodeAnalysis.CSharp/4.5.0": {
  220. "dependencies": {
  221. "Microsoft.CodeAnalysis.Common": "4.5.0"
  222. },
  223. "runtime": {
  224. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {
  225. "assemblyVersion": "4.5.0.0",
  226. "fileVersion": "4.500.23.10905"
  227. }
  228. },
  229. "resources": {
  230. "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  231. "locale": "cs"
  232. },
  233. "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  234. "locale": "de"
  235. },
  236. "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  237. "locale": "es"
  238. },
  239. "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  240. "locale": "fr"
  241. },
  242. "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  243. "locale": "it"
  244. },
  245. "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  246. "locale": "ja"
  247. },
  248. "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  249. "locale": "ko"
  250. },
  251. "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  252. "locale": "pl"
  253. },
  254. "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  255. "locale": "pt-BR"
  256. },
  257. "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  258. "locale": "ru"
  259. },
  260. "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  261. "locale": "tr"
  262. },
  263. "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  264. "locale": "zh-Hans"
  265. },
  266. "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  267. "locale": "zh-Hant"
  268. }
  269. }
  270. },
  271. "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": {
  272. "dependencies": {
  273. "Humanizer.Core": "2.14.1",
  274. "Microsoft.CodeAnalysis.CSharp": "4.5.0",
  275. "Microsoft.CodeAnalysis.Common": "4.5.0",
  276. "Microsoft.CodeAnalysis.Workspaces.Common": "4.5.0"
  277. },
  278. "runtime": {
  279. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": {
  280. "assemblyVersion": "4.5.0.0",
  281. "fileVersion": "4.500.23.10905"
  282. }
  283. },
  284. "resources": {
  285. "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  286. "locale": "cs"
  287. },
  288. "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  289. "locale": "de"
  290. },
  291. "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  292. "locale": "es"
  293. },
  294. "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  295. "locale": "fr"
  296. },
  297. "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  298. "locale": "it"
  299. },
  300. "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  301. "locale": "ja"
  302. },
  303. "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  304. "locale": "ko"
  305. },
  306. "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  307. "locale": "pl"
  308. },
  309. "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  310. "locale": "pt-BR"
  311. },
  312. "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  313. "locale": "ru"
  314. },
  315. "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  316. "locale": "tr"
  317. },
  318. "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  319. "locale": "zh-Hans"
  320. },
  321. "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": {
  322. "locale": "zh-Hant"
  323. }
  324. }
  325. },
  326. "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": {
  327. "dependencies": {
  328. "Humanizer.Core": "2.14.1",
  329. "Microsoft.Bcl.AsyncInterfaces": "6.0.0",
  330. "Microsoft.CodeAnalysis.Common": "4.5.0",
  331. "System.Composition": "6.0.0",
  332. "System.IO.Pipelines": "6.0.3",
  333. "System.Threading.Channels": "6.0.0"
  334. },
  335. "runtime": {
  336. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": {
  337. "assemblyVersion": "4.5.0.0",
  338. "fileVersion": "4.500.23.10905"
  339. }
  340. },
  341. "resources": {
  342. "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  343. "locale": "cs"
  344. },
  345. "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  346. "locale": "de"
  347. },
  348. "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  349. "locale": "es"
  350. },
  351. "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  352. "locale": "fr"
  353. },
  354. "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  355. "locale": "it"
  356. },
  357. "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  358. "locale": "ja"
  359. },
  360. "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  361. "locale": "ko"
  362. },
  363. "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  364. "locale": "pl"
  365. },
  366. "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  367. "locale": "pt-BR"
  368. },
  369. "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  370. "locale": "ru"
  371. },
  372. "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  373. "locale": "tr"
  374. },
  375. "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  376. "locale": "zh-Hans"
  377. },
  378. "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": {
  379. "locale": "zh-Hant"
  380. }
  381. }
  382. },
  383. "Microsoft.CSharp/4.7.0": {},
  384. "Microsoft.Data.SqlClient/5.1.5": {
  385. "dependencies": {
  386. "Azure.Identity": "1.10.3",
  387. "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
  388. "Microsoft.Identity.Client": "4.61.3",
  389. "Microsoft.IdentityModel.JsonWebTokens": "7.1.2",
  390. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2",
  391. "Microsoft.SqlServer.Server": "1.0.0",
  392. "System.Configuration.ConfigurationManager": "6.0.1",
  393. "System.Diagnostics.DiagnosticSource": "6.0.1",
  394. "System.Runtime.Caching": "6.0.0",
  395. "System.Security.Cryptography.Cng": "5.0.0",
  396. "System.Security.Principal.Windows": "5.0.0",
  397. "System.Text.Encoding.CodePages": "6.0.0",
  398. "System.Text.Encodings.Web": "8.0.0"
  399. },
  400. "runtime": {
  401. "lib/net6.0/Microsoft.Data.SqlClient.dll": {
  402. "assemblyVersion": "5.0.0.0",
  403. "fileVersion": "5.15.24027.2"
  404. }
  405. },
  406. "runtimeTargets": {
  407. "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  408. "rid": "unix",
  409. "assetType": "runtime",
  410. "assemblyVersion": "5.0.0.0",
  411. "fileVersion": "5.15.24027.2"
  412. },
  413. "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  414. "rid": "win",
  415. "assetType": "runtime",
  416. "assemblyVersion": "5.0.0.0",
  417. "fileVersion": "5.15.24027.2"
  418. }
  419. }
  420. },
  421. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  422. "runtimeTargets": {
  423. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  424. "rid": "win-arm",
  425. "assetType": "native",
  426. "fileVersion": "5.1.1.0"
  427. },
  428. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  429. "rid": "win-arm64",
  430. "assetType": "native",
  431. "fileVersion": "5.1.1.0"
  432. },
  433. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  434. "rid": "win-x64",
  435. "assetType": "native",
  436. "fileVersion": "5.1.1.0"
  437. },
  438. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  439. "rid": "win-x86",
  440. "assetType": "native",
  441. "fileVersion": "5.1.1.0"
  442. }
  443. }
  444. },
  445. "Microsoft.EntityFrameworkCore/8.0.4": {
  446. "dependencies": {
  447. "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4",
  448. "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4",
  449. "Microsoft.Extensions.Caching.Memory": "8.0.0",
  450. "Microsoft.Extensions.Logging": "8.0.0"
  451. },
  452. "runtime": {
  453. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  454. "assemblyVersion": "8.0.4.0",
  455. "fileVersion": "8.0.424.16902"
  456. }
  457. }
  458. },
  459. "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": {
  460. "runtime": {
  461. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  462. "assemblyVersion": "8.0.4.0",
  463. "fileVersion": "8.0.424.16902"
  464. }
  465. }
  466. },
  467. "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": {},
  468. "Microsoft.EntityFrameworkCore.Design/8.0.0": {
  469. "dependencies": {
  470. "Humanizer.Core": "2.14.1",
  471. "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.5.0",
  472. "Microsoft.EntityFrameworkCore.Relational": "8.0.4",
  473. "Microsoft.Extensions.DependencyModel": "8.0.0",
  474. "Mono.TextTemplating": "2.2.1"
  475. },
  476. "runtime": {
  477. "lib/net8.0/Microsoft.EntityFrameworkCore.Design.dll": {
  478. "assemblyVersion": "8.0.0.0",
  479. "fileVersion": "8.0.23.53103"
  480. }
  481. }
  482. },
  483. "Microsoft.EntityFrameworkCore.Relational/8.0.4": {
  484. "dependencies": {
  485. "Microsoft.EntityFrameworkCore": "8.0.4",
  486. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  487. },
  488. "runtime": {
  489. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  490. "assemblyVersion": "8.0.4.0",
  491. "fileVersion": "8.0.424.16902"
  492. }
  493. }
  494. },
  495. "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": {
  496. "dependencies": {
  497. "Microsoft.Data.SqlClient": "5.1.5",
  498. "Microsoft.EntityFrameworkCore.Relational": "8.0.4"
  499. },
  500. "runtime": {
  501. "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  502. "assemblyVersion": "8.0.4.0",
  503. "fileVersion": "8.0.424.16902"
  504. }
  505. }
  506. },
  507. "Microsoft.EntityFrameworkCore.Tools/8.0.0": {
  508. "dependencies": {
  509. "Microsoft.EntityFrameworkCore.Design": "8.0.0"
  510. }
  511. },
  512. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  513. "dependencies": {
  514. "Microsoft.Extensions.Primitives": "8.0.0"
  515. }
  516. },
  517. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  518. "dependencies": {
  519. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  520. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  521. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  522. "Microsoft.Extensions.Options": "8.0.0",
  523. "Microsoft.Extensions.Primitives": "8.0.0"
  524. }
  525. },
  526. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  527. "dependencies": {
  528. "Microsoft.Extensions.Primitives": "8.0.0"
  529. }
  530. },
  531. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  532. "dependencies": {
  533. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  534. }
  535. },
  536. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": {
  537. "runtime": {
  538. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  539. "assemblyVersion": "8.0.0.0",
  540. "fileVersion": "8.0.324.11423"
  541. }
  542. }
  543. },
  544. "Microsoft.Extensions.DependencyModel/8.0.0": {
  545. "dependencies": {
  546. "System.Text.Encodings.Web": "8.0.0",
  547. "System.Text.Json": "8.0.0"
  548. },
  549. "runtime": {
  550. "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": {
  551. "assemblyVersion": "8.0.0.0",
  552. "fileVersion": "8.0.23.53103"
  553. }
  554. }
  555. },
  556. "Microsoft.Extensions.Identity.Core/8.0.0": {
  557. "dependencies": {
  558. "Microsoft.AspNetCore.Cryptography.KeyDerivation": "8.0.0",
  559. "Microsoft.Extensions.Logging": "8.0.0",
  560. "Microsoft.Extensions.Options": "8.0.0"
  561. }
  562. },
  563. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  564. "dependencies": {
  565. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  566. "Microsoft.Extensions.Identity.Core": "8.0.0",
  567. "Microsoft.Extensions.Logging": "8.0.0"
  568. }
  569. },
  570. "Microsoft.Extensions.Logging/8.0.0": {
  571. "dependencies": {
  572. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  573. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  574. "Microsoft.Extensions.Options": "8.0.0"
  575. }
  576. },
  577. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  578. "dependencies": {
  579. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1"
  580. }
  581. },
  582. "Microsoft.Extensions.Options/8.0.0": {
  583. "dependencies": {
  584. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1",
  585. "Microsoft.Extensions.Primitives": "8.0.0"
  586. }
  587. },
  588. "Microsoft.Extensions.Primitives/8.0.0": {},
  589. "Microsoft.Identity.Client/4.61.3": {
  590. "dependencies": {
  591. "Microsoft.IdentityModel.Abstractions": "7.1.2",
  592. "System.Diagnostics.DiagnosticSource": "6.0.1"
  593. },
  594. "runtime": {
  595. "lib/net6.0/Microsoft.Identity.Client.dll": {
  596. "assemblyVersion": "4.61.3.0",
  597. "fileVersion": "4.61.3.0"
  598. }
  599. }
  600. },
  601. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  602. "dependencies": {
  603. "Microsoft.Identity.Client": "4.61.3",
  604. "System.Security.Cryptography.ProtectedData": "6.0.0"
  605. },
  606. "runtime": {
  607. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  608. "assemblyVersion": "4.61.3.0",
  609. "fileVersion": "4.61.3.0"
  610. }
  611. }
  612. },
  613. "Microsoft.IdentityModel.Abstractions/7.1.2": {
  614. "runtime": {
  615. "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": {
  616. "assemblyVersion": "7.1.2.0",
  617. "fileVersion": "7.1.2.41121"
  618. }
  619. }
  620. },
  621. "Microsoft.IdentityModel.JsonWebTokens/7.1.2": {
  622. "dependencies": {
  623. "Microsoft.IdentityModel.Tokens": "7.1.2"
  624. },
  625. "runtime": {
  626. "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  627. "assemblyVersion": "7.1.2.0",
  628. "fileVersion": "7.1.2.41121"
  629. }
  630. }
  631. },
  632. "Microsoft.IdentityModel.Logging/7.1.2": {
  633. "dependencies": {
  634. "Microsoft.IdentityModel.Abstractions": "7.1.2"
  635. },
  636. "runtime": {
  637. "lib/net8.0/Microsoft.IdentityModel.Logging.dll": {
  638. "assemblyVersion": "7.1.2.0",
  639. "fileVersion": "7.1.2.41121"
  640. }
  641. }
  642. },
  643. "Microsoft.IdentityModel.Protocols/7.1.2": {
  644. "dependencies": {
  645. "Microsoft.IdentityModel.Logging": "7.1.2",
  646. "Microsoft.IdentityModel.Tokens": "7.1.2"
  647. },
  648. "runtime": {
  649. "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": {
  650. "assemblyVersion": "7.1.2.0",
  651. "fileVersion": "7.1.2.41121"
  652. }
  653. }
  654. },
  655. "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": {
  656. "dependencies": {
  657. "Microsoft.IdentityModel.Protocols": "7.1.2",
  658. "System.IdentityModel.Tokens.Jwt": "7.1.2"
  659. },
  660. "runtime": {
  661. "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  662. "assemblyVersion": "7.1.2.0",
  663. "fileVersion": "7.1.2.41121"
  664. }
  665. }
  666. },
  667. "Microsoft.IdentityModel.Tokens/7.1.2": {
  668. "dependencies": {
  669. "Microsoft.IdentityModel.Logging": "7.1.2"
  670. },
  671. "runtime": {
  672. "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": {
  673. "assemblyVersion": "7.1.2.0",
  674. "fileVersion": "7.1.2.41121"
  675. }
  676. }
  677. },
  678. "Microsoft.InformationProtection.File/1.14.128": {
  679. "runtime": {
  680. "lib/netstandard2.0/Microsoft.InformationProtection.dll": {
  681. "assemblyVersion": "1.14.128.0",
  682. "fileVersion": "1.14.128.0"
  683. }
  684. }
  685. },
  686. "Microsoft.SqlServer.Server/1.0.0": {
  687. "runtime": {
  688. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  689. "assemblyVersion": "1.0.0.0",
  690. "fileVersion": "1.0.0.0"
  691. }
  692. }
  693. },
  694. "Microsoft.Win32.SystemEvents/6.0.0": {
  695. "runtime": {
  696. "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  697. "assemblyVersion": "6.0.0.0",
  698. "fileVersion": "6.0.21.52210"
  699. }
  700. },
  701. "runtimeTargets": {
  702. "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  703. "rid": "win",
  704. "assetType": "runtime",
  705. "assemblyVersion": "6.0.0.0",
  706. "fileVersion": "6.0.21.52210"
  707. }
  708. }
  709. },
  710. "Mono.TextTemplating/2.2.1": {
  711. "dependencies": {
  712. "System.CodeDom": "4.4.0"
  713. },
  714. "runtime": {
  715. "lib/netstandard2.0/Mono.TextTemplating.dll": {
  716. "assemblyVersion": "2.2.0.0",
  717. "fileVersion": "2.2.1.1"
  718. }
  719. }
  720. },
  721. "Newtonsoft.Json/13.0.3": {
  722. "runtime": {
  723. "lib/net6.0/Newtonsoft.Json.dll": {
  724. "assemblyVersion": "13.0.0.0",
  725. "fileVersion": "13.0.3.27908"
  726. }
  727. }
  728. },
  729. "NReco.PdfGenerator/1.2.1": {
  730. "runtime": {
  731. "lib/netstandard2.0/NReco.PdfGenerator.dll": {
  732. "assemblyVersion": "1.2.1.0",
  733. "fileVersion": "1.2.1.0"
  734. }
  735. }
  736. },
  737. "Serilog/4.0.0": {
  738. "runtime": {
  739. "lib/net8.0/Serilog.dll": {
  740. "assemblyVersion": "4.0.0.0",
  741. "fileVersion": "4.0.0.0"
  742. }
  743. }
  744. },
  745. "System.CodeDom/4.4.0": {
  746. "runtime": {
  747. "lib/netstandard2.0/System.CodeDom.dll": {
  748. "assemblyVersion": "4.0.0.0",
  749. "fileVersion": "4.6.25519.3"
  750. }
  751. }
  752. },
  753. "System.Collections.Immutable/6.0.0": {
  754. "dependencies": {
  755. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  756. }
  757. },
  758. "System.Composition/6.0.0": {
  759. "dependencies": {
  760. "System.Composition.AttributedModel": "6.0.0",
  761. "System.Composition.Convention": "6.0.0",
  762. "System.Composition.Hosting": "6.0.0",
  763. "System.Composition.Runtime": "6.0.0",
  764. "System.Composition.TypedParts": "6.0.0"
  765. }
  766. },
  767. "System.Composition.AttributedModel/6.0.0": {
  768. "runtime": {
  769. "lib/net6.0/System.Composition.AttributedModel.dll": {
  770. "assemblyVersion": "6.0.0.0",
  771. "fileVersion": "6.0.21.52210"
  772. }
  773. }
  774. },
  775. "System.Composition.Convention/6.0.0": {
  776. "dependencies": {
  777. "System.Composition.AttributedModel": "6.0.0"
  778. },
  779. "runtime": {
  780. "lib/net6.0/System.Composition.Convention.dll": {
  781. "assemblyVersion": "6.0.0.0",
  782. "fileVersion": "6.0.21.52210"
  783. }
  784. }
  785. },
  786. "System.Composition.Hosting/6.0.0": {
  787. "dependencies": {
  788. "System.Composition.Runtime": "6.0.0"
  789. },
  790. "runtime": {
  791. "lib/net6.0/System.Composition.Hosting.dll": {
  792. "assemblyVersion": "6.0.0.0",
  793. "fileVersion": "6.0.21.52210"
  794. }
  795. }
  796. },
  797. "System.Composition.Runtime/6.0.0": {
  798. "runtime": {
  799. "lib/net6.0/System.Composition.Runtime.dll": {
  800. "assemblyVersion": "6.0.0.0",
  801. "fileVersion": "6.0.21.52210"
  802. }
  803. }
  804. },
  805. "System.Composition.TypedParts/6.0.0": {
  806. "dependencies": {
  807. "System.Composition.AttributedModel": "6.0.0",
  808. "System.Composition.Hosting": "6.0.0",
  809. "System.Composition.Runtime": "6.0.0"
  810. },
  811. "runtime": {
  812. "lib/net6.0/System.Composition.TypedParts.dll": {
  813. "assemblyVersion": "6.0.0.0",
  814. "fileVersion": "6.0.21.52210"
  815. }
  816. }
  817. },
  818. "System.Configuration.ConfigurationManager/6.0.1": {
  819. "dependencies": {
  820. "System.Security.Cryptography.ProtectedData": "6.0.0",
  821. "System.Security.Permissions": "6.0.0"
  822. },
  823. "runtime": {
  824. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  825. "assemblyVersion": "6.0.0.0",
  826. "fileVersion": "6.0.922.41905"
  827. }
  828. }
  829. },
  830. "System.Diagnostics.DiagnosticSource/6.0.1": {
  831. "dependencies": {
  832. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  833. }
  834. },
  835. "System.Drawing.Common/6.0.0": {
  836. "dependencies": {
  837. "Microsoft.Win32.SystemEvents": "6.0.0"
  838. },
  839. "runtime": {
  840. "lib/net6.0/System.Drawing.Common.dll": {
  841. "assemblyVersion": "6.0.0.0",
  842. "fileVersion": "6.0.21.52210"
  843. }
  844. },
  845. "runtimeTargets": {
  846. "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
  847. "rid": "unix",
  848. "assetType": "runtime",
  849. "assemblyVersion": "6.0.0.0",
  850. "fileVersion": "6.0.21.52210"
  851. },
  852. "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
  853. "rid": "win",
  854. "assetType": "runtime",
  855. "assemblyVersion": "6.0.0.0",
  856. "fileVersion": "6.0.21.52210"
  857. }
  858. }
  859. },
  860. "System.Formats.Asn1/5.0.0": {},
  861. "System.IdentityModel.Tokens.Jwt/7.1.2": {
  862. "dependencies": {
  863. "Microsoft.IdentityModel.JsonWebTokens": "7.1.2",
  864. "Microsoft.IdentityModel.Tokens": "7.1.2"
  865. },
  866. "runtime": {
  867. "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": {
  868. "assemblyVersion": "7.1.2.0",
  869. "fileVersion": "7.1.2.41121"
  870. }
  871. }
  872. },
  873. "System.IO.Pipelines/6.0.3": {},
  874. "System.Memory/4.5.4": {},
  875. "System.Memory.Data/1.0.2": {
  876. "dependencies": {
  877. "System.Text.Encodings.Web": "8.0.0",
  878. "System.Text.Json": "8.0.0"
  879. },
  880. "runtime": {
  881. "lib/netstandard2.0/System.Memory.Data.dll": {
  882. "assemblyVersion": "1.0.2.0",
  883. "fileVersion": "1.0.221.20802"
  884. }
  885. }
  886. },
  887. "System.Numerics.Vectors/4.5.0": {},
  888. "System.Reflection.Metadata/6.0.1": {
  889. "dependencies": {
  890. "System.Collections.Immutable": "6.0.0"
  891. }
  892. },
  893. "System.Runtime.Caching/6.0.0": {
  894. "dependencies": {
  895. "System.Configuration.ConfigurationManager": "6.0.1"
  896. },
  897. "runtime": {
  898. "lib/net6.0/System.Runtime.Caching.dll": {
  899. "assemblyVersion": "4.0.0.0",
  900. "fileVersion": "6.0.21.52210"
  901. }
  902. },
  903. "runtimeTargets": {
  904. "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
  905. "rid": "win",
  906. "assetType": "runtime",
  907. "assemblyVersion": "4.0.0.0",
  908. "fileVersion": "6.0.21.52210"
  909. }
  910. }
  911. },
  912. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  913. "System.Security.AccessControl/6.0.0": {},
  914. "System.Security.Cryptography.Cng/5.0.0": {
  915. "dependencies": {
  916. "System.Formats.Asn1": "5.0.0"
  917. }
  918. },
  919. "System.Security.Cryptography.ProtectedData/6.0.0": {
  920. "runtime": {
  921. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  922. "assemblyVersion": "6.0.0.0",
  923. "fileVersion": "6.0.21.52210"
  924. }
  925. },
  926. "runtimeTargets": {
  927. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  928. "rid": "win",
  929. "assetType": "runtime",
  930. "assemblyVersion": "6.0.0.0",
  931. "fileVersion": "6.0.21.52210"
  932. }
  933. }
  934. },
  935. "System.Security.Permissions/6.0.0": {
  936. "dependencies": {
  937. "System.Security.AccessControl": "6.0.0",
  938. "System.Windows.Extensions": "6.0.0"
  939. },
  940. "runtime": {
  941. "lib/net6.0/System.Security.Permissions.dll": {
  942. "assemblyVersion": "6.0.0.0",
  943. "fileVersion": "6.0.21.52210"
  944. }
  945. }
  946. },
  947. "System.Security.Principal.Windows/5.0.0": {},
  948. "System.Text.Encoding.CodePages/6.0.0": {
  949. "dependencies": {
  950. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  951. }
  952. },
  953. "System.Text.Encodings.Web/8.0.0": {},
  954. "System.Text.Json/8.0.0": {
  955. "dependencies": {
  956. "System.Text.Encodings.Web": "8.0.0"
  957. }
  958. },
  959. "System.Threading.Channels/6.0.0": {},
  960. "System.Threading.Tasks.Extensions/4.5.4": {},
  961. "System.Windows.Extensions/6.0.0": {
  962. "dependencies": {
  963. "System.Drawing.Common": "6.0.0"
  964. },
  965. "runtime": {
  966. "lib/net6.0/System.Windows.Extensions.dll": {
  967. "assemblyVersion": "6.0.0.0",
  968. "fileVersion": "6.0.21.52210"
  969. }
  970. },
  971. "runtimeTargets": {
  972. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  973. "rid": "win",
  974. "assetType": "runtime",
  975. "assemblyVersion": "6.0.0.0",
  976. "fileVersion": "6.0.21.52210"
  977. }
  978. }
  979. },
  980. "AipGateway.AIP/1.0.0": {
  981. "dependencies": {
  982. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  983. "Microsoft.Identity.Client": "4.61.3",
  984. "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
  985. "Microsoft.InformationProtection.File": "1.14.128",
  986. "Serilog": "4.0.0",
  987. "log4net": "2.0.17"
  988. },
  989. "runtime": {
  990. "AipGateway.AIP.dll": {}
  991. }
  992. },
  993. "AipGateway.API.Domain/1.0.0": {
  994. "dependencies": {
  995. "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
  996. "FluentValidation": "11.9.1",
  997. "FluentValidation.DependencyInjectionExtensions": "11.9.1",
  998. "Microsoft.AspNetCore.Http.Features": "5.0.17",
  999. "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "8.0.0",
  1000. "Microsoft.EntityFrameworkCore": "8.0.4",
  1001. "Microsoft.EntityFrameworkCore.SqlServer": "8.0.4",
  1002. "Microsoft.Extensions.Identity.Stores": "8.0.0",
  1003. "NReco.PdfGenerator": "1.2.1",
  1004. "Newtonsoft.Json": "13.0.3"
  1005. },
  1006. "runtime": {
  1007. "AipGateway.API.Domain.dll": {}
  1008. }
  1009. },
  1010. "AipGateway.API.Infrastructure/1.0.0": {
  1011. "dependencies": {
  1012. "AipGateway.API.Domain": "1.0.0",
  1013. "Microsoft.EntityFrameworkCore": "8.0.4"
  1014. },
  1015. "runtime": {
  1016. "AipGateway.API.Infrastructure.dll": {}
  1017. }
  1018. }
  1019. }
  1020. },
  1021. "libraries": {
  1022. "AipGateway.API.Application/1.0.0": {
  1023. "type": "project",
  1024. "serviceable": false,
  1025. "sha512": ""
  1026. },
  1027. "AutoMapper/12.0.1": {
  1028. "type": "package",
  1029. "serviceable": true,
  1030. "sha512": "sha512-hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==",
  1031. "path": "automapper/12.0.1",
  1032. "hashPath": "automapper.12.0.1.nupkg.sha512"
  1033. },
  1034. "AutoMapper.Extensions.Microsoft.DependencyInjection/12.0.1": {
  1035. "type": "package",
  1036. "serviceable": true,
  1037. "sha512": "sha512-+g/K+Vpe3gGMKGzjslMOdqNlkikScDjWfVvmWTayrDHaG/n2pPmFBMa+jKX1r/h6BDGFdkyRjAuhFE3ykW+r1g==",
  1038. "path": "automapper.extensions.microsoft.dependencyinjection/12.0.1",
  1039. "hashPath": "automapper.extensions.microsoft.dependencyinjection.12.0.1.nupkg.sha512"
  1040. },
  1041. "Azure.Core/1.35.0": {
  1042. "type": "package",
  1043. "serviceable": true,
  1044. "sha512": "sha512-hENcx03Jyuqv05F4RBEPbxz29UrM3Nbhnr6Wl6NQpoU9BCIbL3XLentrxDCTrH54NLS11Exxi/o8MYgT/cnKFA==",
  1045. "path": "azure.core/1.35.0",
  1046. "hashPath": "azure.core.1.35.0.nupkg.sha512"
  1047. },
  1048. "Azure.Identity/1.10.3": {
  1049. "type": "package",
  1050. "serviceable": true,
  1051. "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==",
  1052. "path": "azure.identity/1.10.3",
  1053. "hashPath": "azure.identity.1.10.3.nupkg.sha512"
  1054. },
  1055. "FluentValidation/11.9.1": {
  1056. "type": "package",
  1057. "serviceable": true,
  1058. "sha512": "sha512-C+PqISSMdlOZZJx0Hx25atW32tv4vbpsaiQB+PLjK+ZGLzOFuHl1fUJ3Lny77mIZ31ZtYtNG0JgUjxa3wwLsWg==",
  1059. "path": "fluentvalidation/11.9.1",
  1060. "hashPath": "fluentvalidation.11.9.1.nupkg.sha512"
  1061. },
  1062. "FluentValidation.DependencyInjectionExtensions/11.9.1": {
  1063. "type": "package",
  1064. "serviceable": true,
  1065. "sha512": "sha512-3jJbFcCWhiXhrCKFPjKihzccmosv+CleYewd2zEYS4aaUHx9zQSgOvkYbWUGTbDwJ5j2nDWE0Pr1EQ2xY4pryg==",
  1066. "path": "fluentvalidation.dependencyinjectionextensions/11.9.1",
  1067. "hashPath": "fluentvalidation.dependencyinjectionextensions.11.9.1.nupkg.sha512"
  1068. },
  1069. "Humanizer.Core/2.14.1": {
  1070. "type": "package",
  1071. "serviceable": true,
  1072. "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
  1073. "path": "humanizer.core/2.14.1",
  1074. "hashPath": "humanizer.core.2.14.1.nupkg.sha512"
  1075. },
  1076. "log4net/2.0.17": {
  1077. "type": "package",
  1078. "serviceable": true,
  1079. "sha512": "sha512-qnnDf/ubJzwm2i1xH7nRMjEDoD+ctse7nZDqb+p7L1PvZc6ykpMoEesWr1/9hFqlsbII2v9e8yyQHJhoDQh7ZA==",
  1080. "path": "log4net/2.0.17",
  1081. "hashPath": "log4net.2.0.17.nupkg.sha512"
  1082. },
  1083. "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": {
  1084. "type": "package",
  1085. "serviceable": true,
  1086. "sha512": "sha512-tHnHRBgQyiVNZJ8PksNinLdGOsE8+tFFv3E9QEtmwO+iyTHRvg4bJ4X0XZG1u9KxXMTJuAdeIWKWYr2rTLEHqQ==",
  1087. "path": "microsoft.aspnetcore.authentication.jwtbearer/8.0.4",
  1088. "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.8.0.4.nupkg.sha512"
  1089. },
  1090. "Microsoft.AspNetCore.Cryptography.Internal/8.0.0": {
  1091. "type": "package",
  1092. "serviceable": true,
  1093. "sha512": "sha512-buuMMCTxFcVkOkEftb2OafYxrveNGre9KJF4Oi1DkR4rxIj6oLam7Wq3g0Fp9hNVpJteKEPiupsxYnPrD/oUGA==",
  1094. "path": "microsoft.aspnetcore.cryptography.internal/8.0.0",
  1095. "hashPath": "microsoft.aspnetcore.cryptography.internal.8.0.0.nupkg.sha512"
  1096. },
  1097. "Microsoft.AspNetCore.Cryptography.KeyDerivation/8.0.0": {
  1098. "type": "package",
  1099. "serviceable": true,
  1100. "sha512": "sha512-65w93R5wqUUs35R9wjHHDf75GqAbxJsNByKZo5TbQOWSXcUbLWrDUWBQHv78iXIT0PL1pXNqKQz7OHiHMvo0/A==",
  1101. "path": "microsoft.aspnetcore.cryptography.keyderivation/8.0.0",
  1102. "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.8.0.0.nupkg.sha512"
  1103. },
  1104. "Microsoft.AspNetCore.Http.Features/5.0.17": {
  1105. "type": "package",
  1106. "serviceable": true,
  1107. "sha512": "sha512-3jG2xS+dx8DDCGV/F+STdPTg89lX3ao3dF/VEPvJaz3wzBIjuadipTtYNEXDIVuOPZwb6jdmhrX9jkzOIBm5cw==",
  1108. "path": "microsoft.aspnetcore.http.features/5.0.17",
  1109. "hashPath": "microsoft.aspnetcore.http.features.5.0.17.nupkg.sha512"
  1110. },
  1111. "Microsoft.AspNetCore.Identity.EntityFrameworkCore/8.0.0": {
  1112. "type": "package",
  1113. "serviceable": true,
  1114. "sha512": "sha512-ua2LSZY/f0BkNUUVPPm83eq4Xnt+FZYutiMimRrzSmv2K2t2Ia/PuP4CfibYNSwnKl6fbZ49Bwn2mQGWnmmvOA==",
  1115. "path": "microsoft.aspnetcore.identity.entityframeworkcore/8.0.0",
  1116. "hashPath": "microsoft.aspnetcore.identity.entityframeworkcore.8.0.0.nupkg.sha512"
  1117. },
  1118. "Microsoft.Bcl.AsyncInterfaces/6.0.0": {
  1119. "type": "package",
  1120. "serviceable": true,
  1121. "sha512": "sha512-UcSjPsst+DfAdJGVDsu346FX0ci0ah+lw3WRtn18NUwEqRt70HaOQ7lI72vy3+1LxtqI3T5GWwV39rQSrCzAeg==",
  1122. "path": "microsoft.bcl.asyncinterfaces/6.0.0",
  1123. "hashPath": "microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512"
  1124. },
  1125. "Microsoft.CodeAnalysis.Analyzers/3.3.3": {
  1126. "type": "package",
  1127. "serviceable": true,
  1128. "sha512": "sha512-j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==",
  1129. "path": "microsoft.codeanalysis.analyzers/3.3.3",
  1130. "hashPath": "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512"
  1131. },
  1132. "Microsoft.CodeAnalysis.Common/4.5.0": {
  1133. "type": "package",
  1134. "serviceable": true,
  1135. "sha512": "sha512-lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==",
  1136. "path": "microsoft.codeanalysis.common/4.5.0",
  1137. "hashPath": "microsoft.codeanalysis.common.4.5.0.nupkg.sha512"
  1138. },
  1139. "Microsoft.CodeAnalysis.CSharp/4.5.0": {
  1140. "type": "package",
  1141. "serviceable": true,
  1142. "sha512": "sha512-cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==",
  1143. "path": "microsoft.codeanalysis.csharp/4.5.0",
  1144. "hashPath": "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512"
  1145. },
  1146. "Microsoft.CodeAnalysis.CSharp.Workspaces/4.5.0": {
  1147. "type": "package",
  1148. "serviceable": true,
  1149. "sha512": "sha512-h74wTpmGOp4yS4hj+EvNzEiPgg/KVs2wmSfTZ81upJZOtPkJsVkgfsgtxxqmAeapjT/vLKfmYV0bS8n5MNVP+g==",
  1150. "path": "microsoft.codeanalysis.csharp.workspaces/4.5.0",
  1151. "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512"
  1152. },
  1153. "Microsoft.CodeAnalysis.Workspaces.Common/4.5.0": {
  1154. "type": "package",
  1155. "serviceable": true,
  1156. "sha512": "sha512-l4dDRmGELXG72XZaonnOeORyD/T5RpEu5LGHOUIhnv+MmUWDY/m1kWXGwtcgQ5CJ5ynkFiRnIYzTKXYjUs7rbw==",
  1157. "path": "microsoft.codeanalysis.workspaces.common/4.5.0",
  1158. "hashPath": "microsoft.codeanalysis.workspaces.common.4.5.0.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.Design/8.0.0": {
  1203. "type": "package",
  1204. "serviceable": true,
  1205. "sha512": "sha512-94reKYu63jg4O75UI3LMJHwOSi8tQ6IfubiZhdnSsWcgtmAuF8OyLfjK/MIxuvaQRJZAF6E747FIuxjOtb8/og==",
  1206. "path": "microsoft.entityframeworkcore.design/8.0.0",
  1207. "hashPath": "microsoft.entityframeworkcore.design.8.0.0.nupkg.sha512"
  1208. },
  1209. "Microsoft.EntityFrameworkCore.Relational/8.0.4": {
  1210. "type": "package",
  1211. "serviceable": true,
  1212. "sha512": "sha512-aWLT6e9a8oMzXgF0YQpYYa3mDeU+yb2UQSQ+RrIgyGgSpzPfSKgpA7v2kOVDuZr2AQ6NNAlWPaBG7wZuKQI96w==",
  1213. "path": "microsoft.entityframeworkcore.relational/8.0.4",
  1214. "hashPath": "microsoft.entityframeworkcore.relational.8.0.4.nupkg.sha512"
  1215. },
  1216. "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": {
  1217. "type": "package",
  1218. "serviceable": true,
  1219. "sha512": "sha512-/IlHNxzZGqiuVi+FPtjFZgAOfY989fTPtxw8zhmlFwv5M2WJzBSMlAP4jNVQX/k7/qu+y1YvddPxg4O5QdeRXw==",
  1220. "path": "microsoft.entityframeworkcore.sqlserver/8.0.4",
  1221. "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.4.nupkg.sha512"
  1222. },
  1223. "Microsoft.EntityFrameworkCore.Tools/8.0.0": {
  1224. "type": "package",
  1225. "serviceable": true,
  1226. "sha512": "sha512-zRdaXiiB1gEA0b+AJTd2+drh78gkEA4HyZ1vqNZrKq4xwW8WwavSiQsoeb1UsIMZkocLMBbhQYWClkZzuTKEgQ==",
  1227. "path": "microsoft.entityframeworkcore.tools/8.0.0",
  1228. "hashPath": "microsoft.entityframeworkcore.tools.8.0.0.nupkg.sha512"
  1229. },
  1230. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  1231. "type": "package",
  1232. "serviceable": true,
  1233. "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
  1234. "path": "microsoft.extensions.caching.abstractions/8.0.0",
  1235. "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
  1236. },
  1237. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  1238. "type": "package",
  1239. "serviceable": true,
  1240. "sha512": "sha512-7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==",
  1241. "path": "microsoft.extensions.caching.memory/8.0.0",
  1242. "hashPath": "microsoft.extensions.caching.memory.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.DependencyInjection/8.0.0": {
  1252. "type": "package",
  1253. "serviceable": true,
  1254. "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
  1255. "path": "microsoft.extensions.dependencyinjection/8.0.0",
  1256. "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512"
  1257. },
  1258. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1": {
  1259. "type": "package",
  1260. "serviceable": true,
  1261. "sha512": "sha512-fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA==",
  1262. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.1",
  1263. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.1.nupkg.sha512"
  1264. },
  1265. "Microsoft.Extensions.DependencyModel/8.0.0": {
  1266. "type": "package",
  1267. "serviceable": true,
  1268. "sha512": "sha512-NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==",
  1269. "path": "microsoft.extensions.dependencymodel/8.0.0",
  1270. "hashPath": "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512"
  1271. },
  1272. "Microsoft.Extensions.Identity.Core/8.0.0": {
  1273. "type": "package",
  1274. "serviceable": true,
  1275. "sha512": "sha512-hnXHyIQc+uc2uNMcIbr43+oNBAPEhMpW6lE8ux3MOegRz50WBna4AItlZDY7Y+Id1LLBbf73osUqeTw7CQ371w==",
  1276. "path": "microsoft.extensions.identity.core/8.0.0",
  1277. "hashPath": "microsoft.extensions.identity.core.8.0.0.nupkg.sha512"
  1278. },
  1279. "Microsoft.Extensions.Identity.Stores/8.0.0": {
  1280. "type": "package",
  1281. "serviceable": true,
  1282. "sha512": "sha512-DmDCpSpngZDBm44wVmxCeYs4HGJr/m32jMItp6pfb7KKtqWYw2vybHRg880j18k/eSFyM4v9uONsnEPgDdi9lg==",
  1283. "path": "microsoft.extensions.identity.stores/8.0.0",
  1284. "hashPath": "microsoft.extensions.identity.stores.8.0.0.nupkg.sha512"
  1285. },
  1286. "Microsoft.Extensions.Logging/8.0.0": {
  1287. "type": "package",
  1288. "serviceable": true,
  1289. "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
  1290. "path": "microsoft.extensions.logging/8.0.0",
  1291. "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512"
  1292. },
  1293. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  1294. "type": "package",
  1295. "serviceable": true,
  1296. "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  1297. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  1298. "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
  1299. },
  1300. "Microsoft.Extensions.Options/8.0.0": {
  1301. "type": "package",
  1302. "serviceable": true,
  1303. "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
  1304. "path": "microsoft.extensions.options/8.0.0",
  1305. "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512"
  1306. },
  1307. "Microsoft.Extensions.Primitives/8.0.0": {
  1308. "type": "package",
  1309. "serviceable": true,
  1310. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  1311. "path": "microsoft.extensions.primitives/8.0.0",
  1312. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  1313. },
  1314. "Microsoft.Identity.Client/4.61.3": {
  1315. "type": "package",
  1316. "serviceable": true,
  1317. "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
  1318. "path": "microsoft.identity.client/4.61.3",
  1319. "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
  1320. },
  1321. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  1322. "type": "package",
  1323. "serviceable": true,
  1324. "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
  1325. "path": "microsoft.identity.client.extensions.msal/4.61.3",
  1326. "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
  1327. },
  1328. "Microsoft.IdentityModel.Abstractions/7.1.2": {
  1329. "type": "package",
  1330. "serviceable": true,
  1331. "sha512": "sha512-33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==",
  1332. "path": "microsoft.identitymodel.abstractions/7.1.2",
  1333. "hashPath": "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512"
  1334. },
  1335. "Microsoft.IdentityModel.JsonWebTokens/7.1.2": {
  1336. "type": "package",
  1337. "serviceable": true,
  1338. "sha512": "sha512-cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==",
  1339. "path": "microsoft.identitymodel.jsonwebtokens/7.1.2",
  1340. "hashPath": "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512"
  1341. },
  1342. "Microsoft.IdentityModel.Logging/7.1.2": {
  1343. "type": "package",
  1344. "serviceable": true,
  1345. "sha512": "sha512-YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==",
  1346. "path": "microsoft.identitymodel.logging/7.1.2",
  1347. "hashPath": "microsoft.identitymodel.logging.7.1.2.nupkg.sha512"
  1348. },
  1349. "Microsoft.IdentityModel.Protocols/7.1.2": {
  1350. "type": "package",
  1351. "serviceable": true,
  1352. "sha512": "sha512-SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==",
  1353. "path": "microsoft.identitymodel.protocols/7.1.2",
  1354. "hashPath": "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512"
  1355. },
  1356. "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": {
  1357. "type": "package",
  1358. "serviceable": true,
  1359. "sha512": "sha512-6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==",
  1360. "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2",
  1361. "hashPath": "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512"
  1362. },
  1363. "Microsoft.IdentityModel.Tokens/7.1.2": {
  1364. "type": "package",
  1365. "serviceable": true,
  1366. "sha512": "sha512-oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==",
  1367. "path": "microsoft.identitymodel.tokens/7.1.2",
  1368. "hashPath": "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512"
  1369. },
  1370. "Microsoft.InformationProtection.File/1.14.128": {
  1371. "type": "package",
  1372. "serviceable": true,
  1373. "sha512": "sha512-ZetXGuHtHUra2nOKILuZUTyvFzLmRbWSAfReZCp1ZC7OvkUcHeA8DX+tBlpQL1YZfWj3f5tRdo1xl4f05l6e0Q==",
  1374. "path": "microsoft.informationprotection.file/1.14.128",
  1375. "hashPath": "microsoft.informationprotection.file.1.14.128.nupkg.sha512"
  1376. },
  1377. "Microsoft.SqlServer.Server/1.0.0": {
  1378. "type": "package",
  1379. "serviceable": true,
  1380. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  1381. "path": "microsoft.sqlserver.server/1.0.0",
  1382. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  1383. },
  1384. "Microsoft.Win32.SystemEvents/6.0.0": {
  1385. "type": "package",
  1386. "serviceable": true,
  1387. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  1388. "path": "microsoft.win32.systemevents/6.0.0",
  1389. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  1390. },
  1391. "Mono.TextTemplating/2.2.1": {
  1392. "type": "package",
  1393. "serviceable": true,
  1394. "sha512": "sha512-KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==",
  1395. "path": "mono.texttemplating/2.2.1",
  1396. "hashPath": "mono.texttemplating.2.2.1.nupkg.sha512"
  1397. },
  1398. "Newtonsoft.Json/13.0.3": {
  1399. "type": "package",
  1400. "serviceable": true,
  1401. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  1402. "path": "newtonsoft.json/13.0.3",
  1403. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  1404. },
  1405. "NReco.PdfGenerator/1.2.1": {
  1406. "type": "package",
  1407. "serviceable": true,
  1408. "sha512": "sha512-YONMIaSBJO/0FKcXMyO1KZWc83IqfrbBKw5fcRxrwgxzv5r89rh/Z6r7ukuJmx+ra3m6jz6gmaEYXFWV3dKTmg==",
  1409. "path": "nreco.pdfgenerator/1.2.1",
  1410. "hashPath": "nreco.pdfgenerator.1.2.1.nupkg.sha512"
  1411. },
  1412. "Serilog/4.0.0": {
  1413. "type": "package",
  1414. "serviceable": true,
  1415. "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==",
  1416. "path": "serilog/4.0.0",
  1417. "hashPath": "serilog.4.0.0.nupkg.sha512"
  1418. },
  1419. "System.CodeDom/4.4.0": {
  1420. "type": "package",
  1421. "serviceable": true,
  1422. "sha512": "sha512-2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==",
  1423. "path": "system.codedom/4.4.0",
  1424. "hashPath": "system.codedom.4.4.0.nupkg.sha512"
  1425. },
  1426. "System.Collections.Immutable/6.0.0": {
  1427. "type": "package",
  1428. "serviceable": true,
  1429. "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
  1430. "path": "system.collections.immutable/6.0.0",
  1431. "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
  1432. },
  1433. "System.Composition/6.0.0": {
  1434. "type": "package",
  1435. "serviceable": true,
  1436. "sha512": "sha512-d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==",
  1437. "path": "system.composition/6.0.0",
  1438. "hashPath": "system.composition.6.0.0.nupkg.sha512"
  1439. },
  1440. "System.Composition.AttributedModel/6.0.0": {
  1441. "type": "package",
  1442. "serviceable": true,
  1443. "sha512": "sha512-WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==",
  1444. "path": "system.composition.attributedmodel/6.0.0",
  1445. "hashPath": "system.composition.attributedmodel.6.0.0.nupkg.sha512"
  1446. },
  1447. "System.Composition.Convention/6.0.0": {
  1448. "type": "package",
  1449. "serviceable": true,
  1450. "sha512": "sha512-XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==",
  1451. "path": "system.composition.convention/6.0.0",
  1452. "hashPath": "system.composition.convention.6.0.0.nupkg.sha512"
  1453. },
  1454. "System.Composition.Hosting/6.0.0": {
  1455. "type": "package",
  1456. "serviceable": true,
  1457. "sha512": "sha512-w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==",
  1458. "path": "system.composition.hosting/6.0.0",
  1459. "hashPath": "system.composition.hosting.6.0.0.nupkg.sha512"
  1460. },
  1461. "System.Composition.Runtime/6.0.0": {
  1462. "type": "package",
  1463. "serviceable": true,
  1464. "sha512": "sha512-qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==",
  1465. "path": "system.composition.runtime/6.0.0",
  1466. "hashPath": "system.composition.runtime.6.0.0.nupkg.sha512"
  1467. },
  1468. "System.Composition.TypedParts/6.0.0": {
  1469. "type": "package",
  1470. "serviceable": true,
  1471. "sha512": "sha512-iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==",
  1472. "path": "system.composition.typedparts/6.0.0",
  1473. "hashPath": "system.composition.typedparts.6.0.0.nupkg.sha512"
  1474. },
  1475. "System.Configuration.ConfigurationManager/6.0.1": {
  1476. "type": "package",
  1477. "serviceable": true,
  1478. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  1479. "path": "system.configuration.configurationmanager/6.0.1",
  1480. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  1481. },
  1482. "System.Diagnostics.DiagnosticSource/6.0.1": {
  1483. "type": "package",
  1484. "serviceable": true,
  1485. "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  1486. "path": "system.diagnostics.diagnosticsource/6.0.1",
  1487. "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
  1488. },
  1489. "System.Drawing.Common/6.0.0": {
  1490. "type": "package",
  1491. "serviceable": true,
  1492. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  1493. "path": "system.drawing.common/6.0.0",
  1494. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  1495. },
  1496. "System.Formats.Asn1/5.0.0": {
  1497. "type": "package",
  1498. "serviceable": true,
  1499. "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  1500. "path": "system.formats.asn1/5.0.0",
  1501. "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
  1502. },
  1503. "System.IdentityModel.Tokens.Jwt/7.1.2": {
  1504. "type": "package",
  1505. "serviceable": true,
  1506. "sha512": "sha512-Thhbe1peAmtSBFaV/ohtykXiZSOkx59Da44hvtWfIMFofDA3M3LaVyjstACf2rKGn4dEDR2cUpRAZ0Xs/zB+7Q==",
  1507. "path": "system.identitymodel.tokens.jwt/7.1.2",
  1508. "hashPath": "system.identitymodel.tokens.jwt.7.1.2.nupkg.sha512"
  1509. },
  1510. "System.IO.Pipelines/6.0.3": {
  1511. "type": "package",
  1512. "serviceable": true,
  1513. "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
  1514. "path": "system.io.pipelines/6.0.3",
  1515. "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
  1516. },
  1517. "System.Memory/4.5.4": {
  1518. "type": "package",
  1519. "serviceable": true,
  1520. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1521. "path": "system.memory/4.5.4",
  1522. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1523. },
  1524. "System.Memory.Data/1.0.2": {
  1525. "type": "package",
  1526. "serviceable": true,
  1527. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  1528. "path": "system.memory.data/1.0.2",
  1529. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  1530. },
  1531. "System.Numerics.Vectors/4.5.0": {
  1532. "type": "package",
  1533. "serviceable": true,
  1534. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1535. "path": "system.numerics.vectors/4.5.0",
  1536. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1537. },
  1538. "System.Reflection.Metadata/6.0.1": {
  1539. "type": "package",
  1540. "serviceable": true,
  1541. "sha512": "sha512-III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==",
  1542. "path": "system.reflection.metadata/6.0.1",
  1543. "hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512"
  1544. },
  1545. "System.Runtime.Caching/6.0.0": {
  1546. "type": "package",
  1547. "serviceable": true,
  1548. "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
  1549. "path": "system.runtime.caching/6.0.0",
  1550. "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
  1551. },
  1552. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1553. "type": "package",
  1554. "serviceable": true,
  1555. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1556. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1557. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1558. },
  1559. "System.Security.AccessControl/6.0.0": {
  1560. "type": "package",
  1561. "serviceable": true,
  1562. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  1563. "path": "system.security.accesscontrol/6.0.0",
  1564. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  1565. },
  1566. "System.Security.Cryptography.Cng/5.0.0": {
  1567. "type": "package",
  1568. "serviceable": true,
  1569. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1570. "path": "system.security.cryptography.cng/5.0.0",
  1571. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1572. },
  1573. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1574. "type": "package",
  1575. "serviceable": true,
  1576. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1577. "path": "system.security.cryptography.protecteddata/6.0.0",
  1578. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1579. },
  1580. "System.Security.Permissions/6.0.0": {
  1581. "type": "package",
  1582. "serviceable": true,
  1583. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1584. "path": "system.security.permissions/6.0.0",
  1585. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1586. },
  1587. "System.Security.Principal.Windows/5.0.0": {
  1588. "type": "package",
  1589. "serviceable": true,
  1590. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1591. "path": "system.security.principal.windows/5.0.0",
  1592. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1593. },
  1594. "System.Text.Encoding.CodePages/6.0.0": {
  1595. "type": "package",
  1596. "serviceable": true,
  1597. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  1598. "path": "system.text.encoding.codepages/6.0.0",
  1599. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  1600. },
  1601. "System.Text.Encodings.Web/8.0.0": {
  1602. "type": "package",
  1603. "serviceable": true,
  1604. "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
  1605. "path": "system.text.encodings.web/8.0.0",
  1606. "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
  1607. },
  1608. "System.Text.Json/8.0.0": {
  1609. "type": "package",
  1610. "serviceable": true,
  1611. "sha512": "sha512-OdrZO2WjkiEG6ajEFRABTRCi/wuXQPxeV6g8xvUJqdxMvvuCCEk86zPla8UiIQJz3durtUEbNyY/3lIhS0yZvQ==",
  1612. "path": "system.text.json/8.0.0",
  1613. "hashPath": "system.text.json.8.0.0.nupkg.sha512"
  1614. },
  1615. "System.Threading.Channels/6.0.0": {
  1616. "type": "package",
  1617. "serviceable": true,
  1618. "sha512": "sha512-TY8/9+tI0mNaUMgntOxxaq2ndTkdXqLSxvPmas7XEqOlv9lQtB7wLjYGd756lOaO7Dvb5r/WXhluM+0Xe87v5Q==",
  1619. "path": "system.threading.channels/6.0.0",
  1620. "hashPath": "system.threading.channels.6.0.0.nupkg.sha512"
  1621. },
  1622. "System.Threading.Tasks.Extensions/4.5.4": {
  1623. "type": "package",
  1624. "serviceable": true,
  1625. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1626. "path": "system.threading.tasks.extensions/4.5.4",
  1627. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1628. },
  1629. "System.Windows.Extensions/6.0.0": {
  1630. "type": "package",
  1631. "serviceable": true,
  1632. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1633. "path": "system.windows.extensions/6.0.0",
  1634. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1635. },
  1636. "AipGateway.AIP/1.0.0": {
  1637. "type": "project",
  1638. "serviceable": false,
  1639. "sha512": ""
  1640. },
  1641. "AipGateway.API.Domain/1.0.0": {
  1642. "type": "project",
  1643. "serviceable": false,
  1644. "sha512": ""
  1645. },
  1646. "AipGateway.API.Infrastructure/1.0.0": {
  1647. "type": "project",
  1648. "serviceable": false,
  1649. "sha512": ""
  1650. }
  1651. }
  1652. }