LibTests.deps.json 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v7.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v7.0": {
  9. "LibTests/1.0.0": {
  10. "dependencies": {
  11. "Lib": "1.0.0",
  12. "Microsoft.NET.Test.Sdk": "17.3.2",
  13. "coverlet.collector": "3.1.2",
  14. "xunit": "2.4.2",
  15. "xunit.runner.visualstudio": "2.4.5"
  16. },
  17. "runtime": {
  18. "LibTests.dll": {}
  19. }
  20. },
  21. "coverlet.collector/3.1.2": {},
  22. "Microsoft.CodeCoverage/17.3.2": {
  23. "runtime": {
  24. "lib/netcoreapp1.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
  25. "assemblyVersion": "15.0.0.0",
  26. "fileVersion": "17.300.622.32707"
  27. }
  28. }
  29. },
  30. "Microsoft.CSharp/4.0.1": {
  31. "dependencies": {
  32. "System.Collections": "4.3.0",
  33. "System.Diagnostics.Debug": "4.3.0",
  34. "System.Dynamic.Runtime": "4.0.11",
  35. "System.Globalization": "4.3.0",
  36. "System.Linq": "4.3.0",
  37. "System.Linq.Expressions": "4.3.0",
  38. "System.ObjectModel": "4.3.0",
  39. "System.Reflection": "4.3.0",
  40. "System.Reflection.Extensions": "4.3.0",
  41. "System.Reflection.Primitives": "4.3.0",
  42. "System.Reflection.TypeExtensions": "4.3.0",
  43. "System.Resources.ResourceManager": "4.3.0",
  44. "System.Runtime": "4.3.0",
  45. "System.Runtime.Extensions": "4.3.0",
  46. "System.Runtime.InteropServices": "4.3.0",
  47. "System.Threading": "4.3.0"
  48. }
  49. },
  50. "Microsoft.NET.Test.Sdk/17.3.2": {
  51. "dependencies": {
  52. "Microsoft.CodeCoverage": "17.3.2",
  53. "Microsoft.TestPlatform.TestHost": "17.3.2"
  54. }
  55. },
  56. "Microsoft.NETCore.Platforms/1.1.0": {},
  57. "Microsoft.NETCore.Targets/1.1.0": {},
  58. "Microsoft.TestPlatform.ObjectModel/17.3.2": {
  59. "dependencies": {
  60. "NuGet.Frameworks": "5.11.0",
  61. "System.Reflection.Metadata": "1.6.0"
  62. },
  63. "runtime": {
  64. "lib/netcoreapp2.1/Microsoft.TestPlatform.CoreUtilities.dll": {
  65. "assemblyVersion": "15.0.0.0",
  66. "fileVersion": "15.0.0.0"
  67. },
  68. "lib/netcoreapp2.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {
  69. "assemblyVersion": "15.0.0.0",
  70. "fileVersion": "15.0.0.0"
  71. },
  72. "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
  73. "assemblyVersion": "15.0.0.0",
  74. "fileVersion": "15.0.0.0"
  75. }
  76. },
  77. "resources": {
  78. "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  79. "locale": "cs"
  80. },
  81. "lib/netcoreapp2.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  82. "locale": "cs"
  83. },
  84. "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  85. "locale": "de"
  86. },
  87. "lib/netcoreapp2.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  88. "locale": "de"
  89. },
  90. "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  91. "locale": "es"
  92. },
  93. "lib/netcoreapp2.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  94. "locale": "es"
  95. },
  96. "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  97. "locale": "fr"
  98. },
  99. "lib/netcoreapp2.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  100. "locale": "fr"
  101. },
  102. "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  103. "locale": "it"
  104. },
  105. "lib/netcoreapp2.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  106. "locale": "it"
  107. },
  108. "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  109. "locale": "ja"
  110. },
  111. "lib/netcoreapp2.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  112. "locale": "ja"
  113. },
  114. "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  115. "locale": "ko"
  116. },
  117. "lib/netcoreapp2.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  118. "locale": "ko"
  119. },
  120. "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  121. "locale": "pl"
  122. },
  123. "lib/netcoreapp2.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  124. "locale": "pl"
  125. },
  126. "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  127. "locale": "pt-BR"
  128. },
  129. "lib/netcoreapp2.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  130. "locale": "pt-BR"
  131. },
  132. "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  133. "locale": "ru"
  134. },
  135. "lib/netcoreapp2.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  136. "locale": "ru"
  137. },
  138. "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  139. "locale": "tr"
  140. },
  141. "lib/netcoreapp2.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  142. "locale": "tr"
  143. },
  144. "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  145. "locale": "zh-Hans"
  146. },
  147. "lib/netcoreapp2.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  148. "locale": "zh-Hans"
  149. },
  150. "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
  151. "locale": "zh-Hant"
  152. },
  153. "lib/netcoreapp2.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
  154. "locale": "zh-Hant"
  155. }
  156. }
  157. },
  158. "Microsoft.TestPlatform.TestHost/17.3.2": {
  159. "dependencies": {
  160. "Microsoft.TestPlatform.ObjectModel": "17.3.2",
  161. "Newtonsoft.Json": "9.0.1"
  162. },
  163. "runtime": {
  164. "lib/netcoreapp2.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {
  165. "assemblyVersion": "15.0.0.0",
  166. "fileVersion": "15.0.0.0"
  167. },
  168. "lib/netcoreapp2.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {
  169. "assemblyVersion": "15.0.0.0",
  170. "fileVersion": "15.0.0.0"
  171. },
  172. "lib/netcoreapp2.1/Microsoft.TestPlatform.Utilities.dll": {
  173. "assemblyVersion": "15.0.0.0",
  174. "fileVersion": "15.0.0.0"
  175. },
  176. "lib/netcoreapp2.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {
  177. "assemblyVersion": "15.0.0.0",
  178. "fileVersion": "15.0.0.0"
  179. },
  180. "lib/netcoreapp2.1/testhost.dll": {
  181. "assemblyVersion": "15.0.0.0",
  182. "fileVersion": "15.0.0.0"
  183. }
  184. },
  185. "resources": {
  186. "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  187. "locale": "cs"
  188. },
  189. "lib/netcoreapp2.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  190. "locale": "cs"
  191. },
  192. "lib/netcoreapp2.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  193. "locale": "cs"
  194. },
  195. "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  196. "locale": "de"
  197. },
  198. "lib/netcoreapp2.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  199. "locale": "de"
  200. },
  201. "lib/netcoreapp2.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  202. "locale": "de"
  203. },
  204. "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  205. "locale": "es"
  206. },
  207. "lib/netcoreapp2.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  208. "locale": "es"
  209. },
  210. "lib/netcoreapp2.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  211. "locale": "es"
  212. },
  213. "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  214. "locale": "fr"
  215. },
  216. "lib/netcoreapp2.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  217. "locale": "fr"
  218. },
  219. "lib/netcoreapp2.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  220. "locale": "fr"
  221. },
  222. "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  223. "locale": "it"
  224. },
  225. "lib/netcoreapp2.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  226. "locale": "it"
  227. },
  228. "lib/netcoreapp2.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  229. "locale": "it"
  230. },
  231. "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  232. "locale": "ja"
  233. },
  234. "lib/netcoreapp2.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  235. "locale": "ja"
  236. },
  237. "lib/netcoreapp2.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  238. "locale": "ja"
  239. },
  240. "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  241. "locale": "ko"
  242. },
  243. "lib/netcoreapp2.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  244. "locale": "ko"
  245. },
  246. "lib/netcoreapp2.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  247. "locale": "ko"
  248. },
  249. "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  250. "locale": "pl"
  251. },
  252. "lib/netcoreapp2.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  253. "locale": "pl"
  254. },
  255. "lib/netcoreapp2.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  256. "locale": "pl"
  257. },
  258. "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  259. "locale": "pt-BR"
  260. },
  261. "lib/netcoreapp2.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  262. "locale": "pt-BR"
  263. },
  264. "lib/netcoreapp2.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  265. "locale": "pt-BR"
  266. },
  267. "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  268. "locale": "ru"
  269. },
  270. "lib/netcoreapp2.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  271. "locale": "ru"
  272. },
  273. "lib/netcoreapp2.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  274. "locale": "ru"
  275. },
  276. "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  277. "locale": "tr"
  278. },
  279. "lib/netcoreapp2.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  280. "locale": "tr"
  281. },
  282. "lib/netcoreapp2.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  283. "locale": "tr"
  284. },
  285. "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  286. "locale": "zh-Hans"
  287. },
  288. "lib/netcoreapp2.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  289. "locale": "zh-Hans"
  290. },
  291. "lib/netcoreapp2.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  292. "locale": "zh-Hans"
  293. },
  294. "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
  295. "locale": "zh-Hant"
  296. },
  297. "lib/netcoreapp2.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
  298. "locale": "zh-Hant"
  299. },
  300. "lib/netcoreapp2.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
  301. "locale": "zh-Hant"
  302. }
  303. }
  304. },
  305. "Microsoft.Win32.Primitives/4.3.0": {
  306. "dependencies": {
  307. "Microsoft.NETCore.Platforms": "1.1.0",
  308. "Microsoft.NETCore.Targets": "1.1.0",
  309. "System.Runtime": "4.3.0"
  310. }
  311. },
  312. "NETStandard.Library/1.6.1": {
  313. "dependencies": {
  314. "Microsoft.NETCore.Platforms": "1.1.0",
  315. "Microsoft.Win32.Primitives": "4.3.0",
  316. "System.AppContext": "4.3.0",
  317. "System.Collections": "4.3.0",
  318. "System.Collections.Concurrent": "4.3.0",
  319. "System.Console": "4.3.0",
  320. "System.Diagnostics.Debug": "4.3.0",
  321. "System.Diagnostics.Tools": "4.3.0",
  322. "System.Diagnostics.Tracing": "4.3.0",
  323. "System.Globalization": "4.3.0",
  324. "System.Globalization.Calendars": "4.3.0",
  325. "System.IO": "4.3.0",
  326. "System.IO.Compression": "4.3.0",
  327. "System.IO.Compression.ZipFile": "4.3.0",
  328. "System.IO.FileSystem": "4.3.0",
  329. "System.IO.FileSystem.Primitives": "4.3.0",
  330. "System.Linq": "4.3.0",
  331. "System.Linq.Expressions": "4.3.0",
  332. "System.Net.Http": "4.3.0",
  333. "System.Net.Primitives": "4.3.0",
  334. "System.Net.Sockets": "4.3.0",
  335. "System.ObjectModel": "4.3.0",
  336. "System.Reflection": "4.3.0",
  337. "System.Reflection.Extensions": "4.3.0",
  338. "System.Reflection.Primitives": "4.3.0",
  339. "System.Resources.ResourceManager": "4.3.0",
  340. "System.Runtime": "4.3.0",
  341. "System.Runtime.Extensions": "4.3.0",
  342. "System.Runtime.Handles": "4.3.0",
  343. "System.Runtime.InteropServices": "4.3.0",
  344. "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
  345. "System.Runtime.Numerics": "4.3.0",
  346. "System.Security.Cryptography.Algorithms": "4.3.0",
  347. "System.Security.Cryptography.Encoding": "4.3.0",
  348. "System.Security.Cryptography.Primitives": "4.3.0",
  349. "System.Security.Cryptography.X509Certificates": "4.3.0",
  350. "System.Text.Encoding": "4.3.0",
  351. "System.Text.Encoding.Extensions": "4.3.0",
  352. "System.Text.RegularExpressions": "4.3.0",
  353. "System.Threading": "4.3.0",
  354. "System.Threading.Tasks": "4.3.0",
  355. "System.Threading.Timer": "4.3.0",
  356. "System.Xml.ReaderWriter": "4.3.0",
  357. "System.Xml.XDocument": "4.3.0"
  358. }
  359. },
  360. "Newtonsoft.Json/9.0.1": {
  361. "dependencies": {
  362. "Microsoft.CSharp": "4.0.1",
  363. "System.Collections": "4.3.0",
  364. "System.Diagnostics.Debug": "4.3.0",
  365. "System.Dynamic.Runtime": "4.0.11",
  366. "System.Globalization": "4.3.0",
  367. "System.IO": "4.3.0",
  368. "System.Linq": "4.3.0",
  369. "System.Linq.Expressions": "4.3.0",
  370. "System.ObjectModel": "4.3.0",
  371. "System.Reflection": "4.3.0",
  372. "System.Reflection.Extensions": "4.3.0",
  373. "System.Resources.ResourceManager": "4.3.0",
  374. "System.Runtime": "4.3.0",
  375. "System.Runtime.Extensions": "4.3.0",
  376. "System.Runtime.Serialization.Primitives": "4.1.1",
  377. "System.Text.Encoding": "4.3.0",
  378. "System.Text.Encoding.Extensions": "4.3.0",
  379. "System.Text.RegularExpressions": "4.3.0",
  380. "System.Threading": "4.3.0",
  381. "System.Threading.Tasks": "4.3.0",
  382. "System.Xml.ReaderWriter": "4.3.0",
  383. "System.Xml.XDocument": "4.3.0"
  384. },
  385. "runtime": {
  386. "lib/netstandard1.0/Newtonsoft.Json.dll": {
  387. "assemblyVersion": "9.0.0.0",
  388. "fileVersion": "9.0.1.19813"
  389. }
  390. }
  391. },
  392. "NuGet.Frameworks/5.11.0": {
  393. "runtime": {
  394. "lib/netstandard2.0/NuGet.Frameworks.dll": {
  395. "assemblyVersion": "5.11.0.10",
  396. "fileVersion": "5.11.0.10"
  397. }
  398. }
  399. },
  400. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  401. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  402. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  403. "runtime.native.System/4.3.0": {
  404. "dependencies": {
  405. "Microsoft.NETCore.Platforms": "1.1.0",
  406. "Microsoft.NETCore.Targets": "1.1.0"
  407. }
  408. },
  409. "runtime.native.System.IO.Compression/4.3.0": {
  410. "dependencies": {
  411. "Microsoft.NETCore.Platforms": "1.1.0",
  412. "Microsoft.NETCore.Targets": "1.1.0"
  413. }
  414. },
  415. "runtime.native.System.Net.Http/4.3.0": {
  416. "dependencies": {
  417. "Microsoft.NETCore.Platforms": "1.1.0",
  418. "Microsoft.NETCore.Targets": "1.1.0"
  419. }
  420. },
  421. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  422. "dependencies": {
  423. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
  424. }
  425. },
  426. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  427. "dependencies": {
  428. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  429. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  430. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  431. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  432. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  433. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  434. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  435. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  436. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  437. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  438. }
  439. },
  440. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  441. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  442. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
  443. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  444. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  445. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  446. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  447. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  448. "System.AppContext/4.3.0": {
  449. "dependencies": {
  450. "System.Runtime": "4.3.0"
  451. }
  452. },
  453. "System.Buffers/4.3.0": {
  454. "dependencies": {
  455. "System.Diagnostics.Debug": "4.3.0",
  456. "System.Diagnostics.Tracing": "4.3.0",
  457. "System.Resources.ResourceManager": "4.3.0",
  458. "System.Runtime": "4.3.0",
  459. "System.Threading": "4.3.0"
  460. }
  461. },
  462. "System.Collections/4.3.0": {
  463. "dependencies": {
  464. "Microsoft.NETCore.Platforms": "1.1.0",
  465. "Microsoft.NETCore.Targets": "1.1.0",
  466. "System.Runtime": "4.3.0"
  467. }
  468. },
  469. "System.Collections.Concurrent/4.3.0": {
  470. "dependencies": {
  471. "System.Collections": "4.3.0",
  472. "System.Diagnostics.Debug": "4.3.0",
  473. "System.Diagnostics.Tracing": "4.3.0",
  474. "System.Globalization": "4.3.0",
  475. "System.Reflection": "4.3.0",
  476. "System.Resources.ResourceManager": "4.3.0",
  477. "System.Runtime": "4.3.0",
  478. "System.Runtime.Extensions": "4.3.0",
  479. "System.Threading": "4.3.0",
  480. "System.Threading.Tasks": "4.3.0"
  481. }
  482. },
  483. "System.Console/4.3.0": {
  484. "dependencies": {
  485. "Microsoft.NETCore.Platforms": "1.1.0",
  486. "Microsoft.NETCore.Targets": "1.1.0",
  487. "System.IO": "4.3.0",
  488. "System.Runtime": "4.3.0",
  489. "System.Text.Encoding": "4.3.0"
  490. }
  491. },
  492. "System.Diagnostics.Debug/4.3.0": {
  493. "dependencies": {
  494. "Microsoft.NETCore.Platforms": "1.1.0",
  495. "Microsoft.NETCore.Targets": "1.1.0",
  496. "System.Runtime": "4.3.0"
  497. }
  498. },
  499. "System.Diagnostics.DiagnosticSource/4.3.0": {
  500. "dependencies": {
  501. "System.Collections": "4.3.0",
  502. "System.Diagnostics.Tracing": "4.3.0",
  503. "System.Reflection": "4.3.0",
  504. "System.Runtime": "4.3.0",
  505. "System.Threading": "4.3.0"
  506. }
  507. },
  508. "System.Diagnostics.Tools/4.3.0": {
  509. "dependencies": {
  510. "Microsoft.NETCore.Platforms": "1.1.0",
  511. "Microsoft.NETCore.Targets": "1.1.0",
  512. "System.Runtime": "4.3.0"
  513. }
  514. },
  515. "System.Diagnostics.Tracing/4.3.0": {
  516. "dependencies": {
  517. "Microsoft.NETCore.Platforms": "1.1.0",
  518. "Microsoft.NETCore.Targets": "1.1.0",
  519. "System.Runtime": "4.3.0"
  520. }
  521. },
  522. "System.Dynamic.Runtime/4.0.11": {
  523. "dependencies": {
  524. "System.Collections": "4.3.0",
  525. "System.Diagnostics.Debug": "4.3.0",
  526. "System.Globalization": "4.3.0",
  527. "System.Linq": "4.3.0",
  528. "System.Linq.Expressions": "4.3.0",
  529. "System.ObjectModel": "4.3.0",
  530. "System.Reflection": "4.3.0",
  531. "System.Reflection.Emit": "4.3.0",
  532. "System.Reflection.Emit.ILGeneration": "4.3.0",
  533. "System.Reflection.Primitives": "4.3.0",
  534. "System.Reflection.TypeExtensions": "4.3.0",
  535. "System.Resources.ResourceManager": "4.3.0",
  536. "System.Runtime": "4.3.0",
  537. "System.Runtime.Extensions": "4.3.0",
  538. "System.Threading": "4.3.0"
  539. }
  540. },
  541. "System.Globalization/4.3.0": {
  542. "dependencies": {
  543. "Microsoft.NETCore.Platforms": "1.1.0",
  544. "Microsoft.NETCore.Targets": "1.1.0",
  545. "System.Runtime": "4.3.0"
  546. }
  547. },
  548. "System.Globalization.Calendars/4.3.0": {
  549. "dependencies": {
  550. "Microsoft.NETCore.Platforms": "1.1.0",
  551. "Microsoft.NETCore.Targets": "1.1.0",
  552. "System.Globalization": "4.3.0",
  553. "System.Runtime": "4.3.0"
  554. }
  555. },
  556. "System.Globalization.Extensions/4.3.0": {
  557. "dependencies": {
  558. "Microsoft.NETCore.Platforms": "1.1.0",
  559. "System.Globalization": "4.3.0",
  560. "System.Resources.ResourceManager": "4.3.0",
  561. "System.Runtime": "4.3.0",
  562. "System.Runtime.Extensions": "4.3.0",
  563. "System.Runtime.InteropServices": "4.3.0"
  564. }
  565. },
  566. "System.IO/4.3.0": {
  567. "dependencies": {
  568. "Microsoft.NETCore.Platforms": "1.1.0",
  569. "Microsoft.NETCore.Targets": "1.1.0",
  570. "System.Runtime": "4.3.0",
  571. "System.Text.Encoding": "4.3.0",
  572. "System.Threading.Tasks": "4.3.0"
  573. }
  574. },
  575. "System.IO.Compression/4.3.0": {
  576. "dependencies": {
  577. "Microsoft.NETCore.Platforms": "1.1.0",
  578. "System.Buffers": "4.3.0",
  579. "System.Collections": "4.3.0",
  580. "System.Diagnostics.Debug": "4.3.0",
  581. "System.IO": "4.3.0",
  582. "System.Resources.ResourceManager": "4.3.0",
  583. "System.Runtime": "4.3.0",
  584. "System.Runtime.Extensions": "4.3.0",
  585. "System.Runtime.Handles": "4.3.0",
  586. "System.Runtime.InteropServices": "4.3.0",
  587. "System.Text.Encoding": "4.3.0",
  588. "System.Threading": "4.3.0",
  589. "System.Threading.Tasks": "4.3.0",
  590. "runtime.native.System": "4.3.0",
  591. "runtime.native.System.IO.Compression": "4.3.0"
  592. }
  593. },
  594. "System.IO.Compression.ZipFile/4.3.0": {
  595. "dependencies": {
  596. "System.Buffers": "4.3.0",
  597. "System.IO": "4.3.0",
  598. "System.IO.Compression": "4.3.0",
  599. "System.IO.FileSystem": "4.3.0",
  600. "System.IO.FileSystem.Primitives": "4.3.0",
  601. "System.Resources.ResourceManager": "4.3.0",
  602. "System.Runtime": "4.3.0",
  603. "System.Runtime.Extensions": "4.3.0",
  604. "System.Text.Encoding": "4.3.0"
  605. }
  606. },
  607. "System.IO.FileSystem/4.3.0": {
  608. "dependencies": {
  609. "Microsoft.NETCore.Platforms": "1.1.0",
  610. "Microsoft.NETCore.Targets": "1.1.0",
  611. "System.IO": "4.3.0",
  612. "System.IO.FileSystem.Primitives": "4.3.0",
  613. "System.Runtime": "4.3.0",
  614. "System.Runtime.Handles": "4.3.0",
  615. "System.Text.Encoding": "4.3.0",
  616. "System.Threading.Tasks": "4.3.0"
  617. }
  618. },
  619. "System.IO.FileSystem.Primitives/4.3.0": {
  620. "dependencies": {
  621. "System.Runtime": "4.3.0"
  622. }
  623. },
  624. "System.Linq/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.Runtime.Extensions": "4.3.0"
  631. }
  632. },
  633. "System.Linq.Expressions/4.3.0": {
  634. "dependencies": {
  635. "System.Collections": "4.3.0",
  636. "System.Diagnostics.Debug": "4.3.0",
  637. "System.Globalization": "4.3.0",
  638. "System.IO": "4.3.0",
  639. "System.Linq": "4.3.0",
  640. "System.ObjectModel": "4.3.0",
  641. "System.Reflection": "4.3.0",
  642. "System.Reflection.Emit": "4.3.0",
  643. "System.Reflection.Emit.ILGeneration": "4.3.0",
  644. "System.Reflection.Emit.Lightweight": "4.3.0",
  645. "System.Reflection.Extensions": "4.3.0",
  646. "System.Reflection.Primitives": "4.3.0",
  647. "System.Reflection.TypeExtensions": "4.3.0",
  648. "System.Resources.ResourceManager": "4.3.0",
  649. "System.Runtime": "4.3.0",
  650. "System.Runtime.Extensions": "4.3.0",
  651. "System.Threading": "4.3.0"
  652. }
  653. },
  654. "System.Net.Http/4.3.0": {
  655. "dependencies": {
  656. "Microsoft.NETCore.Platforms": "1.1.0",
  657. "System.Collections": "4.3.0",
  658. "System.Diagnostics.Debug": "4.3.0",
  659. "System.Diagnostics.DiagnosticSource": "4.3.0",
  660. "System.Diagnostics.Tracing": "4.3.0",
  661. "System.Globalization": "4.3.0",
  662. "System.Globalization.Extensions": "4.3.0",
  663. "System.IO": "4.3.0",
  664. "System.IO.FileSystem": "4.3.0",
  665. "System.Net.Primitives": "4.3.0",
  666. "System.Resources.ResourceManager": "4.3.0",
  667. "System.Runtime": "4.3.0",
  668. "System.Runtime.Extensions": "4.3.0",
  669. "System.Runtime.Handles": "4.3.0",
  670. "System.Runtime.InteropServices": "4.3.0",
  671. "System.Security.Cryptography.Algorithms": "4.3.0",
  672. "System.Security.Cryptography.Encoding": "4.3.0",
  673. "System.Security.Cryptography.OpenSsl": "4.3.0",
  674. "System.Security.Cryptography.Primitives": "4.3.0",
  675. "System.Security.Cryptography.X509Certificates": "4.3.0",
  676. "System.Text.Encoding": "4.3.0",
  677. "System.Threading": "4.3.0",
  678. "System.Threading.Tasks": "4.3.0",
  679. "runtime.native.System": "4.3.0",
  680. "runtime.native.System.Net.Http": "4.3.0",
  681. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  682. }
  683. },
  684. "System.Net.Primitives/4.3.0": {
  685. "dependencies": {
  686. "Microsoft.NETCore.Platforms": "1.1.0",
  687. "Microsoft.NETCore.Targets": "1.1.0",
  688. "System.Runtime": "4.3.0",
  689. "System.Runtime.Handles": "4.3.0"
  690. }
  691. },
  692. "System.Net.Sockets/4.3.0": {
  693. "dependencies": {
  694. "Microsoft.NETCore.Platforms": "1.1.0",
  695. "Microsoft.NETCore.Targets": "1.1.0",
  696. "System.IO": "4.3.0",
  697. "System.Net.Primitives": "4.3.0",
  698. "System.Runtime": "4.3.0",
  699. "System.Threading.Tasks": "4.3.0"
  700. }
  701. },
  702. "System.ObjectModel/4.3.0": {
  703. "dependencies": {
  704. "System.Collections": "4.3.0",
  705. "System.Diagnostics.Debug": "4.3.0",
  706. "System.Resources.ResourceManager": "4.3.0",
  707. "System.Runtime": "4.3.0",
  708. "System.Threading": "4.3.0"
  709. }
  710. },
  711. "System.Reflection/4.3.0": {
  712. "dependencies": {
  713. "Microsoft.NETCore.Platforms": "1.1.0",
  714. "Microsoft.NETCore.Targets": "1.1.0",
  715. "System.IO": "4.3.0",
  716. "System.Reflection.Primitives": "4.3.0",
  717. "System.Runtime": "4.3.0"
  718. }
  719. },
  720. "System.Reflection.Emit/4.3.0": {
  721. "dependencies": {
  722. "System.IO": "4.3.0",
  723. "System.Reflection": "4.3.0",
  724. "System.Reflection.Emit.ILGeneration": "4.3.0",
  725. "System.Reflection.Primitives": "4.3.0",
  726. "System.Runtime": "4.3.0"
  727. }
  728. },
  729. "System.Reflection.Emit.ILGeneration/4.3.0": {
  730. "dependencies": {
  731. "System.Reflection": "4.3.0",
  732. "System.Reflection.Primitives": "4.3.0",
  733. "System.Runtime": "4.3.0"
  734. }
  735. },
  736. "System.Reflection.Emit.Lightweight/4.3.0": {
  737. "dependencies": {
  738. "System.Reflection": "4.3.0",
  739. "System.Reflection.Emit.ILGeneration": "4.3.0",
  740. "System.Reflection.Primitives": "4.3.0",
  741. "System.Runtime": "4.3.0"
  742. }
  743. },
  744. "System.Reflection.Extensions/4.3.0": {
  745. "dependencies": {
  746. "Microsoft.NETCore.Platforms": "1.1.0",
  747. "Microsoft.NETCore.Targets": "1.1.0",
  748. "System.Reflection": "4.3.0",
  749. "System.Runtime": "4.3.0"
  750. }
  751. },
  752. "System.Reflection.Metadata/1.6.0": {},
  753. "System.Reflection.Primitives/4.3.0": {
  754. "dependencies": {
  755. "Microsoft.NETCore.Platforms": "1.1.0",
  756. "Microsoft.NETCore.Targets": "1.1.0",
  757. "System.Runtime": "4.3.0"
  758. }
  759. },
  760. "System.Reflection.TypeExtensions/4.3.0": {
  761. "dependencies": {
  762. "System.Reflection": "4.3.0",
  763. "System.Runtime": "4.3.0"
  764. }
  765. },
  766. "System.Resources.ResourceManager/4.3.0": {
  767. "dependencies": {
  768. "Microsoft.NETCore.Platforms": "1.1.0",
  769. "Microsoft.NETCore.Targets": "1.1.0",
  770. "System.Globalization": "4.3.0",
  771. "System.Reflection": "4.3.0",
  772. "System.Runtime": "4.3.0"
  773. }
  774. },
  775. "System.Runtime/4.3.0": {
  776. "dependencies": {
  777. "Microsoft.NETCore.Platforms": "1.1.0",
  778. "Microsoft.NETCore.Targets": "1.1.0"
  779. }
  780. },
  781. "System.Runtime.Extensions/4.3.0": {
  782. "dependencies": {
  783. "Microsoft.NETCore.Platforms": "1.1.0",
  784. "Microsoft.NETCore.Targets": "1.1.0",
  785. "System.Runtime": "4.3.0"
  786. }
  787. },
  788. "System.Runtime.Handles/4.3.0": {
  789. "dependencies": {
  790. "Microsoft.NETCore.Platforms": "1.1.0",
  791. "Microsoft.NETCore.Targets": "1.1.0",
  792. "System.Runtime": "4.3.0"
  793. }
  794. },
  795. "System.Runtime.InteropServices/4.3.0": {
  796. "dependencies": {
  797. "Microsoft.NETCore.Platforms": "1.1.0",
  798. "Microsoft.NETCore.Targets": "1.1.0",
  799. "System.Reflection": "4.3.0",
  800. "System.Reflection.Primitives": "4.3.0",
  801. "System.Runtime": "4.3.0",
  802. "System.Runtime.Handles": "4.3.0"
  803. }
  804. },
  805. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  806. "dependencies": {
  807. "System.Reflection": "4.3.0",
  808. "System.Reflection.Extensions": "4.3.0",
  809. "System.Resources.ResourceManager": "4.3.0",
  810. "System.Runtime": "4.3.0",
  811. "System.Runtime.InteropServices": "4.3.0",
  812. "System.Threading": "4.3.0",
  813. "runtime.native.System": "4.3.0"
  814. }
  815. },
  816. "System.Runtime.Numerics/4.3.0": {
  817. "dependencies": {
  818. "System.Globalization": "4.3.0",
  819. "System.Resources.ResourceManager": "4.3.0",
  820. "System.Runtime": "4.3.0",
  821. "System.Runtime.Extensions": "4.3.0"
  822. }
  823. },
  824. "System.Runtime.Serialization.Primitives/4.1.1": {
  825. "dependencies": {
  826. "System.Resources.ResourceManager": "4.3.0",
  827. "System.Runtime": "4.3.0"
  828. }
  829. },
  830. "System.Security.Cryptography.Algorithms/4.3.0": {
  831. "dependencies": {
  832. "Microsoft.NETCore.Platforms": "1.1.0",
  833. "System.Collections": "4.3.0",
  834. "System.IO": "4.3.0",
  835. "System.Resources.ResourceManager": "4.3.0",
  836. "System.Runtime": "4.3.0",
  837. "System.Runtime.Extensions": "4.3.0",
  838. "System.Runtime.Handles": "4.3.0",
  839. "System.Runtime.InteropServices": "4.3.0",
  840. "System.Runtime.Numerics": "4.3.0",
  841. "System.Security.Cryptography.Encoding": "4.3.0",
  842. "System.Security.Cryptography.Primitives": "4.3.0",
  843. "System.Text.Encoding": "4.3.0",
  844. "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
  845. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  846. }
  847. },
  848. "System.Security.Cryptography.Cng/4.3.0": {
  849. "dependencies": {
  850. "Microsoft.NETCore.Platforms": "1.1.0",
  851. "System.IO": "4.3.0",
  852. "System.Resources.ResourceManager": "4.3.0",
  853. "System.Runtime": "4.3.0",
  854. "System.Runtime.Extensions": "4.3.0",
  855. "System.Runtime.Handles": "4.3.0",
  856. "System.Runtime.InteropServices": "4.3.0",
  857. "System.Security.Cryptography.Algorithms": "4.3.0",
  858. "System.Security.Cryptography.Encoding": "4.3.0",
  859. "System.Security.Cryptography.Primitives": "4.3.0",
  860. "System.Text.Encoding": "4.3.0"
  861. }
  862. },
  863. "System.Security.Cryptography.Csp/4.3.0": {
  864. "dependencies": {
  865. "Microsoft.NETCore.Platforms": "1.1.0",
  866. "System.IO": "4.3.0",
  867. "System.Reflection": "4.3.0",
  868. "System.Resources.ResourceManager": "4.3.0",
  869. "System.Runtime": "4.3.0",
  870. "System.Runtime.Extensions": "4.3.0",
  871. "System.Runtime.Handles": "4.3.0",
  872. "System.Runtime.InteropServices": "4.3.0",
  873. "System.Security.Cryptography.Algorithms": "4.3.0",
  874. "System.Security.Cryptography.Encoding": "4.3.0",
  875. "System.Security.Cryptography.Primitives": "4.3.0",
  876. "System.Text.Encoding": "4.3.0",
  877. "System.Threading": "4.3.0"
  878. }
  879. },
  880. "System.Security.Cryptography.Encoding/4.3.0": {
  881. "dependencies": {
  882. "Microsoft.NETCore.Platforms": "1.1.0",
  883. "System.Collections": "4.3.0",
  884. "System.Collections.Concurrent": "4.3.0",
  885. "System.Linq": "4.3.0",
  886. "System.Resources.ResourceManager": "4.3.0",
  887. "System.Runtime": "4.3.0",
  888. "System.Runtime.Extensions": "4.3.0",
  889. "System.Runtime.Handles": "4.3.0",
  890. "System.Runtime.InteropServices": "4.3.0",
  891. "System.Security.Cryptography.Primitives": "4.3.0",
  892. "System.Text.Encoding": "4.3.0",
  893. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  894. }
  895. },
  896. "System.Security.Cryptography.OpenSsl/4.3.0": {
  897. "dependencies": {
  898. "System.Collections": "4.3.0",
  899. "System.IO": "4.3.0",
  900. "System.Resources.ResourceManager": "4.3.0",
  901. "System.Runtime": "4.3.0",
  902. "System.Runtime.Extensions": "4.3.0",
  903. "System.Runtime.Handles": "4.3.0",
  904. "System.Runtime.InteropServices": "4.3.0",
  905. "System.Runtime.Numerics": "4.3.0",
  906. "System.Security.Cryptography.Algorithms": "4.3.0",
  907. "System.Security.Cryptography.Encoding": "4.3.0",
  908. "System.Security.Cryptography.Primitives": "4.3.0",
  909. "System.Text.Encoding": "4.3.0",
  910. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  911. }
  912. },
  913. "System.Security.Cryptography.Primitives/4.3.0": {
  914. "dependencies": {
  915. "System.Diagnostics.Debug": "4.3.0",
  916. "System.Globalization": "4.3.0",
  917. "System.IO": "4.3.0",
  918. "System.Resources.ResourceManager": "4.3.0",
  919. "System.Runtime": "4.3.0",
  920. "System.Threading": "4.3.0",
  921. "System.Threading.Tasks": "4.3.0"
  922. }
  923. },
  924. "System.Security.Cryptography.X509Certificates/4.3.0": {
  925. "dependencies": {
  926. "Microsoft.NETCore.Platforms": "1.1.0",
  927. "System.Collections": "4.3.0",
  928. "System.Diagnostics.Debug": "4.3.0",
  929. "System.Globalization": "4.3.0",
  930. "System.Globalization.Calendars": "4.3.0",
  931. "System.IO": "4.3.0",
  932. "System.IO.FileSystem": "4.3.0",
  933. "System.IO.FileSystem.Primitives": "4.3.0",
  934. "System.Resources.ResourceManager": "4.3.0",
  935. "System.Runtime": "4.3.0",
  936. "System.Runtime.Extensions": "4.3.0",
  937. "System.Runtime.Handles": "4.3.0",
  938. "System.Runtime.InteropServices": "4.3.0",
  939. "System.Runtime.Numerics": "4.3.0",
  940. "System.Security.Cryptography.Algorithms": "4.3.0",
  941. "System.Security.Cryptography.Cng": "4.3.0",
  942. "System.Security.Cryptography.Csp": "4.3.0",
  943. "System.Security.Cryptography.Encoding": "4.3.0",
  944. "System.Security.Cryptography.OpenSsl": "4.3.0",
  945. "System.Security.Cryptography.Primitives": "4.3.0",
  946. "System.Text.Encoding": "4.3.0",
  947. "System.Threading": "4.3.0",
  948. "runtime.native.System": "4.3.0",
  949. "runtime.native.System.Net.Http": "4.3.0",
  950. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  951. }
  952. },
  953. "System.Text.Encoding/4.3.0": {
  954. "dependencies": {
  955. "Microsoft.NETCore.Platforms": "1.1.0",
  956. "Microsoft.NETCore.Targets": "1.1.0",
  957. "System.Runtime": "4.3.0"
  958. }
  959. },
  960. "System.Text.Encoding.Extensions/4.3.0": {
  961. "dependencies": {
  962. "Microsoft.NETCore.Platforms": "1.1.0",
  963. "Microsoft.NETCore.Targets": "1.1.0",
  964. "System.Runtime": "4.3.0",
  965. "System.Text.Encoding": "4.3.0"
  966. }
  967. },
  968. "System.Text.RegularExpressions/4.3.0": {
  969. "dependencies": {
  970. "System.Runtime": "4.3.0"
  971. }
  972. },
  973. "System.Threading/4.3.0": {
  974. "dependencies": {
  975. "System.Runtime": "4.3.0",
  976. "System.Threading.Tasks": "4.3.0"
  977. }
  978. },
  979. "System.Threading.Tasks/4.3.0": {
  980. "dependencies": {
  981. "Microsoft.NETCore.Platforms": "1.1.0",
  982. "Microsoft.NETCore.Targets": "1.1.0",
  983. "System.Runtime": "4.3.0"
  984. }
  985. },
  986. "System.Threading.Tasks.Extensions/4.3.0": {
  987. "dependencies": {
  988. "System.Collections": "4.3.0",
  989. "System.Runtime": "4.3.0",
  990. "System.Threading.Tasks": "4.3.0"
  991. }
  992. },
  993. "System.Threading.Timer/4.3.0": {
  994. "dependencies": {
  995. "Microsoft.NETCore.Platforms": "1.1.0",
  996. "Microsoft.NETCore.Targets": "1.1.0",
  997. "System.Runtime": "4.3.0"
  998. }
  999. },
  1000. "System.Xml.ReaderWriter/4.3.0": {
  1001. "dependencies": {
  1002. "System.Collections": "4.3.0",
  1003. "System.Diagnostics.Debug": "4.3.0",
  1004. "System.Globalization": "4.3.0",
  1005. "System.IO": "4.3.0",
  1006. "System.IO.FileSystem": "4.3.0",
  1007. "System.IO.FileSystem.Primitives": "4.3.0",
  1008. "System.Resources.ResourceManager": "4.3.0",
  1009. "System.Runtime": "4.3.0",
  1010. "System.Runtime.Extensions": "4.3.0",
  1011. "System.Runtime.InteropServices": "4.3.0",
  1012. "System.Text.Encoding": "4.3.0",
  1013. "System.Text.Encoding.Extensions": "4.3.0",
  1014. "System.Text.RegularExpressions": "4.3.0",
  1015. "System.Threading.Tasks": "4.3.0",
  1016. "System.Threading.Tasks.Extensions": "4.3.0"
  1017. }
  1018. },
  1019. "System.Xml.XDocument/4.3.0": {
  1020. "dependencies": {
  1021. "System.Collections": "4.3.0",
  1022. "System.Diagnostics.Debug": "4.3.0",
  1023. "System.Diagnostics.Tools": "4.3.0",
  1024. "System.Globalization": "4.3.0",
  1025. "System.IO": "4.3.0",
  1026. "System.Reflection": "4.3.0",
  1027. "System.Resources.ResourceManager": "4.3.0",
  1028. "System.Runtime": "4.3.0",
  1029. "System.Runtime.Extensions": "4.3.0",
  1030. "System.Text.Encoding": "4.3.0",
  1031. "System.Threading": "4.3.0",
  1032. "System.Xml.ReaderWriter": "4.3.0"
  1033. }
  1034. },
  1035. "xunit/2.4.2": {
  1036. "dependencies": {
  1037. "xunit.analyzers": "1.0.0",
  1038. "xunit.assert": "2.4.2",
  1039. "xunit.core": "2.4.2"
  1040. }
  1041. },
  1042. "xunit.abstractions/2.0.3": {
  1043. "runtime": {
  1044. "lib/netstandard2.0/xunit.abstractions.dll": {
  1045. "assemblyVersion": "2.0.0.0",
  1046. "fileVersion": "2.0.0.0"
  1047. }
  1048. }
  1049. },
  1050. "xunit.analyzers/1.0.0": {},
  1051. "xunit.assert/2.4.2": {
  1052. "dependencies": {
  1053. "NETStandard.Library": "1.6.1"
  1054. },
  1055. "runtime": {
  1056. "lib/netstandard1.1/xunit.assert.dll": {
  1057. "assemblyVersion": "2.4.2.0",
  1058. "fileVersion": "2.4.2.0"
  1059. }
  1060. }
  1061. },
  1062. "xunit.core/2.4.2": {
  1063. "dependencies": {
  1064. "xunit.extensibility.core": "2.4.2",
  1065. "xunit.extensibility.execution": "2.4.2"
  1066. }
  1067. },
  1068. "xunit.extensibility.core/2.4.2": {
  1069. "dependencies": {
  1070. "NETStandard.Library": "1.6.1",
  1071. "xunit.abstractions": "2.0.3"
  1072. },
  1073. "runtime": {
  1074. "lib/netstandard1.1/xunit.core.dll": {
  1075. "assemblyVersion": "2.4.2.0",
  1076. "fileVersion": "2.4.2.0"
  1077. }
  1078. }
  1079. },
  1080. "xunit.extensibility.execution/2.4.2": {
  1081. "dependencies": {
  1082. "NETStandard.Library": "1.6.1",
  1083. "xunit.extensibility.core": "2.4.2"
  1084. },
  1085. "runtime": {
  1086. "lib/netstandard1.1/xunit.execution.dotnet.dll": {
  1087. "assemblyVersion": "2.4.2.0",
  1088. "fileVersion": "2.4.2.0"
  1089. }
  1090. }
  1091. },
  1092. "xunit.runner.visualstudio/2.4.5": {},
  1093. "Lib/1.0.0": {
  1094. "runtime": {
  1095. "Lib.dll": {}
  1096. }
  1097. }
  1098. }
  1099. },
  1100. "libraries": {
  1101. "LibTests/1.0.0": {
  1102. "type": "project",
  1103. "serviceable": false,
  1104. "sha512": ""
  1105. },
  1106. "coverlet.collector/3.1.2": {
  1107. "type": "package",
  1108. "serviceable": true,
  1109. "sha512": "sha512-wuLDIDKD5XMt0A7lE31JPenT7QQwZPFkP5rRpdJeblyXZ9MGLI8rYjvm5fvAKln+2/X+4IxxQDxBtwdrqKNLZw==",
  1110. "path": "coverlet.collector/3.1.2",
  1111. "hashPath": "coverlet.collector.3.1.2.nupkg.sha512"
  1112. },
  1113. "Microsoft.CodeCoverage/17.3.2": {
  1114. "type": "package",
  1115. "serviceable": true,
  1116. "sha512": "sha512-+CeYNY9hYNRgv1wAID5koeDVob1ZOrOYfRRTLxU9Zm5ZMDMkMZ8wzXgakxVv+jtk8tPdE8Ze9vVE+czMKapv/Q==",
  1117. "path": "microsoft.codecoverage/17.3.2",
  1118. "hashPath": "microsoft.codecoverage.17.3.2.nupkg.sha512"
  1119. },
  1120. "Microsoft.CSharp/4.0.1": {
  1121. "type": "package",
  1122. "serviceable": true,
  1123. "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
  1124. "path": "microsoft.csharp/4.0.1",
  1125. "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512"
  1126. },
  1127. "Microsoft.NET.Test.Sdk/17.3.2": {
  1128. "type": "package",
  1129. "serviceable": true,
  1130. "sha512": "sha512-apR0ha1T8FujBwq1P8i/DOZjbI5XhcP/i8As4NnVztVSpZG8GtWRPCstcmgkUkBpvEfcrrDPlJWbuZY+Hl1hSg==",
  1131. "path": "microsoft.net.test.sdk/17.3.2",
  1132. "hashPath": "microsoft.net.test.sdk.17.3.2.nupkg.sha512"
  1133. },
  1134. "Microsoft.NETCore.Platforms/1.1.0": {
  1135. "type": "package",
  1136. "serviceable": true,
  1137. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  1138. "path": "microsoft.netcore.platforms/1.1.0",
  1139. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  1140. },
  1141. "Microsoft.NETCore.Targets/1.1.0": {
  1142. "type": "package",
  1143. "serviceable": true,
  1144. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1145. "path": "microsoft.netcore.targets/1.1.0",
  1146. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1147. },
  1148. "Microsoft.TestPlatform.ObjectModel/17.3.2": {
  1149. "type": "package",
  1150. "serviceable": true,
  1151. "sha512": "sha512-DJEIfSA2GDC+2m42vKGNR2hm+Uhta4SpCsLZVVvYIiYMjxtk7GzNnv82qvE4SCW3kIYllMg2D0rr8juuj/f7AA==",
  1152. "path": "microsoft.testplatform.objectmodel/17.3.2",
  1153. "hashPath": "microsoft.testplatform.objectmodel.17.3.2.nupkg.sha512"
  1154. },
  1155. "Microsoft.TestPlatform.TestHost/17.3.2": {
  1156. "type": "package",
  1157. "serviceable": true,
  1158. "sha512": "sha512-113J19v31pIx+PzmdEw67cWTZWh/YApnprbclFeat6szNbnpKOKG7Ap4PX5LT6E5Da+xONyilxvx2HZPpEaXPQ==",
  1159. "path": "microsoft.testplatform.testhost/17.3.2",
  1160. "hashPath": "microsoft.testplatform.testhost.17.3.2.nupkg.sha512"
  1161. },
  1162. "Microsoft.Win32.Primitives/4.3.0": {
  1163. "type": "package",
  1164. "serviceable": true,
  1165. "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
  1166. "path": "microsoft.win32.primitives/4.3.0",
  1167. "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
  1168. },
  1169. "NETStandard.Library/1.6.1": {
  1170. "type": "package",
  1171. "serviceable": true,
  1172. "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
  1173. "path": "netstandard.library/1.6.1",
  1174. "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
  1175. },
  1176. "Newtonsoft.Json/9.0.1": {
  1177. "type": "package",
  1178. "serviceable": true,
  1179. "sha512": "sha512-U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
  1180. "path": "newtonsoft.json/9.0.1",
  1181. "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512"
  1182. },
  1183. "NuGet.Frameworks/5.11.0": {
  1184. "type": "package",
  1185. "serviceable": true,
  1186. "sha512": "sha512-eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==",
  1187. "path": "nuget.frameworks/5.11.0",
  1188. "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512"
  1189. },
  1190. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1191. "type": "package",
  1192. "serviceable": true,
  1193. "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
  1194. "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1195. "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1196. },
  1197. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1198. "type": "package",
  1199. "serviceable": true,
  1200. "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
  1201. "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1202. "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1203. },
  1204. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1205. "type": "package",
  1206. "serviceable": true,
  1207. "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
  1208. "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1209. "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1210. },
  1211. "runtime.native.System/4.3.0": {
  1212. "type": "package",
  1213. "serviceable": true,
  1214. "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  1215. "path": "runtime.native.system/4.3.0",
  1216. "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
  1217. },
  1218. "runtime.native.System.IO.Compression/4.3.0": {
  1219. "type": "package",
  1220. "serviceable": true,
  1221. "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
  1222. "path": "runtime.native.system.io.compression/4.3.0",
  1223. "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
  1224. },
  1225. "runtime.native.System.Net.Http/4.3.0": {
  1226. "type": "package",
  1227. "serviceable": true,
  1228. "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
  1229. "path": "runtime.native.system.net.http/4.3.0",
  1230. "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
  1231. },
  1232. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  1233. "type": "package",
  1234. "serviceable": true,
  1235. "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
  1236. "path": "runtime.native.system.security.cryptography.apple/4.3.0",
  1237. "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  1238. },
  1239. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1240. "type": "package",
  1241. "serviceable": true,
  1242. "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
  1243. "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
  1244. "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1245. },
  1246. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1247. "type": "package",
  1248. "serviceable": true,
  1249. "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
  1250. "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1251. "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1252. },
  1253. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1254. "type": "package",
  1255. "serviceable": true,
  1256. "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
  1257. "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1258. "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1259. },
  1260. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  1261. "type": "package",
  1262. "serviceable": true,
  1263. "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
  1264. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
  1265. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  1266. },
  1267. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1268. "type": "package",
  1269. "serviceable": true,
  1270. "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
  1271. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1272. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1273. },
  1274. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1275. "type": "package",
  1276. "serviceable": true,
  1277. "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
  1278. "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1279. "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1280. },
  1281. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1282. "type": "package",
  1283. "serviceable": true,
  1284. "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
  1285. "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1286. "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1287. },
  1288. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1289. "type": "package",
  1290. "serviceable": true,
  1291. "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
  1292. "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1293. "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1294. },
  1295. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1296. "type": "package",
  1297. "serviceable": true,
  1298. "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
  1299. "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1300. "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1301. },
  1302. "System.AppContext/4.3.0": {
  1303. "type": "package",
  1304. "serviceable": true,
  1305. "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
  1306. "path": "system.appcontext/4.3.0",
  1307. "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
  1308. },
  1309. "System.Buffers/4.3.0": {
  1310. "type": "package",
  1311. "serviceable": true,
  1312. "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
  1313. "path": "system.buffers/4.3.0",
  1314. "hashPath": "system.buffers.4.3.0.nupkg.sha512"
  1315. },
  1316. "System.Collections/4.3.0": {
  1317. "type": "package",
  1318. "serviceable": true,
  1319. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1320. "path": "system.collections/4.3.0",
  1321. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1322. },
  1323. "System.Collections.Concurrent/4.3.0": {
  1324. "type": "package",
  1325. "serviceable": true,
  1326. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  1327. "path": "system.collections.concurrent/4.3.0",
  1328. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  1329. },
  1330. "System.Console/4.3.0": {
  1331. "type": "package",
  1332. "serviceable": true,
  1333. "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
  1334. "path": "system.console/4.3.0",
  1335. "hashPath": "system.console.4.3.0.nupkg.sha512"
  1336. },
  1337. "System.Diagnostics.Debug/4.3.0": {
  1338. "type": "package",
  1339. "serviceable": true,
  1340. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1341. "path": "system.diagnostics.debug/4.3.0",
  1342. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1343. },
  1344. "System.Diagnostics.DiagnosticSource/4.3.0": {
  1345. "type": "package",
  1346. "serviceable": true,
  1347. "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
  1348. "path": "system.diagnostics.diagnosticsource/4.3.0",
  1349. "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
  1350. },
  1351. "System.Diagnostics.Tools/4.3.0": {
  1352. "type": "package",
  1353. "serviceable": true,
  1354. "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  1355. "path": "system.diagnostics.tools/4.3.0",
  1356. "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
  1357. },
  1358. "System.Diagnostics.Tracing/4.3.0": {
  1359. "type": "package",
  1360. "serviceable": true,
  1361. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  1362. "path": "system.diagnostics.tracing/4.3.0",
  1363. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  1364. },
  1365. "System.Dynamic.Runtime/4.0.11": {
  1366. "type": "package",
  1367. "serviceable": true,
  1368. "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
  1369. "path": "system.dynamic.runtime/4.0.11",
  1370. "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
  1371. },
  1372. "System.Globalization/4.3.0": {
  1373. "type": "package",
  1374. "serviceable": true,
  1375. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1376. "path": "system.globalization/4.3.0",
  1377. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1378. },
  1379. "System.Globalization.Calendars/4.3.0": {
  1380. "type": "package",
  1381. "serviceable": true,
  1382. "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
  1383. "path": "system.globalization.calendars/4.3.0",
  1384. "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
  1385. },
  1386. "System.Globalization.Extensions/4.3.0": {
  1387. "type": "package",
  1388. "serviceable": true,
  1389. "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  1390. "path": "system.globalization.extensions/4.3.0",
  1391. "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
  1392. },
  1393. "System.IO/4.3.0": {
  1394. "type": "package",
  1395. "serviceable": true,
  1396. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1397. "path": "system.io/4.3.0",
  1398. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1399. },
  1400. "System.IO.Compression/4.3.0": {
  1401. "type": "package",
  1402. "serviceable": true,
  1403. "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
  1404. "path": "system.io.compression/4.3.0",
  1405. "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
  1406. },
  1407. "System.IO.Compression.ZipFile/4.3.0": {
  1408. "type": "package",
  1409. "serviceable": true,
  1410. "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
  1411. "path": "system.io.compression.zipfile/4.3.0",
  1412. "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
  1413. },
  1414. "System.IO.FileSystem/4.3.0": {
  1415. "type": "package",
  1416. "serviceable": true,
  1417. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  1418. "path": "system.io.filesystem/4.3.0",
  1419. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  1420. },
  1421. "System.IO.FileSystem.Primitives/4.3.0": {
  1422. "type": "package",
  1423. "serviceable": true,
  1424. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1425. "path": "system.io.filesystem.primitives/4.3.0",
  1426. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1427. },
  1428. "System.Linq/4.3.0": {
  1429. "type": "package",
  1430. "serviceable": true,
  1431. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1432. "path": "system.linq/4.3.0",
  1433. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1434. },
  1435. "System.Linq.Expressions/4.3.0": {
  1436. "type": "package",
  1437. "serviceable": true,
  1438. "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
  1439. "path": "system.linq.expressions/4.3.0",
  1440. "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
  1441. },
  1442. "System.Net.Http/4.3.0": {
  1443. "type": "package",
  1444. "serviceable": true,
  1445. "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
  1446. "path": "system.net.http/4.3.0",
  1447. "hashPath": "system.net.http.4.3.0.nupkg.sha512"
  1448. },
  1449. "System.Net.Primitives/4.3.0": {
  1450. "type": "package",
  1451. "serviceable": true,
  1452. "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  1453. "path": "system.net.primitives/4.3.0",
  1454. "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
  1455. },
  1456. "System.Net.Sockets/4.3.0": {
  1457. "type": "package",
  1458. "serviceable": true,
  1459. "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
  1460. "path": "system.net.sockets/4.3.0",
  1461. "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
  1462. },
  1463. "System.ObjectModel/4.3.0": {
  1464. "type": "package",
  1465. "serviceable": true,
  1466. "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
  1467. "path": "system.objectmodel/4.3.0",
  1468. "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
  1469. },
  1470. "System.Reflection/4.3.0": {
  1471. "type": "package",
  1472. "serviceable": true,
  1473. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1474. "path": "system.reflection/4.3.0",
  1475. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1476. },
  1477. "System.Reflection.Emit/4.3.0": {
  1478. "type": "package",
  1479. "serviceable": true,
  1480. "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  1481. "path": "system.reflection.emit/4.3.0",
  1482. "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
  1483. },
  1484. "System.Reflection.Emit.ILGeneration/4.3.0": {
  1485. "type": "package",
  1486. "serviceable": true,
  1487. "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  1488. "path": "system.reflection.emit.ilgeneration/4.3.0",
  1489. "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
  1490. },
  1491. "System.Reflection.Emit.Lightweight/4.3.0": {
  1492. "type": "package",
  1493. "serviceable": true,
  1494. "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  1495. "path": "system.reflection.emit.lightweight/4.3.0",
  1496. "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
  1497. },
  1498. "System.Reflection.Extensions/4.3.0": {
  1499. "type": "package",
  1500. "serviceable": true,
  1501. "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  1502. "path": "system.reflection.extensions/4.3.0",
  1503. "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
  1504. },
  1505. "System.Reflection.Metadata/1.6.0": {
  1506. "type": "package",
  1507. "serviceable": true,
  1508. "sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
  1509. "path": "system.reflection.metadata/1.6.0",
  1510. "hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
  1511. },
  1512. "System.Reflection.Primitives/4.3.0": {
  1513. "type": "package",
  1514. "serviceable": true,
  1515. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1516. "path": "system.reflection.primitives/4.3.0",
  1517. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1518. },
  1519. "System.Reflection.TypeExtensions/4.3.0": {
  1520. "type": "package",
  1521. "serviceable": true,
  1522. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1523. "path": "system.reflection.typeextensions/4.3.0",
  1524. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1525. },
  1526. "System.Resources.ResourceManager/4.3.0": {
  1527. "type": "package",
  1528. "serviceable": true,
  1529. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1530. "path": "system.resources.resourcemanager/4.3.0",
  1531. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1532. },
  1533. "System.Runtime/4.3.0": {
  1534. "type": "package",
  1535. "serviceable": true,
  1536. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1537. "path": "system.runtime/4.3.0",
  1538. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1539. },
  1540. "System.Runtime.Extensions/4.3.0": {
  1541. "type": "package",
  1542. "serviceable": true,
  1543. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1544. "path": "system.runtime.extensions/4.3.0",
  1545. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1546. },
  1547. "System.Runtime.Handles/4.3.0": {
  1548. "type": "package",
  1549. "serviceable": true,
  1550. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1551. "path": "system.runtime.handles/4.3.0",
  1552. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1553. },
  1554. "System.Runtime.InteropServices/4.3.0": {
  1555. "type": "package",
  1556. "serviceable": true,
  1557. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1558. "path": "system.runtime.interopservices/4.3.0",
  1559. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1560. },
  1561. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  1562. "type": "package",
  1563. "serviceable": true,
  1564. "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
  1565. "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
  1566. "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
  1567. },
  1568. "System.Runtime.Numerics/4.3.0": {
  1569. "type": "package",
  1570. "serviceable": true,
  1571. "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  1572. "path": "system.runtime.numerics/4.3.0",
  1573. "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
  1574. },
  1575. "System.Runtime.Serialization.Primitives/4.1.1": {
  1576. "type": "package",
  1577. "serviceable": true,
  1578. "sha512": "sha512-HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
  1579. "path": "system.runtime.serialization.primitives/4.1.1",
  1580. "hashPath": "system.runtime.serialization.primitives.4.1.1.nupkg.sha512"
  1581. },
  1582. "System.Security.Cryptography.Algorithms/4.3.0": {
  1583. "type": "package",
  1584. "serviceable": true,
  1585. "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
  1586. "path": "system.security.cryptography.algorithms/4.3.0",
  1587. "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
  1588. },
  1589. "System.Security.Cryptography.Cng/4.3.0": {
  1590. "type": "package",
  1591. "serviceable": true,
  1592. "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
  1593. "path": "system.security.cryptography.cng/4.3.0",
  1594. "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
  1595. },
  1596. "System.Security.Cryptography.Csp/4.3.0": {
  1597. "type": "package",
  1598. "serviceable": true,
  1599. "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
  1600. "path": "system.security.cryptography.csp/4.3.0",
  1601. "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
  1602. },
  1603. "System.Security.Cryptography.Encoding/4.3.0": {
  1604. "type": "package",
  1605. "serviceable": true,
  1606. "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
  1607. "path": "system.security.cryptography.encoding/4.3.0",
  1608. "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
  1609. },
  1610. "System.Security.Cryptography.OpenSsl/4.3.0": {
  1611. "type": "package",
  1612. "serviceable": true,
  1613. "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
  1614. "path": "system.security.cryptography.openssl/4.3.0",
  1615. "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1616. },
  1617. "System.Security.Cryptography.Primitives/4.3.0": {
  1618. "type": "package",
  1619. "serviceable": true,
  1620. "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  1621. "path": "system.security.cryptography.primitives/4.3.0",
  1622. "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
  1623. },
  1624. "System.Security.Cryptography.X509Certificates/4.3.0": {
  1625. "type": "package",
  1626. "serviceable": true,
  1627. "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
  1628. "path": "system.security.cryptography.x509certificates/4.3.0",
  1629. "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
  1630. },
  1631. "System.Text.Encoding/4.3.0": {
  1632. "type": "package",
  1633. "serviceable": true,
  1634. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1635. "path": "system.text.encoding/4.3.0",
  1636. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1637. },
  1638. "System.Text.Encoding.Extensions/4.3.0": {
  1639. "type": "package",
  1640. "serviceable": true,
  1641. "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  1642. "path": "system.text.encoding.extensions/4.3.0",
  1643. "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
  1644. },
  1645. "System.Text.RegularExpressions/4.3.0": {
  1646. "type": "package",
  1647. "serviceable": true,
  1648. "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  1649. "path": "system.text.regularexpressions/4.3.0",
  1650. "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
  1651. },
  1652. "System.Threading/4.3.0": {
  1653. "type": "package",
  1654. "serviceable": true,
  1655. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1656. "path": "system.threading/4.3.0",
  1657. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1658. },
  1659. "System.Threading.Tasks/4.3.0": {
  1660. "type": "package",
  1661. "serviceable": true,
  1662. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1663. "path": "system.threading.tasks/4.3.0",
  1664. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1665. },
  1666. "System.Threading.Tasks.Extensions/4.3.0": {
  1667. "type": "package",
  1668. "serviceable": true,
  1669. "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
  1670. "path": "system.threading.tasks.extensions/4.3.0",
  1671. "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
  1672. },
  1673. "System.Threading.Timer/4.3.0": {
  1674. "type": "package",
  1675. "serviceable": true,
  1676. "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
  1677. "path": "system.threading.timer/4.3.0",
  1678. "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
  1679. },
  1680. "System.Xml.ReaderWriter/4.3.0": {
  1681. "type": "package",
  1682. "serviceable": true,
  1683. "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  1684. "path": "system.xml.readerwriter/4.3.0",
  1685. "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
  1686. },
  1687. "System.Xml.XDocument/4.3.0": {
  1688. "type": "package",
  1689. "serviceable": true,
  1690. "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  1691. "path": "system.xml.xdocument/4.3.0",
  1692. "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
  1693. },
  1694. "xunit/2.4.2": {
  1695. "type": "package",
  1696. "serviceable": true,
  1697. "sha512": "sha512-6Mj73Ont3zj2CJuoykVJfE0ZmRwn7C+pTuRP8c4bnaaTFjwNG6tGe0prJ1yIbMe9AHrpDys63ctWacSsFJWK/w==",
  1698. "path": "xunit/2.4.2",
  1699. "hashPath": "xunit.2.4.2.nupkg.sha512"
  1700. },
  1701. "xunit.abstractions/2.0.3": {
  1702. "type": "package",
  1703. "serviceable": true,
  1704. "sha512": "sha512-pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==",
  1705. "path": "xunit.abstractions/2.0.3",
  1706. "hashPath": "xunit.abstractions.2.0.3.nupkg.sha512"
  1707. },
  1708. "xunit.analyzers/1.0.0": {
  1709. "type": "package",
  1710. "serviceable": true,
  1711. "sha512": "sha512-BeO8hEgs/c8Ls2647fPfieMngncvf0D0xYNDfIO59MolxtCtVjFRd6SRc+7tj8VMqkVOuJcnc9eh4ngI2cAmLQ==",
  1712. "path": "xunit.analyzers/1.0.0",
  1713. "hashPath": "xunit.analyzers.1.0.0.nupkg.sha512"
  1714. },
  1715. "xunit.assert/2.4.2": {
  1716. "type": "package",
  1717. "serviceable": true,
  1718. "sha512": "sha512-pxJISOFjn2XTTi1mcDCkRZrTFb9OtRRCtx2kZFNF51GdReLr1ls2rnyxvAS4JO247K3aNtflvh5Q0346K5BROA==",
  1719. "path": "xunit.assert/2.4.2",
  1720. "hashPath": "xunit.assert.2.4.2.nupkg.sha512"
  1721. },
  1722. "xunit.core/2.4.2": {
  1723. "type": "package",
  1724. "serviceable": true,
  1725. "sha512": "sha512-KB4yGCxNqIVyekhJLXtKSEq6BaXVp/JO3mbGVE1hxypZTLEe7h+sTbAhpA+yZW2dPtXTuiW+C1B2oxxHEkrmOw==",
  1726. "path": "xunit.core/2.4.2",
  1727. "hashPath": "xunit.core.2.4.2.nupkg.sha512"
  1728. },
  1729. "xunit.extensibility.core/2.4.2": {
  1730. "type": "package",
  1731. "serviceable": true,
  1732. "sha512": "sha512-W1BoXTIN1C6kpVSMw25huSet25ky6IAQUNovu3zGOGN/jWnbgSoTyCrlIhmXSg0tH5nEf8q7h3OjNHOjyu5PfA==",
  1733. "path": "xunit.extensibility.core/2.4.2",
  1734. "hashPath": "xunit.extensibility.core.2.4.2.nupkg.sha512"
  1735. },
  1736. "xunit.extensibility.execution/2.4.2": {
  1737. "type": "package",
  1738. "serviceable": true,
  1739. "sha512": "sha512-CZmgcKkwpyo8FlupZdWpJCryrAOWLh1FBPG6gmVZuPQkGQsim/oL4PcP4nfrC2hHgXUFtluvaJ0Sp9PQKUMNpg==",
  1740. "path": "xunit.extensibility.execution/2.4.2",
  1741. "hashPath": "xunit.extensibility.execution.2.4.2.nupkg.sha512"
  1742. },
  1743. "xunit.runner.visualstudio/2.4.5": {
  1744. "type": "package",
  1745. "serviceable": true,
  1746. "sha512": "sha512-OwHamvBdUKgqsXfBzWiCW/O98BTx81UKzx2bieIOQI7CZFE5NEQZGi8PBQGIKawDW96xeRffiNf20SjfC0x9hw==",
  1747. "path": "xunit.runner.visualstudio/2.4.5",
  1748. "hashPath": "xunit.runner.visualstudio.2.4.5.nupkg.sha512"
  1749. },
  1750. "Lib/1.0.0": {
  1751. "type": "project",
  1752. "serviceable": false,
  1753. "sha512": ""
  1754. }
  1755. }
  1756. }