AipGateway.API.Domain.deps.json 66 KB

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