AipGateway.API.Application.deps.json 63 KB

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