AipGateway.API.Infrastructure.deps.json 66 KB

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