AipDatabase.API.deps.json 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "AipDatabase.API/1.0.0": {
  10. "dependencies": {
  11. "Coravel": "5.0.3",
  12. "Dapper": "2.1.35",
  13. "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4",
  14. "Microsoft.EntityFrameworkCore": "8.0.4",
  15. "Microsoft.EntityFrameworkCore.SqlServer": "8.0.4",
  16. "Microsoft.Extensions.Logging.Log4Net.AspNetCore": "8.0.0",
  17. "Swashbuckle.AspNetCore": "6.5.0",
  18. "Swashbuckle.AspNetCore.Annotations": "6.5.0",
  19. "Swashbuckle.AspNetCore.Filters": "8.0.2"
  20. },
  21. "runtime": {
  22. "AipDatabase.API.dll": {}
  23. }
  24. },
  25. "Azure.Core/1.35.0": {
  26. "dependencies": {
  27. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  28. "System.Diagnostics.DiagnosticSource": "6.0.1",
  29. "System.Memory.Data": "1.0.2",
  30. "System.Numerics.Vectors": "4.5.0",
  31. "System.Text.Encodings.Web": "6.0.0",
  32. "System.Text.Json": "4.7.2",
  33. "System.Threading.Tasks.Extensions": "4.5.4"
  34. },
  35. "runtime": {
  36. "lib/net6.0/Azure.Core.dll": {
  37. "assemblyVersion": "1.35.0.0",
  38. "fileVersion": "1.3500.23.45706"
  39. }
  40. }
  41. },
  42. "Azure.Identity/1.10.3": {
  43. "dependencies": {
  44. "Azure.Core": "1.35.0",
  45. "Microsoft.Identity.Client": "4.56.0",
  46. "Microsoft.Identity.Client.Extensions.Msal": "4.56.0",
  47. "System.Memory": "4.5.4",
  48. "System.Security.Cryptography.ProtectedData": "6.0.0",
  49. "System.Text.Json": "4.7.2",
  50. "System.Threading.Tasks.Extensions": "4.5.4"
  51. },
  52. "runtime": {
  53. "lib/netstandard2.0/Azure.Identity.dll": {
  54. "assemblyVersion": "1.10.3.0",
  55. "fileVersion": "1.1000.323.51804"
  56. }
  57. }
  58. },
  59. "Coravel/5.0.3": {
  60. "dependencies": {
  61. "Microsoft.Extensions.Caching.Memory": "8.0.0",
  62. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  63. "Microsoft.Extensions.Hosting.Abstractions": "3.1.0",
  64. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  65. },
  66. "runtime": {
  67. "lib/net6.0/Coravel.dll": {
  68. "assemblyVersion": "5.0.3.0",
  69. "fileVersion": "5.0.3.0"
  70. }
  71. }
  72. },
  73. "Dapper/2.1.35": {
  74. "runtime": {
  75. "lib/net7.0/Dapper.dll": {
  76. "assemblyVersion": "2.0.0.0",
  77. "fileVersion": "2.1.35.13827"
  78. }
  79. }
  80. },
  81. "log4net/2.0.15": {
  82. "dependencies": {
  83. "System.Configuration.ConfigurationManager": "6.0.1"
  84. },
  85. "runtime": {
  86. "lib/netstandard2.0/log4net.dll": {
  87. "assemblyVersion": "2.0.15.0",
  88. "fileVersion": "2.0.15.0"
  89. }
  90. }
  91. },
  92. "Microsoft.AspNetCore.JsonPatch/8.0.4": {
  93. "dependencies": {
  94. "Microsoft.CSharp": "4.7.0",
  95. "Newtonsoft.Json": "13.0.3"
  96. },
  97. "runtime": {
  98. "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": {
  99. "assemblyVersion": "8.0.4.0",
  100. "fileVersion": "8.0.424.17014"
  101. }
  102. }
  103. },
  104. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": {
  105. "dependencies": {
  106. "Microsoft.AspNetCore.JsonPatch": "8.0.4",
  107. "Newtonsoft.Json": "13.0.3",
  108. "Newtonsoft.Json.Bson": "1.0.2"
  109. },
  110. "runtime": {
  111. "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
  112. "assemblyVersion": "8.0.4.0",
  113. "fileVersion": "8.0.424.17014"
  114. }
  115. }
  116. },
  117. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  118. "runtime": {
  119. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  120. "assemblyVersion": "1.0.0.0",
  121. "fileVersion": "4.700.20.21406"
  122. }
  123. }
  124. },
  125. "Microsoft.CSharp/4.7.0": {},
  126. "Microsoft.Data.SqlClient/5.1.5": {
  127. "dependencies": {
  128. "Azure.Identity": "1.10.3",
  129. "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
  130. "Microsoft.Identity.Client": "4.56.0",
  131. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  132. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
  133. "Microsoft.SqlServer.Server": "1.0.0",
  134. "System.Configuration.ConfigurationManager": "6.0.1",
  135. "System.Diagnostics.DiagnosticSource": "6.0.1",
  136. "System.Runtime.Caching": "6.0.0",
  137. "System.Security.Cryptography.Cng": "5.0.0",
  138. "System.Security.Principal.Windows": "5.0.0",
  139. "System.Text.Encoding.CodePages": "6.0.0",
  140. "System.Text.Encodings.Web": "6.0.0"
  141. },
  142. "runtime": {
  143. "lib/net6.0/Microsoft.Data.SqlClient.dll": {
  144. "assemblyVersion": "5.0.0.0",
  145. "fileVersion": "5.15.24027.2"
  146. }
  147. },
  148. "runtimeTargets": {
  149. "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  150. "rid": "unix",
  151. "assetType": "runtime",
  152. "assemblyVersion": "5.0.0.0",
  153. "fileVersion": "5.15.24027.2"
  154. },
  155. "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  156. "rid": "win",
  157. "assetType": "runtime",
  158. "assemblyVersion": "5.0.0.0",
  159. "fileVersion": "5.15.24027.2"
  160. }
  161. }
  162. },
  163. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  164. "runtimeTargets": {
  165. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  166. "rid": "win-arm",
  167. "assetType": "native",
  168. "fileVersion": "5.1.1.0"
  169. },
  170. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  171. "rid": "win-arm64",
  172. "assetType": "native",
  173. "fileVersion": "5.1.1.0"
  174. },
  175. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  176. "rid": "win-x64",
  177. "assetType": "native",
  178. "fileVersion": "5.1.1.0"
  179. },
  180. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  181. "rid": "win-x86",
  182. "assetType": "native",
  183. "fileVersion": "5.1.1.0"
  184. }
  185. }
  186. },
  187. "Microsoft.EntityFrameworkCore/8.0.4": {
  188. "dependencies": {
  189. "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4",
  190. "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4",
  191. "Microsoft.Extensions.Caching.Memory": "8.0.0",
  192. "Microsoft.Extensions.Logging": "8.0.0"
  193. },
  194. "runtime": {
  195. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  196. "assemblyVersion": "8.0.4.0",
  197. "fileVersion": "8.0.424.16902"
  198. }
  199. }
  200. },
  201. "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": {
  202. "runtime": {
  203. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  204. "assemblyVersion": "8.0.4.0",
  205. "fileVersion": "8.0.424.16902"
  206. }
  207. }
  208. },
  209. "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": {},
  210. "Microsoft.EntityFrameworkCore.Relational/8.0.4": {
  211. "dependencies": {
  212. "Microsoft.EntityFrameworkCore": "8.0.4",
  213. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  214. },
  215. "runtime": {
  216. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  217. "assemblyVersion": "8.0.4.0",
  218. "fileVersion": "8.0.424.16902"
  219. }
  220. }
  221. },
  222. "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": {
  223. "dependencies": {
  224. "Microsoft.Data.SqlClient": "5.1.5",
  225. "Microsoft.EntityFrameworkCore.Relational": "8.0.4"
  226. },
  227. "runtime": {
  228. "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  229. "assemblyVersion": "8.0.4.0",
  230. "fileVersion": "8.0.424.16902"
  231. }
  232. }
  233. },
  234. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
  235. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  236. "dependencies": {
  237. "Microsoft.Extensions.Primitives": "8.0.0"
  238. }
  239. },
  240. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  241. "dependencies": {
  242. "Microsoft.Extensions.Caching.Abstractions": "8.0.0",
  243. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  244. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  245. "Microsoft.Extensions.Options": "8.0.0",
  246. "Microsoft.Extensions.Primitives": "8.0.0"
  247. }
  248. },
  249. "Microsoft.Extensions.Configuration/8.0.0": {
  250. "dependencies": {
  251. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  252. "Microsoft.Extensions.Primitives": "8.0.0"
  253. }
  254. },
  255. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  256. "dependencies": {
  257. "Microsoft.Extensions.Primitives": "8.0.0"
  258. }
  259. },
  260. "Microsoft.Extensions.Configuration.Binder/8.0.0": {
  261. "dependencies": {
  262. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0"
  263. }
  264. },
  265. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  266. "dependencies": {
  267. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  268. }
  269. },
  270. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {},
  271. "Microsoft.Extensions.DependencyModel/3.1.6": {
  272. "dependencies": {
  273. "System.Text.Json": "4.7.2"
  274. },
  275. "runtime": {
  276. "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
  277. "assemblyVersion": "3.1.6.0",
  278. "fileVersion": "3.100.620.31604"
  279. }
  280. }
  281. },
  282. "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
  283. "dependencies": {
  284. "Microsoft.Extensions.Primitives": "8.0.0"
  285. }
  286. },
  287. "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
  288. "dependencies": {
  289. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  290. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  291. "Microsoft.Extensions.FileProviders.Abstractions": "3.1.0",
  292. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  293. }
  294. },
  295. "Microsoft.Extensions.Logging/8.0.0": {
  296. "dependencies": {
  297. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  298. "Microsoft.Extensions.Logging.Abstractions": "8.0.0",
  299. "Microsoft.Extensions.Options": "8.0.0"
  300. }
  301. },
  302. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  303. "dependencies": {
  304. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  305. }
  306. },
  307. "Microsoft.Extensions.Logging.Log4Net.AspNetCore/8.0.0": {
  308. "dependencies": {
  309. "Microsoft.Extensions.Configuration": "8.0.0",
  310. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  311. "Microsoft.Extensions.Configuration.Binder": "8.0.0",
  312. "Microsoft.Extensions.Logging": "8.0.0",
  313. "log4net": "2.0.15"
  314. },
  315. "runtime": {
  316. "lib/net8.0/Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll": {
  317. "assemblyVersion": "8.0.0.0",
  318. "fileVersion": "8.0.0.0"
  319. }
  320. }
  321. },
  322. "Microsoft.Extensions.Options/8.0.0": {
  323. "dependencies": {
  324. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  325. "Microsoft.Extensions.Primitives": "8.0.0"
  326. }
  327. },
  328. "Microsoft.Extensions.Primitives/8.0.0": {},
  329. "Microsoft.Identity.Client/4.56.0": {
  330. "dependencies": {
  331. "Microsoft.IdentityModel.Abstractions": "6.35.0"
  332. },
  333. "runtime": {
  334. "lib/net6.0/Microsoft.Identity.Client.dll": {
  335. "assemblyVersion": "4.56.0.0",
  336. "fileVersion": "4.56.0.0"
  337. }
  338. }
  339. },
  340. "Microsoft.Identity.Client.Extensions.Msal/4.56.0": {
  341. "dependencies": {
  342. "Microsoft.Identity.Client": "4.56.0",
  343. "System.IO.FileSystem.AccessControl": "5.0.0",
  344. "System.Security.Cryptography.ProtectedData": "6.0.0"
  345. },
  346. "runtime": {
  347. "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  348. "assemblyVersion": "4.56.0.0",
  349. "fileVersion": "4.56.0.0"
  350. }
  351. }
  352. },
  353. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  354. "runtime": {
  355. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  356. "assemblyVersion": "6.35.0.0",
  357. "fileVersion": "6.35.0.41201"
  358. }
  359. }
  360. },
  361. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  362. "dependencies": {
  363. "Microsoft.IdentityModel.Tokens": "6.35.0",
  364. "System.Text.Encoding": "4.3.0",
  365. "System.Text.Encodings.Web": "6.0.0",
  366. "System.Text.Json": "4.7.2"
  367. },
  368. "runtime": {
  369. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  370. "assemblyVersion": "6.35.0.0",
  371. "fileVersion": "6.35.0.41201"
  372. }
  373. }
  374. },
  375. "Microsoft.IdentityModel.Logging/6.35.0": {
  376. "dependencies": {
  377. "Microsoft.IdentityModel.Abstractions": "6.35.0"
  378. },
  379. "runtime": {
  380. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  381. "assemblyVersion": "6.35.0.0",
  382. "fileVersion": "6.35.0.41201"
  383. }
  384. }
  385. },
  386. "Microsoft.IdentityModel.Protocols/6.35.0": {
  387. "dependencies": {
  388. "Microsoft.IdentityModel.Logging": "6.35.0",
  389. "Microsoft.IdentityModel.Tokens": "6.35.0"
  390. },
  391. "runtime": {
  392. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  393. "assemblyVersion": "6.35.0.0",
  394. "fileVersion": "6.35.0.41201"
  395. }
  396. }
  397. },
  398. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  399. "dependencies": {
  400. "Microsoft.IdentityModel.Protocols": "6.35.0",
  401. "System.IdentityModel.Tokens.Jwt": "6.35.0"
  402. },
  403. "runtime": {
  404. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  405. "assemblyVersion": "6.35.0.0",
  406. "fileVersion": "6.35.0.41201"
  407. }
  408. }
  409. },
  410. "Microsoft.IdentityModel.Tokens/6.35.0": {
  411. "dependencies": {
  412. "Microsoft.CSharp": "4.7.0",
  413. "Microsoft.IdentityModel.Logging": "6.35.0",
  414. "System.Security.Cryptography.Cng": "5.0.0"
  415. },
  416. "runtime": {
  417. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  418. "assemblyVersion": "6.35.0.0",
  419. "fileVersion": "6.35.0.41201"
  420. }
  421. }
  422. },
  423. "Microsoft.NETCore.Platforms/1.1.0": {},
  424. "Microsoft.NETCore.Targets/1.1.0": {},
  425. "Microsoft.OpenApi/1.3.1": {
  426. "runtime": {
  427. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  428. "assemblyVersion": "1.3.1.0",
  429. "fileVersion": "1.3.1.0"
  430. }
  431. }
  432. },
  433. "Microsoft.SqlServer.Server/1.0.0": {
  434. "runtime": {
  435. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  436. "assemblyVersion": "1.0.0.0",
  437. "fileVersion": "1.0.0.0"
  438. }
  439. }
  440. },
  441. "Microsoft.Win32.SystemEvents/6.0.0": {
  442. "runtime": {
  443. "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  444. "assemblyVersion": "6.0.0.0",
  445. "fileVersion": "6.0.21.52210"
  446. }
  447. },
  448. "runtimeTargets": {
  449. "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  450. "rid": "win",
  451. "assetType": "runtime",
  452. "assemblyVersion": "6.0.0.0",
  453. "fileVersion": "6.0.21.52210"
  454. }
  455. }
  456. },
  457. "Newtonsoft.Json/13.0.3": {
  458. "runtime": {
  459. "lib/net6.0/Newtonsoft.Json.dll": {
  460. "assemblyVersion": "13.0.0.0",
  461. "fileVersion": "13.0.3.27908"
  462. }
  463. }
  464. },
  465. "Newtonsoft.Json.Bson/1.0.2": {
  466. "dependencies": {
  467. "Newtonsoft.Json": "13.0.3"
  468. },
  469. "runtime": {
  470. "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
  471. "assemblyVersion": "1.0.0.0",
  472. "fileVersion": "1.0.2.22727"
  473. }
  474. }
  475. },
  476. "Scrutor/3.3.0": {
  477. "dependencies": {
  478. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0",
  479. "Microsoft.Extensions.DependencyModel": "3.1.6"
  480. },
  481. "runtime": {
  482. "lib/netcoreapp3.1/Scrutor.dll": {
  483. "assemblyVersion": "3.0.2.0",
  484. "fileVersion": "3.0.2.0"
  485. }
  486. }
  487. },
  488. "Swashbuckle.AspNetCore/6.5.0": {
  489. "dependencies": {
  490. "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
  491. "Swashbuckle.AspNetCore.Swagger": "6.5.0",
  492. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  493. "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
  494. }
  495. },
  496. "Swashbuckle.AspNetCore.Annotations/6.5.0": {
  497. "dependencies": {
  498. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
  499. },
  500. "runtime": {
  501. "lib/net7.0/Swashbuckle.AspNetCore.Annotations.dll": {
  502. "assemblyVersion": "6.5.0.0",
  503. "fileVersion": "6.5.0.0"
  504. }
  505. }
  506. },
  507. "Swashbuckle.AspNetCore.Filters/8.0.2": {
  508. "dependencies": {
  509. "Microsoft.Extensions.DependencyInjection": "8.0.0",
  510. "Microsoft.OpenApi": "1.3.1",
  511. "Scrutor": "3.3.0",
  512. "Swashbuckle.AspNetCore.Filters.Abstractions": "8.0.2",
  513. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
  514. },
  515. "runtime": {
  516. "lib/net5.0/Swashbuckle.AspNetCore.Filters.dll": {
  517. "assemblyVersion": "8.0.2.0",
  518. "fileVersion": "8.0.2.0"
  519. }
  520. }
  521. },
  522. "Swashbuckle.AspNetCore.Filters.Abstractions/8.0.2": {
  523. "runtime": {
  524. "lib/net5.0/Swashbuckle.AspNetCore.Filters.Abstractions.dll": {
  525. "assemblyVersion": "8.0.2.0",
  526. "fileVersion": "8.0.2.0"
  527. }
  528. }
  529. },
  530. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  531. "dependencies": {
  532. "Microsoft.OpenApi": "1.3.1"
  533. },
  534. "runtime": {
  535. "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": {
  536. "assemblyVersion": "6.5.0.0",
  537. "fileVersion": "6.5.0.0"
  538. }
  539. }
  540. },
  541. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  542. "dependencies": {
  543. "Swashbuckle.AspNetCore.Swagger": "6.5.0"
  544. },
  545. "runtime": {
  546. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  547. "assemblyVersion": "6.5.0.0",
  548. "fileVersion": "6.5.0.0"
  549. }
  550. }
  551. },
  552. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  553. "runtime": {
  554. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  555. "assemblyVersion": "6.5.0.0",
  556. "fileVersion": "6.5.0.0"
  557. }
  558. }
  559. },
  560. "System.Configuration.ConfigurationManager/6.0.1": {
  561. "dependencies": {
  562. "System.Security.Cryptography.ProtectedData": "6.0.0",
  563. "System.Security.Permissions": "6.0.0"
  564. },
  565. "runtime": {
  566. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  567. "assemblyVersion": "6.0.0.0",
  568. "fileVersion": "6.0.922.41905"
  569. }
  570. }
  571. },
  572. "System.Diagnostics.DiagnosticSource/6.0.1": {
  573. "dependencies": {
  574. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  575. }
  576. },
  577. "System.Drawing.Common/6.0.0": {
  578. "dependencies": {
  579. "Microsoft.Win32.SystemEvents": "6.0.0"
  580. },
  581. "runtime": {
  582. "lib/net6.0/System.Drawing.Common.dll": {
  583. "assemblyVersion": "6.0.0.0",
  584. "fileVersion": "6.0.21.52210"
  585. }
  586. },
  587. "runtimeTargets": {
  588. "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
  589. "rid": "unix",
  590. "assetType": "runtime",
  591. "assemblyVersion": "6.0.0.0",
  592. "fileVersion": "6.0.21.52210"
  593. },
  594. "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
  595. "rid": "win",
  596. "assetType": "runtime",
  597. "assemblyVersion": "6.0.0.0",
  598. "fileVersion": "6.0.21.52210"
  599. }
  600. }
  601. },
  602. "System.Formats.Asn1/5.0.0": {},
  603. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  604. "dependencies": {
  605. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  606. "Microsoft.IdentityModel.Tokens": "6.35.0"
  607. },
  608. "runtime": {
  609. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  610. "assemblyVersion": "6.35.0.0",
  611. "fileVersion": "6.35.0.41201"
  612. }
  613. }
  614. },
  615. "System.IO.FileSystem.AccessControl/5.0.0": {
  616. "dependencies": {
  617. "System.Security.AccessControl": "6.0.0",
  618. "System.Security.Principal.Windows": "5.0.0"
  619. }
  620. },
  621. "System.Memory/4.5.4": {},
  622. "System.Memory.Data/1.0.2": {
  623. "dependencies": {
  624. "System.Text.Encodings.Web": "6.0.0",
  625. "System.Text.Json": "4.7.2"
  626. },
  627. "runtime": {
  628. "lib/netstandard2.0/System.Memory.Data.dll": {
  629. "assemblyVersion": "1.0.2.0",
  630. "fileVersion": "1.0.221.20802"
  631. }
  632. }
  633. },
  634. "System.Numerics.Vectors/4.5.0": {},
  635. "System.Runtime/4.3.0": {
  636. "dependencies": {
  637. "Microsoft.NETCore.Platforms": "1.1.0",
  638. "Microsoft.NETCore.Targets": "1.1.0"
  639. }
  640. },
  641. "System.Runtime.Caching/6.0.0": {
  642. "dependencies": {
  643. "System.Configuration.ConfigurationManager": "6.0.1"
  644. },
  645. "runtime": {
  646. "lib/net6.0/System.Runtime.Caching.dll": {
  647. "assemblyVersion": "4.0.0.0",
  648. "fileVersion": "6.0.21.52210"
  649. }
  650. },
  651. "runtimeTargets": {
  652. "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
  653. "rid": "win",
  654. "assetType": "runtime",
  655. "assemblyVersion": "4.0.0.0",
  656. "fileVersion": "6.0.21.52210"
  657. }
  658. }
  659. },
  660. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  661. "System.Security.AccessControl/6.0.0": {},
  662. "System.Security.Cryptography.Cng/5.0.0": {
  663. "dependencies": {
  664. "System.Formats.Asn1": "5.0.0"
  665. }
  666. },
  667. "System.Security.Cryptography.ProtectedData/6.0.0": {
  668. "runtime": {
  669. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  670. "assemblyVersion": "6.0.0.0",
  671. "fileVersion": "6.0.21.52210"
  672. }
  673. },
  674. "runtimeTargets": {
  675. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  676. "rid": "win",
  677. "assetType": "runtime",
  678. "assemblyVersion": "6.0.0.0",
  679. "fileVersion": "6.0.21.52210"
  680. }
  681. }
  682. },
  683. "System.Security.Permissions/6.0.0": {
  684. "dependencies": {
  685. "System.Security.AccessControl": "6.0.0",
  686. "System.Windows.Extensions": "6.0.0"
  687. },
  688. "runtime": {
  689. "lib/net6.0/System.Security.Permissions.dll": {
  690. "assemblyVersion": "6.0.0.0",
  691. "fileVersion": "6.0.21.52210"
  692. }
  693. }
  694. },
  695. "System.Security.Principal.Windows/5.0.0": {},
  696. "System.Text.Encoding/4.3.0": {
  697. "dependencies": {
  698. "Microsoft.NETCore.Platforms": "1.1.0",
  699. "Microsoft.NETCore.Targets": "1.1.0",
  700. "System.Runtime": "4.3.0"
  701. }
  702. },
  703. "System.Text.Encoding.CodePages/6.0.0": {
  704. "dependencies": {
  705. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  706. }
  707. },
  708. "System.Text.Encodings.Web/6.0.0": {
  709. "dependencies": {
  710. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  711. }
  712. },
  713. "System.Text.Json/4.7.2": {},
  714. "System.Threading.Tasks.Extensions/4.5.4": {},
  715. "System.Windows.Extensions/6.0.0": {
  716. "dependencies": {
  717. "System.Drawing.Common": "6.0.0"
  718. },
  719. "runtime": {
  720. "lib/net6.0/System.Windows.Extensions.dll": {
  721. "assemblyVersion": "6.0.0.0",
  722. "fileVersion": "6.0.21.52210"
  723. }
  724. },
  725. "runtimeTargets": {
  726. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  727. "rid": "win",
  728. "assetType": "runtime",
  729. "assemblyVersion": "6.0.0.0",
  730. "fileVersion": "6.0.21.52210"
  731. }
  732. }
  733. }
  734. }
  735. },
  736. "libraries": {
  737. "AipDatabase.API/1.0.0": {
  738. "type": "project",
  739. "serviceable": false,
  740. "sha512": ""
  741. },
  742. "Azure.Core/1.35.0": {
  743. "type": "package",
  744. "serviceable": true,
  745. "sha512": "sha512-hENcx03Jyuqv05F4RBEPbxz29UrM3Nbhnr6Wl6NQpoU9BCIbL3XLentrxDCTrH54NLS11Exxi/o8MYgT/cnKFA==",
  746. "path": "azure.core/1.35.0",
  747. "hashPath": "azure.core.1.35.0.nupkg.sha512"
  748. },
  749. "Azure.Identity/1.10.3": {
  750. "type": "package",
  751. "serviceable": true,
  752. "sha512": "sha512-l1Xm2MWOF2Mzcwuarlw8kWQXLZk3UeB55aQXVyjj23aBfDwOZ3gu5GP2kJ6KlmZeZv2TCzw7x4L3V36iNr3gww==",
  753. "path": "azure.identity/1.10.3",
  754. "hashPath": "azure.identity.1.10.3.nupkg.sha512"
  755. },
  756. "Coravel/5.0.3": {
  757. "type": "package",
  758. "serviceable": true,
  759. "sha512": "sha512-NCGugxQeszLUqd1Oa6l/HP/Vl1NKM6DInlSCxp1ScCdvnBG+SIoMw7pmJLwP4acO8+7iLxy7FPtGoYOxB+a1HA==",
  760. "path": "coravel/5.0.3",
  761. "hashPath": "coravel.5.0.3.nupkg.sha512"
  762. },
  763. "Dapper/2.1.35": {
  764. "type": "package",
  765. "serviceable": true,
  766. "sha512": "sha512-YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==",
  767. "path": "dapper/2.1.35",
  768. "hashPath": "dapper.2.1.35.nupkg.sha512"
  769. },
  770. "log4net/2.0.15": {
  771. "type": "package",
  772. "serviceable": true,
  773. "sha512": "sha512-GahnO9ZgFka+xYcFwAfIFjW+k86P2nxFoaEpH6t3v4hiGj7tv2ksVZphxCVIHmJxoySS0HeU3dgCW+bSCcfD0A==",
  774. "path": "log4net/2.0.15",
  775. "hashPath": "log4net.2.0.15.nupkg.sha512"
  776. },
  777. "Microsoft.AspNetCore.JsonPatch/8.0.4": {
  778. "type": "package",
  779. "serviceable": true,
  780. "sha512": "sha512-8iy7uza6GTuE5GadOryGfsGuA8xP1RTs16zqdXF5gM0b8iDfyNWnyDmatY5cZhXE1kJiko0S7s1T/gNFdIZ7Zg==",
  781. "path": "microsoft.aspnetcore.jsonpatch/8.0.4",
  782. "hashPath": "microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512"
  783. },
  784. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": {
  785. "type": "package",
  786. "serviceable": true,
  787. "sha512": "sha512-lhJq0JjrlGZQwQoYrpVbokhb1AlgLGxI3QacSyKgCNOXTNwCi0pUnMR7NrfON20DkL90Kqqyl3wDrLbRaRgcsA==",
  788. "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.4",
  789. "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512"
  790. },
  791. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  792. "type": "package",
  793. "serviceable": true,
  794. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  795. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  796. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  797. },
  798. "Microsoft.CSharp/4.7.0": {
  799. "type": "package",
  800. "serviceable": true,
  801. "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
  802. "path": "microsoft.csharp/4.7.0",
  803. "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
  804. },
  805. "Microsoft.Data.SqlClient/5.1.5": {
  806. "type": "package",
  807. "serviceable": true,
  808. "sha512": "sha512-6kvhQjY5uBCdBccezFD2smfnpQjQ33cZtUZVrNvxlwoBu6uopM5INH6uSgLI7JRLtlQ3bMPwnhMq4kchsXeZ5w==",
  809. "path": "microsoft.data.sqlclient/5.1.5",
  810. "hashPath": "microsoft.data.sqlclient.5.1.5.nupkg.sha512"
  811. },
  812. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  813. "type": "package",
  814. "serviceable": true,
  815. "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
  816. "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
  817. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
  818. },
  819. "Microsoft.EntityFrameworkCore/8.0.4": {
  820. "type": "package",
  821. "serviceable": true,
  822. "sha512": "sha512-/kyu9pXuxQvhg8RO/oN5Q5Og7cDIVvZtrt1z48rX7Yido+zEGkUkp3/Bjd9u45N2uuPPF8mn2pKDlAewCvv3/Q==",
  823. "path": "microsoft.entityframeworkcore/8.0.4",
  824. "hashPath": "microsoft.entityframeworkcore.8.0.4.nupkg.sha512"
  825. },
  826. "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": {
  827. "type": "package",
  828. "serviceable": true,
  829. "sha512": "sha512-S50pjtPNOvRktacaO6UAhvGCPMT56wxqEq8fQfcjaSUySPGba6mKWo6ackw6DdeAR1cA6U+U0uj27warA2KtJA==",
  830. "path": "microsoft.entityframeworkcore.abstractions/8.0.4",
  831. "hashPath": "microsoft.entityframeworkcore.abstractions.8.0.4.nupkg.sha512"
  832. },
  833. "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": {
  834. "type": "package",
  835. "serviceable": true,
  836. "sha512": "sha512-P8hfMZECdbgle4Us8HGRUKAjqVwgbtr5JqtCxqEoiVORrNQAmcpu3g1NKwTAoUsO9Z0QRgExtYoAmdggR/DkMQ==",
  837. "path": "microsoft.entityframeworkcore.analyzers/8.0.4",
  838. "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.4.nupkg.sha512"
  839. },
  840. "Microsoft.EntityFrameworkCore.Relational/8.0.4": {
  841. "type": "package",
  842. "serviceable": true,
  843. "sha512": "sha512-aWLT6e9a8oMzXgF0YQpYYa3mDeU+yb2UQSQ+RrIgyGgSpzPfSKgpA7v2kOVDuZr2AQ6NNAlWPaBG7wZuKQI96w==",
  844. "path": "microsoft.entityframeworkcore.relational/8.0.4",
  845. "hashPath": "microsoft.entityframeworkcore.relational.8.0.4.nupkg.sha512"
  846. },
  847. "Microsoft.EntityFrameworkCore.SqlServer/8.0.4": {
  848. "type": "package",
  849. "serviceable": true,
  850. "sha512": "sha512-/IlHNxzZGqiuVi+FPtjFZgAOfY989fTPtxw8zhmlFwv5M2WJzBSMlAP4jNVQX/k7/qu+y1YvddPxg4O5QdeRXw==",
  851. "path": "microsoft.entityframeworkcore.sqlserver/8.0.4",
  852. "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.4.nupkg.sha512"
  853. },
  854. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
  855. "type": "package",
  856. "serviceable": true,
  857. "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
  858. "path": "microsoft.extensions.apidescription.server/6.0.5",
  859. "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
  860. },
  861. "Microsoft.Extensions.Caching.Abstractions/8.0.0": {
  862. "type": "package",
  863. "serviceable": true,
  864. "sha512": "sha512-3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==",
  865. "path": "microsoft.extensions.caching.abstractions/8.0.0",
  866. "hashPath": "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512"
  867. },
  868. "Microsoft.Extensions.Caching.Memory/8.0.0": {
  869. "type": "package",
  870. "serviceable": true,
  871. "sha512": "sha512-7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==",
  872. "path": "microsoft.extensions.caching.memory/8.0.0",
  873. "hashPath": "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512"
  874. },
  875. "Microsoft.Extensions.Configuration/8.0.0": {
  876. "type": "package",
  877. "serviceable": true,
  878. "sha512": "sha512-0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==",
  879. "path": "microsoft.extensions.configuration/8.0.0",
  880. "hashPath": "microsoft.extensions.configuration.8.0.0.nupkg.sha512"
  881. },
  882. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  883. "type": "package",
  884. "serviceable": true,
  885. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  886. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  887. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  888. },
  889. "Microsoft.Extensions.Configuration.Binder/8.0.0": {
  890. "type": "package",
  891. "serviceable": true,
  892. "sha512": "sha512-mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==",
  893. "path": "microsoft.extensions.configuration.binder/8.0.0",
  894. "hashPath": "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512"
  895. },
  896. "Microsoft.Extensions.DependencyInjection/8.0.0": {
  897. "type": "package",
  898. "serviceable": true,
  899. "sha512": "sha512-V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==",
  900. "path": "microsoft.extensions.dependencyinjection/8.0.0",
  901. "hashPath": "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512"
  902. },
  903. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  904. "type": "package",
  905. "serviceable": true,
  906. "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  907. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  908. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
  909. },
  910. "Microsoft.Extensions.DependencyModel/3.1.6": {
  911. "type": "package",
  912. "serviceable": true,
  913. "sha512": "sha512-/UlDKULIVkLQYn1BaHcy/rc91ApDxJb7T75HcCbGdqwvxhnRQRKM2di1E70iCPMF9zsr6f4EgQTotBGxFIfXmw==",
  914. "path": "microsoft.extensions.dependencymodel/3.1.6",
  915. "hashPath": "microsoft.extensions.dependencymodel.3.1.6.nupkg.sha512"
  916. },
  917. "Microsoft.Extensions.FileProviders.Abstractions/3.1.0": {
  918. "type": "package",
  919. "serviceable": true,
  920. "sha512": "sha512-G3iBMOnn3tETEUvkE9J3a23wQpRkiXZp73zR0XNlicjLFhkeWW1FCaC2bTjrgHhPi2KO6x0BXnHvVuJPIlygBQ==",
  921. "path": "microsoft.extensions.fileproviders.abstractions/3.1.0",
  922. "hashPath": "microsoft.extensions.fileproviders.abstractions.3.1.0.nupkg.sha512"
  923. },
  924. "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
  925. "type": "package",
  926. "serviceable": true,
  927. "sha512": "sha512-LiOP1ceFaPBxaE28SOjtORzOVCJk33TT5VQ/Cg5EoatZh1dxpPAgAV/0ruzWKQE7WAHU3F1H9Z6rFgsQwIb9uQ==",
  928. "path": "microsoft.extensions.hosting.abstractions/3.1.0",
  929. "hashPath": "microsoft.extensions.hosting.abstractions.3.1.0.nupkg.sha512"
  930. },
  931. "Microsoft.Extensions.Logging/8.0.0": {
  932. "type": "package",
  933. "serviceable": true,
  934. "sha512": "sha512-tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==",
  935. "path": "microsoft.extensions.logging/8.0.0",
  936. "hashPath": "microsoft.extensions.logging.8.0.0.nupkg.sha512"
  937. },
  938. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  939. "type": "package",
  940. "serviceable": true,
  941. "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  942. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  943. "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
  944. },
  945. "Microsoft.Extensions.Logging.Log4Net.AspNetCore/8.0.0": {
  946. "type": "package",
  947. "serviceable": true,
  948. "sha512": "sha512-NShPLGSM/PBGJIOK/cmlh3a+QlrtCLcSpb+vfqwxRmZK38Cy4prsOjuODpAIvqWL93zt9PZOTcHOVqyaQRNuEg==",
  949. "path": "microsoft.extensions.logging.log4net.aspnetcore/8.0.0",
  950. "hashPath": "microsoft.extensions.logging.log4net.aspnetcore.8.0.0.nupkg.sha512"
  951. },
  952. "Microsoft.Extensions.Options/8.0.0": {
  953. "type": "package",
  954. "serviceable": true,
  955. "sha512": "sha512-JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==",
  956. "path": "microsoft.extensions.options/8.0.0",
  957. "hashPath": "microsoft.extensions.options.8.0.0.nupkg.sha512"
  958. },
  959. "Microsoft.Extensions.Primitives/8.0.0": {
  960. "type": "package",
  961. "serviceable": true,
  962. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  963. "path": "microsoft.extensions.primitives/8.0.0",
  964. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  965. },
  966. "Microsoft.Identity.Client/4.56.0": {
  967. "type": "package",
  968. "serviceable": true,
  969. "sha512": "sha512-rr4zbidvHy9r4NvOAs5hdd964Ao2A0pAeFBJKR95u1CJAVzbd1p6tPTXUZ+5ld0cfThiVSGvz6UHwY6JjraTpA==",
  970. "path": "microsoft.identity.client/4.56.0",
  971. "hashPath": "microsoft.identity.client.4.56.0.nupkg.sha512"
  972. },
  973. "Microsoft.Identity.Client.Extensions.Msal/4.56.0": {
  974. "type": "package",
  975. "serviceable": true,
  976. "sha512": "sha512-H12YAzEGK55vZ+QpxUzozhW8ZZtgPDuWvgA0JbdIR9UhMUplj29JhIgE2imuH8W2Nw9D8JKygR1uxRFtpSNcrg==",
  977. "path": "microsoft.identity.client.extensions.msal/4.56.0",
  978. "hashPath": "microsoft.identity.client.extensions.msal.4.56.0.nupkg.sha512"
  979. },
  980. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  981. "type": "package",
  982. "serviceable": true,
  983. "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  984. "path": "microsoft.identitymodel.abstractions/6.35.0",
  985. "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
  986. },
  987. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  988. "type": "package",
  989. "serviceable": true,
  990. "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
  991. "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
  992. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
  993. },
  994. "Microsoft.IdentityModel.Logging/6.35.0": {
  995. "type": "package",
  996. "serviceable": true,
  997. "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
  998. "path": "microsoft.identitymodel.logging/6.35.0",
  999. "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
  1000. },
  1001. "Microsoft.IdentityModel.Protocols/6.35.0": {
  1002. "type": "package",
  1003. "serviceable": true,
  1004. "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
  1005. "path": "microsoft.identitymodel.protocols/6.35.0",
  1006. "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
  1007. },
  1008. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  1009. "type": "package",
  1010. "serviceable": true,
  1011. "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
  1012. "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
  1013. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
  1014. },
  1015. "Microsoft.IdentityModel.Tokens/6.35.0": {
  1016. "type": "package",
  1017. "serviceable": true,
  1018. "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
  1019. "path": "microsoft.identitymodel.tokens/6.35.0",
  1020. "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
  1021. },
  1022. "Microsoft.NETCore.Platforms/1.1.0": {
  1023. "type": "package",
  1024. "serviceable": true,
  1025. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  1026. "path": "microsoft.netcore.platforms/1.1.0",
  1027. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  1028. },
  1029. "Microsoft.NETCore.Targets/1.1.0": {
  1030. "type": "package",
  1031. "serviceable": true,
  1032. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1033. "path": "microsoft.netcore.targets/1.1.0",
  1034. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1035. },
  1036. "Microsoft.OpenApi/1.3.1": {
  1037. "type": "package",
  1038. "serviceable": true,
  1039. "sha512": "sha512-2X5CCFJCnx6v86fnpOg4TKlU1ba7MSf1yakeT7VI4846s7i6fOkERwStX94Rcq8wJsLyQYsUitd6vR38viePeA==",
  1040. "path": "microsoft.openapi/1.3.1",
  1041. "hashPath": "microsoft.openapi.1.3.1.nupkg.sha512"
  1042. },
  1043. "Microsoft.SqlServer.Server/1.0.0": {
  1044. "type": "package",
  1045. "serviceable": true,
  1046. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  1047. "path": "microsoft.sqlserver.server/1.0.0",
  1048. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  1049. },
  1050. "Microsoft.Win32.SystemEvents/6.0.0": {
  1051. "type": "package",
  1052. "serviceable": true,
  1053. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  1054. "path": "microsoft.win32.systemevents/6.0.0",
  1055. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  1056. },
  1057. "Newtonsoft.Json/13.0.3": {
  1058. "type": "package",
  1059. "serviceable": true,
  1060. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  1061. "path": "newtonsoft.json/13.0.3",
  1062. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  1063. },
  1064. "Newtonsoft.Json.Bson/1.0.2": {
  1065. "type": "package",
  1066. "serviceable": true,
  1067. "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
  1068. "path": "newtonsoft.json.bson/1.0.2",
  1069. "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
  1070. },
  1071. "Scrutor/3.3.0": {
  1072. "type": "package",
  1073. "serviceable": true,
  1074. "sha512": "sha512-BwqCnFzp2/Z+pq17iztxlIkR/ZANyPRR4PdE57WL1w/JW4AM/2imoxBWTL3+G+YXA46ce4s9OUgwWqTXYrtI8A==",
  1075. "path": "scrutor/3.3.0",
  1076. "hashPath": "scrutor.3.3.0.nupkg.sha512"
  1077. },
  1078. "Swashbuckle.AspNetCore/6.5.0": {
  1079. "type": "package",
  1080. "serviceable": true,
  1081. "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
  1082. "path": "swashbuckle.aspnetcore/6.5.0",
  1083. "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
  1084. },
  1085. "Swashbuckle.AspNetCore.Annotations/6.5.0": {
  1086. "type": "package",
  1087. "serviceable": true,
  1088. "sha512": "sha512-EcHd1z2pEdnpaBMTI9qjVxk6mFVGVMZ1n0ySC3fjrkXCQQ8O9fMdt9TxPJRKyjiTiTjvO9700jKjmyl+hPBinQ==",
  1089. "path": "swashbuckle.aspnetcore.annotations/6.5.0",
  1090. "hashPath": "swashbuckle.aspnetcore.annotations.6.5.0.nupkg.sha512"
  1091. },
  1092. "Swashbuckle.AspNetCore.Filters/8.0.2": {
  1093. "type": "package",
  1094. "serviceable": true,
  1095. "sha512": "sha512-S4pR+265NwY9saAhK+3Jn2oL2Wfy0qvy9871b0KiEPW/iLPRgg2HrkrdMwC1wpjNkRXWGDFRRj+LkUD4lyuAaQ==",
  1096. "path": "swashbuckle.aspnetcore.filters/8.0.2",
  1097. "hashPath": "swashbuckle.aspnetcore.filters.8.0.2.nupkg.sha512"
  1098. },
  1099. "Swashbuckle.AspNetCore.Filters.Abstractions/8.0.2": {
  1100. "type": "package",
  1101. "serviceable": true,
  1102. "sha512": "sha512-RgQ1RbxmofrkBSrLkA/34DWwzz4rKHRwC4vHOvevru2CNqymUPn3kRhbIX29g4yvj2sCff1glf19djnyM9kuUQ==",
  1103. "path": "swashbuckle.aspnetcore.filters.abstractions/8.0.2",
  1104. "hashPath": "swashbuckle.aspnetcore.filters.abstractions.8.0.2.nupkg.sha512"
  1105. },
  1106. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  1107. "type": "package",
  1108. "serviceable": true,
  1109. "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
  1110. "path": "swashbuckle.aspnetcore.swagger/6.5.0",
  1111. "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
  1112. },
  1113. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  1114. "type": "package",
  1115. "serviceable": true,
  1116. "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
  1117. "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
  1118. "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
  1119. },
  1120. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  1121. "type": "package",
  1122. "serviceable": true,
  1123. "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
  1124. "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
  1125. "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
  1126. },
  1127. "System.Configuration.ConfigurationManager/6.0.1": {
  1128. "type": "package",
  1129. "serviceable": true,
  1130. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  1131. "path": "system.configuration.configurationmanager/6.0.1",
  1132. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  1133. },
  1134. "System.Diagnostics.DiagnosticSource/6.0.1": {
  1135. "type": "package",
  1136. "serviceable": true,
  1137. "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  1138. "path": "system.diagnostics.diagnosticsource/6.0.1",
  1139. "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
  1140. },
  1141. "System.Drawing.Common/6.0.0": {
  1142. "type": "package",
  1143. "serviceable": true,
  1144. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  1145. "path": "system.drawing.common/6.0.0",
  1146. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  1147. },
  1148. "System.Formats.Asn1/5.0.0": {
  1149. "type": "package",
  1150. "serviceable": true,
  1151. "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  1152. "path": "system.formats.asn1/5.0.0",
  1153. "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
  1154. },
  1155. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  1156. "type": "package",
  1157. "serviceable": true,
  1158. "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
  1159. "path": "system.identitymodel.tokens.jwt/6.35.0",
  1160. "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
  1161. },
  1162. "System.IO.FileSystem.AccessControl/5.0.0": {
  1163. "type": "package",
  1164. "serviceable": true,
  1165. "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==",
  1166. "path": "system.io.filesystem.accesscontrol/5.0.0",
  1167. "hashPath": "system.io.filesystem.accesscontrol.5.0.0.nupkg.sha512"
  1168. },
  1169. "System.Memory/4.5.4": {
  1170. "type": "package",
  1171. "serviceable": true,
  1172. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1173. "path": "system.memory/4.5.4",
  1174. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1175. },
  1176. "System.Memory.Data/1.0.2": {
  1177. "type": "package",
  1178. "serviceable": true,
  1179. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  1180. "path": "system.memory.data/1.0.2",
  1181. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  1182. },
  1183. "System.Numerics.Vectors/4.5.0": {
  1184. "type": "package",
  1185. "serviceable": true,
  1186. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1187. "path": "system.numerics.vectors/4.5.0",
  1188. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1189. },
  1190. "System.Runtime/4.3.0": {
  1191. "type": "package",
  1192. "serviceable": true,
  1193. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1194. "path": "system.runtime/4.3.0",
  1195. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1196. },
  1197. "System.Runtime.Caching/6.0.0": {
  1198. "type": "package",
  1199. "serviceable": true,
  1200. "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
  1201. "path": "system.runtime.caching/6.0.0",
  1202. "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
  1203. },
  1204. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1205. "type": "package",
  1206. "serviceable": true,
  1207. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1208. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1209. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1210. },
  1211. "System.Security.AccessControl/6.0.0": {
  1212. "type": "package",
  1213. "serviceable": true,
  1214. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  1215. "path": "system.security.accesscontrol/6.0.0",
  1216. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  1217. },
  1218. "System.Security.Cryptography.Cng/5.0.0": {
  1219. "type": "package",
  1220. "serviceable": true,
  1221. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1222. "path": "system.security.cryptography.cng/5.0.0",
  1223. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1224. },
  1225. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1226. "type": "package",
  1227. "serviceable": true,
  1228. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1229. "path": "system.security.cryptography.protecteddata/6.0.0",
  1230. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1231. },
  1232. "System.Security.Permissions/6.0.0": {
  1233. "type": "package",
  1234. "serviceable": true,
  1235. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1236. "path": "system.security.permissions/6.0.0",
  1237. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1238. },
  1239. "System.Security.Principal.Windows/5.0.0": {
  1240. "type": "package",
  1241. "serviceable": true,
  1242. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1243. "path": "system.security.principal.windows/5.0.0",
  1244. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1245. },
  1246. "System.Text.Encoding/4.3.0": {
  1247. "type": "package",
  1248. "serviceable": true,
  1249. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1250. "path": "system.text.encoding/4.3.0",
  1251. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1252. },
  1253. "System.Text.Encoding.CodePages/6.0.0": {
  1254. "type": "package",
  1255. "serviceable": true,
  1256. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  1257. "path": "system.text.encoding.codepages/6.0.0",
  1258. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  1259. },
  1260. "System.Text.Encodings.Web/6.0.0": {
  1261. "type": "package",
  1262. "serviceable": true,
  1263. "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
  1264. "path": "system.text.encodings.web/6.0.0",
  1265. "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
  1266. },
  1267. "System.Text.Json/4.7.2": {
  1268. "type": "package",
  1269. "serviceable": true,
  1270. "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
  1271. "path": "system.text.json/4.7.2",
  1272. "hashPath": "system.text.json.4.7.2.nupkg.sha512"
  1273. },
  1274. "System.Threading.Tasks.Extensions/4.5.4": {
  1275. "type": "package",
  1276. "serviceable": true,
  1277. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1278. "path": "system.threading.tasks.extensions/4.5.4",
  1279. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1280. },
  1281. "System.Windows.Extensions/6.0.0": {
  1282. "type": "package",
  1283. "serviceable": true,
  1284. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1285. "path": "system.windows.extensions/6.0.0",
  1286. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1287. }
  1288. }
  1289. }