goods.deps.json 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "goods/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.EntityFrameworkCore": "9.0.0",
  12. "Microsoft.EntityFrameworkCore.SqlServer": "9.0.0",
  13. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.21.0"
  14. },
  15. "runtime": {
  16. "goods.dll": {}
  17. }
  18. },
  19. "Azure.Core/1.38.0": {
  20. "dependencies": {
  21. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  22. "System.ClientModel": "1.0.0",
  23. "System.Diagnostics.DiagnosticSource": "9.0.0",
  24. "System.Memory.Data": "1.0.2",
  25. "System.Numerics.Vectors": "4.5.0",
  26. "System.Text.Encodings.Web": "9.0.0",
  27. "System.Text.Json": "9.0.0",
  28. "System.Threading.Tasks.Extensions": "4.5.4"
  29. },
  30. "runtime": {
  31. "lib/net6.0/Azure.Core.dll": {
  32. "assemblyVersion": "1.38.0.0",
  33. "fileVersion": "1.3800.24.12602"
  34. }
  35. }
  36. },
  37. "Azure.Identity/1.11.4": {
  38. "dependencies": {
  39. "Azure.Core": "1.38.0",
  40. "Microsoft.Identity.Client": "4.61.3",
  41. "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
  42. "System.Memory": "4.5.4",
  43. "System.Security.Cryptography.ProtectedData": "6.0.0",
  44. "System.Text.Json": "9.0.0",
  45. "System.Threading.Tasks.Extensions": "4.5.4"
  46. },
  47. "runtime": {
  48. "lib/netstandard2.0/Azure.Identity.dll": {
  49. "assemblyVersion": "1.11.4.0",
  50. "fileVersion": "1.1100.424.31005"
  51. }
  52. }
  53. },
  54. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  55. "runtime": {
  56. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  57. "assemblyVersion": "1.0.0.0",
  58. "fileVersion": "4.700.20.21406"
  59. }
  60. }
  61. },
  62. "Microsoft.CSharp/4.5.0": {},
  63. "Microsoft.Data.SqlClient/5.1.6": {
  64. "dependencies": {
  65. "Azure.Identity": "1.11.4",
  66. "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
  67. "Microsoft.Identity.Client": "4.61.3",
  68. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  69. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
  70. "Microsoft.SqlServer.Server": "1.0.0",
  71. "System.Configuration.ConfigurationManager": "6.0.1",
  72. "System.Diagnostics.DiagnosticSource": "9.0.0",
  73. "System.Runtime.Caching": "6.0.0",
  74. "System.Security.Cryptography.Cng": "5.0.0",
  75. "System.Security.Principal.Windows": "5.0.0",
  76. "System.Text.Encoding.CodePages": "6.0.0",
  77. "System.Text.Encodings.Web": "9.0.0"
  78. },
  79. "runtime": {
  80. "lib/net6.0/Microsoft.Data.SqlClient.dll": {
  81. "assemblyVersion": "5.0.0.0",
  82. "fileVersion": "5.16.24240.5"
  83. }
  84. },
  85. "runtimeTargets": {
  86. "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  87. "rid": "unix",
  88. "assetType": "runtime",
  89. "assemblyVersion": "5.0.0.0",
  90. "fileVersion": "5.16.24240.5"
  91. },
  92. "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
  93. "rid": "win",
  94. "assetType": "runtime",
  95. "assemblyVersion": "5.0.0.0",
  96. "fileVersion": "5.16.24240.5"
  97. }
  98. }
  99. },
  100. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  101. "runtimeTargets": {
  102. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  103. "rid": "win-arm",
  104. "assetType": "native",
  105. "fileVersion": "5.1.1.0"
  106. },
  107. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  108. "rid": "win-arm64",
  109. "assetType": "native",
  110. "fileVersion": "5.1.1.0"
  111. },
  112. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  113. "rid": "win-x64",
  114. "assetType": "native",
  115. "fileVersion": "5.1.1.0"
  116. },
  117. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  118. "rid": "win-x86",
  119. "assetType": "native",
  120. "fileVersion": "5.1.1.0"
  121. }
  122. }
  123. },
  124. "Microsoft.EntityFrameworkCore/9.0.0": {
  125. "dependencies": {
  126. "Microsoft.EntityFrameworkCore.Abstractions": "9.0.0",
  127. "Microsoft.EntityFrameworkCore.Analyzers": "9.0.0",
  128. "Microsoft.Extensions.Caching.Memory": "9.0.0",
  129. "Microsoft.Extensions.Logging": "9.0.0"
  130. },
  131. "runtime": {
  132. "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
  133. "assemblyVersion": "9.0.0.0",
  134. "fileVersion": "9.0.24.52902"
  135. }
  136. }
  137. },
  138. "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": {
  139. "runtime": {
  140. "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  141. "assemblyVersion": "9.0.0.0",
  142. "fileVersion": "9.0.24.52902"
  143. }
  144. }
  145. },
  146. "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": {},
  147. "Microsoft.EntityFrameworkCore.Relational/9.0.0": {
  148. "dependencies": {
  149. "Microsoft.EntityFrameworkCore": "9.0.0",
  150. "Microsoft.Extensions.Caching.Memory": "9.0.0",
  151. "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
  152. "Microsoft.Extensions.Logging": "9.0.0"
  153. },
  154. "runtime": {
  155. "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
  156. "assemblyVersion": "9.0.0.0",
  157. "fileVersion": "9.0.24.52902"
  158. }
  159. }
  160. },
  161. "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": {
  162. "dependencies": {
  163. "Microsoft.Data.SqlClient": "5.1.6",
  164. "Microsoft.EntityFrameworkCore.Relational": "9.0.0",
  165. "Microsoft.Extensions.Caching.Memory": "9.0.0",
  166. "Microsoft.Extensions.Configuration.Abstractions": "9.0.0",
  167. "Microsoft.Extensions.Logging": "9.0.0",
  168. "System.Formats.Asn1": "9.0.0",
  169. "System.Text.Json": "9.0.0"
  170. },
  171. "runtime": {
  172. "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  173. "assemblyVersion": "9.0.0.0",
  174. "fileVersion": "9.0.24.52902"
  175. }
  176. }
  177. },
  178. "Microsoft.Extensions.Caching.Abstractions/9.0.0": {
  179. "dependencies": {
  180. "Microsoft.Extensions.Primitives": "9.0.0"
  181. },
  182. "runtime": {
  183. "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  184. "assemblyVersion": "9.0.0.0",
  185. "fileVersion": "9.0.24.52809"
  186. }
  187. }
  188. },
  189. "Microsoft.Extensions.Caching.Memory/9.0.0": {
  190. "dependencies": {
  191. "Microsoft.Extensions.Caching.Abstractions": "9.0.0",
  192. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
  193. "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
  194. "Microsoft.Extensions.Options": "9.0.0",
  195. "Microsoft.Extensions.Primitives": "9.0.0"
  196. },
  197. "runtime": {
  198. "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
  199. "assemblyVersion": "9.0.0.0",
  200. "fileVersion": "9.0.24.52809"
  201. }
  202. }
  203. },
  204. "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
  205. "dependencies": {
  206. "Microsoft.Extensions.Primitives": "9.0.0"
  207. },
  208. "runtime": {
  209. "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  210. "assemblyVersion": "9.0.0.0",
  211. "fileVersion": "9.0.24.52809"
  212. }
  213. }
  214. },
  215. "Microsoft.Extensions.DependencyInjection/9.0.0": {
  216. "dependencies": {
  217. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0"
  218. },
  219. "runtime": {
  220. "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
  221. "assemblyVersion": "9.0.0.0",
  222. "fileVersion": "9.0.24.52809"
  223. }
  224. }
  225. },
  226. "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
  227. "runtime": {
  228. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  229. "assemblyVersion": "9.0.0.0",
  230. "fileVersion": "9.0.24.52809"
  231. }
  232. }
  233. },
  234. "Microsoft.Extensions.Logging/9.0.0": {
  235. "dependencies": {
  236. "Microsoft.Extensions.DependencyInjection": "9.0.0",
  237. "Microsoft.Extensions.Logging.Abstractions": "9.0.0",
  238. "Microsoft.Extensions.Options": "9.0.0"
  239. },
  240. "runtime": {
  241. "lib/net8.0/Microsoft.Extensions.Logging.dll": {
  242. "assemblyVersion": "9.0.0.0",
  243. "fileVersion": "9.0.24.52809"
  244. }
  245. }
  246. },
  247. "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
  248. "dependencies": {
  249. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
  250. "System.Diagnostics.DiagnosticSource": "9.0.0"
  251. },
  252. "runtime": {
  253. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  254. "assemblyVersion": "9.0.0.0",
  255. "fileVersion": "9.0.24.52809"
  256. }
  257. }
  258. },
  259. "Microsoft.Extensions.Options/9.0.0": {
  260. "dependencies": {
  261. "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0",
  262. "Microsoft.Extensions.Primitives": "9.0.0"
  263. },
  264. "runtime": {
  265. "lib/net8.0/Microsoft.Extensions.Options.dll": {
  266. "assemblyVersion": "9.0.0.0",
  267. "fileVersion": "9.0.24.52809"
  268. }
  269. }
  270. },
  271. "Microsoft.Extensions.Primitives/9.0.0": {
  272. "runtime": {
  273. "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
  274. "assemblyVersion": "9.0.0.0",
  275. "fileVersion": "9.0.24.52809"
  276. }
  277. }
  278. },
  279. "Microsoft.Identity.Client/4.61.3": {
  280. "dependencies": {
  281. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  282. "System.Diagnostics.DiagnosticSource": "9.0.0"
  283. },
  284. "runtime": {
  285. "lib/net6.0/Microsoft.Identity.Client.dll": {
  286. "assemblyVersion": "4.61.3.0",
  287. "fileVersion": "4.61.3.0"
  288. }
  289. }
  290. },
  291. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  292. "dependencies": {
  293. "Microsoft.Identity.Client": "4.61.3",
  294. "System.Security.Cryptography.ProtectedData": "6.0.0"
  295. },
  296. "runtime": {
  297. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  298. "assemblyVersion": "4.61.3.0",
  299. "fileVersion": "4.61.3.0"
  300. }
  301. }
  302. },
  303. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  304. "runtime": {
  305. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  306. "assemblyVersion": "6.35.0.0",
  307. "fileVersion": "6.35.0.41201"
  308. }
  309. }
  310. },
  311. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  312. "dependencies": {
  313. "Microsoft.IdentityModel.Tokens": "6.35.0",
  314. "System.Text.Encoding": "4.3.0",
  315. "System.Text.Encodings.Web": "9.0.0",
  316. "System.Text.Json": "9.0.0"
  317. },
  318. "runtime": {
  319. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  320. "assemblyVersion": "6.35.0.0",
  321. "fileVersion": "6.35.0.41201"
  322. }
  323. }
  324. },
  325. "Microsoft.IdentityModel.Logging/6.35.0": {
  326. "dependencies": {
  327. "Microsoft.IdentityModel.Abstractions": "6.35.0"
  328. },
  329. "runtime": {
  330. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  331. "assemblyVersion": "6.35.0.0",
  332. "fileVersion": "6.35.0.41201"
  333. }
  334. }
  335. },
  336. "Microsoft.IdentityModel.Protocols/6.35.0": {
  337. "dependencies": {
  338. "Microsoft.IdentityModel.Logging": "6.35.0",
  339. "Microsoft.IdentityModel.Tokens": "6.35.0"
  340. },
  341. "runtime": {
  342. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  343. "assemblyVersion": "6.35.0.0",
  344. "fileVersion": "6.35.0.41201"
  345. }
  346. }
  347. },
  348. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  349. "dependencies": {
  350. "Microsoft.IdentityModel.Protocols": "6.35.0",
  351. "System.IdentityModel.Tokens.Jwt": "6.35.0"
  352. },
  353. "runtime": {
  354. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  355. "assemblyVersion": "6.35.0.0",
  356. "fileVersion": "6.35.0.41201"
  357. }
  358. }
  359. },
  360. "Microsoft.IdentityModel.Tokens/6.35.0": {
  361. "dependencies": {
  362. "Microsoft.CSharp": "4.5.0",
  363. "Microsoft.IdentityModel.Logging": "6.35.0",
  364. "System.Security.Cryptography.Cng": "5.0.0"
  365. },
  366. "runtime": {
  367. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  368. "assemblyVersion": "6.35.0.0",
  369. "fileVersion": "6.35.0.41201"
  370. }
  371. }
  372. },
  373. "Microsoft.NETCore.Platforms/1.1.0": {},
  374. "Microsoft.NETCore.Targets/1.1.0": {},
  375. "Microsoft.SqlServer.Server/1.0.0": {
  376. "runtime": {
  377. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  378. "assemblyVersion": "1.0.0.0",
  379. "fileVersion": "1.0.0.0"
  380. }
  381. }
  382. },
  383. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": {},
  384. "Microsoft.Win32.SystemEvents/6.0.0": {
  385. "runtime": {
  386. "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  387. "assemblyVersion": "6.0.0.0",
  388. "fileVersion": "6.0.21.52210"
  389. }
  390. },
  391. "runtimeTargets": {
  392. "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
  393. "rid": "win",
  394. "assetType": "runtime",
  395. "assemblyVersion": "6.0.0.0",
  396. "fileVersion": "6.0.21.52210"
  397. }
  398. }
  399. },
  400. "System.ClientModel/1.0.0": {
  401. "dependencies": {
  402. "System.Memory.Data": "1.0.2",
  403. "System.Text.Json": "9.0.0"
  404. },
  405. "runtime": {
  406. "lib/net6.0/System.ClientModel.dll": {
  407. "assemblyVersion": "1.0.0.0",
  408. "fileVersion": "1.0.24.5302"
  409. }
  410. }
  411. },
  412. "System.Configuration.ConfigurationManager/6.0.1": {
  413. "dependencies": {
  414. "System.Security.Cryptography.ProtectedData": "6.0.0",
  415. "System.Security.Permissions": "6.0.0"
  416. },
  417. "runtime": {
  418. "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
  419. "assemblyVersion": "6.0.0.0",
  420. "fileVersion": "6.0.922.41905"
  421. }
  422. }
  423. },
  424. "System.Diagnostics.DiagnosticSource/9.0.0": {
  425. "runtime": {
  426. "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
  427. "assemblyVersion": "9.0.0.0",
  428. "fileVersion": "9.0.24.52809"
  429. }
  430. }
  431. },
  432. "System.Drawing.Common/6.0.0": {
  433. "dependencies": {
  434. "Microsoft.Win32.SystemEvents": "6.0.0"
  435. },
  436. "runtime": {
  437. "lib/net6.0/System.Drawing.Common.dll": {
  438. "assemblyVersion": "6.0.0.0",
  439. "fileVersion": "6.0.21.52210"
  440. }
  441. },
  442. "runtimeTargets": {
  443. "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
  444. "rid": "unix",
  445. "assetType": "runtime",
  446. "assemblyVersion": "6.0.0.0",
  447. "fileVersion": "6.0.21.52210"
  448. },
  449. "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
  450. "rid": "win",
  451. "assetType": "runtime",
  452. "assemblyVersion": "6.0.0.0",
  453. "fileVersion": "6.0.21.52210"
  454. }
  455. }
  456. },
  457. "System.Formats.Asn1/9.0.0": {
  458. "runtime": {
  459. "lib/net8.0/System.Formats.Asn1.dll": {
  460. "assemblyVersion": "9.0.0.0",
  461. "fileVersion": "9.0.24.52809"
  462. }
  463. }
  464. },
  465. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  466. "dependencies": {
  467. "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
  468. "Microsoft.IdentityModel.Tokens": "6.35.0"
  469. },
  470. "runtime": {
  471. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  472. "assemblyVersion": "6.35.0.0",
  473. "fileVersion": "6.35.0.41201"
  474. }
  475. }
  476. },
  477. "System.IO.Pipelines/9.0.0": {
  478. "runtime": {
  479. "lib/net8.0/System.IO.Pipelines.dll": {
  480. "assemblyVersion": "9.0.0.0",
  481. "fileVersion": "9.0.24.52809"
  482. }
  483. }
  484. },
  485. "System.Memory/4.5.4": {},
  486. "System.Memory.Data/1.0.2": {
  487. "dependencies": {
  488. "System.Text.Encodings.Web": "9.0.0",
  489. "System.Text.Json": "9.0.0"
  490. },
  491. "runtime": {
  492. "lib/netstandard2.0/System.Memory.Data.dll": {
  493. "assemblyVersion": "1.0.2.0",
  494. "fileVersion": "1.0.221.20802"
  495. }
  496. }
  497. },
  498. "System.Numerics.Vectors/4.5.0": {},
  499. "System.Runtime/4.3.0": {
  500. "dependencies": {
  501. "Microsoft.NETCore.Platforms": "1.1.0",
  502. "Microsoft.NETCore.Targets": "1.1.0"
  503. }
  504. },
  505. "System.Runtime.Caching/6.0.0": {
  506. "dependencies": {
  507. "System.Configuration.ConfigurationManager": "6.0.1"
  508. },
  509. "runtime": {
  510. "lib/net6.0/System.Runtime.Caching.dll": {
  511. "assemblyVersion": "4.0.0.0",
  512. "fileVersion": "6.0.21.52210"
  513. }
  514. },
  515. "runtimeTargets": {
  516. "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
  517. "rid": "win",
  518. "assetType": "runtime",
  519. "assemblyVersion": "4.0.0.0",
  520. "fileVersion": "6.0.21.52210"
  521. }
  522. }
  523. },
  524. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  525. "System.Security.AccessControl/6.0.0": {},
  526. "System.Security.Cryptography.Cng/5.0.0": {
  527. "dependencies": {
  528. "System.Formats.Asn1": "9.0.0"
  529. }
  530. },
  531. "System.Security.Cryptography.ProtectedData/6.0.0": {
  532. "runtime": {
  533. "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  534. "assemblyVersion": "6.0.0.0",
  535. "fileVersion": "6.0.21.52210"
  536. }
  537. },
  538. "runtimeTargets": {
  539. "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
  540. "rid": "win",
  541. "assetType": "runtime",
  542. "assemblyVersion": "6.0.0.0",
  543. "fileVersion": "6.0.21.52210"
  544. }
  545. }
  546. },
  547. "System.Security.Permissions/6.0.0": {
  548. "dependencies": {
  549. "System.Security.AccessControl": "6.0.0",
  550. "System.Windows.Extensions": "6.0.0"
  551. },
  552. "runtime": {
  553. "lib/net6.0/System.Security.Permissions.dll": {
  554. "assemblyVersion": "6.0.0.0",
  555. "fileVersion": "6.0.21.52210"
  556. }
  557. }
  558. },
  559. "System.Security.Principal.Windows/5.0.0": {},
  560. "System.Text.Encoding/4.3.0": {
  561. "dependencies": {
  562. "Microsoft.NETCore.Platforms": "1.1.0",
  563. "Microsoft.NETCore.Targets": "1.1.0",
  564. "System.Runtime": "4.3.0"
  565. }
  566. },
  567. "System.Text.Encoding.CodePages/6.0.0": {
  568. "dependencies": {
  569. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  570. }
  571. },
  572. "System.Text.Encodings.Web/9.0.0": {
  573. "runtime": {
  574. "lib/net8.0/System.Text.Encodings.Web.dll": {
  575. "assemblyVersion": "9.0.0.0",
  576. "fileVersion": "9.0.24.52809"
  577. }
  578. },
  579. "runtimeTargets": {
  580. "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
  581. "rid": "browser",
  582. "assetType": "runtime",
  583. "assemblyVersion": "9.0.0.0",
  584. "fileVersion": "9.0.24.52809"
  585. }
  586. }
  587. },
  588. "System.Text.Json/9.0.0": {
  589. "dependencies": {
  590. "System.IO.Pipelines": "9.0.0",
  591. "System.Text.Encodings.Web": "9.0.0"
  592. },
  593. "runtime": {
  594. "lib/net8.0/System.Text.Json.dll": {
  595. "assemblyVersion": "9.0.0.0",
  596. "fileVersion": "9.0.24.52809"
  597. }
  598. }
  599. },
  600. "System.Threading.Tasks.Extensions/4.5.4": {},
  601. "System.Windows.Extensions/6.0.0": {
  602. "dependencies": {
  603. "System.Drawing.Common": "6.0.0"
  604. },
  605. "runtime": {
  606. "lib/net6.0/System.Windows.Extensions.dll": {
  607. "assemblyVersion": "6.0.0.0",
  608. "fileVersion": "6.0.21.52210"
  609. }
  610. },
  611. "runtimeTargets": {
  612. "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
  613. "rid": "win",
  614. "assetType": "runtime",
  615. "assemblyVersion": "6.0.0.0",
  616. "fileVersion": "6.0.21.52210"
  617. }
  618. }
  619. }
  620. }
  621. },
  622. "libraries": {
  623. "goods/1.0.0": {
  624. "type": "project",
  625. "serviceable": false,
  626. "sha512": ""
  627. },
  628. "Azure.Core/1.38.0": {
  629. "type": "package",
  630. "serviceable": true,
  631. "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
  632. "path": "azure.core/1.38.0",
  633. "hashPath": "azure.core.1.38.0.nupkg.sha512"
  634. },
  635. "Azure.Identity/1.11.4": {
  636. "type": "package",
  637. "serviceable": true,
  638. "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
  639. "path": "azure.identity/1.11.4",
  640. "hashPath": "azure.identity.1.11.4.nupkg.sha512"
  641. },
  642. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  643. "type": "package",
  644. "serviceable": true,
  645. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  646. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  647. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  648. },
  649. "Microsoft.CSharp/4.5.0": {
  650. "type": "package",
  651. "serviceable": true,
  652. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  653. "path": "microsoft.csharp/4.5.0",
  654. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  655. },
  656. "Microsoft.Data.SqlClient/5.1.6": {
  657. "type": "package",
  658. "serviceable": true,
  659. "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
  660. "path": "microsoft.data.sqlclient/5.1.6",
  661. "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512"
  662. },
  663. "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
  664. "type": "package",
  665. "serviceable": true,
  666. "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
  667. "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
  668. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
  669. },
  670. "Microsoft.EntityFrameworkCore/9.0.0": {
  671. "type": "package",
  672. "serviceable": true,
  673. "sha512": "sha512-wpG+nfnfDAw87R3ovAsUmjr3MZ4tYXf6bFqEPVAIKE6IfPml3DS//iX0DBnf8kWn5ZHSO5oi1m4d/Jf+1LifJQ==",
  674. "path": "microsoft.entityframeworkcore/9.0.0",
  675. "hashPath": "microsoft.entityframeworkcore.9.0.0.nupkg.sha512"
  676. },
  677. "Microsoft.EntityFrameworkCore.Abstractions/9.0.0": {
  678. "type": "package",
  679. "serviceable": true,
  680. "sha512": "sha512-fnmifFL8KaA4ZNLCVgfjCWhZUFxkrDInx5hR4qG7Q8IEaSiy/6VOSRFyx55oH7MV4y7wM3J3EE90nSpcVBI44Q==",
  681. "path": "microsoft.entityframeworkcore.abstractions/9.0.0",
  682. "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.0.nupkg.sha512"
  683. },
  684. "Microsoft.EntityFrameworkCore.Analyzers/9.0.0": {
  685. "type": "package",
  686. "serviceable": true,
  687. "sha512": "sha512-Qje+DzXJOKiXF72SL0XxNlDtTkvWWvmwknuZtFahY5hIQpRKO59qnGuERIQ3qlzuq5x4bAJ8WMbgU5DLhBgeOQ==",
  688. "path": "microsoft.entityframeworkcore.analyzers/9.0.0",
  689. "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.0.nupkg.sha512"
  690. },
  691. "Microsoft.EntityFrameworkCore.Relational/9.0.0": {
  692. "type": "package",
  693. "serviceable": true,
  694. "sha512": "sha512-j+msw6fWgAE9M3Q/5B9Uhv7pdAdAQUvFPJAiBJmoy+OXvehVbfbCE8ftMAa51Uo2ZeiqVnHShhnv4Y4UJJmUzA==",
  695. "path": "microsoft.entityframeworkcore.relational/9.0.0",
  696. "hashPath": "microsoft.entityframeworkcore.relational.9.0.0.nupkg.sha512"
  697. },
  698. "Microsoft.EntityFrameworkCore.SqlServer/9.0.0": {
  699. "type": "package",
  700. "serviceable": true,
  701. "sha512": "sha512-3Y7/3kgz6C5kRFeELLZ5VeIeBlxB31x/ywscbN4r1JqTXIy8WWGo0CqzuOxBy4UzaTzpifElAZvv4fyD3ZQK5w==",
  702. "path": "microsoft.entityframeworkcore.sqlserver/9.0.0",
  703. "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.0.nupkg.sha512"
  704. },
  705. "Microsoft.Extensions.Caching.Abstractions/9.0.0": {
  706. "type": "package",
  707. "serviceable": true,
  708. "sha512": "sha512-FPWZAa9c0H4dvOj351iR1jkUIs4u9ykL4Bm592yhjDyO5lCoWd+TMAHx2EMbarzUvCvgjWjJIoC6//Q9kH6YhA==",
  709. "path": "microsoft.extensions.caching.abstractions/9.0.0",
  710. "hashPath": "microsoft.extensions.caching.abstractions.9.0.0.nupkg.sha512"
  711. },
  712. "Microsoft.Extensions.Caching.Memory/9.0.0": {
  713. "type": "package",
  714. "serviceable": true,
  715. "sha512": "sha512-zbnPX/JQ0pETRSUG9fNPBvpIq42Aufvs15gGYyNIMhCun9yhmWihz0WgsI7bSDPjxWTKBf8oX/zv6v2uZ3W9OQ==",
  716. "path": "microsoft.extensions.caching.memory/9.0.0",
  717. "hashPath": "microsoft.extensions.caching.memory.9.0.0.nupkg.sha512"
  718. },
  719. "Microsoft.Extensions.Configuration.Abstractions/9.0.0": {
  720. "type": "package",
  721. "serviceable": true,
  722. "sha512": "sha512-lqvd7W3FGKUO1+ZoUEMaZ5XDJeWvjpy2/M/ptCGz3tXLD4HWVaSzjufsAsjemasBEg+2SxXVtYVvGt5r2nKDlg==",
  723. "path": "microsoft.extensions.configuration.abstractions/9.0.0",
  724. "hashPath": "microsoft.extensions.configuration.abstractions.9.0.0.nupkg.sha512"
  725. },
  726. "Microsoft.Extensions.DependencyInjection/9.0.0": {
  727. "type": "package",
  728. "serviceable": true,
  729. "sha512": "sha512-MCPrg7v3QgNMr0vX4vzRXvkNGgLg8vKWX0nKCWUxu2uPyMsaRgiRc1tHBnbTcfJMhMKj2slE/j2M9oGkd25DNw==",
  730. "path": "microsoft.extensions.dependencyinjection/9.0.0",
  731. "hashPath": "microsoft.extensions.dependencyinjection.9.0.0.nupkg.sha512"
  732. },
  733. "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.0": {
  734. "type": "package",
  735. "serviceable": true,
  736. "sha512": "sha512-+6f2qv2a3dLwd5w6JanPIPs47CxRbnk+ZocMJUhv9NxP88VlOcJYZs9jY+MYSjxvady08bUZn6qgiNh7DadGgg==",
  737. "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.0",
  738. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.0.nupkg.sha512"
  739. },
  740. "Microsoft.Extensions.Logging/9.0.0": {
  741. "type": "package",
  742. "serviceable": true,
  743. "sha512": "sha512-crjWyORoug0kK7RSNJBTeSE6VX8IQgLf3nUpTB9m62bPXp/tzbnOsnbe8TXEG0AASNaKZddnpHKw7fET8E++Pg==",
  744. "path": "microsoft.extensions.logging/9.0.0",
  745. "hashPath": "microsoft.extensions.logging.9.0.0.nupkg.sha512"
  746. },
  747. "Microsoft.Extensions.Logging.Abstractions/9.0.0": {
  748. "type": "package",
  749. "serviceable": true,
  750. "sha512": "sha512-g0UfujELzlLbHoVG8kPKVBaW470Ewi+jnptGS9KUi6jcb+k2StujtK3m26DFSGGwQ/+bVgZfsWqNzlP6YOejvw==",
  751. "path": "microsoft.extensions.logging.abstractions/9.0.0",
  752. "hashPath": "microsoft.extensions.logging.abstractions.9.0.0.nupkg.sha512"
  753. },
  754. "Microsoft.Extensions.Options/9.0.0": {
  755. "type": "package",
  756. "serviceable": true,
  757. "sha512": "sha512-y2146b3jrPI3Q0lokKXdKLpmXqakYbDIPDV6r3M8SqvSf45WwOTzkyfDpxnZXJsJQEpAsAqjUq5Pu8RCJMjubg==",
  758. "path": "microsoft.extensions.options/9.0.0",
  759. "hashPath": "microsoft.extensions.options.9.0.0.nupkg.sha512"
  760. },
  761. "Microsoft.Extensions.Primitives/9.0.0": {
  762. "type": "package",
  763. "serviceable": true,
  764. "sha512": "sha512-N3qEBzmLMYiASUlKxxFIISP4AiwuPTHF5uCh+2CWSwwzAJiIYx0kBJsS30cp1nvhSySFAVi30jecD307jV+8Kg==",
  765. "path": "microsoft.extensions.primitives/9.0.0",
  766. "hashPath": "microsoft.extensions.primitives.9.0.0.nupkg.sha512"
  767. },
  768. "Microsoft.Identity.Client/4.61.3": {
  769. "type": "package",
  770. "serviceable": true,
  771. "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
  772. "path": "microsoft.identity.client/4.61.3",
  773. "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
  774. },
  775. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  776. "type": "package",
  777. "serviceable": true,
  778. "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
  779. "path": "microsoft.identity.client.extensions.msal/4.61.3",
  780. "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
  781. },
  782. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  783. "type": "package",
  784. "serviceable": true,
  785. "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  786. "path": "microsoft.identitymodel.abstractions/6.35.0",
  787. "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
  788. },
  789. "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
  790. "type": "package",
  791. "serviceable": true,
  792. "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
  793. "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
  794. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
  795. },
  796. "Microsoft.IdentityModel.Logging/6.35.0": {
  797. "type": "package",
  798. "serviceable": true,
  799. "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
  800. "path": "microsoft.identitymodel.logging/6.35.0",
  801. "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
  802. },
  803. "Microsoft.IdentityModel.Protocols/6.35.0": {
  804. "type": "package",
  805. "serviceable": true,
  806. "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
  807. "path": "microsoft.identitymodel.protocols/6.35.0",
  808. "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
  809. },
  810. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
  811. "type": "package",
  812. "serviceable": true,
  813. "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
  814. "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
  815. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
  816. },
  817. "Microsoft.IdentityModel.Tokens/6.35.0": {
  818. "type": "package",
  819. "serviceable": true,
  820. "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
  821. "path": "microsoft.identitymodel.tokens/6.35.0",
  822. "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
  823. },
  824. "Microsoft.NETCore.Platforms/1.1.0": {
  825. "type": "package",
  826. "serviceable": true,
  827. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  828. "path": "microsoft.netcore.platforms/1.1.0",
  829. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  830. },
  831. "Microsoft.NETCore.Targets/1.1.0": {
  832. "type": "package",
  833. "serviceable": true,
  834. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  835. "path": "microsoft.netcore.targets/1.1.0",
  836. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  837. },
  838. "Microsoft.SqlServer.Server/1.0.0": {
  839. "type": "package",
  840. "serviceable": true,
  841. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  842. "path": "microsoft.sqlserver.server/1.0.0",
  843. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  844. },
  845. "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.21.0": {
  846. "type": "package",
  847. "serviceable": true,
  848. "sha512": "sha512-8NudeHOE56YsY59HYY89akRMup8Ho+7Y3cADTGjajjWroXVU9RQai2nA6PfteB8AuzmRHZ5NZQB2BnWhQEul5g==",
  849. "path": "microsoft.visualstudio.azure.containers.tools.targets/1.21.0",
  850. "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.21.0.nupkg.sha512"
  851. },
  852. "Microsoft.Win32.SystemEvents/6.0.0": {
  853. "type": "package",
  854. "serviceable": true,
  855. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  856. "path": "microsoft.win32.systemevents/6.0.0",
  857. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  858. },
  859. "System.ClientModel/1.0.0": {
  860. "type": "package",
  861. "serviceable": true,
  862. "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
  863. "path": "system.clientmodel/1.0.0",
  864. "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
  865. },
  866. "System.Configuration.ConfigurationManager/6.0.1": {
  867. "type": "package",
  868. "serviceable": true,
  869. "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
  870. "path": "system.configuration.configurationmanager/6.0.1",
  871. "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
  872. },
  873. "System.Diagnostics.DiagnosticSource/9.0.0": {
  874. "type": "package",
  875. "serviceable": true,
  876. "sha512": "sha512-ddppcFpnbohLWdYKr/ZeLZHmmI+DXFgZ3Snq+/E7SwcdW4UnvxmaugkwGywvGVWkHPGCSZjCP+MLzu23AL5SDw==",
  877. "path": "system.diagnostics.diagnosticsource/9.0.0",
  878. "hashPath": "system.diagnostics.diagnosticsource.9.0.0.nupkg.sha512"
  879. },
  880. "System.Drawing.Common/6.0.0": {
  881. "type": "package",
  882. "serviceable": true,
  883. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  884. "path": "system.drawing.common/6.0.0",
  885. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  886. },
  887. "System.Formats.Asn1/9.0.0": {
  888. "type": "package",
  889. "serviceable": true,
  890. "sha512": "sha512-VRDjgfqV0hCma5HBQa46nZTRuqfYMWZClwxUtvLJVTCeDp9Esdvr91AfEWP98IMO8ooSv1yXb6/oCc6jApoXvQ==",
  891. "path": "system.formats.asn1/9.0.0",
  892. "hashPath": "system.formats.asn1.9.0.0.nupkg.sha512"
  893. },
  894. "System.IdentityModel.Tokens.Jwt/6.35.0": {
  895. "type": "package",
  896. "serviceable": true,
  897. "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
  898. "path": "system.identitymodel.tokens.jwt/6.35.0",
  899. "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
  900. },
  901. "System.IO.Pipelines/9.0.0": {
  902. "type": "package",
  903. "serviceable": true,
  904. "sha512": "sha512-eA3cinogwaNB4jdjQHOP3Z3EuyiDII7MT35jgtnsA4vkn0LUrrSHsU0nzHTzFzmaFYeKV7MYyMxOocFzsBHpTw==",
  905. "path": "system.io.pipelines/9.0.0",
  906. "hashPath": "system.io.pipelines.9.0.0.nupkg.sha512"
  907. },
  908. "System.Memory/4.5.4": {
  909. "type": "package",
  910. "serviceable": true,
  911. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  912. "path": "system.memory/4.5.4",
  913. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  914. },
  915. "System.Memory.Data/1.0.2": {
  916. "type": "package",
  917. "serviceable": true,
  918. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  919. "path": "system.memory.data/1.0.2",
  920. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  921. },
  922. "System.Numerics.Vectors/4.5.0": {
  923. "type": "package",
  924. "serviceable": true,
  925. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  926. "path": "system.numerics.vectors/4.5.0",
  927. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  928. },
  929. "System.Runtime/4.3.0": {
  930. "type": "package",
  931. "serviceable": true,
  932. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  933. "path": "system.runtime/4.3.0",
  934. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  935. },
  936. "System.Runtime.Caching/6.0.0": {
  937. "type": "package",
  938. "serviceable": true,
  939. "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
  940. "path": "system.runtime.caching/6.0.0",
  941. "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
  942. },
  943. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  944. "type": "package",
  945. "serviceable": true,
  946. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  947. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  948. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  949. },
  950. "System.Security.AccessControl/6.0.0": {
  951. "type": "package",
  952. "serviceable": true,
  953. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  954. "path": "system.security.accesscontrol/6.0.0",
  955. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  956. },
  957. "System.Security.Cryptography.Cng/5.0.0": {
  958. "type": "package",
  959. "serviceable": true,
  960. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  961. "path": "system.security.cryptography.cng/5.0.0",
  962. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  963. },
  964. "System.Security.Cryptography.ProtectedData/6.0.0": {
  965. "type": "package",
  966. "serviceable": true,
  967. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  968. "path": "system.security.cryptography.protecteddata/6.0.0",
  969. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  970. },
  971. "System.Security.Permissions/6.0.0": {
  972. "type": "package",
  973. "serviceable": true,
  974. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  975. "path": "system.security.permissions/6.0.0",
  976. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  977. },
  978. "System.Security.Principal.Windows/5.0.0": {
  979. "type": "package",
  980. "serviceable": true,
  981. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  982. "path": "system.security.principal.windows/5.0.0",
  983. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  984. },
  985. "System.Text.Encoding/4.3.0": {
  986. "type": "package",
  987. "serviceable": true,
  988. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  989. "path": "system.text.encoding/4.3.0",
  990. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  991. },
  992. "System.Text.Encoding.CodePages/6.0.0": {
  993. "type": "package",
  994. "serviceable": true,
  995. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  996. "path": "system.text.encoding.codepages/6.0.0",
  997. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  998. },
  999. "System.Text.Encodings.Web/9.0.0": {
  1000. "type": "package",
  1001. "serviceable": true,
  1002. "sha512": "sha512-e2hMgAErLbKyUUwt18qSBf9T5Y+SFAL3ZedM8fLupkVj8Rj2PZ9oxQ37XX2LF8fTO1wNIxvKpihD7Of7D/NxZw==",
  1003. "path": "system.text.encodings.web/9.0.0",
  1004. "hashPath": "system.text.encodings.web.9.0.0.nupkg.sha512"
  1005. },
  1006. "System.Text.Json/9.0.0": {
  1007. "type": "package",
  1008. "serviceable": true,
  1009. "sha512": "sha512-js7+qAu/9mQvnhA4EfGMZNEzXtJCDxgkgj8ohuxq/Qxv+R56G+ljefhiJHOxTNiw54q8vmABCWUwkMulNdlZ4A==",
  1010. "path": "system.text.json/9.0.0",
  1011. "hashPath": "system.text.json.9.0.0.nupkg.sha512"
  1012. },
  1013. "System.Threading.Tasks.Extensions/4.5.4": {
  1014. "type": "package",
  1015. "serviceable": true,
  1016. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1017. "path": "system.threading.tasks.extensions/4.5.4",
  1018. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1019. },
  1020. "System.Windows.Extensions/6.0.0": {
  1021. "type": "package",
  1022. "serviceable": true,
  1023. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1024. "path": "system.windows.extensions/6.0.0",
  1025. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1026. }
  1027. }
  1028. }