WebAPIBase.Utils.deps.json 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v2.0/",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v2.0": {},
  9. ".NETStandard,Version=v2.0/": {
  10. "WebAPIBase.Utils/1.0.0": {
  11. "dependencies": {
  12. "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0",
  13. "Microsoft.Extensions.Caching.Memory": "3.1.2",
  14. "Microsoft.Extensions.Configuration": "3.1.9",
  15. "Microsoft.Extensions.Configuration.FileExtensions": "3.1.2",
  16. "Microsoft.Extensions.Configuration.Json": "3.1.2",
  17. "Microsoft.NETCore.Runtime.CoreCLR": "2.0.8",
  18. "NETStandard.Library": "2.0.3",
  19. "NLog": "4.7.5",
  20. "NLog.Web.AspNetCore": "4.9.3",
  21. "System.Drawing.Common": "4.7.0",
  22. "System.IdentityModel.Tokens.Jwt": "5.6.0"
  23. },
  24. "runtime": {
  25. "WebAPIBase.Utils.dll": {}
  26. }
  27. },
  28. "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": {
  29. "dependencies": {
  30. "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.2.0",
  31. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  32. "Microsoft.Extensions.Hosting.Abstractions": "2.2.0"
  33. },
  34. "runtime": {
  35. "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {
  36. "assemblyVersion": "2.2.0.0",
  37. "fileVersion": "2.2.0.18316"
  38. }
  39. }
  40. },
  41. "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": {
  42. "dependencies": {
  43. "Microsoft.AspNetCore.Http.Features": "2.2.0",
  44. "Microsoft.Extensions.Configuration.Abstractions": "3.1.9"
  45. },
  46. "runtime": {
  47. "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {
  48. "assemblyVersion": "2.2.0.0",
  49. "fileVersion": "2.2.0.18316"
  50. }
  51. }
  52. },
  53. "Microsoft.AspNetCore.Http/2.1.0": {
  54. "dependencies": {
  55. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  56. "Microsoft.AspNetCore.WebUtilities": "2.1.0",
  57. "Microsoft.Extensions.ObjectPool": "2.1.0",
  58. "Microsoft.Extensions.Options": "3.1.2",
  59. "Microsoft.Net.Http.Headers": "2.1.0"
  60. },
  61. "runtime": {
  62. "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {
  63. "assemblyVersion": "2.1.0.0",
  64. "fileVersion": "2.1.0.18136"
  65. }
  66. }
  67. },
  68. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  69. "dependencies": {
  70. "Microsoft.AspNetCore.Http.Features": "2.2.0",
  71. "System.Text.Encodings.Web": "4.7.0"
  72. },
  73. "runtime": {
  74. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
  75. "assemblyVersion": "2.2.0.0",
  76. "fileVersion": "2.2.0.18316"
  77. }
  78. }
  79. },
  80. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  81. "dependencies": {
  82. "Microsoft.Extensions.Primitives": "3.1.9"
  83. },
  84. "runtime": {
  85. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
  86. "assemblyVersion": "2.2.0.0",
  87. "fileVersion": "2.2.0.18316"
  88. }
  89. }
  90. },
  91. "Microsoft.AspNetCore.Routing.Abstractions/2.1.0": {
  92. "dependencies": {
  93. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0"
  94. },
  95. "runtime": {
  96. "lib/netstandard2.0/Microsoft.AspNetCore.Routing.Abstractions.dll": {
  97. "assemblyVersion": "2.1.0.0",
  98. "fileVersion": "2.1.0.18136"
  99. }
  100. }
  101. },
  102. "Microsoft.AspNetCore.WebUtilities/2.1.0": {
  103. "dependencies": {
  104. "Microsoft.Net.Http.Headers": "2.1.0",
  105. "System.Text.Encodings.Web": "4.7.0"
  106. },
  107. "runtime": {
  108. "lib/netstandard2.0/Microsoft.AspNetCore.WebUtilities.dll": {
  109. "assemblyVersion": "2.1.0.0",
  110. "fileVersion": "2.1.0.18136"
  111. }
  112. }
  113. },
  114. "Microsoft.Bcl.AsyncInterfaces/1.1.0": {
  115. "dependencies": {
  116. "System.Threading.Tasks.Extensions": "4.5.2"
  117. },
  118. "runtime": {
  119. "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll": {
  120. "assemblyVersion": "1.0.0.0",
  121. "fileVersion": "4.700.19.56404"
  122. }
  123. }
  124. },
  125. "Microsoft.CSharp/4.3.0": {
  126. "dependencies": {
  127. "System.Collections": "4.3.0",
  128. "System.Diagnostics.Debug": "4.3.0",
  129. "System.Dynamic.Runtime": "4.3.0",
  130. "System.Globalization": "4.3.0",
  131. "System.Linq": "4.3.0",
  132. "System.Linq.Expressions": "4.3.0",
  133. "System.ObjectModel": "4.3.0",
  134. "System.Reflection": "4.3.0",
  135. "System.Reflection.Extensions": "4.3.0",
  136. "System.Reflection.Primitives": "4.3.0",
  137. "System.Reflection.TypeExtensions": "4.3.0",
  138. "System.Resources.ResourceManager": "4.3.0",
  139. "System.Runtime": "4.3.0",
  140. "System.Runtime.Extensions": "4.3.0",
  141. "System.Runtime.InteropServices": "4.3.0",
  142. "System.Threading": "4.3.0"
  143. },
  144. "runtime": {
  145. "lib/netstandard1.3/Microsoft.CSharp.dll": {
  146. "assemblyVersion": "4.0.2.0",
  147. "fileVersion": "4.6.24705.1"
  148. }
  149. }
  150. },
  151. "Microsoft.Extensions.Caching.Abstractions/3.1.2": {
  152. "dependencies": {
  153. "Microsoft.Extensions.Primitives": "3.1.9"
  154. },
  155. "runtime": {
  156. "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll": {
  157. "assemblyVersion": "3.1.2.0",
  158. "fileVersion": "3.100.220.6706"
  159. }
  160. }
  161. },
  162. "Microsoft.Extensions.Caching.Memory/3.1.2": {
  163. "dependencies": {
  164. "Microsoft.Extensions.Caching.Abstractions": "3.1.2",
  165. "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.2",
  166. "Microsoft.Extensions.Logging.Abstractions": "3.1.2",
  167. "Microsoft.Extensions.Options": "3.1.2"
  168. },
  169. "runtime": {
  170. "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": {
  171. "assemblyVersion": "3.1.2.0",
  172. "fileVersion": "3.100.220.6706"
  173. }
  174. }
  175. },
  176. "Microsoft.Extensions.Configuration/3.1.9": {
  177. "dependencies": {
  178. "Microsoft.Extensions.Configuration.Abstractions": "3.1.9"
  179. },
  180. "runtime": {
  181. "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
  182. "assemblyVersion": "3.1.9.0",
  183. "fileVersion": "3.100.920.47302"
  184. }
  185. }
  186. },
  187. "Microsoft.Extensions.Configuration.Abstractions/3.1.9": {
  188. "dependencies": {
  189. "Microsoft.Extensions.Primitives": "3.1.9"
  190. },
  191. "runtime": {
  192. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  193. "assemblyVersion": "3.1.9.0",
  194. "fileVersion": "3.100.920.47302"
  195. }
  196. }
  197. },
  198. "Microsoft.Extensions.Configuration.Binder/2.1.0": {
  199. "dependencies": {
  200. "Microsoft.Extensions.Configuration": "3.1.9"
  201. },
  202. "runtime": {
  203. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
  204. "assemblyVersion": "2.1.0.0",
  205. "fileVersion": "2.1.0.18136"
  206. }
  207. }
  208. },
  209. "Microsoft.Extensions.Configuration.FileExtensions/3.1.2": {
  210. "dependencies": {
  211. "Microsoft.Extensions.Configuration": "3.1.9",
  212. "Microsoft.Extensions.FileProviders.Physical": "3.1.2"
  213. },
  214. "runtime": {
  215. "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  216. "assemblyVersion": "3.1.2.0",
  217. "fileVersion": "3.100.220.6706"
  218. }
  219. }
  220. },
  221. "Microsoft.Extensions.Configuration.Json/3.1.2": {
  222. "dependencies": {
  223. "Microsoft.Extensions.Configuration": "3.1.9",
  224. "Microsoft.Extensions.Configuration.FileExtensions": "3.1.2",
  225. "System.Text.Json": "4.7.1",
  226. "System.Threading.Tasks.Extensions": "4.5.2"
  227. },
  228. "runtime": {
  229. "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll": {
  230. "assemblyVersion": "3.1.2.0",
  231. "fileVersion": "3.100.220.6706"
  232. }
  233. }
  234. },
  235. "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.2": {
  236. "runtime": {
  237. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  238. "assemblyVersion": "3.1.2.0",
  239. "fileVersion": "3.100.220.6706"
  240. }
  241. }
  242. },
  243. "Microsoft.Extensions.FileProviders.Abstractions/3.1.2": {
  244. "dependencies": {
  245. "Microsoft.Extensions.Primitives": "3.1.9"
  246. },
  247. "runtime": {
  248. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  249. "assemblyVersion": "3.1.2.0",
  250. "fileVersion": "3.100.220.6706"
  251. }
  252. }
  253. },
  254. "Microsoft.Extensions.FileProviders.Physical/3.1.2": {
  255. "dependencies": {
  256. "Microsoft.Extensions.FileProviders.Abstractions": "3.1.2",
  257. "Microsoft.Extensions.FileSystemGlobbing": "3.1.2"
  258. },
  259. "runtime": {
  260. "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  261. "assemblyVersion": "3.1.2.0",
  262. "fileVersion": "3.100.220.6706"
  263. }
  264. }
  265. },
  266. "Microsoft.Extensions.FileSystemGlobbing/3.1.2": {
  267. "runtime": {
  268. "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  269. "assemblyVersion": "3.1.2.0",
  270. "fileVersion": "3.100.220.6706"
  271. }
  272. }
  273. },
  274. "Microsoft.Extensions.Hosting.Abstractions/2.2.0": {
  275. "dependencies": {
  276. "Microsoft.Extensions.Configuration.Abstractions": "3.1.9",
  277. "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.2",
  278. "Microsoft.Extensions.FileProviders.Abstractions": "3.1.2",
  279. "Microsoft.Extensions.Logging.Abstractions": "3.1.2"
  280. },
  281. "runtime": {
  282. "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
  283. "assemblyVersion": "2.2.0.0",
  284. "fileVersion": "2.2.0.18316"
  285. }
  286. }
  287. },
  288. "Microsoft.Extensions.Logging/2.1.0": {
  289. "dependencies": {
  290. "Microsoft.Extensions.Configuration.Binder": "2.1.0",
  291. "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.2",
  292. "Microsoft.Extensions.Logging.Abstractions": "3.1.2",
  293. "Microsoft.Extensions.Options": "3.1.2"
  294. },
  295. "runtime": {
  296. "lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {
  297. "assemblyVersion": "2.1.0.0",
  298. "fileVersion": "2.1.0.18136"
  299. }
  300. }
  301. },
  302. "Microsoft.Extensions.Logging.Abstractions/3.1.2": {
  303. "runtime": {
  304. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  305. "assemblyVersion": "3.1.2.0",
  306. "fileVersion": "3.100.220.6706"
  307. }
  308. }
  309. },
  310. "Microsoft.Extensions.ObjectPool/2.1.0": {
  311. "runtime": {
  312. "lib/netstandard2.0/Microsoft.Extensions.ObjectPool.dll": {
  313. "assemblyVersion": "2.1.0.0",
  314. "fileVersion": "2.1.0.18136"
  315. }
  316. }
  317. },
  318. "Microsoft.Extensions.Options/3.1.2": {
  319. "dependencies": {
  320. "Microsoft.Extensions.DependencyInjection.Abstractions": "3.1.2",
  321. "Microsoft.Extensions.Primitives": "3.1.9",
  322. "System.ComponentModel.Annotations": "4.7.0"
  323. },
  324. "runtime": {
  325. "lib/netstandard2.0/Microsoft.Extensions.Options.dll": {
  326. "assemblyVersion": "3.1.2.0",
  327. "fileVersion": "3.100.220.6706"
  328. }
  329. }
  330. },
  331. "Microsoft.Extensions.Primitives/3.1.9": {
  332. "dependencies": {
  333. "System.Memory": "4.5.3",
  334. "System.Runtime.CompilerServices.Unsafe": "4.7.1"
  335. },
  336. "runtime": {
  337. "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {
  338. "assemblyVersion": "3.1.9.0",
  339. "fileVersion": "3.100.920.47302"
  340. }
  341. }
  342. },
  343. "Microsoft.IdentityModel.JsonWebTokens/5.6.0": {
  344. "dependencies": {
  345. "Microsoft.IdentityModel.Tokens": "5.6.0",
  346. "Newtonsoft.Json": "10.0.1"
  347. },
  348. "runtime": {
  349. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  350. "assemblyVersion": "5.6.0.0",
  351. "fileVersion": "5.6.0.61018"
  352. }
  353. }
  354. },
  355. "Microsoft.IdentityModel.Logging/5.6.0": {
  356. "runtime": {
  357. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
  358. "assemblyVersion": "5.6.0.0",
  359. "fileVersion": "5.6.0.61018"
  360. }
  361. }
  362. },
  363. "Microsoft.IdentityModel.Tokens/5.6.0": {
  364. "dependencies": {
  365. "Microsoft.IdentityModel.Logging": "5.6.0",
  366. "Newtonsoft.Json": "10.0.1",
  367. "System.Security.Cryptography.Cng": "4.5.0"
  368. },
  369. "runtime": {
  370. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
  371. "assemblyVersion": "5.6.0.0",
  372. "fileVersion": "5.6.0.61018"
  373. }
  374. }
  375. },
  376. "Microsoft.Net.Http.Headers/2.1.0": {
  377. "dependencies": {
  378. "Microsoft.Extensions.Primitives": "3.1.9",
  379. "System.Buffers": "4.5.0"
  380. },
  381. "runtime": {
  382. "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {
  383. "assemblyVersion": "2.1.0.0",
  384. "fileVersion": "2.1.0.18136"
  385. }
  386. }
  387. },
  388. "Microsoft.NETCore.Jit/2.0.8": {},
  389. "Microsoft.NETCore.Platforms/1.1.0": {},
  390. "Microsoft.NETCore.Runtime.CoreCLR/2.0.8": {
  391. "dependencies": {
  392. "Microsoft.NETCore.Jit": "2.0.8"
  393. }
  394. },
  395. "Microsoft.NETCore.Targets/1.1.0": {},
  396. "NETStandard.Library/2.0.3": {
  397. "dependencies": {
  398. "Microsoft.NETCore.Platforms": "1.1.0"
  399. }
  400. },
  401. "Newtonsoft.Json/10.0.1": {
  402. "dependencies": {
  403. "Microsoft.CSharp": "4.3.0",
  404. "System.Collections": "4.3.0",
  405. "System.ComponentModel.TypeConverter": "4.3.0",
  406. "System.Diagnostics.Debug": "4.3.0",
  407. "System.Dynamic.Runtime": "4.3.0",
  408. "System.Globalization": "4.3.0",
  409. "System.IO": "4.3.0",
  410. "System.Linq": "4.3.0",
  411. "System.Linq.Expressions": "4.3.0",
  412. "System.ObjectModel": "4.3.0",
  413. "System.Reflection": "4.3.0",
  414. "System.Reflection.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.Runtime.Numerics": "4.3.0",
  419. "System.Runtime.Serialization.Formatters": "4.3.0",
  420. "System.Runtime.Serialization.Primitives": "4.3.0",
  421. "System.Text.Encoding": "4.3.0",
  422. "System.Text.Encoding.Extensions": "4.3.0",
  423. "System.Text.RegularExpressions": "4.3.0",
  424. "System.Threading": "4.3.0",
  425. "System.Threading.Tasks": "4.3.0",
  426. "System.Xml.ReaderWriter": "4.3.0",
  427. "System.Xml.XDocument": "4.3.0",
  428. "System.Xml.XmlDocument": "4.3.0"
  429. },
  430. "runtime": {
  431. "lib/netstandard1.3/Newtonsoft.Json.dll": {
  432. "assemblyVersion": "10.0.0.0",
  433. "fileVersion": "10.0.1.20720"
  434. }
  435. }
  436. },
  437. "NLog/4.7.5": {
  438. "runtime": {
  439. "lib/netstandard2.0/NLog.dll": {
  440. "assemblyVersion": "4.0.0.0",
  441. "fileVersion": "4.7.5.12092"
  442. }
  443. }
  444. },
  445. "NLog.Extensions.Logging/1.6.4": {
  446. "dependencies": {
  447. "Microsoft.Extensions.Logging": "2.1.0",
  448. "NLog": "4.7.5"
  449. },
  450. "runtime": {
  451. "lib/netstandard2.0/NLog.Extensions.Logging.dll": {
  452. "assemblyVersion": "1.0.0.0",
  453. "fileVersion": "1.6.4.1366"
  454. }
  455. }
  456. },
  457. "NLog.Web.AspNetCore/4.9.3": {
  458. "dependencies": {
  459. "Microsoft.AspNetCore.Hosting.Abstractions": "2.2.0",
  460. "Microsoft.AspNetCore.Http": "2.1.0",
  461. "Microsoft.AspNetCore.Routing.Abstractions": "2.1.0",
  462. "NLog.Extensions.Logging": "1.6.4"
  463. },
  464. "runtime": {
  465. "lib/netstandard2.0/NLog.Web.AspNetCore.dll": {
  466. "assemblyVersion": "4.0.0.0",
  467. "fileVersion": "4.9.3.1751"
  468. }
  469. }
  470. },
  471. "System.Buffers/4.5.0": {
  472. "runtime": {
  473. "lib/netstandard2.0/System.Buffers.dll": {
  474. "assemblyVersion": "4.0.3.0",
  475. "fileVersion": "4.6.26515.6"
  476. }
  477. }
  478. },
  479. "System.Collections/4.3.0": {
  480. "dependencies": {
  481. "Microsoft.NETCore.Platforms": "1.1.0",
  482. "Microsoft.NETCore.Targets": "1.1.0",
  483. "System.Runtime": "4.3.0"
  484. }
  485. },
  486. "System.Collections.NonGeneric/4.3.0": {
  487. "dependencies": {
  488. "System.Diagnostics.Debug": "4.3.0",
  489. "System.Globalization": "4.3.0",
  490. "System.Resources.ResourceManager": "4.3.0",
  491. "System.Runtime": "4.3.0",
  492. "System.Runtime.Extensions": "4.3.0",
  493. "System.Threading": "4.3.0"
  494. },
  495. "runtime": {
  496. "lib/netstandard1.3/System.Collections.NonGeneric.dll": {
  497. "assemblyVersion": "4.0.2.0",
  498. "fileVersion": "4.6.24705.1"
  499. }
  500. }
  501. },
  502. "System.Collections.Specialized/4.3.0": {
  503. "dependencies": {
  504. "System.Collections.NonGeneric": "4.3.0",
  505. "System.Globalization": "4.3.0",
  506. "System.Globalization.Extensions": "4.3.0",
  507. "System.Resources.ResourceManager": "4.3.0",
  508. "System.Runtime": "4.3.0",
  509. "System.Runtime.Extensions": "4.3.0",
  510. "System.Threading": "4.3.0"
  511. },
  512. "runtime": {
  513. "lib/netstandard1.3/System.Collections.Specialized.dll": {
  514. "assemblyVersion": "4.0.2.0",
  515. "fileVersion": "4.6.24705.1"
  516. }
  517. }
  518. },
  519. "System.ComponentModel/4.3.0": {
  520. "dependencies": {
  521. "System.Runtime": "4.3.0"
  522. },
  523. "runtime": {
  524. "lib/netstandard1.3/System.ComponentModel.dll": {
  525. "assemblyVersion": "4.0.2.0",
  526. "fileVersion": "4.6.24705.1"
  527. }
  528. }
  529. },
  530. "System.ComponentModel.Annotations/4.7.0": {
  531. "runtime": {
  532. "lib/netstandard2.0/System.ComponentModel.Annotations.dll": {
  533. "assemblyVersion": "4.2.1.0",
  534. "fileVersion": "4.6.26515.6"
  535. }
  536. }
  537. },
  538. "System.ComponentModel.Primitives/4.3.0": {
  539. "dependencies": {
  540. "System.ComponentModel": "4.3.0",
  541. "System.Resources.ResourceManager": "4.3.0",
  542. "System.Runtime": "4.3.0"
  543. },
  544. "runtime": {
  545. "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {
  546. "assemblyVersion": "4.1.1.0",
  547. "fileVersion": "4.6.24705.1"
  548. }
  549. }
  550. },
  551. "System.ComponentModel.TypeConverter/4.3.0": {
  552. "dependencies": {
  553. "System.Collections": "4.3.0",
  554. "System.Collections.NonGeneric": "4.3.0",
  555. "System.Collections.Specialized": "4.3.0",
  556. "System.ComponentModel": "4.3.0",
  557. "System.ComponentModel.Primitives": "4.3.0",
  558. "System.Globalization": "4.3.0",
  559. "System.Linq": "4.3.0",
  560. "System.Reflection": "4.3.0",
  561. "System.Reflection.Extensions": "4.3.0",
  562. "System.Reflection.Primitives": "4.3.0",
  563. "System.Reflection.TypeExtensions": "4.3.0",
  564. "System.Resources.ResourceManager": "4.3.0",
  565. "System.Runtime": "4.3.0",
  566. "System.Runtime.Extensions": "4.3.0",
  567. "System.Threading": "4.3.0"
  568. },
  569. "runtime": {
  570. "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {
  571. "assemblyVersion": "4.1.1.0",
  572. "fileVersion": "4.6.24705.1"
  573. }
  574. }
  575. },
  576. "System.Diagnostics.Debug/4.3.0": {
  577. "dependencies": {
  578. "Microsoft.NETCore.Platforms": "1.1.0",
  579. "Microsoft.NETCore.Targets": "1.1.0",
  580. "System.Runtime": "4.3.0"
  581. }
  582. },
  583. "System.Diagnostics.Tools/4.3.0": {
  584. "dependencies": {
  585. "Microsoft.NETCore.Platforms": "1.1.0",
  586. "Microsoft.NETCore.Targets": "1.1.0",
  587. "System.Runtime": "4.3.0"
  588. }
  589. },
  590. "System.Drawing.Common/4.7.0": {
  591. "runtime": {
  592. "lib/netstandard2.0/System.Drawing.Common.dll": {
  593. "assemblyVersion": "4.0.0.1",
  594. "fileVersion": "4.6.26919.2"
  595. }
  596. }
  597. },
  598. "System.Dynamic.Runtime/4.3.0": {
  599. "dependencies": {
  600. "System.Collections": "4.3.0",
  601. "System.Diagnostics.Debug": "4.3.0",
  602. "System.Linq": "4.3.0",
  603. "System.Linq.Expressions": "4.3.0",
  604. "System.ObjectModel": "4.3.0",
  605. "System.Reflection": "4.3.0",
  606. "System.Reflection.Emit": "4.3.0",
  607. "System.Reflection.Emit.ILGeneration": "4.3.0",
  608. "System.Reflection.Primitives": "4.3.0",
  609. "System.Reflection.TypeExtensions": "4.3.0",
  610. "System.Resources.ResourceManager": "4.3.0",
  611. "System.Runtime": "4.3.0",
  612. "System.Runtime.Extensions": "4.3.0",
  613. "System.Threading": "4.3.0"
  614. },
  615. "runtime": {
  616. "lib/netstandard1.3/System.Dynamic.Runtime.dll": {
  617. "assemblyVersion": "4.0.12.0",
  618. "fileVersion": "4.6.24705.1"
  619. }
  620. }
  621. },
  622. "System.Globalization/4.3.0": {
  623. "dependencies": {
  624. "Microsoft.NETCore.Platforms": "1.1.0",
  625. "Microsoft.NETCore.Targets": "1.1.0",
  626. "System.Runtime": "4.3.0"
  627. }
  628. },
  629. "System.Globalization.Extensions/4.3.0": {
  630. "dependencies": {
  631. "Microsoft.NETCore.Platforms": "1.1.0",
  632. "System.Globalization": "4.3.0",
  633. "System.Resources.ResourceManager": "4.3.0",
  634. "System.Runtime": "4.3.0",
  635. "System.Runtime.Extensions": "4.3.0",
  636. "System.Runtime.InteropServices": "4.3.0"
  637. }
  638. },
  639. "System.IdentityModel.Tokens.Jwt/5.6.0": {
  640. "dependencies": {
  641. "Microsoft.IdentityModel.JsonWebTokens": "5.6.0",
  642. "Microsoft.IdentityModel.Tokens": "5.6.0",
  643. "Newtonsoft.Json": "10.0.1"
  644. },
  645. "runtime": {
  646. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
  647. "assemblyVersion": "5.6.0.0",
  648. "fileVersion": "5.6.0.61018"
  649. }
  650. }
  651. },
  652. "System.IO/4.3.0": {
  653. "dependencies": {
  654. "Microsoft.NETCore.Platforms": "1.1.0",
  655. "Microsoft.NETCore.Targets": "1.1.0",
  656. "System.Runtime": "4.3.0",
  657. "System.Text.Encoding": "4.3.0",
  658. "System.Threading.Tasks": "4.3.0"
  659. }
  660. },
  661. "System.IO.FileSystem/4.3.0": {
  662. "dependencies": {
  663. "Microsoft.NETCore.Platforms": "1.1.0",
  664. "Microsoft.NETCore.Targets": "1.1.0",
  665. "System.IO": "4.3.0",
  666. "System.IO.FileSystem.Primitives": "4.3.0",
  667. "System.Runtime": "4.3.0",
  668. "System.Runtime.Handles": "4.3.0",
  669. "System.Text.Encoding": "4.3.0",
  670. "System.Threading.Tasks": "4.3.0"
  671. }
  672. },
  673. "System.IO.FileSystem.Primitives/4.3.0": {
  674. "dependencies": {
  675. "System.Runtime": "4.3.0"
  676. },
  677. "runtime": {
  678. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
  679. "assemblyVersion": "4.0.2.0",
  680. "fileVersion": "4.6.24705.1"
  681. }
  682. }
  683. },
  684. "System.Linq/4.3.0": {
  685. "dependencies": {
  686. "System.Collections": "4.3.0",
  687. "System.Diagnostics.Debug": "4.3.0",
  688. "System.Resources.ResourceManager": "4.3.0",
  689. "System.Runtime": "4.3.0",
  690. "System.Runtime.Extensions": "4.3.0"
  691. },
  692. "runtime": {
  693. "lib/netstandard1.6/System.Linq.dll": {
  694. "assemblyVersion": "4.1.1.0",
  695. "fileVersion": "4.6.24705.1"
  696. }
  697. }
  698. },
  699. "System.Linq.Expressions/4.3.0": {
  700. "dependencies": {
  701. "System.Collections": "4.3.0",
  702. "System.Diagnostics.Debug": "4.3.0",
  703. "System.Globalization": "4.3.0",
  704. "System.IO": "4.3.0",
  705. "System.Linq": "4.3.0",
  706. "System.ObjectModel": "4.3.0",
  707. "System.Reflection": "4.3.0",
  708. "System.Reflection.Emit": "4.3.0",
  709. "System.Reflection.Emit.ILGeneration": "4.3.0",
  710. "System.Reflection.Emit.Lightweight": "4.3.0",
  711. "System.Reflection.Extensions": "4.3.0",
  712. "System.Reflection.Primitives": "4.3.0",
  713. "System.Reflection.TypeExtensions": "4.3.0",
  714. "System.Resources.ResourceManager": "4.3.0",
  715. "System.Runtime": "4.3.0",
  716. "System.Runtime.Extensions": "4.3.0",
  717. "System.Threading": "4.3.0"
  718. },
  719. "runtime": {
  720. "lib/netstandard1.6/System.Linq.Expressions.dll": {
  721. "assemblyVersion": "4.1.1.0",
  722. "fileVersion": "4.6.24705.1"
  723. }
  724. }
  725. },
  726. "System.Memory/4.5.3": {
  727. "dependencies": {
  728. "System.Buffers": "4.5.0",
  729. "System.Numerics.Vectors": "4.5.0",
  730. "System.Runtime.CompilerServices.Unsafe": "4.7.1"
  731. },
  732. "runtime": {
  733. "lib/netstandard2.0/System.Memory.dll": {
  734. "assemblyVersion": "4.0.1.1",
  735. "fileVersion": "4.6.27617.2"
  736. }
  737. }
  738. },
  739. "System.Numerics.Vectors/4.5.0": {
  740. "runtime": {
  741. "lib/netstandard2.0/System.Numerics.Vectors.dll": {
  742. "assemblyVersion": "4.1.4.0",
  743. "fileVersion": "4.6.26515.6"
  744. }
  745. }
  746. },
  747. "System.ObjectModel/4.3.0": {
  748. "dependencies": {
  749. "System.Collections": "4.3.0",
  750. "System.Diagnostics.Debug": "4.3.0",
  751. "System.Resources.ResourceManager": "4.3.0",
  752. "System.Runtime": "4.3.0",
  753. "System.Threading": "4.3.0"
  754. },
  755. "runtime": {
  756. "lib/netstandard1.3/System.ObjectModel.dll": {
  757. "assemblyVersion": "4.0.13.0",
  758. "fileVersion": "4.6.24705.1"
  759. }
  760. }
  761. },
  762. "System.Reflection/4.3.0": {
  763. "dependencies": {
  764. "Microsoft.NETCore.Platforms": "1.1.0",
  765. "Microsoft.NETCore.Targets": "1.1.0",
  766. "System.IO": "4.3.0",
  767. "System.Reflection.Primitives": "4.3.0",
  768. "System.Runtime": "4.3.0"
  769. }
  770. },
  771. "System.Reflection.Emit/4.3.0": {
  772. "dependencies": {
  773. "System.IO": "4.3.0",
  774. "System.Reflection": "4.3.0",
  775. "System.Reflection.Emit.ILGeneration": "4.3.0",
  776. "System.Reflection.Primitives": "4.3.0",
  777. "System.Runtime": "4.3.0"
  778. },
  779. "runtime": {
  780. "lib/netstandard1.3/System.Reflection.Emit.dll": {
  781. "assemblyVersion": "4.0.2.0",
  782. "fileVersion": "4.6.24705.1"
  783. }
  784. }
  785. },
  786. "System.Reflection.Emit.ILGeneration/4.3.0": {
  787. "dependencies": {
  788. "System.Reflection": "4.3.0",
  789. "System.Reflection.Primitives": "4.3.0",
  790. "System.Runtime": "4.3.0"
  791. },
  792. "runtime": {
  793. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {
  794. "assemblyVersion": "4.0.2.0",
  795. "fileVersion": "4.6.24705.1"
  796. }
  797. }
  798. },
  799. "System.Reflection.Emit.Lightweight/4.3.0": {
  800. "dependencies": {
  801. "System.Reflection": "4.3.0",
  802. "System.Reflection.Emit.ILGeneration": "4.3.0",
  803. "System.Reflection.Primitives": "4.3.0",
  804. "System.Runtime": "4.3.0"
  805. },
  806. "runtime": {
  807. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {
  808. "assemblyVersion": "4.0.2.0",
  809. "fileVersion": "4.6.24705.1"
  810. }
  811. }
  812. },
  813. "System.Reflection.Extensions/4.3.0": {
  814. "dependencies": {
  815. "Microsoft.NETCore.Platforms": "1.1.0",
  816. "Microsoft.NETCore.Targets": "1.1.0",
  817. "System.Reflection": "4.3.0",
  818. "System.Runtime": "4.3.0"
  819. }
  820. },
  821. "System.Reflection.Primitives/4.3.0": {
  822. "dependencies": {
  823. "Microsoft.NETCore.Platforms": "1.1.0",
  824. "Microsoft.NETCore.Targets": "1.1.0",
  825. "System.Runtime": "4.3.0"
  826. }
  827. },
  828. "System.Reflection.TypeExtensions/4.3.0": {
  829. "dependencies": {
  830. "System.Reflection": "4.3.0",
  831. "System.Runtime": "4.3.0"
  832. },
  833. "runtime": {
  834. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {
  835. "assemblyVersion": "4.1.1.0",
  836. "fileVersion": "4.6.24705.1"
  837. }
  838. }
  839. },
  840. "System.Resources.ResourceManager/4.3.0": {
  841. "dependencies": {
  842. "Microsoft.NETCore.Platforms": "1.1.0",
  843. "Microsoft.NETCore.Targets": "1.1.0",
  844. "System.Globalization": "4.3.0",
  845. "System.Reflection": "4.3.0",
  846. "System.Runtime": "4.3.0"
  847. }
  848. },
  849. "System.Runtime/4.3.0": {
  850. "dependencies": {
  851. "Microsoft.NETCore.Platforms": "1.1.0",
  852. "Microsoft.NETCore.Targets": "1.1.0"
  853. }
  854. },
  855. "System.Runtime.CompilerServices.Unsafe/4.7.1": {
  856. "runtime": {
  857. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  858. "assemblyVersion": "4.0.6.0",
  859. "fileVersion": "4.700.20.12001"
  860. }
  861. }
  862. },
  863. "System.Runtime.Extensions/4.3.0": {
  864. "dependencies": {
  865. "Microsoft.NETCore.Platforms": "1.1.0",
  866. "Microsoft.NETCore.Targets": "1.1.0",
  867. "System.Runtime": "4.3.0"
  868. }
  869. },
  870. "System.Runtime.Handles/4.3.0": {
  871. "dependencies": {
  872. "Microsoft.NETCore.Platforms": "1.1.0",
  873. "Microsoft.NETCore.Targets": "1.1.0",
  874. "System.Runtime": "4.3.0"
  875. }
  876. },
  877. "System.Runtime.InteropServices/4.3.0": {
  878. "dependencies": {
  879. "Microsoft.NETCore.Platforms": "1.1.0",
  880. "Microsoft.NETCore.Targets": "1.1.0",
  881. "System.Reflection": "4.3.0",
  882. "System.Reflection.Primitives": "4.3.0",
  883. "System.Runtime": "4.3.0",
  884. "System.Runtime.Handles": "4.3.0"
  885. }
  886. },
  887. "System.Runtime.Numerics/4.3.0": {
  888. "dependencies": {
  889. "System.Globalization": "4.3.0",
  890. "System.Resources.ResourceManager": "4.3.0",
  891. "System.Runtime": "4.3.0",
  892. "System.Runtime.Extensions": "4.3.0"
  893. },
  894. "runtime": {
  895. "lib/netstandard1.3/System.Runtime.Numerics.dll": {
  896. "assemblyVersion": "4.0.2.0",
  897. "fileVersion": "4.6.24705.1"
  898. }
  899. }
  900. },
  901. "System.Runtime.Serialization.Formatters/4.3.0": {
  902. "dependencies": {
  903. "System.Collections": "4.3.0",
  904. "System.Reflection": "4.3.0",
  905. "System.Resources.ResourceManager": "4.3.0",
  906. "System.Runtime": "4.3.0",
  907. "System.Runtime.Serialization.Primitives": "4.3.0"
  908. },
  909. "runtime": {
  910. "lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll": {
  911. "assemblyVersion": "4.0.1.0",
  912. "fileVersion": "4.6.24705.1"
  913. }
  914. }
  915. },
  916. "System.Runtime.Serialization.Primitives/4.3.0": {
  917. "dependencies": {
  918. "System.Resources.ResourceManager": "4.3.0",
  919. "System.Runtime": "4.3.0"
  920. },
  921. "runtime": {
  922. "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {
  923. "assemblyVersion": "4.1.2.0",
  924. "fileVersion": "4.6.24705.1"
  925. }
  926. }
  927. },
  928. "System.Security.Cryptography.Cng/4.5.0": {
  929. "runtime": {
  930. "lib/netstandard2.0/System.Security.Cryptography.Cng.dll": {
  931. "assemblyVersion": "4.3.0.0",
  932. "fileVersion": "4.6.26515.6"
  933. }
  934. }
  935. },
  936. "System.Text.Encoding/4.3.0": {
  937. "dependencies": {
  938. "Microsoft.NETCore.Platforms": "1.1.0",
  939. "Microsoft.NETCore.Targets": "1.1.0",
  940. "System.Runtime": "4.3.0"
  941. }
  942. },
  943. "System.Text.Encoding.Extensions/4.3.0": {
  944. "dependencies": {
  945. "Microsoft.NETCore.Platforms": "1.1.0",
  946. "Microsoft.NETCore.Targets": "1.1.0",
  947. "System.Runtime": "4.3.0",
  948. "System.Text.Encoding": "4.3.0"
  949. }
  950. },
  951. "System.Text.Encodings.Web/4.7.0": {
  952. "dependencies": {
  953. "System.Memory": "4.5.3"
  954. },
  955. "runtime": {
  956. "lib/netstandard2.0/System.Text.Encodings.Web.dll": {
  957. "assemblyVersion": "4.0.5.0",
  958. "fileVersion": "4.700.19.56404"
  959. }
  960. }
  961. },
  962. "System.Text.Json/4.7.1": {
  963. "dependencies": {
  964. "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
  965. "System.Buffers": "4.5.0",
  966. "System.Memory": "4.5.3",
  967. "System.Numerics.Vectors": "4.5.0",
  968. "System.Runtime.CompilerServices.Unsafe": "4.7.1",
  969. "System.Text.Encodings.Web": "4.7.0",
  970. "System.Threading.Tasks.Extensions": "4.5.2"
  971. },
  972. "runtime": {
  973. "lib/netstandard2.0/System.Text.Json.dll": {
  974. "assemblyVersion": "4.0.1.1",
  975. "fileVersion": "4.700.20.6702"
  976. }
  977. }
  978. },
  979. "System.Text.RegularExpressions/4.3.0": {
  980. "dependencies": {
  981. "System.Collections": "4.3.0",
  982. "System.Globalization": "4.3.0",
  983. "System.Resources.ResourceManager": "4.3.0",
  984. "System.Runtime": "4.3.0",
  985. "System.Runtime.Extensions": "4.3.0",
  986. "System.Threading": "4.3.0"
  987. },
  988. "runtime": {
  989. "lib/netstandard1.6/System.Text.RegularExpressions.dll": {
  990. "assemblyVersion": "4.1.1.0",
  991. "fileVersion": "4.6.24705.1"
  992. }
  993. }
  994. },
  995. "System.Threading/4.3.0": {
  996. "dependencies": {
  997. "System.Runtime": "4.3.0",
  998. "System.Threading.Tasks": "4.3.0"
  999. },
  1000. "runtime": {
  1001. "lib/netstandard1.3/System.Threading.dll": {
  1002. "assemblyVersion": "4.0.12.0",
  1003. "fileVersion": "4.6.24705.1"
  1004. }
  1005. }
  1006. },
  1007. "System.Threading.Tasks/4.3.0": {
  1008. "dependencies": {
  1009. "Microsoft.NETCore.Platforms": "1.1.0",
  1010. "Microsoft.NETCore.Targets": "1.1.0",
  1011. "System.Runtime": "4.3.0"
  1012. }
  1013. },
  1014. "System.Threading.Tasks.Extensions/4.5.2": {
  1015. "dependencies": {
  1016. "System.Runtime.CompilerServices.Unsafe": "4.7.1"
  1017. },
  1018. "runtime": {
  1019. "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll": {
  1020. "assemblyVersion": "4.2.0.0",
  1021. "fileVersion": "4.6.27129.4"
  1022. }
  1023. }
  1024. },
  1025. "System.Xml.ReaderWriter/4.3.0": {
  1026. "dependencies": {
  1027. "System.Collections": "4.3.0",
  1028. "System.Diagnostics.Debug": "4.3.0",
  1029. "System.Globalization": "4.3.0",
  1030. "System.IO": "4.3.0",
  1031. "System.IO.FileSystem": "4.3.0",
  1032. "System.IO.FileSystem.Primitives": "4.3.0",
  1033. "System.Resources.ResourceManager": "4.3.0",
  1034. "System.Runtime": "4.3.0",
  1035. "System.Runtime.Extensions": "4.3.0",
  1036. "System.Runtime.InteropServices": "4.3.0",
  1037. "System.Text.Encoding": "4.3.0",
  1038. "System.Text.Encoding.Extensions": "4.3.0",
  1039. "System.Text.RegularExpressions": "4.3.0",
  1040. "System.Threading.Tasks": "4.3.0",
  1041. "System.Threading.Tasks.Extensions": "4.5.2"
  1042. },
  1043. "runtime": {
  1044. "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {
  1045. "assemblyVersion": "4.1.0.0",
  1046. "fileVersion": "4.6.24705.1"
  1047. }
  1048. }
  1049. },
  1050. "System.Xml.XDocument/4.3.0": {
  1051. "dependencies": {
  1052. "System.Collections": "4.3.0",
  1053. "System.Diagnostics.Debug": "4.3.0",
  1054. "System.Diagnostics.Tools": "4.3.0",
  1055. "System.Globalization": "4.3.0",
  1056. "System.IO": "4.3.0",
  1057. "System.Reflection": "4.3.0",
  1058. "System.Resources.ResourceManager": "4.3.0",
  1059. "System.Runtime": "4.3.0",
  1060. "System.Runtime.Extensions": "4.3.0",
  1061. "System.Text.Encoding": "4.3.0",
  1062. "System.Threading": "4.3.0",
  1063. "System.Xml.ReaderWriter": "4.3.0"
  1064. },
  1065. "runtime": {
  1066. "lib/netstandard1.3/System.Xml.XDocument.dll": {
  1067. "assemblyVersion": "4.0.12.0",
  1068. "fileVersion": "4.6.24705.1"
  1069. }
  1070. }
  1071. },
  1072. "System.Xml.XmlDocument/4.3.0": {
  1073. "dependencies": {
  1074. "System.Collections": "4.3.0",
  1075. "System.Diagnostics.Debug": "4.3.0",
  1076. "System.Globalization": "4.3.0",
  1077. "System.IO": "4.3.0",
  1078. "System.Resources.ResourceManager": "4.3.0",
  1079. "System.Runtime": "4.3.0",
  1080. "System.Runtime.Extensions": "4.3.0",
  1081. "System.Text.Encoding": "4.3.0",
  1082. "System.Threading": "4.3.0",
  1083. "System.Xml.ReaderWriter": "4.3.0"
  1084. },
  1085. "runtime": {
  1086. "lib/netstandard1.3/System.Xml.XmlDocument.dll": {
  1087. "assemblyVersion": "4.0.2.0",
  1088. "fileVersion": "4.6.24705.1"
  1089. }
  1090. }
  1091. }
  1092. }
  1093. },
  1094. "libraries": {
  1095. "WebAPIBase.Utils/1.0.0": {
  1096. "type": "project",
  1097. "serviceable": false,
  1098. "sha512": ""
  1099. },
  1100. "Microsoft.AspNetCore.Hosting.Abstractions/2.2.0": {
  1101. "type": "package",
  1102. "serviceable": true,
  1103. "sha512": "sha512-ubycklv+ZY7Kutdwuy1W4upWcZ6VFR8WUXU7l7B2+mvbDBBPAcfpi+E+Y5GFe+Q157YfA3C49D2GCjAZc7Mobw==",
  1104. "path": "microsoft.aspnetcore.hosting.abstractions/2.2.0",
  1105. "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg.sha512"
  1106. },
  1107. "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.2.0": {
  1108. "type": "package",
  1109. "serviceable": true,
  1110. "sha512": "sha512-1PMijw8RMtuQF60SsD/JlKtVfvh4NORAhF4wjysdABhlhTrYmtgssqyncR0Stq5vqtjplZcj6kbT4LRTglt9IQ==",
  1111. "path": "microsoft.aspnetcore.hosting.server.abstractions/2.2.0",
  1112. "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg.sha512"
  1113. },
  1114. "Microsoft.AspNetCore.Http/2.1.0": {
  1115. "type": "package",
  1116. "serviceable": true,
  1117. "sha512": "sha512-eAPryjDRH41EYY2sOMHCu+tHXLI6PUN1AsOPKst6GbiIoMi8wJCiPcE4h9418tKje1oUzmMc2Iz8fFPPVamfaw==",
  1118. "path": "microsoft.aspnetcore.http/2.1.0",
  1119. "hashPath": "microsoft.aspnetcore.http.2.1.0.nupkg.sha512"
  1120. },
  1121. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  1122. "type": "package",
  1123. "serviceable": true,
  1124. "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
  1125. "path": "microsoft.aspnetcore.http.abstractions/2.2.0",
  1126. "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
  1127. },
  1128. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  1129. "type": "package",
  1130. "serviceable": true,
  1131. "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
  1132. "path": "microsoft.aspnetcore.http.features/2.2.0",
  1133. "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
  1134. },
  1135. "Microsoft.AspNetCore.Routing.Abstractions/2.1.0": {
  1136. "type": "package",
  1137. "serviceable": true,
  1138. "sha512": "sha512-LXmnHeb3v+HTfn74M46s+4wLaMkplj1Yl2pRf+2mfDDsQ7PN0+h8AFtgip5jpvBvFHQ/Pei7S+cSVsSTHE67fQ==",
  1139. "path": "microsoft.aspnetcore.routing.abstractions/2.1.0",
  1140. "hashPath": "microsoft.aspnetcore.routing.abstractions.2.1.0.nupkg.sha512"
  1141. },
  1142. "Microsoft.AspNetCore.WebUtilities/2.1.0": {
  1143. "type": "package",
  1144. "serviceable": true,
  1145. "sha512": "sha512-xBy8JGXQ3tVSYzLl/LtN3c9EeB75khFSB2Kw2HWmF+McU0Ltva7R4JBRH0Rb4LgkcjYyyJdf+09PZalQFwsT+Q==",
  1146. "path": "microsoft.aspnetcore.webutilities/2.1.0",
  1147. "hashPath": "microsoft.aspnetcore.webutilities.2.1.0.nupkg.sha512"
  1148. },
  1149. "Microsoft.Bcl.AsyncInterfaces/1.1.0": {
  1150. "type": "package",
  1151. "serviceable": true,
  1152. "sha512": "sha512-1Am6l4Vpn3/K32daEqZI+FFr96OlZkgwK2LcT3pZ2zWubR5zTPW3/FkO1Rat9kb7oQOa4rxgl9LJHc5tspCWfg==",
  1153. "path": "microsoft.bcl.asyncinterfaces/1.1.0",
  1154. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.0.nupkg.sha512"
  1155. },
  1156. "Microsoft.CSharp/4.3.0": {
  1157. "type": "package",
  1158. "serviceable": true,
  1159. "sha512": "sha512-P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==",
  1160. "path": "microsoft.csharp/4.3.0",
  1161. "hashPath": "microsoft.csharp.4.3.0.nupkg.sha512"
  1162. },
  1163. "Microsoft.Extensions.Caching.Abstractions/3.1.2": {
  1164. "type": "package",
  1165. "serviceable": true,
  1166. "sha512": "sha512-UfMC7L+8ha05PUAfVpmMS0kb7C1BoOrWxN70706D50qWohXLYgkUsu22oS7zkd9amCPTCmhRm2z/LisN8SESgg==",
  1167. "path": "microsoft.extensions.caching.abstractions/3.1.2",
  1168. "hashPath": "microsoft.extensions.caching.abstractions.3.1.2.nupkg.sha512"
  1169. },
  1170. "Microsoft.Extensions.Caching.Memory/3.1.2": {
  1171. "type": "package",
  1172. "serviceable": true,
  1173. "sha512": "sha512-4O/YgpVhK/ZIYteGy9LyJv+YRcTxLOe7AnMUHBj1m1U40Er1/dbMymFTH1HrRS/fkVB90un24JhG+c1qSWjjjA==",
  1174. "path": "microsoft.extensions.caching.memory/3.1.2",
  1175. "hashPath": "microsoft.extensions.caching.memory.3.1.2.nupkg.sha512"
  1176. },
  1177. "Microsoft.Extensions.Configuration/3.1.9": {
  1178. "type": "package",
  1179. "serviceable": true,
  1180. "sha512": "sha512-lqdkOGNeTMKG981Q7yWGlRiFbIlsRwTlMMiybT+WOzUCFBS/wc25tZgh7Wm/uRoBbWefgvokzmnea7ZjmFedmA==",
  1181. "path": "microsoft.extensions.configuration/3.1.9",
  1182. "hashPath": "microsoft.extensions.configuration.3.1.9.nupkg.sha512"
  1183. },
  1184. "Microsoft.Extensions.Configuration.Abstractions/3.1.9": {
  1185. "type": "package",
  1186. "serviceable": true,
  1187. "sha512": "sha512-vOJxPKczaHpXeZFrxARxYwsEulhEouXc5aZGgMdkhV/iEXX9/pfjqKk76rTG+4CsJjHV+G/4eMhvOIaQMHENNA==",
  1188. "path": "microsoft.extensions.configuration.abstractions/3.1.9",
  1189. "hashPath": "microsoft.extensions.configuration.abstractions.3.1.9.nupkg.sha512"
  1190. },
  1191. "Microsoft.Extensions.Configuration.Binder/2.1.0": {
  1192. "type": "package",
  1193. "serviceable": true,
  1194. "sha512": "sha512-Fls0O54Ielz1DiVYpcmiUpeizN1iKGGI5yAWAoShfmUvMcQ8jAGOK1a+DaflHA5hN9IOKvmSos0yewDYAIY0ZA==",
  1195. "path": "microsoft.extensions.configuration.binder/2.1.0",
  1196. "hashPath": "microsoft.extensions.configuration.binder.2.1.0.nupkg.sha512"
  1197. },
  1198. "Microsoft.Extensions.Configuration.FileExtensions/3.1.2": {
  1199. "type": "package",
  1200. "serviceable": true,
  1201. "sha512": "sha512-itZcJUf2IRa4e4NFTQgR4JUmwndEU5O0isQsKkZXHiHXwExgLkX9D09R7YIK272w3jpKaYw/DejntAC7zzsNWg==",
  1202. "path": "microsoft.extensions.configuration.fileextensions/3.1.2",
  1203. "hashPath": "microsoft.extensions.configuration.fileextensions.3.1.2.nupkg.sha512"
  1204. },
  1205. "Microsoft.Extensions.Configuration.Json/3.1.2": {
  1206. "type": "package",
  1207. "serviceable": true,
  1208. "sha512": "sha512-AQ64UCqGXP2UTfkVE1fdUJdlKEEiFZIOXpt6lkIz+tunuJWh1m+/eIppY+ITgjoKsfFc2W8ldNonIntHx5ybNQ==",
  1209. "path": "microsoft.extensions.configuration.json/3.1.2",
  1210. "hashPath": "microsoft.extensions.configuration.json.3.1.2.nupkg.sha512"
  1211. },
  1212. "Microsoft.Extensions.DependencyInjection.Abstractions/3.1.2": {
  1213. "type": "package",
  1214. "serviceable": true,
  1215. "sha512": "sha512-/CZzCSCIm/3FFoXHfUpsfov/Elo268dcvlz/MMINT0vPgphqg2pAgdEn/EjCDyoAT3NAmsRmjfGwBumC1uYJtA==",
  1216. "path": "microsoft.extensions.dependencyinjection.abstractions/3.1.2",
  1217. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.3.1.2.nupkg.sha512"
  1218. },
  1219. "Microsoft.Extensions.FileProviders.Abstractions/3.1.2": {
  1220. "type": "package",
  1221. "serviceable": true,
  1222. "sha512": "sha512-O9+N6KuA7kiPIYpdgRFFveKRyI3X2hLgdqdEwQki0MOA5XtCVOkxz8O+6CK1+b1a7Y1TildGfx3i+h/652vyHg==",
  1223. "path": "microsoft.extensions.fileproviders.abstractions/3.1.2",
  1224. "hashPath": "microsoft.extensions.fileproviders.abstractions.3.1.2.nupkg.sha512"
  1225. },
  1226. "Microsoft.Extensions.FileProviders.Physical/3.1.2": {
  1227. "type": "package",
  1228. "serviceable": true,
  1229. "sha512": "sha512-lAbbwKapBfwGLVcfNL7TG4o7zRqLOiVY7/ylUKgnh2D9TotJ2riXzNTmQldksIYrmcJcNrq/WBalTpawSSAkJg==",
  1230. "path": "microsoft.extensions.fileproviders.physical/3.1.2",
  1231. "hashPath": "microsoft.extensions.fileproviders.physical.3.1.2.nupkg.sha512"
  1232. },
  1233. "Microsoft.Extensions.FileSystemGlobbing/3.1.2": {
  1234. "type": "package",
  1235. "serviceable": true,
  1236. "sha512": "sha512-/EgWQ25z1RZgzAT6JSOJiuQ/PFm53Kl1H3kzAgs5JIh52UaD1RmxW1znv5VbQlTfgLzRSeQZ3aPPA9SNakuSzw==",
  1237. "path": "microsoft.extensions.filesystemglobbing/3.1.2",
  1238. "hashPath": "microsoft.extensions.filesystemglobbing.3.1.2.nupkg.sha512"
  1239. },
  1240. "Microsoft.Extensions.Hosting.Abstractions/2.2.0": {
  1241. "type": "package",
  1242. "serviceable": true,
  1243. "sha512": "sha512-+k4AEn68HOJat5gj1TWa6X28WlirNQO9sPIIeQbia+91n03esEtMSSoekSTpMjUzjqtJWQN3McVx0GvSPFHF/Q==",
  1244. "path": "microsoft.extensions.hosting.abstractions/2.2.0",
  1245. "hashPath": "microsoft.extensions.hosting.abstractions.2.2.0.nupkg.sha512"
  1246. },
  1247. "Microsoft.Extensions.Logging/2.1.0": {
  1248. "type": "package",
  1249. "serviceable": true,
  1250. "sha512": "sha512-kuZbZMMHb7ibzhLdn9/R1+PAAFKntlF10tOw4loB8VuQkHvSrBE6IzW1rhBLsEdmLXOgi2zFbwcXFrxzSM6ybA==",
  1251. "path": "microsoft.extensions.logging/2.1.0",
  1252. "hashPath": "microsoft.extensions.logging.2.1.0.nupkg.sha512"
  1253. },
  1254. "Microsoft.Extensions.Logging.Abstractions/3.1.2": {
  1255. "type": "package",
  1256. "serviceable": true,
  1257. "sha512": "sha512-cIXPw7VVX3fON4uuHwJFmCi0qDl8uY75xZMKB2oM3In0ZDEB1Ee+p9Ti1DSw92AwRtJ2Zh+QG1joTBednJMzvA==",
  1258. "path": "microsoft.extensions.logging.abstractions/3.1.2",
  1259. "hashPath": "microsoft.extensions.logging.abstractions.3.1.2.nupkg.sha512"
  1260. },
  1261. "Microsoft.Extensions.ObjectPool/2.1.0": {
  1262. "type": "package",
  1263. "serviceable": true,
  1264. "sha512": "sha512-tIbO45cohqexTJPXBubpwluycDT+6OWy2m7PukG37XMrtQ6Zv4AnoLrgUTaCmpWihSs5RZHKvThiAJFcBlR3AA==",
  1265. "path": "microsoft.extensions.objectpool/2.1.0",
  1266. "hashPath": "microsoft.extensions.objectpool.2.1.0.nupkg.sha512"
  1267. },
  1268. "Microsoft.Extensions.Options/3.1.2": {
  1269. "type": "package",
  1270. "serviceable": true,
  1271. "sha512": "sha512-6F4anwt9yMlnQckac2etjrasRFyqZNIp46p+i9qVps0DXNsOLZIKRkqq4AY4FlxXxKeGkEJC7M77RQEkvd3p8Q==",
  1272. "path": "microsoft.extensions.options/3.1.2",
  1273. "hashPath": "microsoft.extensions.options.3.1.2.nupkg.sha512"
  1274. },
  1275. "Microsoft.Extensions.Primitives/3.1.9": {
  1276. "type": "package",
  1277. "serviceable": true,
  1278. "sha512": "sha512-IrHecH0eGG7/XoeEtv++oLg/sJHRNyeCqlA9RhAo6ig4GpOTjtDr32sBMYuuLtUq8ALahneWkrOzoBAwJ4L4iA==",
  1279. "path": "microsoft.extensions.primitives/3.1.9",
  1280. "hashPath": "microsoft.extensions.primitives.3.1.9.nupkg.sha512"
  1281. },
  1282. "Microsoft.IdentityModel.JsonWebTokens/5.6.0": {
  1283. "type": "package",
  1284. "serviceable": true,
  1285. "sha512": "sha512-0q0U1W+gX1jmfmv7uU7GXFGB518atmSwucxsVwPGpuaGS3jwd2tUi+Gau+ezxR6oAFEBFKG9lz/fxRZzGMeDXg==",
  1286. "path": "microsoft.identitymodel.jsonwebtokens/5.6.0",
  1287. "hashPath": "microsoft.identitymodel.jsonwebtokens.5.6.0.nupkg.sha512"
  1288. },
  1289. "Microsoft.IdentityModel.Logging/5.6.0": {
  1290. "type": "package",
  1291. "serviceable": true,
  1292. "sha512": "sha512-zEDrfEVW5x5w2hbTV94WwAcWvtue5hNTXYqoPh3ypF6U8csm09JazEYy+VPp2RtczkyMfcsvWY9Fea17e+isYQ==",
  1293. "path": "microsoft.identitymodel.logging/5.6.0",
  1294. "hashPath": "microsoft.identitymodel.logging.5.6.0.nupkg.sha512"
  1295. },
  1296. "Microsoft.IdentityModel.Tokens/5.6.0": {
  1297. "type": "package",
  1298. "serviceable": true,
  1299. "sha512": "sha512-C3OqR3QfBQ7wcC7yAsdMQqay87OsV6yWPYG/Ai3n7dvmWIGkouQhXoVxRP0xz3cAFL4hxZBXyw4aLTC421PaMg==",
  1300. "path": "microsoft.identitymodel.tokens/5.6.0",
  1301. "hashPath": "microsoft.identitymodel.tokens.5.6.0.nupkg.sha512"
  1302. },
  1303. "Microsoft.Net.Http.Headers/2.1.0": {
  1304. "type": "package",
  1305. "serviceable": true,
  1306. "sha512": "sha512-c08F7C7BGgmjrq9cr7382pBRhcimBx24YOv4M4gtzMIuVKmxGoRr5r9A2Hke9v7Nx7zKKCysk6XpuZasZX4oeg==",
  1307. "path": "microsoft.net.http.headers/2.1.0",
  1308. "hashPath": "microsoft.net.http.headers.2.1.0.nupkg.sha512"
  1309. },
  1310. "Microsoft.NETCore.Jit/2.0.8": {
  1311. "type": "package",
  1312. "serviceable": true,
  1313. "sha512": "sha512-webbzOhpGlR6qnCeb4m2OWHixBK0IgoyISVIhPVlLH8bY9yZtjnK4XQKkEkh/a9l5K26ddus7l+QpNh3EtnyYQ==",
  1314. "path": "microsoft.netcore.jit/2.0.8",
  1315. "hashPath": "microsoft.netcore.jit.2.0.8.nupkg.sha512"
  1316. },
  1317. "Microsoft.NETCore.Platforms/1.1.0": {
  1318. "type": "package",
  1319. "serviceable": true,
  1320. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  1321. "path": "microsoft.netcore.platforms/1.1.0",
  1322. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  1323. },
  1324. "Microsoft.NETCore.Runtime.CoreCLR/2.0.8": {
  1325. "type": "package",
  1326. "serviceable": true,
  1327. "sha512": "sha512-F0t5KmilC9zaZY3JZYMfWSo+r+5PeZCXLP8uFToHTKL5kL2pTu4YPyxgweYfzTh4tb7OfZL32xnKdkzbWBP0aw==",
  1328. "path": "microsoft.netcore.runtime.coreclr/2.0.8",
  1329. "hashPath": "microsoft.netcore.runtime.coreclr.2.0.8.nupkg.sha512"
  1330. },
  1331. "Microsoft.NETCore.Targets/1.1.0": {
  1332. "type": "package",
  1333. "serviceable": true,
  1334. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1335. "path": "microsoft.netcore.targets/1.1.0",
  1336. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1337. },
  1338. "NETStandard.Library/2.0.3": {
  1339. "type": "package",
  1340. "serviceable": true,
  1341. "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  1342. "path": "netstandard.library/2.0.3",
  1343. "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
  1344. },
  1345. "Newtonsoft.Json/10.0.1": {
  1346. "type": "package",
  1347. "serviceable": true,
  1348. "sha512": "sha512-ebWzW9j2nwxQeBo59As2TYn7nYr9BHicqqCwHOD1Vdo+50HBtLPuqdiCYJcLdTRknpYis/DSEOQz5KmZxwrIAg==",
  1349. "path": "newtonsoft.json/10.0.1",
  1350. "hashPath": "newtonsoft.json.10.0.1.nupkg.sha512"
  1351. },
  1352. "NLog/4.7.5": {
  1353. "type": "package",
  1354. "serviceable": true,
  1355. "sha512": "sha512-1Udzim+UwoAGk0vW6T2rEBXJq1COvqTuE+4NFj2zHytuX1WOu+1Yes1qABG1IJOA5V3OMilIufUU1Ha9T0rrzQ==",
  1356. "path": "nlog/4.7.5",
  1357. "hashPath": "nlog.4.7.5.nupkg.sha512"
  1358. },
  1359. "NLog.Extensions.Logging/1.6.4": {
  1360. "type": "package",
  1361. "serviceable": true,
  1362. "sha512": "sha512-ESOBd/bzxFacwpWTdTXaAaItJz/0Mzibyw65YB0uQT4pf2hXtwHp2626qEiVOmaacIQbJH5wGpBLNcVpbQLpKA==",
  1363. "path": "nlog.extensions.logging/1.6.4",
  1364. "hashPath": "nlog.extensions.logging.1.6.4.nupkg.sha512"
  1365. },
  1366. "NLog.Web.AspNetCore/4.9.3": {
  1367. "type": "package",
  1368. "serviceable": true,
  1369. "sha512": "sha512-v3TiGaFXENM3/fVCFJJaien7A44EcGwceySh5rFNkp5RC3PZvsbDjEXoOeqsDz8+i5iuYQDMjTFuD2JReNdj9g==",
  1370. "path": "nlog.web.aspnetcore/4.9.3",
  1371. "hashPath": "nlog.web.aspnetcore.4.9.3.nupkg.sha512"
  1372. },
  1373. "System.Buffers/4.5.0": {
  1374. "type": "package",
  1375. "serviceable": true,
  1376. "sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==",
  1377. "path": "system.buffers/4.5.0",
  1378. "hashPath": "system.buffers.4.5.0.nupkg.sha512"
  1379. },
  1380. "System.Collections/4.3.0": {
  1381. "type": "package",
  1382. "serviceable": true,
  1383. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1384. "path": "system.collections/4.3.0",
  1385. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1386. },
  1387. "System.Collections.NonGeneric/4.3.0": {
  1388. "type": "package",
  1389. "serviceable": true,
  1390. "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==",
  1391. "path": "system.collections.nongeneric/4.3.0",
  1392. "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512"
  1393. },
  1394. "System.Collections.Specialized/4.3.0": {
  1395. "type": "package",
  1396. "serviceable": true,
  1397. "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==",
  1398. "path": "system.collections.specialized/4.3.0",
  1399. "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512"
  1400. },
  1401. "System.ComponentModel/4.3.0": {
  1402. "type": "package",
  1403. "serviceable": true,
  1404. "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
  1405. "path": "system.componentmodel/4.3.0",
  1406. "hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
  1407. },
  1408. "System.ComponentModel.Annotations/4.7.0": {
  1409. "type": "package",
  1410. "serviceable": true,
  1411. "sha512": "sha512-0YFqjhp/mYkDGpU0Ye1GjE53HMp9UVfGN7seGpAMttAC0C40v5gw598jCgpbBLMmCo0E5YRLBv5Z2doypO49ZQ==",
  1412. "path": "system.componentmodel.annotations/4.7.0",
  1413. "hashPath": "system.componentmodel.annotations.4.7.0.nupkg.sha512"
  1414. },
  1415. "System.ComponentModel.Primitives/4.3.0": {
  1416. "type": "package",
  1417. "serviceable": true,
  1418. "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
  1419. "path": "system.componentmodel.primitives/4.3.0",
  1420. "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
  1421. },
  1422. "System.ComponentModel.TypeConverter/4.3.0": {
  1423. "type": "package",
  1424. "serviceable": true,
  1425. "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==",
  1426. "path": "system.componentmodel.typeconverter/4.3.0",
  1427. "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512"
  1428. },
  1429. "System.Diagnostics.Debug/4.3.0": {
  1430. "type": "package",
  1431. "serviceable": true,
  1432. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1433. "path": "system.diagnostics.debug/4.3.0",
  1434. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1435. },
  1436. "System.Diagnostics.Tools/4.3.0": {
  1437. "type": "package",
  1438. "serviceable": true,
  1439. "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  1440. "path": "system.diagnostics.tools/4.3.0",
  1441. "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
  1442. },
  1443. "System.Drawing.Common/4.7.0": {
  1444. "type": "package",
  1445. "serviceable": true,
  1446. "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
  1447. "path": "system.drawing.common/4.7.0",
  1448. "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
  1449. },
  1450. "System.Dynamic.Runtime/4.3.0": {
  1451. "type": "package",
  1452. "serviceable": true,
  1453. "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
  1454. "path": "system.dynamic.runtime/4.3.0",
  1455. "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
  1456. },
  1457. "System.Globalization/4.3.0": {
  1458. "type": "package",
  1459. "serviceable": true,
  1460. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1461. "path": "system.globalization/4.3.0",
  1462. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1463. },
  1464. "System.Globalization.Extensions/4.3.0": {
  1465. "type": "package",
  1466. "serviceable": true,
  1467. "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  1468. "path": "system.globalization.extensions/4.3.0",
  1469. "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
  1470. },
  1471. "System.IdentityModel.Tokens.Jwt/5.6.0": {
  1472. "type": "package",
  1473. "serviceable": true,
  1474. "sha512": "sha512-KMvPpX4exs2fe7Upq5zHMSR4yupc+jy8WG8yjucZL0XvT+r/T0hRvLIe9fP/SeN8/UVxFYBRAkRI5k1zbRGqmA==",
  1475. "path": "system.identitymodel.tokens.jwt/5.6.0",
  1476. "hashPath": "system.identitymodel.tokens.jwt.5.6.0.nupkg.sha512"
  1477. },
  1478. "System.IO/4.3.0": {
  1479. "type": "package",
  1480. "serviceable": true,
  1481. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1482. "path": "system.io/4.3.0",
  1483. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1484. },
  1485. "System.IO.FileSystem/4.3.0": {
  1486. "type": "package",
  1487. "serviceable": true,
  1488. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  1489. "path": "system.io.filesystem/4.3.0",
  1490. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  1491. },
  1492. "System.IO.FileSystem.Primitives/4.3.0": {
  1493. "type": "package",
  1494. "serviceable": true,
  1495. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1496. "path": "system.io.filesystem.primitives/4.3.0",
  1497. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1498. },
  1499. "System.Linq/4.3.0": {
  1500. "type": "package",
  1501. "serviceable": true,
  1502. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1503. "path": "system.linq/4.3.0",
  1504. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1505. },
  1506. "System.Linq.Expressions/4.3.0": {
  1507. "type": "package",
  1508. "serviceable": true,
  1509. "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
  1510. "path": "system.linq.expressions/4.3.0",
  1511. "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
  1512. },
  1513. "System.Memory/4.5.3": {
  1514. "type": "package",
  1515. "serviceable": true,
  1516. "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
  1517. "path": "system.memory/4.5.3",
  1518. "hashPath": "system.memory.4.5.3.nupkg.sha512"
  1519. },
  1520. "System.Numerics.Vectors/4.5.0": {
  1521. "type": "package",
  1522. "serviceable": true,
  1523. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1524. "path": "system.numerics.vectors/4.5.0",
  1525. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1526. },
  1527. "System.ObjectModel/4.3.0": {
  1528. "type": "package",
  1529. "serviceable": true,
  1530. "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
  1531. "path": "system.objectmodel/4.3.0",
  1532. "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
  1533. },
  1534. "System.Reflection/4.3.0": {
  1535. "type": "package",
  1536. "serviceable": true,
  1537. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1538. "path": "system.reflection/4.3.0",
  1539. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1540. },
  1541. "System.Reflection.Emit/4.3.0": {
  1542. "type": "package",
  1543. "serviceable": true,
  1544. "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  1545. "path": "system.reflection.emit/4.3.0",
  1546. "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
  1547. },
  1548. "System.Reflection.Emit.ILGeneration/4.3.0": {
  1549. "type": "package",
  1550. "serviceable": true,
  1551. "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  1552. "path": "system.reflection.emit.ilgeneration/4.3.0",
  1553. "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
  1554. },
  1555. "System.Reflection.Emit.Lightweight/4.3.0": {
  1556. "type": "package",
  1557. "serviceable": true,
  1558. "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  1559. "path": "system.reflection.emit.lightweight/4.3.0",
  1560. "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
  1561. },
  1562. "System.Reflection.Extensions/4.3.0": {
  1563. "type": "package",
  1564. "serviceable": true,
  1565. "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  1566. "path": "system.reflection.extensions/4.3.0",
  1567. "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
  1568. },
  1569. "System.Reflection.Primitives/4.3.0": {
  1570. "type": "package",
  1571. "serviceable": true,
  1572. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1573. "path": "system.reflection.primitives/4.3.0",
  1574. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1575. },
  1576. "System.Reflection.TypeExtensions/4.3.0": {
  1577. "type": "package",
  1578. "serviceable": true,
  1579. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1580. "path": "system.reflection.typeextensions/4.3.0",
  1581. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1582. },
  1583. "System.Resources.ResourceManager/4.3.0": {
  1584. "type": "package",
  1585. "serviceable": true,
  1586. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1587. "path": "system.resources.resourcemanager/4.3.0",
  1588. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1589. },
  1590. "System.Runtime/4.3.0": {
  1591. "type": "package",
  1592. "serviceable": true,
  1593. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1594. "path": "system.runtime/4.3.0",
  1595. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1596. },
  1597. "System.Runtime.CompilerServices.Unsafe/4.7.1": {
  1598. "type": "package",
  1599. "serviceable": true,
  1600. "sha512": "sha512-zOHkQmzPCn5zm/BH+cxC1XbUS3P4Yoi3xzW7eRgVpDR2tPGSzyMZ17Ig1iRkfJuY0nhxkQQde8pgePNiA7z7TQ==",
  1601. "path": "system.runtime.compilerservices.unsafe/4.7.1",
  1602. "hashPath": "system.runtime.compilerservices.unsafe.4.7.1.nupkg.sha512"
  1603. },
  1604. "System.Runtime.Extensions/4.3.0": {
  1605. "type": "package",
  1606. "serviceable": true,
  1607. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1608. "path": "system.runtime.extensions/4.3.0",
  1609. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1610. },
  1611. "System.Runtime.Handles/4.3.0": {
  1612. "type": "package",
  1613. "serviceable": true,
  1614. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1615. "path": "system.runtime.handles/4.3.0",
  1616. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1617. },
  1618. "System.Runtime.InteropServices/4.3.0": {
  1619. "type": "package",
  1620. "serviceable": true,
  1621. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1622. "path": "system.runtime.interopservices/4.3.0",
  1623. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1624. },
  1625. "System.Runtime.Numerics/4.3.0": {
  1626. "type": "package",
  1627. "serviceable": true,
  1628. "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  1629. "path": "system.runtime.numerics/4.3.0",
  1630. "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
  1631. },
  1632. "System.Runtime.Serialization.Formatters/4.3.0": {
  1633. "type": "package",
  1634. "serviceable": true,
  1635. "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==",
  1636. "path": "system.runtime.serialization.formatters/4.3.0",
  1637. "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512"
  1638. },
  1639. "System.Runtime.Serialization.Primitives/4.3.0": {
  1640. "type": "package",
  1641. "serviceable": true,
  1642. "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
  1643. "path": "system.runtime.serialization.primitives/4.3.0",
  1644. "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
  1645. },
  1646. "System.Security.Cryptography.Cng/4.5.0": {
  1647. "type": "package",
  1648. "serviceable": true,
  1649. "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
  1650. "path": "system.security.cryptography.cng/4.5.0",
  1651. "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
  1652. },
  1653. "System.Text.Encoding/4.3.0": {
  1654. "type": "package",
  1655. "serviceable": true,
  1656. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1657. "path": "system.text.encoding/4.3.0",
  1658. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1659. },
  1660. "System.Text.Encoding.Extensions/4.3.0": {
  1661. "type": "package",
  1662. "serviceable": true,
  1663. "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  1664. "path": "system.text.encoding.extensions/4.3.0",
  1665. "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
  1666. },
  1667. "System.Text.Encodings.Web/4.7.0": {
  1668. "type": "package",
  1669. "serviceable": true,
  1670. "sha512": "sha512-IJanJWPQvya2sbGStt3Fkdy4IaomUBSadAfYWeJDQw0zclMk9ixSvMeei6cSmTTQ6ZkGIIAbhHZVCoLR7GgX7Q==",
  1671. "path": "system.text.encodings.web/4.7.0",
  1672. "hashPath": "system.text.encodings.web.4.7.0.nupkg.sha512"
  1673. },
  1674. "System.Text.Json/4.7.1": {
  1675. "type": "package",
  1676. "serviceable": true,
  1677. "sha512": "sha512-XwzMbct3iNepJaFylN1+l8weWlFburEzXidqleSsLvSXdHSIJHEKtRVKHPlpWcFmJX6k3goPFfVgUfp40RR+bg==",
  1678. "path": "system.text.json/4.7.1",
  1679. "hashPath": "system.text.json.4.7.1.nupkg.sha512"
  1680. },
  1681. "System.Text.RegularExpressions/4.3.0": {
  1682. "type": "package",
  1683. "serviceable": true,
  1684. "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  1685. "path": "system.text.regularexpressions/4.3.0",
  1686. "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
  1687. },
  1688. "System.Threading/4.3.0": {
  1689. "type": "package",
  1690. "serviceable": true,
  1691. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1692. "path": "system.threading/4.3.0",
  1693. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1694. },
  1695. "System.Threading.Tasks/4.3.0": {
  1696. "type": "package",
  1697. "serviceable": true,
  1698. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1699. "path": "system.threading.tasks/4.3.0",
  1700. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1701. },
  1702. "System.Threading.Tasks.Extensions/4.5.2": {
  1703. "type": "package",
  1704. "serviceable": true,
  1705. "sha512": "sha512-BG/TNxDFv0svAzx8OiMXDlsHfGw623BZ8tCXw4YLhDFDvDhNUEV58jKYMGRnkbJNm7c3JNNJDiN7JBMzxRBR2w==",
  1706. "path": "system.threading.tasks.extensions/4.5.2",
  1707. "hashPath": "system.threading.tasks.extensions.4.5.2.nupkg.sha512"
  1708. },
  1709. "System.Xml.ReaderWriter/4.3.0": {
  1710. "type": "package",
  1711. "serviceable": true,
  1712. "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  1713. "path": "system.xml.readerwriter/4.3.0",
  1714. "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
  1715. },
  1716. "System.Xml.XDocument/4.3.0": {
  1717. "type": "package",
  1718. "serviceable": true,
  1719. "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  1720. "path": "system.xml.xdocument/4.3.0",
  1721. "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
  1722. },
  1723. "System.Xml.XmlDocument/4.3.0": {
  1724. "type": "package",
  1725. "serviceable": true,
  1726. "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
  1727. "path": "system.xml.xmldocument/4.3.0",
  1728. "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
  1729. }
  1730. }
  1731. }