MQTTnet.Extensions.ManagedClient.deps.json 54 KB

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