BookStore.deps.json 65 KB

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