BookStore.deps.json 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v5.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v5.0": {
  9. "BookStore/1.0.0": {
  10. "dependencies": {
  11. "Microsoft.EntityFrameworkCore": "5.0.9",
  12. "Microsoft.EntityFrameworkCore.SqlServer": "5.0.9",
  13. "System.Configuration.ConfigurationManager": "6.0.0"
  14. },
  15. "runtime": {
  16. "BookStore.dll": {}
  17. }
  18. },
  19. "Microsoft.CSharp/4.5.0": {},
  20. "Microsoft.Data.SqlClient/2.0.1": {
  21. "dependencies": {
  22. "Microsoft.Data.SqlClient.SNI.runtime": "2.0.1",
  23. "Microsoft.Identity.Client": "4.14.0",
  24. "Microsoft.IdentityModel.JsonWebTokens": "5.6.0",
  25. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.6.0",
  26. "Microsoft.Win32.Registry": "4.7.0",
  27. "System.Configuration.ConfigurationManager": "6.0.0",
  28. "System.Diagnostics.DiagnosticSource": "5.0.1",
  29. "System.Runtime.Caching": "4.7.0",
  30. "System.Security.Principal.Windows": "5.0.0",
  31. "System.Text.Encoding.CodePages": "4.7.0"
  32. },
  33. "runtime": {
  34. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  35. "assemblyVersion": "2.0.20168.4",
  36. "fileVersion": "2.0.20168.4"
  37. }
  38. },
  39. "runtimeTargets": {
  40. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  41. "rid": "unix",
  42. "assetType": "runtime",
  43. "assemblyVersion": "2.0.20168.4",
  44. "fileVersion": "2.0.20168.4"
  45. },
  46. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  47. "rid": "win",
  48. "assetType": "runtime",
  49. "assemblyVersion": "2.0.20168.4",
  50. "fileVersion": "2.0.20168.4"
  51. }
  52. }
  53. },
  54. "Microsoft.Data.SqlClient.SNI.runtime/2.0.1": {
  55. "runtimeTargets": {
  56. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  57. "rid": "win-arm",
  58. "assetType": "native",
  59. "fileVersion": "2.0.1.0"
  60. },
  61. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.pdb": {
  62. "rid": "win-arm",
  63. "assetType": "native",
  64. "fileVersion": "0.0.0.0"
  65. },
  66. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  67. "rid": "win-arm64",
  68. "assetType": "native",
  69. "fileVersion": "2.0.1.0"
  70. },
  71. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.pdb": {
  72. "rid": "win-arm64",
  73. "assetType": "native",
  74. "fileVersion": "0.0.0.0"
  75. },
  76. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  77. "rid": "win-x64",
  78. "assetType": "native",
  79. "fileVersion": "2.0.1.0"
  80. },
  81. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.pdb": {
  82. "rid": "win-x64",
  83. "assetType": "native",
  84. "fileVersion": "0.0.0.0"
  85. },
  86. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  87. "rid": "win-x86",
  88. "assetType": "native",
  89. "fileVersion": "2.0.1.0"
  90. },
  91. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.pdb": {
  92. "rid": "win-x86",
  93. "assetType": "native",
  94. "fileVersion": "0.0.0.0"
  95. }
  96. }
  97. },
  98. "Microsoft.EntityFrameworkCore/5.0.9": {
  99. "dependencies": {
  100. "Microsoft.EntityFrameworkCore.Abstractions": "5.0.9",
  101. "Microsoft.EntityFrameworkCore.Analyzers": "5.0.9",
  102. "Microsoft.Extensions.Caching.Memory": "5.0.0",
  103. "Microsoft.Extensions.DependencyInjection": "5.0.2",
  104. "Microsoft.Extensions.Logging": "5.0.0",
  105. "System.Collections.Immutable": "5.0.0",
  106. "System.ComponentModel.Annotations": "5.0.0",
  107. "System.Diagnostics.DiagnosticSource": "5.0.1"
  108. },
  109. "runtime": {
  110. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {
  111. "assemblyVersion": "5.0.9.0",
  112. "fileVersion": "5.0.921.36501"
  113. }
  114. }
  115. },
  116. "Microsoft.EntityFrameworkCore.Abstractions/5.0.9": {
  117. "runtime": {
  118. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  119. "assemblyVersion": "5.0.9.0",
  120. "fileVersion": "5.0.921.36501"
  121. }
  122. }
  123. },
  124. "Microsoft.EntityFrameworkCore.Analyzers/5.0.9": {},
  125. "Microsoft.EntityFrameworkCore.Relational/5.0.9": {
  126. "dependencies": {
  127. "Microsoft.EntityFrameworkCore": "5.0.9",
  128. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
  129. },
  130. "runtime": {
  131. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": {
  132. "assemblyVersion": "5.0.9.0",
  133. "fileVersion": "5.0.921.36501"
  134. }
  135. }
  136. },
  137. "Microsoft.EntityFrameworkCore.SqlServer/5.0.9": {
  138. "dependencies": {
  139. "Microsoft.Data.SqlClient": "2.0.1",
  140. "Microsoft.EntityFrameworkCore.Relational": "5.0.9"
  141. },
  142. "runtime": {
  143. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  144. "assemblyVersion": "5.0.9.0",
  145. "fileVersion": "5.0.921.36501"
  146. }
  147. }
  148. },
  149. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  150. "dependencies": {
  151. "Microsoft.Extensions.Primitives": "5.0.0"
  152. },
  153. "runtime": {
  154. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  155. "assemblyVersion": "5.0.0.0",
  156. "fileVersion": "5.0.20.51904"
  157. }
  158. }
  159. },
  160. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  161. "dependencies": {
  162. "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
  163. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  164. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  165. "Microsoft.Extensions.Options": "5.0.0",
  166. "Microsoft.Extensions.Primitives": "5.0.0"
  167. },
  168. "runtime": {
  169. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  170. "assemblyVersion": "5.0.0.0",
  171. "fileVersion": "5.0.20.51904"
  172. }
  173. }
  174. },
  175. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  176. "dependencies": {
  177. "Microsoft.Extensions.Primitives": "5.0.0"
  178. },
  179. "runtime": {
  180. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  181. "assemblyVersion": "5.0.0.0",
  182. "fileVersion": "5.0.20.51904"
  183. }
  184. }
  185. },
  186. "Microsoft.Extensions.DependencyInjection/5.0.2": {
  187. "dependencies": {
  188. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
  189. },
  190. "runtime": {
  191. "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll": {
  192. "assemblyVersion": "5.0.0.1",
  193. "fileVersion": "5.0.821.31504"
  194. }
  195. }
  196. },
  197. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  198. "runtime": {
  199. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  200. "assemblyVersion": "5.0.0.0",
  201. "fileVersion": "5.0.20.51904"
  202. }
  203. }
  204. },
  205. "Microsoft.Extensions.Logging/5.0.0": {
  206. "dependencies": {
  207. "Microsoft.Extensions.DependencyInjection": "5.0.2",
  208. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  209. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  210. "Microsoft.Extensions.Options": "5.0.0"
  211. },
  212. "runtime": {
  213. "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
  214. "assemblyVersion": "5.0.0.0",
  215. "fileVersion": "5.0.20.51904"
  216. }
  217. }
  218. },
  219. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  220. "runtime": {
  221. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  222. "assemblyVersion": "5.0.0.0",
  223. "fileVersion": "5.0.20.51904"
  224. }
  225. }
  226. },
  227. "Microsoft.Extensions.Options/5.0.0": {
  228. "dependencies": {
  229. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  230. "Microsoft.Extensions.Primitives": "5.0.0"
  231. },
  232. "runtime": {
  233. "lib/net5.0/Microsoft.Extensions.Options.dll": {
  234. "assemblyVersion": "5.0.0.0",
  235. "fileVersion": "5.0.20.51904"
  236. }
  237. }
  238. },
  239. "Microsoft.Extensions.Primitives/5.0.0": {
  240. "runtime": {
  241. "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll": {
  242. "assemblyVersion": "5.0.0.0",
  243. "fileVersion": "5.0.20.51904"
  244. }
  245. }
  246. },
  247. "Microsoft.Identity.Client/4.14.0": {
  248. "dependencies": {
  249. "Microsoft.CSharp": "4.5.0",
  250. "System.ComponentModel.TypeConverter": "4.3.0",
  251. "System.Net.NameResolution": "4.3.0",
  252. "System.Private.Uri": "4.3.2",
  253. "System.Runtime.Serialization.Formatters": "4.3.0",
  254. "System.Runtime.Serialization.Json": "4.3.0",
  255. "System.Runtime.Serialization.Primitives": "4.3.0",
  256. "System.Security.SecureString": "4.3.0",
  257. "System.Xml.XDocument": "4.3.0"
  258. },
  259. "runtime": {
  260. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  261. "assemblyVersion": "4.14.0.0",
  262. "fileVersion": "4.14.0.0"
  263. }
  264. }
  265. },
  266. "Microsoft.IdentityModel.JsonWebTokens/5.6.0": {
  267. "dependencies": {
  268. "Microsoft.IdentityModel.Tokens": "5.6.0",
  269. "Newtonsoft.Json": "10.0.1"
  270. },
  271. "runtime": {
  272. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  273. "assemblyVersion": "5.6.0.0",
  274. "fileVersion": "5.6.0.61018"
  275. }
  276. }
  277. },
  278. "Microsoft.IdentityModel.Logging/5.6.0": {
  279. "runtime": {
  280. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
  281. "assemblyVersion": "5.6.0.0",
  282. "fileVersion": "5.6.0.61018"
  283. }
  284. }
  285. },
  286. "Microsoft.IdentityModel.Protocols/5.6.0": {
  287. "dependencies": {
  288. "Microsoft.IdentityModel.Logging": "5.6.0",
  289. "Microsoft.IdentityModel.Tokens": "5.6.0"
  290. },
  291. "runtime": {
  292. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
  293. "assemblyVersion": "5.6.0.0",
  294. "fileVersion": "5.6.0.61018"
  295. }
  296. }
  297. },
  298. "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.6.0": {
  299. "dependencies": {
  300. "Microsoft.IdentityModel.Protocols": "5.6.0",
  301. "Newtonsoft.Json": "10.0.1",
  302. "System.IdentityModel.Tokens.Jwt": "5.6.0"
  303. },
  304. "runtime": {
  305. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  306. "assemblyVersion": "5.6.0.0",
  307. "fileVersion": "5.6.0.61018"
  308. }
  309. }
  310. },
  311. "Microsoft.IdentityModel.Tokens/5.6.0": {
  312. "dependencies": {
  313. "Microsoft.IdentityModel.Logging": "5.6.0",
  314. "Newtonsoft.Json": "10.0.1",
  315. "System.Security.Cryptography.Cng": "4.5.0"
  316. },
  317. "runtime": {
  318. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
  319. "assemblyVersion": "5.6.0.0",
  320. "fileVersion": "5.6.0.61018"
  321. }
  322. }
  323. },
  324. "Microsoft.NETCore.Platforms/3.1.0": {},
  325. "Microsoft.NETCore.Targets/1.1.3": {},
  326. "Microsoft.Win32.Registry/4.7.0": {
  327. "dependencies": {
  328. "System.Security.AccessControl": "6.0.0",
  329. "System.Security.Principal.Windows": "5.0.0"
  330. }
  331. },
  332. "Microsoft.Win32.SystemEvents/6.0.0": {
  333. "runtime": {
  334. "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll": {
  335. "assemblyVersion": "6.0.0.0",
  336. "fileVersion": "6.0.21.52210"
  337. }
  338. },
  339. "runtimeTargets": {
  340. "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll": {
  341. "rid": "win",
  342. "assetType": "runtime",
  343. "assemblyVersion": "6.0.0.0",
  344. "fileVersion": "6.0.21.52210"
  345. }
  346. }
  347. },
  348. "Newtonsoft.Json/10.0.1": {
  349. "dependencies": {
  350. "Microsoft.CSharp": "4.5.0",
  351. "System.Collections": "4.3.0",
  352. "System.ComponentModel.TypeConverter": "4.3.0",
  353. "System.Diagnostics.Debug": "4.3.0",
  354. "System.Dynamic.Runtime": "4.3.0",
  355. "System.Globalization": "4.3.0",
  356. "System.IO": "4.3.0",
  357. "System.Linq": "4.3.0",
  358. "System.Linq.Expressions": "4.3.0",
  359. "System.ObjectModel": "4.3.0",
  360. "System.Reflection": "4.3.0",
  361. "System.Reflection.Extensions": "4.3.0",
  362. "System.Resources.ResourceManager": "4.3.0",
  363. "System.Runtime": "4.3.0",
  364. "System.Runtime.Extensions": "4.3.0",
  365. "System.Runtime.Numerics": "4.3.0",
  366. "System.Runtime.Serialization.Formatters": "4.3.0",
  367. "System.Runtime.Serialization.Primitives": "4.3.0",
  368. "System.Text.Encoding": "4.3.0",
  369. "System.Text.Encoding.Extensions": "4.3.0",
  370. "System.Text.RegularExpressions": "4.3.0",
  371. "System.Threading": "4.3.0",
  372. "System.Threading.Tasks": "4.3.0",
  373. "System.Xml.ReaderWriter": "4.3.0",
  374. "System.Xml.XDocument": "4.3.0",
  375. "System.Xml.XmlDocument": "4.3.0"
  376. },
  377. "runtime": {
  378. "lib/netstandard1.3/Newtonsoft.Json.dll": {
  379. "assemblyVersion": "10.0.0.0",
  380. "fileVersion": "10.0.1.20720"
  381. }
  382. }
  383. },
  384. "runtime.native.System/4.3.0": {
  385. "dependencies": {
  386. "Microsoft.NETCore.Platforms": "3.1.0",
  387. "Microsoft.NETCore.Targets": "1.1.3"
  388. }
  389. },
  390. "System.Collections/4.3.0": {
  391. "dependencies": {
  392. "Microsoft.NETCore.Platforms": "3.1.0",
  393. "Microsoft.NETCore.Targets": "1.1.3",
  394. "System.Runtime": "4.3.0"
  395. }
  396. },
  397. "System.Collections.Concurrent/4.3.0": {
  398. "dependencies": {
  399. "System.Collections": "4.3.0",
  400. "System.Diagnostics.Debug": "4.3.0",
  401. "System.Diagnostics.Tracing": "4.3.0",
  402. "System.Globalization": "4.3.0",
  403. "System.Reflection": "4.3.0",
  404. "System.Resources.ResourceManager": "4.3.0",
  405. "System.Runtime": "4.3.0",
  406. "System.Runtime.Extensions": "4.3.0",
  407. "System.Threading": "4.3.0",
  408. "System.Threading.Tasks": "4.3.0"
  409. }
  410. },
  411. "System.Collections.Immutable/5.0.0": {},
  412. "System.Collections.NonGeneric/4.3.0": {
  413. "dependencies": {
  414. "System.Diagnostics.Debug": "4.3.0",
  415. "System.Globalization": "4.3.0",
  416. "System.Resources.ResourceManager": "4.3.0",
  417. "System.Runtime": "4.3.0",
  418. "System.Runtime.Extensions": "4.3.0",
  419. "System.Threading": "4.3.0"
  420. }
  421. },
  422. "System.Collections.Specialized/4.3.0": {
  423. "dependencies": {
  424. "System.Collections.NonGeneric": "4.3.0",
  425. "System.Globalization": "4.3.0",
  426. "System.Globalization.Extensions": "4.3.0",
  427. "System.Resources.ResourceManager": "4.3.0",
  428. "System.Runtime": "4.3.0",
  429. "System.Runtime.Extensions": "4.3.0",
  430. "System.Threading": "4.3.0"
  431. }
  432. },
  433. "System.ComponentModel/4.3.0": {
  434. "dependencies": {
  435. "System.Runtime": "4.3.0"
  436. }
  437. },
  438. "System.ComponentModel.Annotations/5.0.0": {},
  439. "System.ComponentModel.Primitives/4.3.0": {
  440. "dependencies": {
  441. "System.ComponentModel": "4.3.0",
  442. "System.Resources.ResourceManager": "4.3.0",
  443. "System.Runtime": "4.3.0"
  444. }
  445. },
  446. "System.ComponentModel.TypeConverter/4.3.0": {
  447. "dependencies": {
  448. "System.Collections": "4.3.0",
  449. "System.Collections.NonGeneric": "4.3.0",
  450. "System.Collections.Specialized": "4.3.0",
  451. "System.ComponentModel": "4.3.0",
  452. "System.ComponentModel.Primitives": "4.3.0",
  453. "System.Globalization": "4.3.0",
  454. "System.Linq": "4.3.0",
  455. "System.Reflection": "4.3.0",
  456. "System.Reflection.Extensions": "4.3.0",
  457. "System.Reflection.Primitives": "4.3.0",
  458. "System.Reflection.TypeExtensions": "4.3.0",
  459. "System.Resources.ResourceManager": "4.3.0",
  460. "System.Runtime": "4.3.0",
  461. "System.Runtime.Extensions": "4.3.0",
  462. "System.Threading": "4.3.0"
  463. }
  464. },
  465. "System.Configuration.ConfigurationManager/6.0.0": {
  466. "dependencies": {
  467. "System.Security.Cryptography.ProtectedData": "6.0.0",
  468. "System.Security.Permissions": "6.0.0"
  469. },
  470. "runtime": {
  471. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  472. "assemblyVersion": "6.0.0.0",
  473. "fileVersion": "6.0.21.52210"
  474. }
  475. }
  476. },
  477. "System.Diagnostics.Debug/4.3.0": {
  478. "dependencies": {
  479. "Microsoft.NETCore.Platforms": "3.1.0",
  480. "Microsoft.NETCore.Targets": "1.1.3",
  481. "System.Runtime": "4.3.0"
  482. }
  483. },
  484. "System.Diagnostics.DiagnosticSource/5.0.1": {
  485. "runtime": {
  486. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
  487. "assemblyVersion": "5.0.0.0",
  488. "fileVersion": "5.0.220.61120"
  489. }
  490. }
  491. },
  492. "System.Diagnostics.Tools/4.3.0": {
  493. "dependencies": {
  494. "Microsoft.NETCore.Platforms": "3.1.0",
  495. "Microsoft.NETCore.Targets": "1.1.3",
  496. "System.Runtime": "4.3.0"
  497. }
  498. },
  499. "System.Diagnostics.Tracing/4.3.0": {
  500. "dependencies": {
  501. "Microsoft.NETCore.Platforms": "3.1.0",
  502. "Microsoft.NETCore.Targets": "1.1.3",
  503. "System.Runtime": "4.3.0"
  504. }
  505. },
  506. "System.Drawing.Common/6.0.0": {
  507. "dependencies": {
  508. "Microsoft.Win32.SystemEvents": "6.0.0"
  509. },
  510. "runtime": {
  511. "lib/netcoreapp3.1/System.Drawing.Common.dll": {
  512. "assemblyVersion": "6.0.0.0",
  513. "fileVersion": "6.0.21.52210"
  514. }
  515. },
  516. "runtimeTargets": {
  517. "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll": {
  518. "rid": "unix",
  519. "assetType": "runtime",
  520. "assemblyVersion": "6.0.0.0",
  521. "fileVersion": "6.0.21.52210"
  522. },
  523. "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll": {
  524. "rid": "win",
  525. "assetType": "runtime",
  526. "assemblyVersion": "6.0.0.0",
  527. "fileVersion": "6.0.21.52210"
  528. }
  529. }
  530. },
  531. "System.Dynamic.Runtime/4.3.0": {
  532. "dependencies": {
  533. "System.Collections": "4.3.0",
  534. "System.Diagnostics.Debug": "4.3.0",
  535. "System.Linq": "4.3.0",
  536. "System.Linq.Expressions": "4.3.0",
  537. "System.ObjectModel": "4.3.0",
  538. "System.Reflection": "4.3.0",
  539. "System.Reflection.Emit": "4.3.0",
  540. "System.Reflection.Emit.ILGeneration": "4.3.0",
  541. "System.Reflection.Primitives": "4.3.0",
  542. "System.Reflection.TypeExtensions": "4.3.0",
  543. "System.Resources.ResourceManager": "4.3.0",
  544. "System.Runtime": "4.3.0",
  545. "System.Runtime.Extensions": "4.3.0",
  546. "System.Threading": "4.3.0"
  547. }
  548. },
  549. "System.Globalization/4.3.0": {
  550. "dependencies": {
  551. "Microsoft.NETCore.Platforms": "3.1.0",
  552. "Microsoft.NETCore.Targets": "1.1.3",
  553. "System.Runtime": "4.3.0"
  554. }
  555. },
  556. "System.Globalization.Extensions/4.3.0": {
  557. "dependencies": {
  558. "Microsoft.NETCore.Platforms": "3.1.0",
  559. "System.Globalization": "4.3.0",
  560. "System.Resources.ResourceManager": "4.3.0",
  561. "System.Runtime": "4.3.0",
  562. "System.Runtime.Extensions": "4.3.0",
  563. "System.Runtime.InteropServices": "4.3.0"
  564. }
  565. },
  566. "System.IdentityModel.Tokens.Jwt/5.6.0": {
  567. "dependencies": {
  568. "Microsoft.IdentityModel.JsonWebTokens": "5.6.0",
  569. "Microsoft.IdentityModel.Tokens": "5.6.0",
  570. "Newtonsoft.Json": "10.0.1"
  571. },
  572. "runtime": {
  573. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
  574. "assemblyVersion": "5.6.0.0",
  575. "fileVersion": "5.6.0.61018"
  576. }
  577. }
  578. },
  579. "System.IO/4.3.0": {
  580. "dependencies": {
  581. "Microsoft.NETCore.Platforms": "3.1.0",
  582. "Microsoft.NETCore.Targets": "1.1.3",
  583. "System.Runtime": "4.3.0",
  584. "System.Text.Encoding": "4.3.0",
  585. "System.Threading.Tasks": "4.3.0"
  586. }
  587. },
  588. "System.IO.FileSystem/4.3.0": {
  589. "dependencies": {
  590. "Microsoft.NETCore.Platforms": "3.1.0",
  591. "Microsoft.NETCore.Targets": "1.1.3",
  592. "System.IO": "4.3.0",
  593. "System.IO.FileSystem.Primitives": "4.3.0",
  594. "System.Runtime": "4.3.0",
  595. "System.Runtime.Handles": "4.3.0",
  596. "System.Text.Encoding": "4.3.0",
  597. "System.Threading.Tasks": "4.3.0"
  598. }
  599. },
  600. "System.IO.FileSystem.Primitives/4.3.0": {
  601. "dependencies": {
  602. "System.Runtime": "4.3.0"
  603. }
  604. },
  605. "System.Linq/4.3.0": {
  606. "dependencies": {
  607. "System.Collections": "4.3.0",
  608. "System.Diagnostics.Debug": "4.3.0",
  609. "System.Resources.ResourceManager": "4.3.0",
  610. "System.Runtime": "4.3.0",
  611. "System.Runtime.Extensions": "4.3.0"
  612. }
  613. },
  614. "System.Linq.Expressions/4.3.0": {
  615. "dependencies": {
  616. "System.Collections": "4.3.0",
  617. "System.Diagnostics.Debug": "4.3.0",
  618. "System.Globalization": "4.3.0",
  619. "System.IO": "4.3.0",
  620. "System.Linq": "4.3.0",
  621. "System.ObjectModel": "4.3.0",
  622. "System.Reflection": "4.3.0",
  623. "System.Reflection.Emit": "4.3.0",
  624. "System.Reflection.Emit.ILGeneration": "4.3.0",
  625. "System.Reflection.Emit.Lightweight": "4.3.0",
  626. "System.Reflection.Extensions": "4.3.0",
  627. "System.Reflection.Primitives": "4.3.0",
  628. "System.Reflection.TypeExtensions": "4.3.0",
  629. "System.Resources.ResourceManager": "4.3.0",
  630. "System.Runtime": "4.3.0",
  631. "System.Runtime.Extensions": "4.3.0",
  632. "System.Threading": "4.3.0"
  633. }
  634. },
  635. "System.Memory/4.5.4": {},
  636. "System.Net.NameResolution/4.3.0": {
  637. "dependencies": {
  638. "Microsoft.NETCore.Platforms": "3.1.0",
  639. "System.Collections": "4.3.0",
  640. "System.Diagnostics.Tracing": "4.3.0",
  641. "System.Globalization": "4.3.0",
  642. "System.Net.Primitives": "4.3.0",
  643. "System.Resources.ResourceManager": "4.3.0",
  644. "System.Runtime": "4.3.0",
  645. "System.Runtime.Extensions": "4.3.0",
  646. "System.Runtime.Handles": "4.3.0",
  647. "System.Runtime.InteropServices": "4.3.0",
  648. "System.Security.Principal.Windows": "5.0.0",
  649. "System.Threading": "4.3.0",
  650. "System.Threading.Tasks": "4.3.0",
  651. "runtime.native.System": "4.3.0"
  652. }
  653. },
  654. "System.Net.Primitives/4.3.0": {
  655. "dependencies": {
  656. "Microsoft.NETCore.Platforms": "3.1.0",
  657. "Microsoft.NETCore.Targets": "1.1.3",
  658. "System.Runtime": "4.3.0",
  659. "System.Runtime.Handles": "4.3.0"
  660. }
  661. },
  662. "System.ObjectModel/4.3.0": {
  663. "dependencies": {
  664. "System.Collections": "4.3.0",
  665. "System.Diagnostics.Debug": "4.3.0",
  666. "System.Resources.ResourceManager": "4.3.0",
  667. "System.Runtime": "4.3.0",
  668. "System.Threading": "4.3.0"
  669. }
  670. },
  671. "System.Private.DataContractSerialization/4.3.0": {
  672. "dependencies": {
  673. "System.Collections": "4.3.0",
  674. "System.Collections.Concurrent": "4.3.0",
  675. "System.Diagnostics.Debug": "4.3.0",
  676. "System.Globalization": "4.3.0",
  677. "System.IO": "4.3.0",
  678. "System.Linq": "4.3.0",
  679. "System.Reflection": "4.3.0",
  680. "System.Reflection.Emit.ILGeneration": "4.3.0",
  681. "System.Reflection.Emit.Lightweight": "4.3.0",
  682. "System.Reflection.Extensions": "4.3.0",
  683. "System.Reflection.Primitives": "4.3.0",
  684. "System.Reflection.TypeExtensions": "4.3.0",
  685. "System.Resources.ResourceManager": "4.3.0",
  686. "System.Runtime": "4.3.0",
  687. "System.Runtime.Extensions": "4.3.0",
  688. "System.Runtime.Serialization.Primitives": "4.3.0",
  689. "System.Text.Encoding": "4.3.0",
  690. "System.Text.Encoding.Extensions": "4.3.0",
  691. "System.Text.RegularExpressions": "4.3.0",
  692. "System.Threading": "4.3.0",
  693. "System.Threading.Tasks": "4.3.0",
  694. "System.Xml.ReaderWriter": "4.3.0",
  695. "System.Xml.XDocument": "4.3.0",
  696. "System.Xml.XmlDocument": "4.3.0",
  697. "System.Xml.XmlSerializer": "4.3.0"
  698. }
  699. },
  700. "System.Private.Uri/4.3.2": {
  701. "dependencies": {
  702. "Microsoft.NETCore.Platforms": "3.1.0",
  703. "Microsoft.NETCore.Targets": "1.1.3"
  704. }
  705. },
  706. "System.Reflection/4.3.0": {
  707. "dependencies": {
  708. "Microsoft.NETCore.Platforms": "3.1.0",
  709. "Microsoft.NETCore.Targets": "1.1.3",
  710. "System.IO": "4.3.0",
  711. "System.Reflection.Primitives": "4.3.0",
  712. "System.Runtime": "4.3.0"
  713. }
  714. },
  715. "System.Reflection.Emit/4.3.0": {
  716. "dependencies": {
  717. "System.IO": "4.3.0",
  718. "System.Reflection": "4.3.0",
  719. "System.Reflection.Emit.ILGeneration": "4.3.0",
  720. "System.Reflection.Primitives": "4.3.0",
  721. "System.Runtime": "4.3.0"
  722. }
  723. },
  724. "System.Reflection.Emit.ILGeneration/4.3.0": {
  725. "dependencies": {
  726. "System.Reflection": "4.3.0",
  727. "System.Reflection.Primitives": "4.3.0",
  728. "System.Runtime": "4.3.0"
  729. }
  730. },
  731. "System.Reflection.Emit.Lightweight/4.3.0": {
  732. "dependencies": {
  733. "System.Reflection": "4.3.0",
  734. "System.Reflection.Emit.ILGeneration": "4.3.0",
  735. "System.Reflection.Primitives": "4.3.0",
  736. "System.Runtime": "4.3.0"
  737. }
  738. },
  739. "System.Reflection.Extensions/4.3.0": {
  740. "dependencies": {
  741. "Microsoft.NETCore.Platforms": "3.1.0",
  742. "Microsoft.NETCore.Targets": "1.1.3",
  743. "System.Reflection": "4.3.0",
  744. "System.Runtime": "4.3.0"
  745. }
  746. },
  747. "System.Reflection.Primitives/4.3.0": {
  748. "dependencies": {
  749. "Microsoft.NETCore.Platforms": "3.1.0",
  750. "Microsoft.NETCore.Targets": "1.1.3",
  751. "System.Runtime": "4.3.0"
  752. }
  753. },
  754. "System.Reflection.TypeExtensions/4.3.0": {
  755. "dependencies": {
  756. "System.Reflection": "4.3.0",
  757. "System.Runtime": "4.3.0"
  758. }
  759. },
  760. "System.Resources.ResourceManager/4.3.0": {
  761. "dependencies": {
  762. "Microsoft.NETCore.Platforms": "3.1.0",
  763. "Microsoft.NETCore.Targets": "1.1.3",
  764. "System.Globalization": "4.3.0",
  765. "System.Reflection": "4.3.0",
  766. "System.Runtime": "4.3.0"
  767. }
  768. },
  769. "System.Runtime/4.3.0": {
  770. "dependencies": {
  771. "Microsoft.NETCore.Platforms": "3.1.0",
  772. "Microsoft.NETCore.Targets": "1.1.3"
  773. }
  774. },
  775. "System.Runtime.Caching/4.7.0": {
  776. "dependencies": {
  777. "System.Configuration.ConfigurationManager": "6.0.0"
  778. },
  779. "runtime": {
  780. "lib/netstandard2.0/System.Runtime.Caching.dll": {
  781. "assemblyVersion": "4.0.1.0",
  782. "fileVersion": "4.700.19.56404"
  783. }
  784. },
  785. "runtimeTargets": {
  786. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
  787. "rid": "win",
  788. "assetType": "runtime",
  789. "assemblyVersion": "4.0.1.0",
  790. "fileVersion": "4.700.19.56404"
  791. }
  792. }
  793. },
  794. "System.Runtime.Extensions/4.3.0": {
  795. "dependencies": {
  796. "Microsoft.NETCore.Platforms": "3.1.0",
  797. "Microsoft.NETCore.Targets": "1.1.3",
  798. "System.Runtime": "4.3.0"
  799. }
  800. },
  801. "System.Runtime.Handles/4.3.0": {
  802. "dependencies": {
  803. "Microsoft.NETCore.Platforms": "3.1.0",
  804. "Microsoft.NETCore.Targets": "1.1.3",
  805. "System.Runtime": "4.3.0"
  806. }
  807. },
  808. "System.Runtime.InteropServices/4.3.0": {
  809. "dependencies": {
  810. "Microsoft.NETCore.Platforms": "3.1.0",
  811. "Microsoft.NETCore.Targets": "1.1.3",
  812. "System.Reflection": "4.3.0",
  813. "System.Reflection.Primitives": "4.3.0",
  814. "System.Runtime": "4.3.0",
  815. "System.Runtime.Handles": "4.3.0"
  816. }
  817. },
  818. "System.Runtime.Numerics/4.3.0": {
  819. "dependencies": {
  820. "System.Globalization": "4.3.0",
  821. "System.Resources.ResourceManager": "4.3.0",
  822. "System.Runtime": "4.3.0",
  823. "System.Runtime.Extensions": "4.3.0"
  824. }
  825. },
  826. "System.Runtime.Serialization.Formatters/4.3.0": {
  827. "dependencies": {
  828. "System.Collections": "4.3.0",
  829. "System.Reflection": "4.3.0",
  830. "System.Resources.ResourceManager": "4.3.0",
  831. "System.Runtime": "4.3.0",
  832. "System.Runtime.Serialization.Primitives": "4.3.0"
  833. }
  834. },
  835. "System.Runtime.Serialization.Json/4.3.0": {
  836. "dependencies": {
  837. "System.IO": "4.3.0",
  838. "System.Private.DataContractSerialization": "4.3.0",
  839. "System.Runtime": "4.3.0"
  840. }
  841. },
  842. "System.Runtime.Serialization.Primitives/4.3.0": {
  843. "dependencies": {
  844. "System.Resources.ResourceManager": "4.3.0",
  845. "System.Runtime": "4.3.0"
  846. }
  847. },
  848. "System.Security.AccessControl/6.0.0": {
  849. "dependencies": {
  850. "System.Security.Principal.Windows": "5.0.0"
  851. },
  852. "runtime": {
  853. "lib/netstandard2.0/System.Security.AccessControl.dll": {
  854. "assemblyVersion": "6.0.0.0",
  855. "fileVersion": "6.0.21.52210"
  856. }
  857. },
  858. "runtimeTargets": {
  859. "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll": {
  860. "rid": "win",
  861. "assetType": "runtime",
  862. "assemblyVersion": "6.0.0.0",
  863. "fileVersion": "6.0.21.52210"
  864. }
  865. }
  866. },
  867. "System.Security.Cryptography.Cng/4.5.0": {},
  868. "System.Security.Cryptography.Primitives/4.3.0": {
  869. "dependencies": {
  870. "System.Diagnostics.Debug": "4.3.0",
  871. "System.Globalization": "4.3.0",
  872. "System.IO": "4.3.0",
  873. "System.Resources.ResourceManager": "4.3.0",
  874. "System.Runtime": "4.3.0",
  875. "System.Threading": "4.3.0",
  876. "System.Threading.Tasks": "4.3.0"
  877. }
  878. },
  879. "System.Security.Cryptography.ProtectedData/6.0.0": {
  880. "dependencies": {
  881. "System.Memory": "4.5.4"
  882. },
  883. "runtime": {
  884. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  885. "assemblyVersion": "6.0.0.0",
  886. "fileVersion": "6.0.21.52210"
  887. }
  888. },
  889. "runtimeTargets": {
  890. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  891. "rid": "win",
  892. "assetType": "runtime",
  893. "assemblyVersion": "6.0.0.0",
  894. "fileVersion": "6.0.21.52210"
  895. }
  896. }
  897. },
  898. "System.Security.Permissions/6.0.0": {
  899. "dependencies": {
  900. "System.Security.AccessControl": "6.0.0",
  901. "System.Windows.Extensions": "6.0.0"
  902. },
  903. "runtime": {
  904. "lib/net5.0/System.Security.Permissions.dll": {
  905. "assemblyVersion": "6.0.0.0",
  906. "fileVersion": "6.0.21.52210"
  907. }
  908. }
  909. },
  910. "System.Security.Principal.Windows/5.0.0": {},
  911. "System.Security.SecureString/4.3.0": {
  912. "dependencies": {
  913. "Microsoft.NETCore.Platforms": "3.1.0",
  914. "System.Resources.ResourceManager": "4.3.0",
  915. "System.Runtime": "4.3.0",
  916. "System.Runtime.Handles": "4.3.0",
  917. "System.Runtime.InteropServices": "4.3.0",
  918. "System.Security.Cryptography.Primitives": "4.3.0",
  919. "System.Text.Encoding": "4.3.0",
  920. "System.Threading": "4.3.0"
  921. }
  922. },
  923. "System.Text.Encoding/4.3.0": {
  924. "dependencies": {
  925. "Microsoft.NETCore.Platforms": "3.1.0",
  926. "Microsoft.NETCore.Targets": "1.1.3",
  927. "System.Runtime": "4.3.0"
  928. }
  929. },
  930. "System.Text.Encoding.CodePages/4.7.0": {
  931. "dependencies": {
  932. "Microsoft.NETCore.Platforms": "3.1.0"
  933. }
  934. },
  935. "System.Text.Encoding.Extensions/4.3.0": {
  936. "dependencies": {
  937. "Microsoft.NETCore.Platforms": "3.1.0",
  938. "Microsoft.NETCore.Targets": "1.1.3",
  939. "System.Runtime": "4.3.0",
  940. "System.Text.Encoding": "4.3.0"
  941. }
  942. },
  943. "System.Text.RegularExpressions/4.3.0": {
  944. "dependencies": {
  945. "System.Runtime": "4.3.0"
  946. }
  947. },
  948. "System.Threading/4.3.0": {
  949. "dependencies": {
  950. "System.Runtime": "4.3.0",
  951. "System.Threading.Tasks": "4.3.0"
  952. }
  953. },
  954. "System.Threading.Tasks/4.3.0": {
  955. "dependencies": {
  956. "Microsoft.NETCore.Platforms": "3.1.0",
  957. "Microsoft.NETCore.Targets": "1.1.3",
  958. "System.Runtime": "4.3.0"
  959. }
  960. },
  961. "System.Threading.Tasks.Extensions/4.3.0": {
  962. "dependencies": {
  963. "System.Collections": "4.3.0",
  964. "System.Runtime": "4.3.0",
  965. "System.Threading.Tasks": "4.3.0"
  966. }
  967. },
  968. "System.Windows.Extensions/6.0.0": {
  969. "dependencies": {
  970. "System.Drawing.Common": "6.0.0"
  971. },
  972. "runtime": {
  973. "lib/netcoreapp3.1/System.Windows.Extensions.dll": {
  974. "assemblyVersion": "6.0.0.0",
  975. "fileVersion": "6.0.21.52210"
  976. }
  977. },
  978. "runtimeTargets": {
  979. "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll": {
  980. "rid": "win",
  981. "assetType": "runtime",
  982. "assemblyVersion": "6.0.0.0",
  983. "fileVersion": "6.0.21.52210"
  984. }
  985. }
  986. },
  987. "System.Xml.ReaderWriter/4.3.0": {
  988. "dependencies": {
  989. "System.Collections": "4.3.0",
  990. "System.Diagnostics.Debug": "4.3.0",
  991. "System.Globalization": "4.3.0",
  992. "System.IO": "4.3.0",
  993. "System.IO.FileSystem": "4.3.0",
  994. "System.IO.FileSystem.Primitives": "4.3.0",
  995. "System.Resources.ResourceManager": "4.3.0",
  996. "System.Runtime": "4.3.0",
  997. "System.Runtime.Extensions": "4.3.0",
  998. "System.Runtime.InteropServices": "4.3.0",
  999. "System.Text.Encoding": "4.3.0",
  1000. "System.Text.Encoding.Extensions": "4.3.0",
  1001. "System.Text.RegularExpressions": "4.3.0",
  1002. "System.Threading.Tasks": "4.3.0",
  1003. "System.Threading.Tasks.Extensions": "4.3.0"
  1004. }
  1005. },
  1006. "System.Xml.XDocument/4.3.0": {
  1007. "dependencies": {
  1008. "System.Collections": "4.3.0",
  1009. "System.Diagnostics.Debug": "4.3.0",
  1010. "System.Diagnostics.Tools": "4.3.0",
  1011. "System.Globalization": "4.3.0",
  1012. "System.IO": "4.3.0",
  1013. "System.Reflection": "4.3.0",
  1014. "System.Resources.ResourceManager": "4.3.0",
  1015. "System.Runtime": "4.3.0",
  1016. "System.Runtime.Extensions": "4.3.0",
  1017. "System.Text.Encoding": "4.3.0",
  1018. "System.Threading": "4.3.0",
  1019. "System.Xml.ReaderWriter": "4.3.0"
  1020. }
  1021. },
  1022. "System.Xml.XmlDocument/4.3.0": {
  1023. "dependencies": {
  1024. "System.Collections": "4.3.0",
  1025. "System.Diagnostics.Debug": "4.3.0",
  1026. "System.Globalization": "4.3.0",
  1027. "System.IO": "4.3.0",
  1028. "System.Resources.ResourceManager": "4.3.0",
  1029. "System.Runtime": "4.3.0",
  1030. "System.Runtime.Extensions": "4.3.0",
  1031. "System.Text.Encoding": "4.3.0",
  1032. "System.Threading": "4.3.0",
  1033. "System.Xml.ReaderWriter": "4.3.0"
  1034. }
  1035. },
  1036. "System.Xml.XmlSerializer/4.3.0": {
  1037. "dependencies": {
  1038. "System.Collections": "4.3.0",
  1039. "System.Globalization": "4.3.0",
  1040. "System.IO": "4.3.0",
  1041. "System.Linq": "4.3.0",
  1042. "System.Reflection": "4.3.0",
  1043. "System.Reflection.Emit": "4.3.0",
  1044. "System.Reflection.Emit.ILGeneration": "4.3.0",
  1045. "System.Reflection.Extensions": "4.3.0",
  1046. "System.Reflection.Primitives": "4.3.0",
  1047. "System.Reflection.TypeExtensions": "4.3.0",
  1048. "System.Resources.ResourceManager": "4.3.0",
  1049. "System.Runtime": "4.3.0",
  1050. "System.Runtime.Extensions": "4.3.0",
  1051. "System.Text.RegularExpressions": "4.3.0",
  1052. "System.Threading": "4.3.0",
  1053. "System.Xml.ReaderWriter": "4.3.0",
  1054. "System.Xml.XmlDocument": "4.3.0"
  1055. }
  1056. }
  1057. }
  1058. },
  1059. "libraries": {
  1060. "BookStore/1.0.0": {
  1061. "type": "project",
  1062. "serviceable": false,
  1063. "sha512": ""
  1064. },
  1065. "Microsoft.CSharp/4.5.0": {
  1066. "type": "package",
  1067. "serviceable": true,
  1068. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  1069. "path": "microsoft.csharp/4.5.0",
  1070. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  1071. },
  1072. "Microsoft.Data.SqlClient/2.0.1": {
  1073. "type": "package",
  1074. "serviceable": true,
  1075. "sha512": "sha512-cff+ug/XZnGmX6DFgLY92t7G9W3i8r23w5Qnuby41l9rS+X+f7Y51hV5glvIrmsu3tIcnxbR+Z4CQ2zGhksIJw==",
  1076. "path": "microsoft.data.sqlclient/2.0.1",
  1077. "hashPath": "microsoft.data.sqlclient.2.0.1.nupkg.sha512"
  1078. },
  1079. "Microsoft.Data.SqlClient.SNI.runtime/2.0.1": {
  1080. "type": "package",
  1081. "serviceable": true,
  1082. "sha512": "sha512-MalWSIMdwLZoNXxjmFmeRrFgaUXbEADkYNGm6HM33pculFv8gKt53s1Frs+kTfVPWMYjocd4gqwz92KrkcLfXA==",
  1083. "path": "microsoft.data.sqlclient.sni.runtime/2.0.1",
  1084. "hashPath": "microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512"
  1085. },
  1086. "Microsoft.EntityFrameworkCore/5.0.9": {
  1087. "type": "package",
  1088. "serviceable": true,
  1089. "sha512": "sha512-mA+W/zpJZMp802xt2D+qBXrme4VFN+FlsrHdU6WG5HKDAnezClRksJhJicUR8XojnSPp9SgZKa1aIAasB5G67g==",
  1090. "path": "microsoft.entityframeworkcore/5.0.9",
  1091. "hashPath": "microsoft.entityframeworkcore.5.0.9.nupkg.sha512"
  1092. },
  1093. "Microsoft.EntityFrameworkCore.Abstractions/5.0.9": {
  1094. "type": "package",
  1095. "serviceable": true,
  1096. "sha512": "sha512-csbpDaXe9iQUkvDS3JZRAFfkgcRA7BlHE3u8feBLlYervmTAS1WIWPBZKMtH0a2GO5njwAABU3j+hZMCPYBrzQ==",
  1097. "path": "microsoft.entityframeworkcore.abstractions/5.0.9",
  1098. "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.9.nupkg.sha512"
  1099. },
  1100. "Microsoft.EntityFrameworkCore.Analyzers/5.0.9": {
  1101. "type": "package",
  1102. "serviceable": true,
  1103. "sha512": "sha512-eyuPLRFjcF7VWH8qy1uUuMrO02W15n9EXAXnYjCTWgH0SDIeZAa2XZXMZ9U3dvOPtvllMBy0obYA5SSbnpaNoQ==",
  1104. "path": "microsoft.entityframeworkcore.analyzers/5.0.9",
  1105. "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.9.nupkg.sha512"
  1106. },
  1107. "Microsoft.EntityFrameworkCore.Relational/5.0.9": {
  1108. "type": "package",
  1109. "serviceable": true,
  1110. "sha512": "sha512-rGXoju3HtnxtdYlH7/lOyVlKJ9fZSwORukVCN250Aub2gx9bEmfXlDHeM9Gw9bkeunLEx3OoqL6DAz9VW8YTJA==",
  1111. "path": "microsoft.entityframeworkcore.relational/5.0.9",
  1112. "hashPath": "microsoft.entityframeworkcore.relational.5.0.9.nupkg.sha512"
  1113. },
  1114. "Microsoft.EntityFrameworkCore.SqlServer/5.0.9": {
  1115. "type": "package",
  1116. "serviceable": true,
  1117. "sha512": "sha512-WGKYDApx75QRQ8LecGoPi5tvwHM8CvHz383U4c9zfW2Pjz+yUNUL4XAzLRlkg9QyE7USGk4VnAVNS0sTXK4qVQ==",
  1118. "path": "microsoft.entityframeworkcore.sqlserver/5.0.9",
  1119. "hashPath": "microsoft.entityframeworkcore.sqlserver.5.0.9.nupkg.sha512"
  1120. },
  1121. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  1122. "type": "package",
  1123. "serviceable": true,
  1124. "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
  1125. "path": "microsoft.extensions.caching.abstractions/5.0.0",
  1126. "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
  1127. },
  1128. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  1129. "type": "package",
  1130. "serviceable": true,
  1131. "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
  1132. "path": "microsoft.extensions.caching.memory/5.0.0",
  1133. "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
  1134. },
  1135. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  1136. "type": "package",
  1137. "serviceable": true,
  1138. "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
  1139. "path": "microsoft.extensions.configuration.abstractions/5.0.0",
  1140. "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
  1141. },
  1142. "Microsoft.Extensions.DependencyInjection/5.0.2": {
  1143. "type": "package",
  1144. "serviceable": true,
  1145. "sha512": "sha512-xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==",
  1146. "path": "microsoft.extensions.dependencyinjection/5.0.2",
  1147. "hashPath": "microsoft.extensions.dependencyinjection.5.0.2.nupkg.sha512"
  1148. },
  1149. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  1150. "type": "package",
  1151. "serviceable": true,
  1152. "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
  1153. "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
  1154. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
  1155. },
  1156. "Microsoft.Extensions.Logging/5.0.0": {
  1157. "type": "package",
  1158. "serviceable": true,
  1159. "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
  1160. "path": "microsoft.extensions.logging/5.0.0",
  1161. "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
  1162. },
  1163. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  1164. "type": "package",
  1165. "serviceable": true,
  1166. "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  1167. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  1168. "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
  1169. },
  1170. "Microsoft.Extensions.Options/5.0.0": {
  1171. "type": "package",
  1172. "serviceable": true,
  1173. "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
  1174. "path": "microsoft.extensions.options/5.0.0",
  1175. "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
  1176. },
  1177. "Microsoft.Extensions.Primitives/5.0.0": {
  1178. "type": "package",
  1179. "serviceable": true,
  1180. "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
  1181. "path": "microsoft.extensions.primitives/5.0.0",
  1182. "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
  1183. },
  1184. "Microsoft.Identity.Client/4.14.0": {
  1185. "type": "package",
  1186. "serviceable": true,
  1187. "sha512": "sha512-Etqux6Zuuv1yEN4UwKbAn6EZv0Rooc+vM4N9z7gxmeT7dyoKlXIRN44DQPzD9LV1CW0KsTVqH+2B42p1NKqPlQ==",
  1188. "path": "microsoft.identity.client/4.14.0",
  1189. "hashPath": "microsoft.identity.client.4.14.0.nupkg.sha512"
  1190. },
  1191. "Microsoft.IdentityModel.JsonWebTokens/5.6.0": {
  1192. "type": "package",
  1193. "serviceable": true,
  1194. "sha512": "sha512-0q0U1W+gX1jmfmv7uU7GXFGB518atmSwucxsVwPGpuaGS3jwd2tUi+Gau+ezxR6oAFEBFKG9lz/fxRZzGMeDXg==",
  1195. "path": "microsoft.identitymodel.jsonwebtokens/5.6.0",
  1196. "hashPath": "microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512"
  1197. },
  1198. "Microsoft.IdentityModel.Logging/5.6.0": {
  1199. "type": "package",
  1200. "serviceable": true,
  1201. "sha512": "sha512-zEDrfEVW5x5w2hbTV94WwAcWvtue5hNTXYqoPh3ypF6U8csm09JazEYy+VPp2RtczkyMfcsvWY9Fea17e+isYQ==",
  1202. "path": "microsoft.identitymodel.logging/5.6.0",
  1203. "hashPath": "microsoft.identitymodel.logging.5.6.0.nupkg.sha512"
  1204. },
  1205. "Microsoft.IdentityModel.Protocols/5.6.0": {
  1206. "type": "package",
  1207. "serviceable": true,
  1208. "sha512": "sha512-ei7YqYx0pIFL6JjK8ZnPK0MXZRWUNHtJPUl3KqSvj9+2f5CMa6GRSEC+BMDHr17tP6yujYUg0IQOcKzmC7qN5g==",
  1209. "path": "microsoft.identitymodel.protocols/5.6.0",
  1210. "hashPath": "microsoft.identitymodel.protocols.5.6.0.nupkg.sha512"
  1211. },
  1212. "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.6.0": {
  1213. "type": "package",
  1214. "serviceable": true,
  1215. "sha512": "sha512-yh3n+uXiwpBy/5+t67tYcmRxb9kwQdaKRyG/DNipRMF37bg5Jr0vENOo1BQz6OySMl5WIK544SzPjtr7/KkucA==",
  1216. "path": "microsoft.identitymodel.protocols.openidconnect/5.6.0",
  1217. "hashPath": "microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512"
  1218. },
  1219. "Microsoft.IdentityModel.Tokens/5.6.0": {
  1220. "type": "package",
  1221. "serviceable": true,
  1222. "sha512": "sha512-C3OqR3QfBQ7wcC7yAsdMQqay87OsV6yWPYG/Ai3n7dvmWIGkouQhXoVxRP0xz3cAFL4hxZBXyw4aLTC421PaMg==",
  1223. "path": "microsoft.identitymodel.tokens/5.6.0",
  1224. "hashPath": "microsoft.identitymodel.tokens.5.6.0.nupkg.sha512"
  1225. },
  1226. "Microsoft.NETCore.Platforms/3.1.0": {
  1227. "type": "package",
  1228. "serviceable": true,
  1229. "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  1230. "path": "microsoft.netcore.platforms/3.1.0",
  1231. "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
  1232. },
  1233. "Microsoft.NETCore.Targets/1.1.3": {
  1234. "type": "package",
  1235. "serviceable": true,
  1236. "sha512": "sha512-3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==",
  1237. "path": "microsoft.netcore.targets/1.1.3",
  1238. "hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512"
  1239. },
  1240. "Microsoft.Win32.Registry/4.7.0": {
  1241. "type": "package",
  1242. "serviceable": true,
  1243. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  1244. "path": "microsoft.win32.registry/4.7.0",
  1245. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  1246. },
  1247. "Microsoft.Win32.SystemEvents/6.0.0": {
  1248. "type": "package",
  1249. "serviceable": true,
  1250. "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
  1251. "path": "microsoft.win32.systemevents/6.0.0",
  1252. "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
  1253. },
  1254. "Newtonsoft.Json/10.0.1": {
  1255. "type": "package",
  1256. "serviceable": true,
  1257. "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==",
  1258. "path": "newtonsoft.json/10.0.1",
  1259. "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512"
  1260. },
  1261. "runtime.native.System/4.3.0": {
  1262. "type": "package",
  1263. "serviceable": true,
  1264. "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  1265. "path": "runtime.native.system/4.3.0",
  1266. "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
  1267. },
  1268. "System.Collections/4.3.0": {
  1269. "type": "package",
  1270. "serviceable": true,
  1271. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1272. "path": "system.collections/4.3.0",
  1273. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1274. },
  1275. "System.Collections.Concurrent/4.3.0": {
  1276. "type": "package",
  1277. "serviceable": true,
  1278. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  1279. "path": "system.collections.concurrent/4.3.0",
  1280. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  1281. },
  1282. "System.Collections.Immutable/5.0.0": {
  1283. "type": "package",
  1284. "serviceable": true,
  1285. "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
  1286. "path": "system.collections.immutable/5.0.0",
  1287. "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
  1288. },
  1289. "System.Collections.NonGeneric/4.3.0": {
  1290. "type": "package",
  1291. "serviceable": true,
  1292. "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
  1293. "path": "system.collections.nongeneric/4.3.0",
  1294. "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
  1295. },
  1296. "System.Collections.Specialized/4.3.0": {
  1297. "type": "package",
  1298. "serviceable": true,
  1299. "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
  1300. "path": "system.collections.specialized/4.3.0",
  1301. "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
  1302. },
  1303. "System.ComponentModel/4.3.0": {
  1304. "type": "package",
  1305. "serviceable": true,
  1306. "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
  1307. "path": "system.componentmodel/4.3.0",
  1308. "hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
  1309. },
  1310. "System.ComponentModel.Annotations/5.0.0": {
  1311. "type": "package",
  1312. "serviceable": true,
  1313. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  1314. "path": "system.componentmodel.annotations/5.0.0",
  1315. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  1316. },
  1317. "System.ComponentModel.Primitives/4.3.0": {
  1318. "type": "package",
  1319. "serviceable": true,
  1320. "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
  1321. "path": "system.componentmodel.primitives/4.3.0",
  1322. "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
  1323. },
  1324. "System.ComponentModel.TypeConverter/4.3.0": {
  1325. "type": "package",
  1326. "serviceable": true,
  1327. "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==",
  1328. "path": "system.componentmodel.typeconverter/4.3.0",
  1329. "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512"
  1330. },
  1331. "System.Configuration.ConfigurationManager/6.0.0": {
  1332. "type": "package",
  1333. "serviceable": true,
  1334. "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==",
  1335. "path": "system.configuration.configurationmanager/6.0.0",
  1336. "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512"
  1337. },
  1338. "System.Diagnostics.Debug/4.3.0": {
  1339. "type": "package",
  1340. "serviceable": true,
  1341. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1342. "path": "system.diagnostics.debug/4.3.0",
  1343. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1344. },
  1345. "System.Diagnostics.DiagnosticSource/5.0.1": {
  1346. "type": "package",
  1347. "serviceable": true,
  1348. "sha512": "sha512-uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==",
  1349. "path": "system.diagnostics.diagnosticsource/5.0.1",
  1350. "hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512"
  1351. },
  1352. "System.Diagnostics.Tools/4.3.0": {
  1353. "type": "package",
  1354. "serviceable": true,
  1355. "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  1356. "path": "system.diagnostics.tools/4.3.0",
  1357. "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
  1358. },
  1359. "System.Diagnostics.Tracing/4.3.0": {
  1360. "type": "package",
  1361. "serviceable": true,
  1362. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  1363. "path": "system.diagnostics.tracing/4.3.0",
  1364. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  1365. },
  1366. "System.Drawing.Common/6.0.0": {
  1367. "type": "package",
  1368. "serviceable": true,
  1369. "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
  1370. "path": "system.drawing.common/6.0.0",
  1371. "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
  1372. },
  1373. "System.Dynamic.Runtime/4.3.0": {
  1374. "type": "package",
  1375. "serviceable": true,
  1376. "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
  1377. "path": "system.dynamic.runtime/4.3.0",
  1378. "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
  1379. },
  1380. "System.Globalization/4.3.0": {
  1381. "type": "package",
  1382. "serviceable": true,
  1383. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1384. "path": "system.globalization/4.3.0",
  1385. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1386. },
  1387. "System.Globalization.Extensions/4.3.0": {
  1388. "type": "package",
  1389. "serviceable": true,
  1390. "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  1391. "path": "system.globalization.extensions/4.3.0",
  1392. "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
  1393. },
  1394. "System.IdentityModel.Tokens.Jwt/5.6.0": {
  1395. "type": "package",
  1396. "serviceable": true,
  1397. "sha512": "sha512-KMvPpX4exs2fe7Upq5zHMSR4yupc+jy8WG8yjucZL0XvT+r/T0hRvLIe9fP/SeN8/UVxFYBRAkRI5k1zbRGqmA==",
  1398. "path": "system.identitymodel.tokens.jwt/5.6.0",
  1399. "hashPath": "system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512"
  1400. },
  1401. "System.IO/4.3.0": {
  1402. "type": "package",
  1403. "serviceable": true,
  1404. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1405. "path": "system.io/4.3.0",
  1406. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1407. },
  1408. "System.IO.FileSystem/4.3.0": {
  1409. "type": "package",
  1410. "serviceable": true,
  1411. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  1412. "path": "system.io.filesystem/4.3.0",
  1413. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  1414. },
  1415. "System.IO.FileSystem.Primitives/4.3.0": {
  1416. "type": "package",
  1417. "serviceable": true,
  1418. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1419. "path": "system.io.filesystem.primitives/4.3.0",
  1420. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1421. },
  1422. "System.Linq/4.3.0": {
  1423. "type": "package",
  1424. "serviceable": true,
  1425. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1426. "path": "system.linq/4.3.0",
  1427. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1428. },
  1429. "System.Linq.Expressions/4.3.0": {
  1430. "type": "package",
  1431. "serviceable": true,
  1432. "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
  1433. "path": "system.linq.expressions/4.3.0",
  1434. "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
  1435. },
  1436. "System.Memory/4.5.4": {
  1437. "type": "package",
  1438. "serviceable": true,
  1439. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1440. "path": "system.memory/4.5.4",
  1441. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1442. },
  1443. "System.Net.NameResolution/4.3.0": {
  1444. "type": "package",
  1445. "serviceable": true,
  1446. "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
  1447. "path": "system.net.nameresolution/4.3.0",
  1448. "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
  1449. },
  1450. "System.Net.Primitives/4.3.0": {
  1451. "type": "package",
  1452. "serviceable": true,
  1453. "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  1454. "path": "system.net.primitives/4.3.0",
  1455. "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
  1456. },
  1457. "System.ObjectModel/4.3.0": {
  1458. "type": "package",
  1459. "serviceable": true,
  1460. "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
  1461. "path": "system.objectmodel/4.3.0",
  1462. "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
  1463. },
  1464. "System.Private.DataContractSerialization/4.3.0": {
  1465. "type": "package",
  1466. "serviceable": true,
  1467. "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==",
  1468. "path": "system.private.datacontractserialization/4.3.0",
  1469. "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512"
  1470. },
  1471. "System.Private.Uri/4.3.2": {
  1472. "type": "package",
  1473. "serviceable": true,
  1474. "sha512": "sha512-o1+7RJnu3Ik3PazR7Z7tJhjPdE000Eq2KGLLWhqJJKXj04wrS8lwb1OFtDF9jzXXADhUuZNJZlPc98uwwqmpFA==",
  1475. "path": "system.private.uri/4.3.2",
  1476. "hashPath": "system.private.uri.4.3.2.nupkg.sha512"
  1477. },
  1478. "System.Reflection/4.3.0": {
  1479. "type": "package",
  1480. "serviceable": true,
  1481. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1482. "path": "system.reflection/4.3.0",
  1483. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1484. },
  1485. "System.Reflection.Emit/4.3.0": {
  1486. "type": "package",
  1487. "serviceable": true,
  1488. "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  1489. "path": "system.reflection.emit/4.3.0",
  1490. "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
  1491. },
  1492. "System.Reflection.Emit.ILGeneration/4.3.0": {
  1493. "type": "package",
  1494. "serviceable": true,
  1495. "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  1496. "path": "system.reflection.emit.ilgeneration/4.3.0",
  1497. "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
  1498. },
  1499. "System.Reflection.Emit.Lightweight/4.3.0": {
  1500. "type": "package",
  1501. "serviceable": true,
  1502. "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  1503. "path": "system.reflection.emit.lightweight/4.3.0",
  1504. "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
  1505. },
  1506. "System.Reflection.Extensions/4.3.0": {
  1507. "type": "package",
  1508. "serviceable": true,
  1509. "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  1510. "path": "system.reflection.extensions/4.3.0",
  1511. "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
  1512. },
  1513. "System.Reflection.Primitives/4.3.0": {
  1514. "type": "package",
  1515. "serviceable": true,
  1516. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1517. "path": "system.reflection.primitives/4.3.0",
  1518. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1519. },
  1520. "System.Reflection.TypeExtensions/4.3.0": {
  1521. "type": "package",
  1522. "serviceable": true,
  1523. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1524. "path": "system.reflection.typeextensions/4.3.0",
  1525. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1526. },
  1527. "System.Resources.ResourceManager/4.3.0": {
  1528. "type": "package",
  1529. "serviceable": true,
  1530. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1531. "path": "system.resources.resourcemanager/4.3.0",
  1532. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1533. },
  1534. "System.Runtime/4.3.0": {
  1535. "type": "package",
  1536. "serviceable": true,
  1537. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1538. "path": "system.runtime/4.3.0",
  1539. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1540. },
  1541. "System.Runtime.Caching/4.7.0": {
  1542. "type": "package",
  1543. "serviceable": true,
  1544. "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
  1545. "path": "system.runtime.caching/4.7.0",
  1546. "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
  1547. },
  1548. "System.Runtime.Extensions/4.3.0": {
  1549. "type": "package",
  1550. "serviceable": true,
  1551. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1552. "path": "system.runtime.extensions/4.3.0",
  1553. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1554. },
  1555. "System.Runtime.Handles/4.3.0": {
  1556. "type": "package",
  1557. "serviceable": true,
  1558. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1559. "path": "system.runtime.handles/4.3.0",
  1560. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1561. },
  1562. "System.Runtime.InteropServices/4.3.0": {
  1563. "type": "package",
  1564. "serviceable": true,
  1565. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1566. "path": "system.runtime.interopservices/4.3.0",
  1567. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1568. },
  1569. "System.Runtime.Numerics/4.3.0": {
  1570. "type": "package",
  1571. "serviceable": true,
  1572. "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  1573. "path": "system.runtime.numerics/4.3.0",
  1574. "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
  1575. },
  1576. "System.Runtime.Serialization.Formatters/4.3.0": {
  1577. "type": "package",
  1578. "serviceable": true,
  1579. "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
  1580. "path": "system.runtime.serialization.formatters/4.3.0",
  1581. "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512"
  1582. },
  1583. "System.Runtime.Serialization.Json/4.3.0": {
  1584. "type": "package",
  1585. "serviceable": true,
  1586. "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==",
  1587. "path": "system.runtime.serialization.json/4.3.0",
  1588. "hashPath": "system.runtime.serialization.json.4.3.0.nupkg.sha512"
  1589. },
  1590. "System.Runtime.Serialization.Primitives/4.3.0": {
  1591. "type": "package",
  1592. "serviceable": true,
  1593. "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
  1594. "path": "system.runtime.serialization.primitives/4.3.0",
  1595. "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
  1596. },
  1597. "System.Security.AccessControl/6.0.0": {
  1598. "type": "package",
  1599. "serviceable": true,
  1600. "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
  1601. "path": "system.security.accesscontrol/6.0.0",
  1602. "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
  1603. },
  1604. "System.Security.Cryptography.Cng/4.5.0": {
  1605. "type": "package",
  1606. "serviceable": true,
  1607. "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
  1608. "path": "system.security.cryptography.cng/4.5.0",
  1609. "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
  1610. },
  1611. "System.Security.Cryptography.Primitives/4.3.0": {
  1612. "type": "package",
  1613. "serviceable": true,
  1614. "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  1615. "path": "system.security.cryptography.primitives/4.3.0",
  1616. "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
  1617. },
  1618. "System.Security.Cryptography.ProtectedData/6.0.0": {
  1619. "type": "package",
  1620. "serviceable": true,
  1621. "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
  1622. "path": "system.security.cryptography.protecteddata/6.0.0",
  1623. "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
  1624. },
  1625. "System.Security.Permissions/6.0.0": {
  1626. "type": "package",
  1627. "serviceable": true,
  1628. "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
  1629. "path": "system.security.permissions/6.0.0",
  1630. "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
  1631. },
  1632. "System.Security.Principal.Windows/5.0.0": {
  1633. "type": "package",
  1634. "serviceable": true,
  1635. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1636. "path": "system.security.principal.windows/5.0.0",
  1637. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1638. },
  1639. "System.Security.SecureString/4.3.0": {
  1640. "type": "package",
  1641. "serviceable": true,
  1642. "sha512": "sha512-PnXp38O9q/2Oe4iZHMH60kinScv6QiiL2XH54Pj2t0Y6c2zKPEiAZsM/M3wBOHLNTBDFP0zfy13WN2M0qFz5jg==",
  1643. "path": "system.security.securestring/4.3.0",
  1644. "hashPath": "system.security.securestring.4.3.0.nupkg.sha512"
  1645. },
  1646. "System.Text.Encoding/4.3.0": {
  1647. "type": "package",
  1648. "serviceable": true,
  1649. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1650. "path": "system.text.encoding/4.3.0",
  1651. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1652. },
  1653. "System.Text.Encoding.CodePages/4.7.0": {
  1654. "type": "package",
  1655. "serviceable": true,
  1656. "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
  1657. "path": "system.text.encoding.codepages/4.7.0",
  1658. "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
  1659. },
  1660. "System.Text.Encoding.Extensions/4.3.0": {
  1661. "type": "package",
  1662. "serviceable": true,
  1663. "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  1664. "path": "system.text.encoding.extensions/4.3.0",
  1665. "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
  1666. },
  1667. "System.Text.RegularExpressions/4.3.0": {
  1668. "type": "package",
  1669. "serviceable": true,
  1670. "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  1671. "path": "system.text.regularexpressions/4.3.0",
  1672. "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
  1673. },
  1674. "System.Threading/4.3.0": {
  1675. "type": "package",
  1676. "serviceable": true,
  1677. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1678. "path": "system.threading/4.3.0",
  1679. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1680. },
  1681. "System.Threading.Tasks/4.3.0": {
  1682. "type": "package",
  1683. "serviceable": true,
  1684. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1685. "path": "system.threading.tasks/4.3.0",
  1686. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1687. },
  1688. "System.Threading.Tasks.Extensions/4.3.0": {
  1689. "type": "package",
  1690. "serviceable": true,
  1691. "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
  1692. "path": "system.threading.tasks.extensions/4.3.0",
  1693. "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
  1694. },
  1695. "System.Windows.Extensions/6.0.0": {
  1696. "type": "package",
  1697. "serviceable": true,
  1698. "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
  1699. "path": "system.windows.extensions/6.0.0",
  1700. "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
  1701. },
  1702. "System.Xml.ReaderWriter/4.3.0": {
  1703. "type": "package",
  1704. "serviceable": true,
  1705. "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  1706. "path": "system.xml.readerwriter/4.3.0",
  1707. "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
  1708. },
  1709. "System.Xml.XDocument/4.3.0": {
  1710. "type": "package",
  1711. "serviceable": true,
  1712. "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  1713. "path": "system.xml.xdocument/4.3.0",
  1714. "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
  1715. },
  1716. "System.Xml.XmlDocument/4.3.0": {
  1717. "type": "package",
  1718. "serviceable": true,
  1719. "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
  1720. "path": "system.xml.xmldocument/4.3.0",
  1721. "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
  1722. },
  1723. "System.Xml.XmlSerializer/4.3.0": {
  1724. "type": "package",
  1725. "serviceable": true,
  1726. "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
  1727. "path": "system.xml.xmlserializer/4.3.0",
  1728. "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
  1729. }
  1730. }
  1731. }