MQTTnet.deps.json 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v1.3/",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v1.3": {},
  9. ".NETStandard,Version=v1.3/": {
  10. "MQTTnet/1.0.0": {
  11. "dependencies": {
  12. "NETStandard.Library": "1.6.1",
  13. "System.Net.Security": "4.3.2",
  14. "System.Net.WebSockets": "4.3.0",
  15. "System.Net.WebSockets.Client": "4.3.2"
  16. },
  17. "runtime": {
  18. "MQTTnet.dll": {}
  19. }
  20. },
  21. "Microsoft.NETCore.Platforms/1.1.0": {},
  22. "Microsoft.NETCore.Targets/1.1.0": {},
  23. "Microsoft.Win32.Primitives/4.3.0": {
  24. "dependencies": {
  25. "Microsoft.NETCore.Platforms": "1.1.0",
  26. "Microsoft.NETCore.Targets": "1.1.0",
  27. "System.Runtime": "4.3.0"
  28. }
  29. },
  30. "NETStandard.Library/1.6.1": {
  31. "dependencies": {
  32. "Microsoft.NETCore.Platforms": "1.1.0",
  33. "Microsoft.Win32.Primitives": "4.3.0",
  34. "System.AppContext": "4.3.0",
  35. "System.Collections": "4.3.0",
  36. "System.Collections.Concurrent": "4.3.0",
  37. "System.Console": "4.3.0",
  38. "System.Diagnostics.Debug": "4.3.0",
  39. "System.Diagnostics.Tools": "4.3.0",
  40. "System.Diagnostics.Tracing": "4.3.0",
  41. "System.Globalization": "4.3.0",
  42. "System.Globalization.Calendars": "4.3.0",
  43. "System.IO": "4.3.0",
  44. "System.IO.Compression": "4.3.0",
  45. "System.IO.Compression.ZipFile": "4.3.0",
  46. "System.IO.FileSystem": "4.3.0",
  47. "System.IO.FileSystem.Primitives": "4.3.0",
  48. "System.Linq": "4.3.0",
  49. "System.Linq.Expressions": "4.3.0",
  50. "System.Net.Http": "4.3.0",
  51. "System.Net.Primitives": "4.3.0",
  52. "System.Net.Sockets": "4.3.0",
  53. "System.ObjectModel": "4.3.0",
  54. "System.Reflection": "4.3.0",
  55. "System.Reflection.Extensions": "4.3.0",
  56. "System.Reflection.Primitives": "4.3.0",
  57. "System.Resources.ResourceManager": "4.3.0",
  58. "System.Runtime": "4.3.0",
  59. "System.Runtime.Extensions": "4.3.0",
  60. "System.Runtime.Handles": "4.3.0",
  61. "System.Runtime.InteropServices": "4.3.0",
  62. "System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
  63. "System.Runtime.Numerics": "4.3.0",
  64. "System.Security.Cryptography.Algorithms": "4.3.0",
  65. "System.Security.Cryptography.Encoding": "4.3.0",
  66. "System.Security.Cryptography.Primitives": "4.3.0",
  67. "System.Security.Cryptography.X509Certificates": "4.3.0",
  68. "System.Text.Encoding": "4.3.0",
  69. "System.Text.Encoding.Extensions": "4.3.0",
  70. "System.Text.RegularExpressions": "4.3.0",
  71. "System.Threading": "4.3.0",
  72. "System.Threading.Tasks": "4.3.0",
  73. "System.Threading.Timer": "4.3.0",
  74. "System.Xml.ReaderWriter": "4.3.0",
  75. "System.Xml.XDocument": "4.3.0"
  76. }
  77. },
  78. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  79. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  80. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  81. "runtime.native.System/4.3.0": {
  82. "dependencies": {
  83. "Microsoft.NETCore.Platforms": "1.1.0",
  84. "Microsoft.NETCore.Targets": "1.1.0"
  85. }
  86. },
  87. "runtime.native.System.IO.Compression/4.3.0": {
  88. "dependencies": {
  89. "Microsoft.NETCore.Platforms": "1.1.0",
  90. "Microsoft.NETCore.Targets": "1.1.0"
  91. }
  92. },
  93. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  94. "dependencies": {
  95. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  96. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  97. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  98. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  99. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  100. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  101. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  102. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  103. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  104. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  105. }
  106. },
  107. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  108. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  109. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  110. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  111. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  112. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  113. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  114. "System.AppContext/4.3.0": {
  115. "dependencies": {
  116. "System.Runtime": "4.3.0"
  117. }
  118. },
  119. "System.Buffers/4.3.0": {
  120. "dependencies": {
  121. "System.Diagnostics.Debug": "4.3.0",
  122. "System.Diagnostics.Tracing": "4.3.0",
  123. "System.Resources.ResourceManager": "4.3.0",
  124. "System.Runtime": "4.3.0",
  125. "System.Threading": "4.3.0"
  126. },
  127. "runtime": {
  128. "lib/netstandard1.1/System.Buffers.dll": {
  129. "assemblyVersion": "4.0.1.0",
  130. "fileVersion": "4.6.24705.1"
  131. }
  132. }
  133. },
  134. "System.Collections/4.3.0": {
  135. "dependencies": {
  136. "Microsoft.NETCore.Platforms": "1.1.0",
  137. "Microsoft.NETCore.Targets": "1.1.0",
  138. "System.Runtime": "4.3.0"
  139. }
  140. },
  141. "System.Collections.Concurrent/4.3.0": {
  142. "dependencies": {
  143. "System.Collections": "4.3.0",
  144. "System.Diagnostics.Debug": "4.3.0",
  145. "System.Diagnostics.Tracing": "4.3.0",
  146. "System.Globalization": "4.3.0",
  147. "System.Reflection": "4.3.0",
  148. "System.Resources.ResourceManager": "4.3.0",
  149. "System.Runtime": "4.3.0",
  150. "System.Runtime.Extensions": "4.3.0",
  151. "System.Threading": "4.3.0",
  152. "System.Threading.Tasks": "4.3.0"
  153. },
  154. "runtime": {
  155. "lib/netstandard1.3/System.Collections.Concurrent.dll": {
  156. "assemblyVersion": "4.0.13.0",
  157. "fileVersion": "4.6.24705.1"
  158. }
  159. }
  160. },
  161. "System.Console/4.3.0": {
  162. "dependencies": {
  163. "Microsoft.NETCore.Platforms": "1.1.0",
  164. "Microsoft.NETCore.Targets": "1.1.0",
  165. "System.IO": "4.3.0",
  166. "System.Runtime": "4.3.0",
  167. "System.Text.Encoding": "4.3.0"
  168. }
  169. },
  170. "System.Diagnostics.Debug/4.3.0": {
  171. "dependencies": {
  172. "Microsoft.NETCore.Platforms": "1.1.0",
  173. "Microsoft.NETCore.Targets": "1.1.0",
  174. "System.Runtime": "4.3.0"
  175. }
  176. },
  177. "System.Diagnostics.DiagnosticSource/4.3.0": {
  178. "dependencies": {
  179. "System.Collections": "4.3.0",
  180. "System.Diagnostics.Tracing": "4.3.0",
  181. "System.Reflection": "4.3.0",
  182. "System.Runtime": "4.3.0",
  183. "System.Threading": "4.3.0"
  184. },
  185. "runtime": {
  186. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
  187. "assemblyVersion": "4.0.1.0",
  188. "fileVersion": "4.6.24705.1"
  189. }
  190. }
  191. },
  192. "System.Diagnostics.Tools/4.3.0": {
  193. "dependencies": {
  194. "Microsoft.NETCore.Platforms": "1.1.0",
  195. "Microsoft.NETCore.Targets": "1.1.0",
  196. "System.Runtime": "4.3.0"
  197. }
  198. },
  199. "System.Diagnostics.Tracing/4.3.0": {
  200. "dependencies": {
  201. "Microsoft.NETCore.Platforms": "1.1.0",
  202. "Microsoft.NETCore.Targets": "1.1.0",
  203. "System.Runtime": "4.3.0"
  204. }
  205. },
  206. "System.Globalization/4.3.0": {
  207. "dependencies": {
  208. "Microsoft.NETCore.Platforms": "1.1.0",
  209. "Microsoft.NETCore.Targets": "1.1.0",
  210. "System.Runtime": "4.3.0"
  211. }
  212. },
  213. "System.Globalization.Calendars/4.3.0": {
  214. "dependencies": {
  215. "Microsoft.NETCore.Platforms": "1.1.0",
  216. "Microsoft.NETCore.Targets": "1.1.0",
  217. "System.Globalization": "4.3.0",
  218. "System.Runtime": "4.3.0"
  219. }
  220. },
  221. "System.IO/4.3.0": {
  222. "dependencies": {
  223. "Microsoft.NETCore.Platforms": "1.1.0",
  224. "Microsoft.NETCore.Targets": "1.1.0",
  225. "System.Runtime": "4.3.0",
  226. "System.Text.Encoding": "4.3.0",
  227. "System.Threading.Tasks": "4.3.0"
  228. }
  229. },
  230. "System.IO.Compression/4.3.0": {
  231. "dependencies": {
  232. "Microsoft.NETCore.Platforms": "1.1.0",
  233. "System.Buffers": "4.3.0",
  234. "System.Collections": "4.3.0",
  235. "System.Diagnostics.Debug": "4.3.0",
  236. "System.IO": "4.3.0",
  237. "System.Resources.ResourceManager": "4.3.0",
  238. "System.Runtime": "4.3.0",
  239. "System.Runtime.Extensions": "4.3.0",
  240. "System.Runtime.Handles": "4.3.0",
  241. "System.Runtime.InteropServices": "4.3.0",
  242. "System.Text.Encoding": "4.3.0",
  243. "System.Threading": "4.3.0",
  244. "System.Threading.Tasks": "4.3.0",
  245. "runtime.native.System": "4.3.0",
  246. "runtime.native.System.IO.Compression": "4.3.0"
  247. }
  248. },
  249. "System.IO.Compression.ZipFile/4.3.0": {
  250. "dependencies": {
  251. "System.Buffers": "4.3.0",
  252. "System.IO": "4.3.0",
  253. "System.IO.Compression": "4.3.0",
  254. "System.IO.FileSystem": "4.3.0",
  255. "System.IO.FileSystem.Primitives": "4.3.0",
  256. "System.Resources.ResourceManager": "4.3.0",
  257. "System.Runtime": "4.3.0",
  258. "System.Runtime.Extensions": "4.3.0",
  259. "System.Text.Encoding": "4.3.0"
  260. },
  261. "runtime": {
  262. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {
  263. "assemblyVersion": "4.0.2.0",
  264. "fileVersion": "4.6.24705.1"
  265. }
  266. }
  267. },
  268. "System.IO.FileSystem/4.3.0": {
  269. "dependencies": {
  270. "Microsoft.NETCore.Platforms": "1.1.0",
  271. "Microsoft.NETCore.Targets": "1.1.0",
  272. "System.IO": "4.3.0",
  273. "System.IO.FileSystem.Primitives": "4.3.0",
  274. "System.Runtime": "4.3.0",
  275. "System.Runtime.Handles": "4.3.0",
  276. "System.Text.Encoding": "4.3.0",
  277. "System.Threading.Tasks": "4.3.0"
  278. }
  279. },
  280. "System.IO.FileSystem.Primitives/4.3.0": {
  281. "dependencies": {
  282. "System.Runtime": "4.3.0"
  283. },
  284. "runtime": {
  285. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
  286. "assemblyVersion": "4.0.2.0",
  287. "fileVersion": "4.6.24705.1"
  288. }
  289. }
  290. },
  291. "System.Linq/4.3.0": {
  292. "dependencies": {
  293. "System.Collections": "4.3.0",
  294. "System.Runtime": "4.3.0"
  295. }
  296. },
  297. "System.Linq.Expressions/4.3.0": {
  298. "dependencies": {
  299. "System.Reflection": "4.3.0",
  300. "System.Runtime": "4.3.0"
  301. }
  302. },
  303. "System.Net.Http/4.3.0": {
  304. "dependencies": {
  305. "Microsoft.NETCore.Platforms": "1.1.0",
  306. "Microsoft.Win32.Primitives": "4.3.0",
  307. "System.Collections": "4.3.0",
  308. "System.Diagnostics.Debug": "4.3.0",
  309. "System.Diagnostics.DiagnosticSource": "4.3.0",
  310. "System.Diagnostics.Tracing": "4.3.0",
  311. "System.Globalization": "4.3.0",
  312. "System.IO": "4.3.0",
  313. "System.IO.Compression": "4.3.0",
  314. "System.Net.Primitives": "4.3.0",
  315. "System.Resources.ResourceManager": "4.3.0",
  316. "System.Runtime": "4.3.0",
  317. "System.Runtime.Extensions": "4.3.0",
  318. "System.Runtime.Handles": "4.3.0",
  319. "System.Runtime.InteropServices": "4.3.0",
  320. "System.Security.Cryptography.X509Certificates": "4.3.0",
  321. "System.Text.Encoding": "4.3.0",
  322. "System.Threading": "4.3.0",
  323. "System.Threading.Tasks": "4.3.0"
  324. }
  325. },
  326. "System.Net.NameResolution/4.3.0": {
  327. "dependencies": {
  328. "Microsoft.NETCore.Platforms": "1.1.0",
  329. "System.Collections": "4.3.0",
  330. "System.Diagnostics.Tracing": "4.3.0",
  331. "System.Globalization": "4.3.0",
  332. "System.Net.Primitives": "4.3.0",
  333. "System.Resources.ResourceManager": "4.3.0",
  334. "System.Runtime": "4.3.0",
  335. "System.Runtime.Extensions": "4.3.0",
  336. "System.Runtime.Handles": "4.3.0",
  337. "System.Runtime.InteropServices": "4.3.0",
  338. "System.Security.Principal.Windows": "4.3.0",
  339. "System.Threading": "4.3.0",
  340. "System.Threading.Tasks": "4.3.0",
  341. "runtime.native.System": "4.3.0"
  342. }
  343. },
  344. "System.Net.Primitives/4.3.0": {
  345. "dependencies": {
  346. "Microsoft.NETCore.Platforms": "1.1.0",
  347. "Microsoft.NETCore.Targets": "1.1.0",
  348. "System.Runtime": "4.3.0",
  349. "System.Runtime.Handles": "4.3.0"
  350. }
  351. },
  352. "System.Net.Security/4.3.2": {
  353. "dependencies": {
  354. "Microsoft.NETCore.Platforms": "1.1.0",
  355. "Microsoft.Win32.Primitives": "4.3.0",
  356. "System.Collections": "4.3.0",
  357. "System.Collections.Concurrent": "4.3.0",
  358. "System.Diagnostics.Tracing": "4.3.0",
  359. "System.Globalization": "4.3.0",
  360. "System.IO": "4.3.0",
  361. "System.Net.Primitives": "4.3.0",
  362. "System.Resources.ResourceManager": "4.3.0",
  363. "System.Runtime": "4.3.0",
  364. "System.Runtime.Extensions": "4.3.0",
  365. "System.Runtime.Handles": "4.3.0",
  366. "System.Runtime.InteropServices": "4.3.0",
  367. "System.Security.Claims": "4.3.0",
  368. "System.Security.Cryptography.Encoding": "4.3.0",
  369. "System.Security.Cryptography.Primitives": "4.3.0",
  370. "System.Security.Cryptography.X509Certificates": "4.3.0",
  371. "System.Security.Principal": "4.3.0",
  372. "System.Security.Principal.Windows": "4.3.0",
  373. "System.Threading": "4.3.0",
  374. "System.Threading.Tasks": "4.3.0",
  375. "System.Threading.ThreadPool": "4.3.0"
  376. }
  377. },
  378. "System.Net.Sockets/4.3.0": {
  379. "dependencies": {
  380. "Microsoft.NETCore.Platforms": "1.1.0",
  381. "Microsoft.NETCore.Targets": "1.1.0",
  382. "System.IO": "4.3.0",
  383. "System.Net.Primitives": "4.3.0",
  384. "System.Runtime": "4.3.0",
  385. "System.Threading.Tasks": "4.3.0"
  386. }
  387. },
  388. "System.Net.WebHeaderCollection/4.3.0": {
  389. "dependencies": {
  390. "System.Collections": "4.3.0",
  391. "System.Resources.ResourceManager": "4.3.0",
  392. "System.Runtime": "4.3.0",
  393. "System.Runtime.Extensions": "4.3.0"
  394. },
  395. "runtime": {
  396. "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {
  397. "assemblyVersion": "4.0.2.0",
  398. "fileVersion": "4.6.24705.1"
  399. }
  400. }
  401. },
  402. "System.Net.WebSockets/4.3.0": {
  403. "dependencies": {
  404. "Microsoft.Win32.Primitives": "4.3.0",
  405. "System.Resources.ResourceManager": "4.3.0",
  406. "System.Runtime": "4.3.0",
  407. "System.Threading.Tasks": "4.3.0"
  408. },
  409. "runtime": {
  410. "lib/netstandard1.3/System.Net.WebSockets.dll": {
  411. "assemblyVersion": "4.0.1.0",
  412. "fileVersion": "4.6.24705.1"
  413. }
  414. }
  415. },
  416. "System.Net.WebSockets.Client/4.3.2": {
  417. "dependencies": {
  418. "Microsoft.NETCore.Platforms": "1.1.0",
  419. "Microsoft.Win32.Primitives": "4.3.0",
  420. "System.Collections": "4.3.0",
  421. "System.Diagnostics.Debug": "4.3.0",
  422. "System.Diagnostics.Tracing": "4.3.0",
  423. "System.Globalization": "4.3.0",
  424. "System.IO": "4.3.0",
  425. "System.Net.NameResolution": "4.3.0",
  426. "System.Net.Primitives": "4.3.0",
  427. "System.Net.Security": "4.3.2",
  428. "System.Net.Sockets": "4.3.0",
  429. "System.Net.WebHeaderCollection": "4.3.0",
  430. "System.Net.WebSockets": "4.3.0",
  431. "System.Resources.ResourceManager": "4.3.0",
  432. "System.Runtime": "4.3.0",
  433. "System.Runtime.Extensions": "4.3.0",
  434. "System.Runtime.Handles": "4.3.0",
  435. "System.Runtime.InteropServices": "4.3.0",
  436. "System.Security.Cryptography.Algorithms": "4.3.0",
  437. "System.Security.Cryptography.Primitives": "4.3.0",
  438. "System.Security.Cryptography.X509Certificates": "4.3.0",
  439. "System.Text.Encoding": "4.3.0",
  440. "System.Text.Encoding.Extensions": "4.3.0",
  441. "System.Threading": "4.3.0",
  442. "System.Threading.Tasks": "4.3.0",
  443. "System.Threading.Timer": "4.3.0"
  444. }
  445. },
  446. "System.ObjectModel/4.3.0": {
  447. "dependencies": {
  448. "System.Collections": "4.3.0",
  449. "System.Diagnostics.Debug": "4.3.0",
  450. "System.Resources.ResourceManager": "4.3.0",
  451. "System.Runtime": "4.3.0",
  452. "System.Threading": "4.3.0"
  453. },
  454. "runtime": {
  455. "lib/netstandard1.3/System.ObjectModel.dll": {
  456. "assemblyVersion": "4.0.13.0",
  457. "fileVersion": "4.6.24705.1"
  458. }
  459. }
  460. },
  461. "System.Reflection/4.3.0": {
  462. "dependencies": {
  463. "Microsoft.NETCore.Platforms": "1.1.0",
  464. "Microsoft.NETCore.Targets": "1.1.0",
  465. "System.IO": "4.3.0",
  466. "System.Reflection.Primitives": "4.3.0",
  467. "System.Runtime": "4.3.0"
  468. }
  469. },
  470. "System.Reflection.Extensions/4.3.0": {
  471. "dependencies": {
  472. "Microsoft.NETCore.Platforms": "1.1.0",
  473. "Microsoft.NETCore.Targets": "1.1.0",
  474. "System.Reflection": "4.3.0",
  475. "System.Runtime": "4.3.0"
  476. }
  477. },
  478. "System.Reflection.Primitives/4.3.0": {
  479. "dependencies": {
  480. "Microsoft.NETCore.Platforms": "1.1.0",
  481. "Microsoft.NETCore.Targets": "1.1.0",
  482. "System.Runtime": "4.3.0"
  483. }
  484. },
  485. "System.Resources.ResourceManager/4.3.0": {
  486. "dependencies": {
  487. "Microsoft.NETCore.Platforms": "1.1.0",
  488. "Microsoft.NETCore.Targets": "1.1.0",
  489. "System.Globalization": "4.3.0",
  490. "System.Reflection": "4.3.0",
  491. "System.Runtime": "4.3.0"
  492. }
  493. },
  494. "System.Runtime/4.3.0": {
  495. "dependencies": {
  496. "Microsoft.NETCore.Platforms": "1.1.0",
  497. "Microsoft.NETCore.Targets": "1.1.0"
  498. }
  499. },
  500. "System.Runtime.Extensions/4.3.0": {
  501. "dependencies": {
  502. "Microsoft.NETCore.Platforms": "1.1.0",
  503. "Microsoft.NETCore.Targets": "1.1.0",
  504. "System.Runtime": "4.3.0"
  505. }
  506. },
  507. "System.Runtime.Handles/4.3.0": {
  508. "dependencies": {
  509. "Microsoft.NETCore.Platforms": "1.1.0",
  510. "Microsoft.NETCore.Targets": "1.1.0",
  511. "System.Runtime": "4.3.0"
  512. }
  513. },
  514. "System.Runtime.InteropServices/4.3.0": {
  515. "dependencies": {
  516. "Microsoft.NETCore.Platforms": "1.1.0",
  517. "Microsoft.NETCore.Targets": "1.1.0",
  518. "System.Reflection": "4.3.0",
  519. "System.Reflection.Primitives": "4.3.0",
  520. "System.Runtime": "4.3.0",
  521. "System.Runtime.Handles": "4.3.0"
  522. }
  523. },
  524. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  525. "dependencies": {
  526. "System.Reflection": "4.3.0",
  527. "System.Reflection.Extensions": "4.3.0",
  528. "System.Resources.ResourceManager": "4.3.0",
  529. "System.Runtime": "4.3.0",
  530. "System.Runtime.InteropServices": "4.3.0",
  531. "System.Threading": "4.3.0",
  532. "runtime.native.System": "4.3.0"
  533. },
  534. "runtime": {
  535. "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
  536. "assemblyVersion": "4.0.1.0",
  537. "fileVersion": "4.6.24705.1"
  538. }
  539. }
  540. },
  541. "System.Runtime.Numerics/4.3.0": {
  542. "dependencies": {
  543. "System.Globalization": "4.3.0",
  544. "System.Resources.ResourceManager": "4.3.0",
  545. "System.Runtime": "4.3.0",
  546. "System.Runtime.Extensions": "4.3.0"
  547. },
  548. "runtime": {
  549. "lib/netstandard1.3/System.Runtime.Numerics.dll": {
  550. "assemblyVersion": "4.0.2.0",
  551. "fileVersion": "4.6.24705.1"
  552. }
  553. }
  554. },
  555. "System.Security.Claims/4.3.0": {
  556. "dependencies": {
  557. "System.Collections": "4.3.0",
  558. "System.Globalization": "4.3.0",
  559. "System.IO": "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.Security.Principal": "4.3.0"
  564. },
  565. "runtime": {
  566. "lib/netstandard1.3/System.Security.Claims.dll": {
  567. "assemblyVersion": "4.0.2.0",
  568. "fileVersion": "4.6.24705.1"
  569. }
  570. }
  571. },
  572. "System.Security.Cryptography.Algorithms/4.3.0": {
  573. "dependencies": {
  574. "System.IO": "4.3.0",
  575. "System.Runtime": "4.3.0",
  576. "System.Security.Cryptography.Primitives": "4.3.0"
  577. }
  578. },
  579. "System.Security.Cryptography.Encoding/4.3.0": {
  580. "dependencies": {
  581. "Microsoft.NETCore.Platforms": "1.1.0",
  582. "System.Collections": "4.3.0",
  583. "System.Collections.Concurrent": "4.3.0",
  584. "System.Linq": "4.3.0",
  585. "System.Resources.ResourceManager": "4.3.0",
  586. "System.Runtime": "4.3.0",
  587. "System.Runtime.Extensions": "4.3.0",
  588. "System.Runtime.Handles": "4.3.0",
  589. "System.Runtime.InteropServices": "4.3.0",
  590. "System.Security.Cryptography.Primitives": "4.3.0",
  591. "System.Text.Encoding": "4.3.0",
  592. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  593. }
  594. },
  595. "System.Security.Cryptography.Primitives/4.3.0": {
  596. "dependencies": {
  597. "System.Diagnostics.Debug": "4.3.0",
  598. "System.Globalization": "4.3.0",
  599. "System.IO": "4.3.0",
  600. "System.Resources.ResourceManager": "4.3.0",
  601. "System.Runtime": "4.3.0",
  602. "System.Threading": "4.3.0",
  603. "System.Threading.Tasks": "4.3.0"
  604. },
  605. "runtime": {
  606. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {
  607. "assemblyVersion": "4.0.1.0",
  608. "fileVersion": "4.6.24705.1"
  609. }
  610. }
  611. },
  612. "System.Security.Cryptography.X509Certificates/4.3.0": {
  613. "dependencies": {
  614. "System.Runtime": "4.3.0",
  615. "System.Runtime.Handles": "4.3.0",
  616. "System.Security.Cryptography.Algorithms": "4.3.0",
  617. "System.Security.Cryptography.Encoding": "4.3.0"
  618. }
  619. },
  620. "System.Security.Principal/4.3.0": {
  621. "dependencies": {
  622. "System.Runtime": "4.3.0"
  623. },
  624. "runtime": {
  625. "lib/netstandard1.0/System.Security.Principal.dll": {
  626. "assemblyVersion": "4.0.2.0",
  627. "fileVersion": "4.6.24705.1"
  628. }
  629. }
  630. },
  631. "System.Security.Principal.Windows/4.3.0": {
  632. "dependencies": {
  633. "Microsoft.NETCore.Platforms": "1.1.0",
  634. "Microsoft.Win32.Primitives": "4.3.0",
  635. "System.Collections": "4.3.0",
  636. "System.Diagnostics.Debug": "4.3.0",
  637. "System.Reflection": "4.3.0",
  638. "System.Resources.ResourceManager": "4.3.0",
  639. "System.Runtime": "4.3.0",
  640. "System.Runtime.Extensions": "4.3.0",
  641. "System.Runtime.Handles": "4.3.0",
  642. "System.Runtime.InteropServices": "4.3.0",
  643. "System.Security.Claims": "4.3.0",
  644. "System.Security.Principal": "4.3.0",
  645. "System.Text.Encoding": "4.3.0",
  646. "System.Threading": "4.3.0"
  647. }
  648. },
  649. "System.Text.Encoding/4.3.0": {
  650. "dependencies": {
  651. "Microsoft.NETCore.Platforms": "1.1.0",
  652. "Microsoft.NETCore.Targets": "1.1.0",
  653. "System.Runtime": "4.3.0"
  654. }
  655. },
  656. "System.Text.Encoding.Extensions/4.3.0": {
  657. "dependencies": {
  658. "Microsoft.NETCore.Platforms": "1.1.0",
  659. "Microsoft.NETCore.Targets": "1.1.0",
  660. "System.Runtime": "4.3.0",
  661. "System.Text.Encoding": "4.3.0"
  662. }
  663. },
  664. "System.Text.RegularExpressions/4.3.0": {
  665. "dependencies": {
  666. "System.Runtime": "4.3.0"
  667. }
  668. },
  669. "System.Threading/4.3.0": {
  670. "dependencies": {
  671. "System.Runtime": "4.3.0",
  672. "System.Threading.Tasks": "4.3.0"
  673. },
  674. "runtime": {
  675. "lib/netstandard1.3/System.Threading.dll": {
  676. "assemblyVersion": "4.0.12.0",
  677. "fileVersion": "4.6.24705.1"
  678. }
  679. }
  680. },
  681. "System.Threading.Tasks/4.3.0": {
  682. "dependencies": {
  683. "Microsoft.NETCore.Platforms": "1.1.0",
  684. "Microsoft.NETCore.Targets": "1.1.0",
  685. "System.Runtime": "4.3.0"
  686. }
  687. },
  688. "System.Threading.Tasks.Extensions/4.3.0": {
  689. "dependencies": {
  690. "System.Collections": "4.3.0",
  691. "System.Runtime": "4.3.0",
  692. "System.Threading.Tasks": "4.3.0"
  693. },
  694. "runtime": {
  695. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {
  696. "assemblyVersion": "4.1.0.0",
  697. "fileVersion": "4.6.24705.1"
  698. }
  699. }
  700. },
  701. "System.Threading.ThreadPool/4.3.0": {
  702. "dependencies": {
  703. "System.Runtime": "4.3.0",
  704. "System.Runtime.Handles": "4.3.0"
  705. },
  706. "runtime": {
  707. "lib/netstandard1.3/System.Threading.ThreadPool.dll": {
  708. "assemblyVersion": "4.0.11.0",
  709. "fileVersion": "4.6.24705.1"
  710. }
  711. }
  712. },
  713. "System.Threading.Timer/4.3.0": {
  714. "dependencies": {
  715. "Microsoft.NETCore.Platforms": "1.1.0",
  716. "Microsoft.NETCore.Targets": "1.1.0",
  717. "System.Runtime": "4.3.0"
  718. }
  719. },
  720. "System.Xml.ReaderWriter/4.3.0": {
  721. "dependencies": {
  722. "System.Collections": "4.3.0",
  723. "System.Diagnostics.Debug": "4.3.0",
  724. "System.Globalization": "4.3.0",
  725. "System.IO": "4.3.0",
  726. "System.IO.FileSystem": "4.3.0",
  727. "System.IO.FileSystem.Primitives": "4.3.0",
  728. "System.Resources.ResourceManager": "4.3.0",
  729. "System.Runtime": "4.3.0",
  730. "System.Runtime.Extensions": "4.3.0",
  731. "System.Runtime.InteropServices": "4.3.0",
  732. "System.Text.Encoding": "4.3.0",
  733. "System.Text.Encoding.Extensions": "4.3.0",
  734. "System.Text.RegularExpressions": "4.3.0",
  735. "System.Threading.Tasks": "4.3.0",
  736. "System.Threading.Tasks.Extensions": "4.3.0"
  737. },
  738. "runtime": {
  739. "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {
  740. "assemblyVersion": "4.1.0.0",
  741. "fileVersion": "4.6.24705.1"
  742. }
  743. }
  744. },
  745. "System.Xml.XDocument/4.3.0": {
  746. "dependencies": {
  747. "System.Collections": "4.3.0",
  748. "System.Diagnostics.Debug": "4.3.0",
  749. "System.Diagnostics.Tools": "4.3.0",
  750. "System.Globalization": "4.3.0",
  751. "System.IO": "4.3.0",
  752. "System.Reflection": "4.3.0",
  753. "System.Resources.ResourceManager": "4.3.0",
  754. "System.Runtime": "4.3.0",
  755. "System.Runtime.Extensions": "4.3.0",
  756. "System.Text.Encoding": "4.3.0",
  757. "System.Threading": "4.3.0",
  758. "System.Xml.ReaderWriter": "4.3.0"
  759. },
  760. "runtime": {
  761. "lib/netstandard1.3/System.Xml.XDocument.dll": {
  762. "assemblyVersion": "4.0.12.0",
  763. "fileVersion": "4.6.24705.1"
  764. }
  765. }
  766. }
  767. }
  768. },
  769. "libraries": {
  770. "MQTTnet/1.0.0": {
  771. "type": "project",
  772. "serviceable": false,
  773. "sha512": ""
  774. },
  775. "Microsoft.NETCore.Platforms/1.1.0": {
  776. "type": "package",
  777. "serviceable": true,
  778. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  779. "path": "microsoft.netcore.platforms/1.1.0",
  780. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  781. },
  782. "Microsoft.NETCore.Targets/1.1.0": {
  783. "type": "package",
  784. "serviceable": true,
  785. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  786. "path": "microsoft.netcore.targets/1.1.0",
  787. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  788. },
  789. "Microsoft.Win32.Primitives/4.3.0": {
  790. "type": "package",
  791. "serviceable": true,
  792. "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
  793. "path": "microsoft.win32.primitives/4.3.0",
  794. "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
  795. },
  796. "NETStandard.Library/1.6.1": {
  797. "type": "package",
  798. "serviceable": true,
  799. "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==",
  800. "path": "netstandard.library/1.6.1",
  801. "hashPath": "netstandard.library.1.6.1.nupkg.sha512"
  802. },
  803. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  804. "type": "package",
  805. "serviceable": true,
  806. "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
  807. "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  808. "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  809. },
  810. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  811. "type": "package",
  812. "serviceable": true,
  813. "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
  814. "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  815. "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  816. },
  817. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  818. "type": "package",
  819. "serviceable": true,
  820. "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
  821. "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  822. "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  823. },
  824. "runtime.native.System/4.3.0": {
  825. "type": "package",
  826. "serviceable": true,
  827. "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  828. "path": "runtime.native.system/4.3.0",
  829. "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
  830. },
  831. "runtime.native.System.IO.Compression/4.3.0": {
  832. "type": "package",
  833. "serviceable": true,
  834. "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==",
  835. "path": "runtime.native.system.io.compression/4.3.0",
  836. "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512"
  837. },
  838. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  839. "type": "package",
  840. "serviceable": true,
  841. "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
  842. "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
  843. "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  844. },
  845. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  846. "type": "package",
  847. "serviceable": true,
  848. "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
  849. "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  850. "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  851. },
  852. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  853. "type": "package",
  854. "serviceable": true,
  855. "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
  856. "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  857. "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  858. },
  859. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  860. "type": "package",
  861. "serviceable": true,
  862. "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
  863. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  864. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  865. },
  866. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  867. "type": "package",
  868. "serviceable": true,
  869. "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
  870. "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  871. "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  872. },
  873. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  874. "type": "package",
  875. "serviceable": true,
  876. "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
  877. "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  878. "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  879. },
  880. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  881. "type": "package",
  882. "serviceable": true,
  883. "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
  884. "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  885. "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  886. },
  887. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  888. "type": "package",
  889. "serviceable": true,
  890. "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
  891. "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  892. "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  893. },
  894. "System.AppContext/4.3.0": {
  895. "type": "package",
  896. "serviceable": true,
  897. "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==",
  898. "path": "system.appcontext/4.3.0",
  899. "hashPath": "system.appcontext.4.3.0.nupkg.sha512"
  900. },
  901. "System.Buffers/4.3.0": {
  902. "type": "package",
  903. "serviceable": true,
  904. "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==",
  905. "path": "system.buffers/4.3.0",
  906. "hashPath": "system.buffers.4.3.0.nupkg.sha512"
  907. },
  908. "System.Collections/4.3.0": {
  909. "type": "package",
  910. "serviceable": true,
  911. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  912. "path": "system.collections/4.3.0",
  913. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  914. },
  915. "System.Collections.Concurrent/4.3.0": {
  916. "type": "package",
  917. "serviceable": true,
  918. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  919. "path": "system.collections.concurrent/4.3.0",
  920. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  921. },
  922. "System.Console/4.3.0": {
  923. "type": "package",
  924. "serviceable": true,
  925. "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==",
  926. "path": "system.console/4.3.0",
  927. "hashPath": "system.console.4.3.0.nupkg.sha512"
  928. },
  929. "System.Diagnostics.Debug/4.3.0": {
  930. "type": "package",
  931. "serviceable": true,
  932. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  933. "path": "system.diagnostics.debug/4.3.0",
  934. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  935. },
  936. "System.Diagnostics.DiagnosticSource/4.3.0": {
  937. "type": "package",
  938. "serviceable": true,
  939. "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
  940. "path": "system.diagnostics.diagnosticsource/4.3.0",
  941. "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
  942. },
  943. "System.Diagnostics.Tools/4.3.0": {
  944. "type": "package",
  945. "serviceable": true,
  946. "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  947. "path": "system.diagnostics.tools/4.3.0",
  948. "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
  949. },
  950. "System.Diagnostics.Tracing/4.3.0": {
  951. "type": "package",
  952. "serviceable": true,
  953. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  954. "path": "system.diagnostics.tracing/4.3.0",
  955. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  956. },
  957. "System.Globalization/4.3.0": {
  958. "type": "package",
  959. "serviceable": true,
  960. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  961. "path": "system.globalization/4.3.0",
  962. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  963. },
  964. "System.Globalization.Calendars/4.3.0": {
  965. "type": "package",
  966. "serviceable": true,
  967. "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
  968. "path": "system.globalization.calendars/4.3.0",
  969. "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
  970. },
  971. "System.IO/4.3.0": {
  972. "type": "package",
  973. "serviceable": true,
  974. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  975. "path": "system.io/4.3.0",
  976. "hashPath": "system.io.4.3.0.nupkg.sha512"
  977. },
  978. "System.IO.Compression/4.3.0": {
  979. "type": "package",
  980. "serviceable": true,
  981. "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
  982. "path": "system.io.compression/4.3.0",
  983. "hashPath": "system.io.compression.4.3.0.nupkg.sha512"
  984. },
  985. "System.IO.Compression.ZipFile/4.3.0": {
  986. "type": "package",
  987. "serviceable": true,
  988. "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==",
  989. "path": "system.io.compression.zipfile/4.3.0",
  990. "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512"
  991. },
  992. "System.IO.FileSystem/4.3.0": {
  993. "type": "package",
  994. "serviceable": true,
  995. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  996. "path": "system.io.filesystem/4.3.0",
  997. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  998. },
  999. "System.IO.FileSystem.Primitives/4.3.0": {
  1000. "type": "package",
  1001. "serviceable": true,
  1002. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1003. "path": "system.io.filesystem.primitives/4.3.0",
  1004. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1005. },
  1006. "System.Linq/4.3.0": {
  1007. "type": "package",
  1008. "serviceable": true,
  1009. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1010. "path": "system.linq/4.3.0",
  1011. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1012. },
  1013. "System.Linq.Expressions/4.3.0": {
  1014. "type": "package",
  1015. "serviceable": true,
  1016. "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
  1017. "path": "system.linq.expressions/4.3.0",
  1018. "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
  1019. },
  1020. "System.Net.Http/4.3.0": {
  1021. "type": "package",
  1022. "serviceable": true,
  1023. "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
  1024. "path": "system.net.http/4.3.0",
  1025. "hashPath": "system.net.http.4.3.0.nupkg.sha512"
  1026. },
  1027. "System.Net.NameResolution/4.3.0": {
  1028. "type": "package",
  1029. "serviceable": true,
  1030. "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
  1031. "path": "system.net.nameresolution/4.3.0",
  1032. "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
  1033. },
  1034. "System.Net.Primitives/4.3.0": {
  1035. "type": "package",
  1036. "serviceable": true,
  1037. "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  1038. "path": "system.net.primitives/4.3.0",
  1039. "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
  1040. },
  1041. "System.Net.Security/4.3.2": {
  1042. "type": "package",
  1043. "serviceable": true,
  1044. "sha512": "sha512-xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==",
  1045. "path": "system.net.security/4.3.2",
  1046. "hashPath": "system.net.security.4.3.2.nupkg.sha512"
  1047. },
  1048. "System.Net.Sockets/4.3.0": {
  1049. "type": "package",
  1050. "serviceable": true,
  1051. "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
  1052. "path": "system.net.sockets/4.3.0",
  1053. "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
  1054. },
  1055. "System.Net.WebHeaderCollection/4.3.0": {
  1056. "type": "package",
  1057. "serviceable": true,
  1058. "sha512": "sha512-XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==",
  1059. "path": "system.net.webheadercollection/4.3.0",
  1060. "hashPath": "system.net.webheadercollection.4.3.0.nupkg.sha512"
  1061. },
  1062. "System.Net.WebSockets/4.3.0": {
  1063. "type": "package",
  1064. "serviceable": true,
  1065. "sha512": "sha512-u6fFNY5q4T8KerUAVbya7bR6b7muBuSTAersyrihkcmE5QhEOiH3t5rh4il15SexbVlpXFHGuMwr/m8fDrnkQg==",
  1066. "path": "system.net.websockets/4.3.0",
  1067. "hashPath": "system.net.websockets.4.3.0.nupkg.sha512"
  1068. },
  1069. "System.Net.WebSockets.Client/4.3.2": {
  1070. "type": "package",
  1071. "serviceable": true,
  1072. "sha512": "sha512-LqSrocFY47SxEmu1fYWbUmXcFJ2B/PqnMtc6zudOTUhNINgo75hgmoHv46ynkJLmqjkpxPzl251SGWHc+jofFQ==",
  1073. "path": "system.net.websockets.client/4.3.2",
  1074. "hashPath": "system.net.websockets.client.4.3.2.nupkg.sha512"
  1075. },
  1076. "System.ObjectModel/4.3.0": {
  1077. "type": "package",
  1078. "serviceable": true,
  1079. "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
  1080. "path": "system.objectmodel/4.3.0",
  1081. "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
  1082. },
  1083. "System.Reflection/4.3.0": {
  1084. "type": "package",
  1085. "serviceable": true,
  1086. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1087. "path": "system.reflection/4.3.0",
  1088. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1089. },
  1090. "System.Reflection.Extensions/4.3.0": {
  1091. "type": "package",
  1092. "serviceable": true,
  1093. "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  1094. "path": "system.reflection.extensions/4.3.0",
  1095. "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
  1096. },
  1097. "System.Reflection.Primitives/4.3.0": {
  1098. "type": "package",
  1099. "serviceable": true,
  1100. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1101. "path": "system.reflection.primitives/4.3.0",
  1102. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1103. },
  1104. "System.Resources.ResourceManager/4.3.0": {
  1105. "type": "package",
  1106. "serviceable": true,
  1107. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1108. "path": "system.resources.resourcemanager/4.3.0",
  1109. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1110. },
  1111. "System.Runtime/4.3.0": {
  1112. "type": "package",
  1113. "serviceable": true,
  1114. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1115. "path": "system.runtime/4.3.0",
  1116. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1117. },
  1118. "System.Runtime.Extensions/4.3.0": {
  1119. "type": "package",
  1120. "serviceable": true,
  1121. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1122. "path": "system.runtime.extensions/4.3.0",
  1123. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1124. },
  1125. "System.Runtime.Handles/4.3.0": {
  1126. "type": "package",
  1127. "serviceable": true,
  1128. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1129. "path": "system.runtime.handles/4.3.0",
  1130. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1131. },
  1132. "System.Runtime.InteropServices/4.3.0": {
  1133. "type": "package",
  1134. "serviceable": true,
  1135. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1136. "path": "system.runtime.interopservices/4.3.0",
  1137. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1138. },
  1139. "System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
  1140. "type": "package",
  1141. "serviceable": true,
  1142. "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
  1143. "path": "system.runtime.interopservices.runtimeinformation/4.3.0",
  1144. "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512"
  1145. },
  1146. "System.Runtime.Numerics/4.3.0": {
  1147. "type": "package",
  1148. "serviceable": true,
  1149. "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  1150. "path": "system.runtime.numerics/4.3.0",
  1151. "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
  1152. },
  1153. "System.Security.Claims/4.3.0": {
  1154. "type": "package",
  1155. "serviceable": true,
  1156. "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
  1157. "path": "system.security.claims/4.3.0",
  1158. "hashPath": "system.security.claims.4.3.0.nupkg.sha512"
  1159. },
  1160. "System.Security.Cryptography.Algorithms/4.3.0": {
  1161. "type": "package",
  1162. "serviceable": true,
  1163. "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
  1164. "path": "system.security.cryptography.algorithms/4.3.0",
  1165. "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
  1166. },
  1167. "System.Security.Cryptography.Encoding/4.3.0": {
  1168. "type": "package",
  1169. "serviceable": true,
  1170. "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
  1171. "path": "system.security.cryptography.encoding/4.3.0",
  1172. "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
  1173. },
  1174. "System.Security.Cryptography.Primitives/4.3.0": {
  1175. "type": "package",
  1176. "serviceable": true,
  1177. "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  1178. "path": "system.security.cryptography.primitives/4.3.0",
  1179. "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
  1180. },
  1181. "System.Security.Cryptography.X509Certificates/4.3.0": {
  1182. "type": "package",
  1183. "serviceable": true,
  1184. "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
  1185. "path": "system.security.cryptography.x509certificates/4.3.0",
  1186. "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
  1187. },
  1188. "System.Security.Principal/4.3.0": {
  1189. "type": "package",
  1190. "serviceable": true,
  1191. "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
  1192. "path": "system.security.principal/4.3.0",
  1193. "hashPath": "system.security.principal.4.3.0.nupkg.sha512"
  1194. },
  1195. "System.Security.Principal.Windows/4.3.0": {
  1196. "type": "package",
  1197. "serviceable": true,
  1198. "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==",
  1199. "path": "system.security.principal.windows/4.3.0",
  1200. "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512"
  1201. },
  1202. "System.Text.Encoding/4.3.0": {
  1203. "type": "package",
  1204. "serviceable": true,
  1205. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1206. "path": "system.text.encoding/4.3.0",
  1207. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1208. },
  1209. "System.Text.Encoding.Extensions/4.3.0": {
  1210. "type": "package",
  1211. "serviceable": true,
  1212. "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  1213. "path": "system.text.encoding.extensions/4.3.0",
  1214. "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
  1215. },
  1216. "System.Text.RegularExpressions/4.3.0": {
  1217. "type": "package",
  1218. "serviceable": true,
  1219. "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  1220. "path": "system.text.regularexpressions/4.3.0",
  1221. "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
  1222. },
  1223. "System.Threading/4.3.0": {
  1224. "type": "package",
  1225. "serviceable": true,
  1226. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1227. "path": "system.threading/4.3.0",
  1228. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1229. },
  1230. "System.Threading.Tasks/4.3.0": {
  1231. "type": "package",
  1232. "serviceable": true,
  1233. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1234. "path": "system.threading.tasks/4.3.0",
  1235. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1236. },
  1237. "System.Threading.Tasks.Extensions/4.3.0": {
  1238. "type": "package",
  1239. "serviceable": true,
  1240. "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
  1241. "path": "system.threading.tasks.extensions/4.3.0",
  1242. "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
  1243. },
  1244. "System.Threading.ThreadPool/4.3.0": {
  1245. "type": "package",
  1246. "serviceable": true,
  1247. "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
  1248. "path": "system.threading.threadpool/4.3.0",
  1249. "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
  1250. },
  1251. "System.Threading.Timer/4.3.0": {
  1252. "type": "package",
  1253. "serviceable": true,
  1254. "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
  1255. "path": "system.threading.timer/4.3.0",
  1256. "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
  1257. },
  1258. "System.Xml.ReaderWriter/4.3.0": {
  1259. "type": "package",
  1260. "serviceable": true,
  1261. "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  1262. "path": "system.xml.readerwriter/4.3.0",
  1263. "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
  1264. },
  1265. "System.Xml.XDocument/4.3.0": {
  1266. "type": "package",
  1267. "serviceable": true,
  1268. "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  1269. "path": "system.xml.xdocument/4.3.0",
  1270. "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
  1271. }
  1272. }
  1273. }