BookStore.deps.json 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542
  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.13",
  12. "Microsoft.EntityFrameworkCore.SqlServer": "5.0.13",
  13. "Stripe.net": "39.84.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": "5.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.13": {
  99. "dependencies": {
  100. "Microsoft.EntityFrameworkCore.Abstractions": "5.0.13",
  101. "Microsoft.EntityFrameworkCore.Analyzers": "5.0.13",
  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.13.0",
  112. "fileVersion": "5.0.1321.56013"
  113. }
  114. }
  115. },
  116. "Microsoft.EntityFrameworkCore.Abstractions/5.0.13": {
  117. "runtime": {
  118. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  119. "assemblyVersion": "5.0.13.0",
  120. "fileVersion": "5.0.1321.56013"
  121. }
  122. }
  123. },
  124. "Microsoft.EntityFrameworkCore.Analyzers/5.0.13": {},
  125. "Microsoft.EntityFrameworkCore.Relational/5.0.13": {
  126. "dependencies": {
  127. "Microsoft.EntityFrameworkCore": "5.0.13",
  128. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
  129. },
  130. "runtime": {
  131. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": {
  132. "assemblyVersion": "5.0.13.0",
  133. "fileVersion": "5.0.1321.56013"
  134. }
  135. }
  136. },
  137. "Microsoft.EntityFrameworkCore.SqlServer/5.0.13": {
  138. "dependencies": {
  139. "Microsoft.Data.SqlClient": "2.0.1",
  140. "Microsoft.EntityFrameworkCore.Relational": "5.0.13"
  141. },
  142. "runtime": {
  143. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.SqlServer.dll": {
  144. "assemblyVersion": "5.0.13.0",
  145. "fileVersion": "5.0.1321.56013"
  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": "12.0.3"
  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": "12.0.3",
  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": "12.0.3",
  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/5.0.0": {},
  325. "Microsoft.NETCore.Targets/1.1.3": {},
  326. "Microsoft.Win32.Registry/4.7.0": {
  327. "dependencies": {
  328. "System.Security.AccessControl": "5.0.0",
  329. "System.Security.Principal.Windows": "5.0.0"
  330. }
  331. },
  332. "Microsoft.Win32.SystemEvents/5.0.0": {
  333. "dependencies": {
  334. "Microsoft.NETCore.Platforms": "5.0.0"
  335. }
  336. },
  337. "Newtonsoft.Json/12.0.3": {
  338. "runtime": {
  339. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  340. "assemblyVersion": "12.0.0.0",
  341. "fileVersion": "12.0.3.23909"
  342. }
  343. }
  344. },
  345. "runtime.native.System/4.3.0": {
  346. "dependencies": {
  347. "Microsoft.NETCore.Platforms": "5.0.0",
  348. "Microsoft.NETCore.Targets": "1.1.3"
  349. }
  350. },
  351. "Stripe.net/39.84.0": {
  352. "dependencies": {
  353. "Newtonsoft.Json": "12.0.3",
  354. "System.Configuration.ConfigurationManager": "5.0.0"
  355. },
  356. "runtime": {
  357. "lib/net5.0/Stripe.net.dll": {
  358. "assemblyVersion": "39.84.0.0",
  359. "fileVersion": "39.84.0.0"
  360. }
  361. }
  362. },
  363. "System.Collections/4.3.0": {
  364. "dependencies": {
  365. "Microsoft.NETCore.Platforms": "5.0.0",
  366. "Microsoft.NETCore.Targets": "1.1.3",
  367. "System.Runtime": "4.3.0"
  368. }
  369. },
  370. "System.Collections.Concurrent/4.3.0": {
  371. "dependencies": {
  372. "System.Collections": "4.3.0",
  373. "System.Diagnostics.Debug": "4.3.0",
  374. "System.Diagnostics.Tracing": "4.3.0",
  375. "System.Globalization": "4.3.0",
  376. "System.Reflection": "4.3.0",
  377. "System.Resources.ResourceManager": "4.3.0",
  378. "System.Runtime": "4.3.0",
  379. "System.Runtime.Extensions": "4.3.0",
  380. "System.Threading": "4.3.0",
  381. "System.Threading.Tasks": "4.3.0"
  382. }
  383. },
  384. "System.Collections.Immutable/5.0.0": {},
  385. "System.Collections.NonGeneric/4.3.0": {
  386. "dependencies": {
  387. "System.Diagnostics.Debug": "4.3.0",
  388. "System.Globalization": "4.3.0",
  389. "System.Resources.ResourceManager": "4.3.0",
  390. "System.Runtime": "4.3.0",
  391. "System.Runtime.Extensions": "4.3.0",
  392. "System.Threading": "4.3.0"
  393. }
  394. },
  395. "System.Collections.Specialized/4.3.0": {
  396. "dependencies": {
  397. "System.Collections.NonGeneric": "4.3.0",
  398. "System.Globalization": "4.3.0",
  399. "System.Globalization.Extensions": "4.3.0",
  400. "System.Resources.ResourceManager": "4.3.0",
  401. "System.Runtime": "4.3.0",
  402. "System.Runtime.Extensions": "4.3.0",
  403. "System.Threading": "4.3.0"
  404. }
  405. },
  406. "System.ComponentModel/4.3.0": {
  407. "dependencies": {
  408. "System.Runtime": "4.3.0"
  409. }
  410. },
  411. "System.ComponentModel.Annotations/5.0.0": {},
  412. "System.ComponentModel.Primitives/4.3.0": {
  413. "dependencies": {
  414. "System.ComponentModel": "4.3.0",
  415. "System.Resources.ResourceManager": "4.3.0",
  416. "System.Runtime": "4.3.0"
  417. }
  418. },
  419. "System.ComponentModel.TypeConverter/4.3.0": {
  420. "dependencies": {
  421. "System.Collections": "4.3.0",
  422. "System.Collections.NonGeneric": "4.3.0",
  423. "System.Collections.Specialized": "4.3.0",
  424. "System.ComponentModel": "4.3.0",
  425. "System.ComponentModel.Primitives": "4.3.0",
  426. "System.Globalization": "4.3.0",
  427. "System.Linq": "4.3.0",
  428. "System.Reflection": "4.3.0",
  429. "System.Reflection.Extensions": "4.3.0",
  430. "System.Reflection.Primitives": "4.3.0",
  431. "System.Reflection.TypeExtensions": "4.3.0",
  432. "System.Resources.ResourceManager": "4.3.0",
  433. "System.Runtime": "4.3.0",
  434. "System.Runtime.Extensions": "4.3.0",
  435. "System.Threading": "4.3.0"
  436. }
  437. },
  438. "System.Configuration.ConfigurationManager/5.0.0": {
  439. "dependencies": {
  440. "System.Security.Cryptography.ProtectedData": "5.0.0",
  441. "System.Security.Permissions": "5.0.0"
  442. }
  443. },
  444. "System.Diagnostics.Debug/4.3.0": {
  445. "dependencies": {
  446. "Microsoft.NETCore.Platforms": "5.0.0",
  447. "Microsoft.NETCore.Targets": "1.1.3",
  448. "System.Runtime": "4.3.0"
  449. }
  450. },
  451. "System.Diagnostics.DiagnosticSource/5.0.1": {
  452. "runtime": {
  453. "lib/net5.0/System.Diagnostics.DiagnosticSource.dll": {
  454. "assemblyVersion": "5.0.0.0",
  455. "fileVersion": "5.0.220.61120"
  456. }
  457. }
  458. },
  459. "System.Diagnostics.Tools/4.3.0": {
  460. "dependencies": {
  461. "Microsoft.NETCore.Platforms": "5.0.0",
  462. "Microsoft.NETCore.Targets": "1.1.3",
  463. "System.Runtime": "4.3.0"
  464. }
  465. },
  466. "System.Diagnostics.Tracing/4.3.0": {
  467. "dependencies": {
  468. "Microsoft.NETCore.Platforms": "5.0.0",
  469. "Microsoft.NETCore.Targets": "1.1.3",
  470. "System.Runtime": "4.3.0"
  471. }
  472. },
  473. "System.Drawing.Common/5.0.0": {
  474. "dependencies": {
  475. "Microsoft.Win32.SystemEvents": "5.0.0"
  476. }
  477. },
  478. "System.Globalization/4.3.0": {
  479. "dependencies": {
  480. "Microsoft.NETCore.Platforms": "5.0.0",
  481. "Microsoft.NETCore.Targets": "1.1.3",
  482. "System.Runtime": "4.3.0"
  483. }
  484. },
  485. "System.Globalization.Extensions/4.3.0": {
  486. "dependencies": {
  487. "Microsoft.NETCore.Platforms": "5.0.0",
  488. "System.Globalization": "4.3.0",
  489. "System.Resources.ResourceManager": "4.3.0",
  490. "System.Runtime": "4.3.0",
  491. "System.Runtime.Extensions": "4.3.0",
  492. "System.Runtime.InteropServices": "4.3.0"
  493. }
  494. },
  495. "System.IdentityModel.Tokens.Jwt/5.6.0": {
  496. "dependencies": {
  497. "Microsoft.IdentityModel.JsonWebTokens": "5.6.0",
  498. "Microsoft.IdentityModel.Tokens": "5.6.0",
  499. "Newtonsoft.Json": "12.0.3"
  500. },
  501. "runtime": {
  502. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
  503. "assemblyVersion": "5.6.0.0",
  504. "fileVersion": "5.6.0.61018"
  505. }
  506. }
  507. },
  508. "System.IO/4.3.0": {
  509. "dependencies": {
  510. "Microsoft.NETCore.Platforms": "5.0.0",
  511. "Microsoft.NETCore.Targets": "1.1.3",
  512. "System.Runtime": "4.3.0",
  513. "System.Text.Encoding": "4.3.0",
  514. "System.Threading.Tasks": "4.3.0"
  515. }
  516. },
  517. "System.IO.FileSystem/4.3.0": {
  518. "dependencies": {
  519. "Microsoft.NETCore.Platforms": "5.0.0",
  520. "Microsoft.NETCore.Targets": "1.1.3",
  521. "System.IO": "4.3.0",
  522. "System.IO.FileSystem.Primitives": "4.3.0",
  523. "System.Runtime": "4.3.0",
  524. "System.Runtime.Handles": "4.3.0",
  525. "System.Text.Encoding": "4.3.0",
  526. "System.Threading.Tasks": "4.3.0"
  527. }
  528. },
  529. "System.IO.FileSystem.Primitives/4.3.0": {
  530. "dependencies": {
  531. "System.Runtime": "4.3.0"
  532. }
  533. },
  534. "System.Linq/4.3.0": {
  535. "dependencies": {
  536. "System.Collections": "4.3.0",
  537. "System.Diagnostics.Debug": "4.3.0",
  538. "System.Resources.ResourceManager": "4.3.0",
  539. "System.Runtime": "4.3.0",
  540. "System.Runtime.Extensions": "4.3.0"
  541. }
  542. },
  543. "System.Net.NameResolution/4.3.0": {
  544. "dependencies": {
  545. "Microsoft.NETCore.Platforms": "5.0.0",
  546. "System.Collections": "4.3.0",
  547. "System.Diagnostics.Tracing": "4.3.0",
  548. "System.Globalization": "4.3.0",
  549. "System.Net.Primitives": "4.3.0",
  550. "System.Resources.ResourceManager": "4.3.0",
  551. "System.Runtime": "4.3.0",
  552. "System.Runtime.Extensions": "4.3.0",
  553. "System.Runtime.Handles": "4.3.0",
  554. "System.Runtime.InteropServices": "4.3.0",
  555. "System.Security.Principal.Windows": "5.0.0",
  556. "System.Threading": "4.3.0",
  557. "System.Threading.Tasks": "4.3.0",
  558. "runtime.native.System": "4.3.0"
  559. }
  560. },
  561. "System.Net.Primitives/4.3.0": {
  562. "dependencies": {
  563. "Microsoft.NETCore.Platforms": "5.0.0",
  564. "Microsoft.NETCore.Targets": "1.1.3",
  565. "System.Runtime": "4.3.0",
  566. "System.Runtime.Handles": "4.3.0"
  567. }
  568. },
  569. "System.Private.DataContractSerialization/4.3.0": {
  570. "dependencies": {
  571. "System.Collections": "4.3.0",
  572. "System.Collections.Concurrent": "4.3.0",
  573. "System.Diagnostics.Debug": "4.3.0",
  574. "System.Globalization": "4.3.0",
  575. "System.IO": "4.3.0",
  576. "System.Linq": "4.3.0",
  577. "System.Reflection": "4.3.0",
  578. "System.Reflection.Emit.ILGeneration": "4.3.0",
  579. "System.Reflection.Emit.Lightweight": "4.3.0",
  580. "System.Reflection.Extensions": "4.3.0",
  581. "System.Reflection.Primitives": "4.3.0",
  582. "System.Reflection.TypeExtensions": "4.3.0",
  583. "System.Resources.ResourceManager": "4.3.0",
  584. "System.Runtime": "4.3.0",
  585. "System.Runtime.Extensions": "4.3.0",
  586. "System.Runtime.Serialization.Primitives": "4.3.0",
  587. "System.Text.Encoding": "4.3.0",
  588. "System.Text.Encoding.Extensions": "4.3.0",
  589. "System.Text.RegularExpressions": "4.3.0",
  590. "System.Threading": "4.3.0",
  591. "System.Threading.Tasks": "4.3.0",
  592. "System.Xml.ReaderWriter": "4.3.0",
  593. "System.Xml.XDocument": "4.3.0",
  594. "System.Xml.XmlDocument": "4.3.0",
  595. "System.Xml.XmlSerializer": "4.3.0"
  596. }
  597. },
  598. "System.Private.Uri/4.3.2": {
  599. "dependencies": {
  600. "Microsoft.NETCore.Platforms": "5.0.0",
  601. "Microsoft.NETCore.Targets": "1.1.3"
  602. }
  603. },
  604. "System.Reflection/4.3.0": {
  605. "dependencies": {
  606. "Microsoft.NETCore.Platforms": "5.0.0",
  607. "Microsoft.NETCore.Targets": "1.1.3",
  608. "System.IO": "4.3.0",
  609. "System.Reflection.Primitives": "4.3.0",
  610. "System.Runtime": "4.3.0"
  611. }
  612. },
  613. "System.Reflection.Emit/4.3.0": {
  614. "dependencies": {
  615. "System.IO": "4.3.0",
  616. "System.Reflection": "4.3.0",
  617. "System.Reflection.Emit.ILGeneration": "4.3.0",
  618. "System.Reflection.Primitives": "4.3.0",
  619. "System.Runtime": "4.3.0"
  620. }
  621. },
  622. "System.Reflection.Emit.ILGeneration/4.3.0": {
  623. "dependencies": {
  624. "System.Reflection": "4.3.0",
  625. "System.Reflection.Primitives": "4.3.0",
  626. "System.Runtime": "4.3.0"
  627. }
  628. },
  629. "System.Reflection.Emit.Lightweight/4.3.0": {
  630. "dependencies": {
  631. "System.Reflection": "4.3.0",
  632. "System.Reflection.Emit.ILGeneration": "4.3.0",
  633. "System.Reflection.Primitives": "4.3.0",
  634. "System.Runtime": "4.3.0"
  635. }
  636. },
  637. "System.Reflection.Extensions/4.3.0": {
  638. "dependencies": {
  639. "Microsoft.NETCore.Platforms": "5.0.0",
  640. "Microsoft.NETCore.Targets": "1.1.3",
  641. "System.Reflection": "4.3.0",
  642. "System.Runtime": "4.3.0"
  643. }
  644. },
  645. "System.Reflection.Primitives/4.3.0": {
  646. "dependencies": {
  647. "Microsoft.NETCore.Platforms": "5.0.0",
  648. "Microsoft.NETCore.Targets": "1.1.3",
  649. "System.Runtime": "4.3.0"
  650. }
  651. },
  652. "System.Reflection.TypeExtensions/4.3.0": {
  653. "dependencies": {
  654. "System.Reflection": "4.3.0",
  655. "System.Runtime": "4.3.0"
  656. }
  657. },
  658. "System.Resources.ResourceManager/4.3.0": {
  659. "dependencies": {
  660. "Microsoft.NETCore.Platforms": "5.0.0",
  661. "Microsoft.NETCore.Targets": "1.1.3",
  662. "System.Globalization": "4.3.0",
  663. "System.Reflection": "4.3.0",
  664. "System.Runtime": "4.3.0"
  665. }
  666. },
  667. "System.Runtime/4.3.0": {
  668. "dependencies": {
  669. "Microsoft.NETCore.Platforms": "5.0.0",
  670. "Microsoft.NETCore.Targets": "1.1.3"
  671. }
  672. },
  673. "System.Runtime.Caching/4.7.0": {
  674. "dependencies": {
  675. "System.Configuration.ConfigurationManager": "5.0.0"
  676. },
  677. "runtime": {
  678. "lib/netstandard2.0/System.Runtime.Caching.dll": {
  679. "assemblyVersion": "4.0.1.0",
  680. "fileVersion": "4.700.19.56404"
  681. }
  682. },
  683. "runtimeTargets": {
  684. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
  685. "rid": "win",
  686. "assetType": "runtime",
  687. "assemblyVersion": "4.0.1.0",
  688. "fileVersion": "4.700.19.56404"
  689. }
  690. }
  691. },
  692. "System.Runtime.Extensions/4.3.0": {
  693. "dependencies": {
  694. "Microsoft.NETCore.Platforms": "5.0.0",
  695. "Microsoft.NETCore.Targets": "1.1.3",
  696. "System.Runtime": "4.3.0"
  697. }
  698. },
  699. "System.Runtime.Handles/4.3.0": {
  700. "dependencies": {
  701. "Microsoft.NETCore.Platforms": "5.0.0",
  702. "Microsoft.NETCore.Targets": "1.1.3",
  703. "System.Runtime": "4.3.0"
  704. }
  705. },
  706. "System.Runtime.InteropServices/4.3.0": {
  707. "dependencies": {
  708. "Microsoft.NETCore.Platforms": "5.0.0",
  709. "Microsoft.NETCore.Targets": "1.1.3",
  710. "System.Reflection": "4.3.0",
  711. "System.Reflection.Primitives": "4.3.0",
  712. "System.Runtime": "4.3.0",
  713. "System.Runtime.Handles": "4.3.0"
  714. }
  715. },
  716. "System.Runtime.Serialization.Formatters/4.3.0": {
  717. "dependencies": {
  718. "System.Collections": "4.3.0",
  719. "System.Reflection": "4.3.0",
  720. "System.Resources.ResourceManager": "4.3.0",
  721. "System.Runtime": "4.3.0",
  722. "System.Runtime.Serialization.Primitives": "4.3.0"
  723. }
  724. },
  725. "System.Runtime.Serialization.Json/4.3.0": {
  726. "dependencies": {
  727. "System.IO": "4.3.0",
  728. "System.Private.DataContractSerialization": "4.3.0",
  729. "System.Runtime": "4.3.0"
  730. }
  731. },
  732. "System.Runtime.Serialization.Primitives/4.3.0": {
  733. "dependencies": {
  734. "System.Resources.ResourceManager": "4.3.0",
  735. "System.Runtime": "4.3.0"
  736. }
  737. },
  738. "System.Security.AccessControl/5.0.0": {
  739. "dependencies": {
  740. "Microsoft.NETCore.Platforms": "5.0.0",
  741. "System.Security.Principal.Windows": "5.0.0"
  742. }
  743. },
  744. "System.Security.Cryptography.Cng/4.5.0": {},
  745. "System.Security.Cryptography.Primitives/4.3.0": {
  746. "dependencies": {
  747. "System.Diagnostics.Debug": "4.3.0",
  748. "System.Globalization": "4.3.0",
  749. "System.IO": "4.3.0",
  750. "System.Resources.ResourceManager": "4.3.0",
  751. "System.Runtime": "4.3.0",
  752. "System.Threading": "4.3.0",
  753. "System.Threading.Tasks": "4.3.0"
  754. }
  755. },
  756. "System.Security.Cryptography.ProtectedData/5.0.0": {},
  757. "System.Security.Permissions/5.0.0": {
  758. "dependencies": {
  759. "System.Security.AccessControl": "5.0.0",
  760. "System.Windows.Extensions": "5.0.0"
  761. }
  762. },
  763. "System.Security.Principal.Windows/5.0.0": {},
  764. "System.Security.SecureString/4.3.0": {
  765. "dependencies": {
  766. "Microsoft.NETCore.Platforms": "5.0.0",
  767. "System.Resources.ResourceManager": "4.3.0",
  768. "System.Runtime": "4.3.0",
  769. "System.Runtime.Handles": "4.3.0",
  770. "System.Runtime.InteropServices": "4.3.0",
  771. "System.Security.Cryptography.Primitives": "4.3.0",
  772. "System.Text.Encoding": "4.3.0",
  773. "System.Threading": "4.3.0"
  774. }
  775. },
  776. "System.Text.Encoding/4.3.0": {
  777. "dependencies": {
  778. "Microsoft.NETCore.Platforms": "5.0.0",
  779. "Microsoft.NETCore.Targets": "1.1.3",
  780. "System.Runtime": "4.3.0"
  781. }
  782. },
  783. "System.Text.Encoding.CodePages/4.7.0": {
  784. "dependencies": {
  785. "Microsoft.NETCore.Platforms": "5.0.0"
  786. }
  787. },
  788. "System.Text.Encoding.Extensions/4.3.0": {
  789. "dependencies": {
  790. "Microsoft.NETCore.Platforms": "5.0.0",
  791. "Microsoft.NETCore.Targets": "1.1.3",
  792. "System.Runtime": "4.3.0",
  793. "System.Text.Encoding": "4.3.0"
  794. }
  795. },
  796. "System.Text.RegularExpressions/4.3.0": {
  797. "dependencies": {
  798. "System.Runtime": "4.3.0"
  799. }
  800. },
  801. "System.Threading/4.3.0": {
  802. "dependencies": {
  803. "System.Runtime": "4.3.0",
  804. "System.Threading.Tasks": "4.3.0"
  805. }
  806. },
  807. "System.Threading.Tasks/4.3.0": {
  808. "dependencies": {
  809. "Microsoft.NETCore.Platforms": "5.0.0",
  810. "Microsoft.NETCore.Targets": "1.1.3",
  811. "System.Runtime": "4.3.0"
  812. }
  813. },
  814. "System.Threading.Tasks.Extensions/4.3.0": {
  815. "dependencies": {
  816. "System.Collections": "4.3.0",
  817. "System.Runtime": "4.3.0",
  818. "System.Threading.Tasks": "4.3.0"
  819. }
  820. },
  821. "System.Windows.Extensions/5.0.0": {
  822. "dependencies": {
  823. "System.Drawing.Common": "5.0.0"
  824. }
  825. },
  826. "System.Xml.ReaderWriter/4.3.0": {
  827. "dependencies": {
  828. "System.Collections": "4.3.0",
  829. "System.Diagnostics.Debug": "4.3.0",
  830. "System.Globalization": "4.3.0",
  831. "System.IO": "4.3.0",
  832. "System.IO.FileSystem": "4.3.0",
  833. "System.IO.FileSystem.Primitives": "4.3.0",
  834. "System.Resources.ResourceManager": "4.3.0",
  835. "System.Runtime": "4.3.0",
  836. "System.Runtime.Extensions": "4.3.0",
  837. "System.Runtime.InteropServices": "4.3.0",
  838. "System.Text.Encoding": "4.3.0",
  839. "System.Text.Encoding.Extensions": "4.3.0",
  840. "System.Text.RegularExpressions": "4.3.0",
  841. "System.Threading.Tasks": "4.3.0",
  842. "System.Threading.Tasks.Extensions": "4.3.0"
  843. }
  844. },
  845. "System.Xml.XDocument/4.3.0": {
  846. "dependencies": {
  847. "System.Collections": "4.3.0",
  848. "System.Diagnostics.Debug": "4.3.0",
  849. "System.Diagnostics.Tools": "4.3.0",
  850. "System.Globalization": "4.3.0",
  851. "System.IO": "4.3.0",
  852. "System.Reflection": "4.3.0",
  853. "System.Resources.ResourceManager": "4.3.0",
  854. "System.Runtime": "4.3.0",
  855. "System.Runtime.Extensions": "4.3.0",
  856. "System.Text.Encoding": "4.3.0",
  857. "System.Threading": "4.3.0",
  858. "System.Xml.ReaderWriter": "4.3.0"
  859. }
  860. },
  861. "System.Xml.XmlDocument/4.3.0": {
  862. "dependencies": {
  863. "System.Collections": "4.3.0",
  864. "System.Diagnostics.Debug": "4.3.0",
  865. "System.Globalization": "4.3.0",
  866. "System.IO": "4.3.0",
  867. "System.Resources.ResourceManager": "4.3.0",
  868. "System.Runtime": "4.3.0",
  869. "System.Runtime.Extensions": "4.3.0",
  870. "System.Text.Encoding": "4.3.0",
  871. "System.Threading": "4.3.0",
  872. "System.Xml.ReaderWriter": "4.3.0"
  873. }
  874. },
  875. "System.Xml.XmlSerializer/4.3.0": {
  876. "dependencies": {
  877. "System.Collections": "4.3.0",
  878. "System.Globalization": "4.3.0",
  879. "System.IO": "4.3.0",
  880. "System.Linq": "4.3.0",
  881. "System.Reflection": "4.3.0",
  882. "System.Reflection.Emit": "4.3.0",
  883. "System.Reflection.Emit.ILGeneration": "4.3.0",
  884. "System.Reflection.Extensions": "4.3.0",
  885. "System.Reflection.Primitives": "4.3.0",
  886. "System.Reflection.TypeExtensions": "4.3.0",
  887. "System.Resources.ResourceManager": "4.3.0",
  888. "System.Runtime": "4.3.0",
  889. "System.Runtime.Extensions": "4.3.0",
  890. "System.Text.RegularExpressions": "4.3.0",
  891. "System.Threading": "4.3.0",
  892. "System.Xml.ReaderWriter": "4.3.0",
  893. "System.Xml.XmlDocument": "4.3.0"
  894. }
  895. }
  896. }
  897. },
  898. "libraries": {
  899. "BookStore/1.0.0": {
  900. "type": "project",
  901. "serviceable": false,
  902. "sha512": ""
  903. },
  904. "Microsoft.CSharp/4.5.0": {
  905. "type": "package",
  906. "serviceable": true,
  907. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  908. "path": "microsoft.csharp/4.5.0",
  909. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  910. },
  911. "Microsoft.Data.SqlClient/2.0.1": {
  912. "type": "package",
  913. "serviceable": true,
  914. "sha512": "sha512-cff+ug/XZnGmX6DFgLY92t7G9W3i8r23w5Qnuby41l9rS+X+f7Y51hV5glvIrmsu3tIcnxbR+Z4CQ2zGhksIJw==",
  915. "path": "microsoft.data.sqlclient/2.0.1",
  916. "hashPath": "microsoft.data.sqlclient.2.0.1.nupkg.sha512"
  917. },
  918. "Microsoft.Data.SqlClient.SNI.runtime/2.0.1": {
  919. "type": "package",
  920. "serviceable": true,
  921. "sha512": "sha512-MalWSIMdwLZoNXxjmFmeRrFgaUXbEADkYNGm6HM33pculFv8gKt53s1Frs+kTfVPWMYjocd4gqwz92KrkcLfXA==",
  922. "path": "microsoft.data.sqlclient.sni.runtime/2.0.1",
  923. "hashPath": "microsoft.data.sqlclient.sni.runtime.2.0.1.nupkg.sha512"
  924. },
  925. "Microsoft.EntityFrameworkCore/5.0.13": {
  926. "type": "package",
  927. "serviceable": true,
  928. "sha512": "sha512-Q5dVSbK5Id01xuAvm2xzrzEUNgO0fFD8mD/qFkD2F4Q23rs5YnrHH+/Wr9PAGNLdKqYWmkB0yTxKBL/0nLgr3g==",
  929. "path": "microsoft.entityframeworkcore/5.0.13",
  930. "hashPath": "microsoft.entityframeworkcore.5.0.13.nupkg.sha512"
  931. },
  932. "Microsoft.EntityFrameworkCore.Abstractions/5.0.13": {
  933. "type": "package",
  934. "serviceable": true,
  935. "sha512": "sha512-TdnEXtDpm3o9s6RzUX0Mjgfgms4BD04uyvyxM9Xg8tQPOqqh7ZO6fWy+xJTj+wTcYuY5pYSkfPNGvtJ5FRmqWQ==",
  936. "path": "microsoft.entityframeworkcore.abstractions/5.0.13",
  937. "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.13.nupkg.sha512"
  938. },
  939. "Microsoft.EntityFrameworkCore.Analyzers/5.0.13": {
  940. "type": "package",
  941. "serviceable": true,
  942. "sha512": "sha512-torTg+dQC/vOlFI5FZsRmOAA5pKtr8cJNJ5SWsl0RVYmhb5I7s/V3T1NsIzSqJTYzGBssHl5mFbiBODeBdQpnQ==",
  943. "path": "microsoft.entityframeworkcore.analyzers/5.0.13",
  944. "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.13.nupkg.sha512"
  945. },
  946. "Microsoft.EntityFrameworkCore.Relational/5.0.13": {
  947. "type": "package",
  948. "serviceable": true,
  949. "sha512": "sha512-Qs7N0HFemByf04PZHvn2ZFytveLZyZKCmuNcMus1f53uNarypvWifrOC7L/wYylm/j8vs3qcc7jgb/yox1sbtg==",
  950. "path": "microsoft.entityframeworkcore.relational/5.0.13",
  951. "hashPath": "microsoft.entityframeworkcore.relational.5.0.13.nupkg.sha512"
  952. },
  953. "Microsoft.EntityFrameworkCore.SqlServer/5.0.13": {
  954. "type": "package",
  955. "serviceable": true,
  956. "sha512": "sha512-FFp/OjApCET1K5iFlwpmC3bVY+Gb/8z1XFuFzVV49V6pTB+htucW0Z2ROMz+AyIJLZiIvZcDd15M/dmgPmG6nA==",
  957. "path": "microsoft.entityframeworkcore.sqlserver/5.0.13",
  958. "hashPath": "microsoft.entityframeworkcore.sqlserver.5.0.13.nupkg.sha512"
  959. },
  960. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  961. "type": "package",
  962. "serviceable": true,
  963. "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
  964. "path": "microsoft.extensions.caching.abstractions/5.0.0",
  965. "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
  966. },
  967. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  968. "type": "package",
  969. "serviceable": true,
  970. "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
  971. "path": "microsoft.extensions.caching.memory/5.0.0",
  972. "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
  973. },
  974. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  975. "type": "package",
  976. "serviceable": true,
  977. "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
  978. "path": "microsoft.extensions.configuration.abstractions/5.0.0",
  979. "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
  980. },
  981. "Microsoft.Extensions.DependencyInjection/5.0.2": {
  982. "type": "package",
  983. "serviceable": true,
  984. "sha512": "sha512-xzFW00AZEvOXM1OX+0+AYH5op/Hf3u//e6wszBd/rK72sypD+jx5CtsHxM4BVuFBEs8SajfO4QzSJtrQaHDr4A==",
  985. "path": "microsoft.extensions.dependencyinjection/5.0.2",
  986. "hashPath": "microsoft.extensions.dependencyinjection.5.0.2.nupkg.sha512"
  987. },
  988. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  989. "type": "package",
  990. "serviceable": true,
  991. "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
  992. "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
  993. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
  994. },
  995. "Microsoft.Extensions.Logging/5.0.0": {
  996. "type": "package",
  997. "serviceable": true,
  998. "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
  999. "path": "microsoft.extensions.logging/5.0.0",
  1000. "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
  1001. },
  1002. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  1003. "type": "package",
  1004. "serviceable": true,
  1005. "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  1006. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  1007. "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
  1008. },
  1009. "Microsoft.Extensions.Options/5.0.0": {
  1010. "type": "package",
  1011. "serviceable": true,
  1012. "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
  1013. "path": "microsoft.extensions.options/5.0.0",
  1014. "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
  1015. },
  1016. "Microsoft.Extensions.Primitives/5.0.0": {
  1017. "type": "package",
  1018. "serviceable": true,
  1019. "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
  1020. "path": "microsoft.extensions.primitives/5.0.0",
  1021. "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
  1022. },
  1023. "Microsoft.Identity.Client/4.14.0": {
  1024. "type": "package",
  1025. "serviceable": true,
  1026. "sha512": "sha512-Etqux6Zuuv1yEN4UwKbAn6EZv0Rooc+vM4N9z7gxmeT7dyoKlXIRN44DQPzD9LV1CW0KsTVqH+2B42p1NKqPlQ==",
  1027. "path": "microsoft.identity.client/4.14.0",
  1028. "hashPath": "microsoft.identity.client.4.14.0.nupkg.sha512"
  1029. },
  1030. "Microsoft.IdentityModel.JsonWebTokens/5.6.0": {
  1031. "type": "package",
  1032. "serviceable": true,
  1033. "sha512": "sha512-0q0U1W+gX1jmfmv7uU7GXFGB518atmSwucxsVwPGpuaGS3jwd2tUi+Gau+ezxR6oAFEBFKG9lz/fxRZzGMeDXg==",
  1034. "path": "microsoft.identitymodel.jsonwebtokens/5.6.0",
  1035. "hashPath": "microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512"
  1036. },
  1037. "Microsoft.IdentityModel.Logging/5.6.0": {
  1038. "type": "package",
  1039. "serviceable": true,
  1040. "sha512": "sha512-zEDrfEVW5x5w2hbTV94WwAcWvtue5hNTXYqoPh3ypF6U8csm09JazEYy+VPp2RtczkyMfcsvWY9Fea17e+isYQ==",
  1041. "path": "microsoft.identitymodel.logging/5.6.0",
  1042. "hashPath": "microsoft.identitymodel.logging.5.6.0.nupkg.sha512"
  1043. },
  1044. "Microsoft.IdentityModel.Protocols/5.6.0": {
  1045. "type": "package",
  1046. "serviceable": true,
  1047. "sha512": "sha512-ei7YqYx0pIFL6JjK8ZnPK0MXZRWUNHtJPUl3KqSvj9+2f5CMa6GRSEC+BMDHr17tP6yujYUg0IQOcKzmC7qN5g==",
  1048. "path": "microsoft.identitymodel.protocols/5.6.0",
  1049. "hashPath": "microsoft.identitymodel.protocols.5.6.0.nupkg.sha512"
  1050. },
  1051. "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.6.0": {
  1052. "type": "package",
  1053. "serviceable": true,
  1054. "sha512": "sha512-yh3n+uXiwpBy/5+t67tYcmRxb9kwQdaKRyG/DNipRMF37bg5Jr0vENOo1BQz6OySMl5WIK544SzPjtr7/KkucA==",
  1055. "path": "microsoft.identitymodel.protocols.openidconnect/5.6.0",
  1056. "hashPath": "microsoft.identitymodel.protocols.openidconnect.5.6.0.nupkg.sha512"
  1057. },
  1058. "Microsoft.IdentityModel.Tokens/5.6.0": {
  1059. "type": "package",
  1060. "serviceable": true,
  1061. "sha512": "sha512-C3OqR3QfBQ7wcC7yAsdMQqay87OsV6yWPYG/Ai3n7dvmWIGkouQhXoVxRP0xz3cAFL4hxZBXyw4aLTC421PaMg==",
  1062. "path": "microsoft.identitymodel.tokens/5.6.0",
  1063. "hashPath": "microsoft.identitymodel.tokens.5.6.0.nupkg.sha512"
  1064. },
  1065. "Microsoft.NETCore.Platforms/5.0.0": {
  1066. "type": "package",
  1067. "serviceable": true,
  1068. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  1069. "path": "microsoft.netcore.platforms/5.0.0",
  1070. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  1071. },
  1072. "Microsoft.NETCore.Targets/1.1.3": {
  1073. "type": "package",
  1074. "serviceable": true,
  1075. "sha512": "sha512-3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==",
  1076. "path": "microsoft.netcore.targets/1.1.3",
  1077. "hashPath": "microsoft.netcore.targets.1.1.3.nupkg.sha512"
  1078. },
  1079. "Microsoft.Win32.Registry/4.7.0": {
  1080. "type": "package",
  1081. "serviceable": true,
  1082. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  1083. "path": "microsoft.win32.registry/4.7.0",
  1084. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  1085. },
  1086. "Microsoft.Win32.SystemEvents/5.0.0": {
  1087. "type": "package",
  1088. "serviceable": true,
  1089. "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  1090. "path": "microsoft.win32.systemevents/5.0.0",
  1091. "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
  1092. },
  1093. "Newtonsoft.Json/12.0.3": {
  1094. "type": "package",
  1095. "serviceable": true,
  1096. "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
  1097. "path": "newtonsoft.json/12.0.3",
  1098. "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
  1099. },
  1100. "runtime.native.System/4.3.0": {
  1101. "type": "package",
  1102. "serviceable": true,
  1103. "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  1104. "path": "runtime.native.system/4.3.0",
  1105. "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
  1106. },
  1107. "Stripe.net/39.84.0": {
  1108. "type": "package",
  1109. "serviceable": true,
  1110. "sha512": "sha512-nNo0fvL317ls2opSsNpdJv7fPqZNEIrKhRj+q87+NJcTmjaK3MDnrtmCQjWsDkgB5/VjRqUUapeP910CVuWBkg==",
  1111. "path": "stripe.net/39.84.0",
  1112. "hashPath": "stripe.net.39.84.0.nupkg.sha512"
  1113. },
  1114. "System.Collections/4.3.0": {
  1115. "type": "package",
  1116. "serviceable": true,
  1117. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1118. "path": "system.collections/4.3.0",
  1119. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1120. },
  1121. "System.Collections.Concurrent/4.3.0": {
  1122. "type": "package",
  1123. "serviceable": true,
  1124. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  1125. "path": "system.collections.concurrent/4.3.0",
  1126. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  1127. },
  1128. "System.Collections.Immutable/5.0.0": {
  1129. "type": "package",
  1130. "serviceable": true,
  1131. "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
  1132. "path": "system.collections.immutable/5.0.0",
  1133. "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
  1134. },
  1135. "System.Collections.NonGeneric/4.3.0": {
  1136. "type": "package",
  1137. "serviceable": true,
  1138. "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
  1139. "path": "system.collections.nongeneric/4.3.0",
  1140. "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
  1141. },
  1142. "System.Collections.Specialized/4.3.0": {
  1143. "type": "package",
  1144. "serviceable": true,
  1145. "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
  1146. "path": "system.collections.specialized/4.3.0",
  1147. "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
  1148. },
  1149. "System.ComponentModel/4.3.0": {
  1150. "type": "package",
  1151. "serviceable": true,
  1152. "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
  1153. "path": "system.componentmodel/4.3.0",
  1154. "hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
  1155. },
  1156. "System.ComponentModel.Annotations/5.0.0": {
  1157. "type": "package",
  1158. "serviceable": true,
  1159. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  1160. "path": "system.componentmodel.annotations/5.0.0",
  1161. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  1162. },
  1163. "System.ComponentModel.Primitives/4.3.0": {
  1164. "type": "package",
  1165. "serviceable": true,
  1166. "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
  1167. "path": "system.componentmodel.primitives/4.3.0",
  1168. "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
  1169. },
  1170. "System.ComponentModel.TypeConverter/4.3.0": {
  1171. "type": "package",
  1172. "serviceable": true,
  1173. "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==",
  1174. "path": "system.componentmodel.typeconverter/4.3.0",
  1175. "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512"
  1176. },
  1177. "System.Configuration.ConfigurationManager/5.0.0": {
  1178. "type": "package",
  1179. "serviceable": true,
  1180. "sha512": "sha512-aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
  1181. "path": "system.configuration.configurationmanager/5.0.0",
  1182. "hashPath": "system.configuration.configurationmanager.5.0.0.nupkg.sha512"
  1183. },
  1184. "System.Diagnostics.Debug/4.3.0": {
  1185. "type": "package",
  1186. "serviceable": true,
  1187. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1188. "path": "system.diagnostics.debug/4.3.0",
  1189. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1190. },
  1191. "System.Diagnostics.DiagnosticSource/5.0.1": {
  1192. "type": "package",
  1193. "serviceable": true,
  1194. "sha512": "sha512-uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ==",
  1195. "path": "system.diagnostics.diagnosticsource/5.0.1",
  1196. "hashPath": "system.diagnostics.diagnosticsource.5.0.1.nupkg.sha512"
  1197. },
  1198. "System.Diagnostics.Tools/4.3.0": {
  1199. "type": "package",
  1200. "serviceable": true,
  1201. "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  1202. "path": "system.diagnostics.tools/4.3.0",
  1203. "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
  1204. },
  1205. "System.Diagnostics.Tracing/4.3.0": {
  1206. "type": "package",
  1207. "serviceable": true,
  1208. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  1209. "path": "system.diagnostics.tracing/4.3.0",
  1210. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  1211. },
  1212. "System.Drawing.Common/5.0.0": {
  1213. "type": "package",
  1214. "serviceable": true,
  1215. "sha512": "sha512-SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
  1216. "path": "system.drawing.common/5.0.0",
  1217. "hashPath": "system.drawing.common.5.0.0.nupkg.sha512"
  1218. },
  1219. "System.Globalization/4.3.0": {
  1220. "type": "package",
  1221. "serviceable": true,
  1222. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1223. "path": "system.globalization/4.3.0",
  1224. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1225. },
  1226. "System.Globalization.Extensions/4.3.0": {
  1227. "type": "package",
  1228. "serviceable": true,
  1229. "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  1230. "path": "system.globalization.extensions/4.3.0",
  1231. "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
  1232. },
  1233. "System.IdentityModel.Tokens.Jwt/5.6.0": {
  1234. "type": "package",
  1235. "serviceable": true,
  1236. "sha512": "sha512-KMvPpX4exs2fe7Upq5zHMSR4yupc+jy8WG8yjucZL0XvT+r/T0hRvLIe9fP/SeN8/UVxFYBRAkRI5k1zbRGqmA==",
  1237. "path": "system.identitymodel.tokens.jwt/5.6.0",
  1238. "hashPath": "system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512"
  1239. },
  1240. "System.IO/4.3.0": {
  1241. "type": "package",
  1242. "serviceable": true,
  1243. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1244. "path": "system.io/4.3.0",
  1245. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1246. },
  1247. "System.IO.FileSystem/4.3.0": {
  1248. "type": "package",
  1249. "serviceable": true,
  1250. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  1251. "path": "system.io.filesystem/4.3.0",
  1252. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  1253. },
  1254. "System.IO.FileSystem.Primitives/4.3.0": {
  1255. "type": "package",
  1256. "serviceable": true,
  1257. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1258. "path": "system.io.filesystem.primitives/4.3.0",
  1259. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1260. },
  1261. "System.Linq/4.3.0": {
  1262. "type": "package",
  1263. "serviceable": true,
  1264. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1265. "path": "system.linq/4.3.0",
  1266. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1267. },
  1268. "System.Net.NameResolution/4.3.0": {
  1269. "type": "package",
  1270. "serviceable": true,
  1271. "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
  1272. "path": "system.net.nameresolution/4.3.0",
  1273. "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
  1274. },
  1275. "System.Net.Primitives/4.3.0": {
  1276. "type": "package",
  1277. "serviceable": true,
  1278. "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  1279. "path": "system.net.primitives/4.3.0",
  1280. "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
  1281. },
  1282. "System.Private.DataContractSerialization/4.3.0": {
  1283. "type": "package",
  1284. "serviceable": true,
  1285. "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==",
  1286. "path": "system.private.datacontractserialization/4.3.0",
  1287. "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512"
  1288. },
  1289. "System.Private.Uri/4.3.2": {
  1290. "type": "package",
  1291. "serviceable": true,
  1292. "sha512": "sha512-o1+7RJnu3Ik3PazR7Z7tJhjPdE000Eq2KGLLWhqJJKXj04wrS8lwb1OFtDF9jzXXADhUuZNJZlPc98uwwqmpFA==",
  1293. "path": "system.private.uri/4.3.2",
  1294. "hashPath": "system.private.uri.4.3.2.nupkg.sha512"
  1295. },
  1296. "System.Reflection/4.3.0": {
  1297. "type": "package",
  1298. "serviceable": true,
  1299. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1300. "path": "system.reflection/4.3.0",
  1301. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1302. },
  1303. "System.Reflection.Emit/4.3.0": {
  1304. "type": "package",
  1305. "serviceable": true,
  1306. "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  1307. "path": "system.reflection.emit/4.3.0",
  1308. "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
  1309. },
  1310. "System.Reflection.Emit.ILGeneration/4.3.0": {
  1311. "type": "package",
  1312. "serviceable": true,
  1313. "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  1314. "path": "system.reflection.emit.ilgeneration/4.3.0",
  1315. "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
  1316. },
  1317. "System.Reflection.Emit.Lightweight/4.3.0": {
  1318. "type": "package",
  1319. "serviceable": true,
  1320. "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  1321. "path": "system.reflection.emit.lightweight/4.3.0",
  1322. "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
  1323. },
  1324. "System.Reflection.Extensions/4.3.0": {
  1325. "type": "package",
  1326. "serviceable": true,
  1327. "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  1328. "path": "system.reflection.extensions/4.3.0",
  1329. "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
  1330. },
  1331. "System.Reflection.Primitives/4.3.0": {
  1332. "type": "package",
  1333. "serviceable": true,
  1334. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1335. "path": "system.reflection.primitives/4.3.0",
  1336. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1337. },
  1338. "System.Reflection.TypeExtensions/4.3.0": {
  1339. "type": "package",
  1340. "serviceable": true,
  1341. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1342. "path": "system.reflection.typeextensions/4.3.0",
  1343. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1344. },
  1345. "System.Resources.ResourceManager/4.3.0": {
  1346. "type": "package",
  1347. "serviceable": true,
  1348. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1349. "path": "system.resources.resourcemanager/4.3.0",
  1350. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1351. },
  1352. "System.Runtime/4.3.0": {
  1353. "type": "package",
  1354. "serviceable": true,
  1355. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1356. "path": "system.runtime/4.3.0",
  1357. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1358. },
  1359. "System.Runtime.Caching/4.7.0": {
  1360. "type": "package",
  1361. "serviceable": true,
  1362. "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
  1363. "path": "system.runtime.caching/4.7.0",
  1364. "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
  1365. },
  1366. "System.Runtime.Extensions/4.3.0": {
  1367. "type": "package",
  1368. "serviceable": true,
  1369. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1370. "path": "system.runtime.extensions/4.3.0",
  1371. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1372. },
  1373. "System.Runtime.Handles/4.3.0": {
  1374. "type": "package",
  1375. "serviceable": true,
  1376. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1377. "path": "system.runtime.handles/4.3.0",
  1378. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1379. },
  1380. "System.Runtime.InteropServices/4.3.0": {
  1381. "type": "package",
  1382. "serviceable": true,
  1383. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1384. "path": "system.runtime.interopservices/4.3.0",
  1385. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1386. },
  1387. "System.Runtime.Serialization.Formatters/4.3.0": {
  1388. "type": "package",
  1389. "serviceable": true,
  1390. "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
  1391. "path": "system.runtime.serialization.formatters/4.3.0",
  1392. "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512"
  1393. },
  1394. "System.Runtime.Serialization.Json/4.3.0": {
  1395. "type": "package",
  1396. "serviceable": true,
  1397. "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==",
  1398. "path": "system.runtime.serialization.json/4.3.0",
  1399. "hashPath": "system.runtime.serialization.json.4.3.0.nupkg.sha512"
  1400. },
  1401. "System.Runtime.Serialization.Primitives/4.3.0": {
  1402. "type": "package",
  1403. "serviceable": true,
  1404. "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
  1405. "path": "system.runtime.serialization.primitives/4.3.0",
  1406. "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
  1407. },
  1408. "System.Security.AccessControl/5.0.0": {
  1409. "type": "package",
  1410. "serviceable": true,
  1411. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  1412. "path": "system.security.accesscontrol/5.0.0",
  1413. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  1414. },
  1415. "System.Security.Cryptography.Cng/4.5.0": {
  1416. "type": "package",
  1417. "serviceable": true,
  1418. "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
  1419. "path": "system.security.cryptography.cng/4.5.0",
  1420. "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
  1421. },
  1422. "System.Security.Cryptography.Primitives/4.3.0": {
  1423. "type": "package",
  1424. "serviceable": true,
  1425. "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  1426. "path": "system.security.cryptography.primitives/4.3.0",
  1427. "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
  1428. },
  1429. "System.Security.Cryptography.ProtectedData/5.0.0": {
  1430. "type": "package",
  1431. "serviceable": true,
  1432. "sha512": "sha512-HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==",
  1433. "path": "system.security.cryptography.protecteddata/5.0.0",
  1434. "hashPath": "system.security.cryptography.protecteddata.5.0.0.nupkg.sha512"
  1435. },
  1436. "System.Security.Permissions/5.0.0": {
  1437. "type": "package",
  1438. "serviceable": true,
  1439. "sha512": "sha512-uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
  1440. "path": "system.security.permissions/5.0.0",
  1441. "hashPath": "system.security.permissions.5.0.0.nupkg.sha512"
  1442. },
  1443. "System.Security.Principal.Windows/5.0.0": {
  1444. "type": "package",
  1445. "serviceable": true,
  1446. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1447. "path": "system.security.principal.windows/5.0.0",
  1448. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1449. },
  1450. "System.Security.SecureString/4.3.0": {
  1451. "type": "package",
  1452. "serviceable": true,
  1453. "sha512": "sha512-PnXp38O9q/2Oe4iZHMH60kinScv6QiiL2XH54Pj2t0Y6c2zKPEiAZsM/M3wBOHLNTBDFP0zfy13WN2M0qFz5jg==",
  1454. "path": "system.security.securestring/4.3.0",
  1455. "hashPath": "system.security.securestring.4.3.0.nupkg.sha512"
  1456. },
  1457. "System.Text.Encoding/4.3.0": {
  1458. "type": "package",
  1459. "serviceable": true,
  1460. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1461. "path": "system.text.encoding/4.3.0",
  1462. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1463. },
  1464. "System.Text.Encoding.CodePages/4.7.0": {
  1465. "type": "package",
  1466. "serviceable": true,
  1467. "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==",
  1468. "path": "system.text.encoding.codepages/4.7.0",
  1469. "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512"
  1470. },
  1471. "System.Text.Encoding.Extensions/4.3.0": {
  1472. "type": "package",
  1473. "serviceable": true,
  1474. "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  1475. "path": "system.text.encoding.extensions/4.3.0",
  1476. "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
  1477. },
  1478. "System.Text.RegularExpressions/4.3.0": {
  1479. "type": "package",
  1480. "serviceable": true,
  1481. "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  1482. "path": "system.text.regularexpressions/4.3.0",
  1483. "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
  1484. },
  1485. "System.Threading/4.3.0": {
  1486. "type": "package",
  1487. "serviceable": true,
  1488. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1489. "path": "system.threading/4.3.0",
  1490. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1491. },
  1492. "System.Threading.Tasks/4.3.0": {
  1493. "type": "package",
  1494. "serviceable": true,
  1495. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1496. "path": "system.threading.tasks/4.3.0",
  1497. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1498. },
  1499. "System.Threading.Tasks.Extensions/4.3.0": {
  1500. "type": "package",
  1501. "serviceable": true,
  1502. "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
  1503. "path": "system.threading.tasks.extensions/4.3.0",
  1504. "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
  1505. },
  1506. "System.Windows.Extensions/5.0.0": {
  1507. "type": "package",
  1508. "serviceable": true,
  1509. "sha512": "sha512-c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
  1510. "path": "system.windows.extensions/5.0.0",
  1511. "hashPath": "system.windows.extensions.5.0.0.nupkg.sha512"
  1512. },
  1513. "System.Xml.ReaderWriter/4.3.0": {
  1514. "type": "package",
  1515. "serviceable": true,
  1516. "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  1517. "path": "system.xml.readerwriter/4.3.0",
  1518. "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
  1519. },
  1520. "System.Xml.XDocument/4.3.0": {
  1521. "type": "package",
  1522. "serviceable": true,
  1523. "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  1524. "path": "system.xml.xdocument/4.3.0",
  1525. "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
  1526. },
  1527. "System.Xml.XmlDocument/4.3.0": {
  1528. "type": "package",
  1529. "serviceable": true,
  1530. "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
  1531. "path": "system.xml.xmldocument/4.3.0",
  1532. "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
  1533. },
  1534. "System.Xml.XmlSerializer/4.3.0": {
  1535. "type": "package",
  1536. "serviceable": true,
  1537. "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
  1538. "path": "system.xml.xmlserializer/4.3.0",
  1539. "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
  1540. }
  1541. }
  1542. }