goods.deps.json 40 KB

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