MQTTnet.deps.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v2.0/",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v2.0": {},
  9. ".NETStandard,Version=v2.0/": {
  10. "MQTTnet/1.0.0": {
  11. "dependencies": {
  12. "NETStandard.Library": "2.0.3",
  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/2.0.3": {
  31. "dependencies": {
  32. "Microsoft.NETCore.Platforms": "1.1.0"
  33. }
  34. },
  35. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  36. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  37. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  38. "runtime.native.System/4.3.0": {
  39. "dependencies": {
  40. "Microsoft.NETCore.Platforms": "1.1.0",
  41. "Microsoft.NETCore.Targets": "1.1.0"
  42. }
  43. },
  44. "runtime.native.System.Net.Http/4.3.0": {
  45. "dependencies": {
  46. "Microsoft.NETCore.Platforms": "1.1.0",
  47. "Microsoft.NETCore.Targets": "1.1.0"
  48. }
  49. },
  50. "runtime.native.System.Net.Security/4.3.0": {
  51. "dependencies": {
  52. "Microsoft.NETCore.Platforms": "1.1.0",
  53. "Microsoft.NETCore.Targets": "1.1.0"
  54. }
  55. },
  56. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  57. "dependencies": {
  58. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
  59. }
  60. },
  61. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  62. "dependencies": {
  63. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  64. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  65. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  66. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  67. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  68. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  69. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  70. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  71. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  72. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  73. }
  74. },
  75. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  76. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  77. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
  78. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  79. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  80. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  81. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  82. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  83. "System.Collections/4.3.0": {
  84. "dependencies": {
  85. "Microsoft.NETCore.Platforms": "1.1.0",
  86. "Microsoft.NETCore.Targets": "1.1.0",
  87. "System.Runtime": "4.3.0"
  88. }
  89. },
  90. "System.Collections.Concurrent/4.3.0": {
  91. "dependencies": {
  92. "System.Collections": "4.3.0",
  93. "System.Diagnostics.Debug": "4.3.0",
  94. "System.Diagnostics.Tracing": "4.3.0",
  95. "System.Globalization": "4.3.0",
  96. "System.Reflection": "4.3.0",
  97. "System.Resources.ResourceManager": "4.3.0",
  98. "System.Runtime": "4.3.0",
  99. "System.Runtime.Extensions": "4.3.0",
  100. "System.Threading": "4.3.0",
  101. "System.Threading.Tasks": "4.3.0"
  102. },
  103. "runtime": {
  104. "lib/netstandard1.3/System.Collections.Concurrent.dll": {
  105. "assemblyVersion": "4.0.13.0",
  106. "fileVersion": "4.6.24705.1"
  107. }
  108. }
  109. },
  110. "System.Diagnostics.Debug/4.3.0": {
  111. "dependencies": {
  112. "Microsoft.NETCore.Platforms": "1.1.0",
  113. "Microsoft.NETCore.Targets": "1.1.0",
  114. "System.Runtime": "4.3.0"
  115. }
  116. },
  117. "System.Diagnostics.Tracing/4.3.0": {
  118. "dependencies": {
  119. "Microsoft.NETCore.Platforms": "1.1.0",
  120. "Microsoft.NETCore.Targets": "1.1.0",
  121. "System.Runtime": "4.3.0"
  122. }
  123. },
  124. "System.Globalization/4.3.0": {
  125. "dependencies": {
  126. "Microsoft.NETCore.Platforms": "1.1.0",
  127. "Microsoft.NETCore.Targets": "1.1.0",
  128. "System.Runtime": "4.3.0"
  129. }
  130. },
  131. "System.Globalization.Calendars/4.3.0": {
  132. "dependencies": {
  133. "Microsoft.NETCore.Platforms": "1.1.0",
  134. "Microsoft.NETCore.Targets": "1.1.0",
  135. "System.Globalization": "4.3.0",
  136. "System.Runtime": "4.3.0"
  137. }
  138. },
  139. "System.Globalization.Extensions/4.3.0": {
  140. "dependencies": {
  141. "Microsoft.NETCore.Platforms": "1.1.0",
  142. "System.Globalization": "4.3.0",
  143. "System.Resources.ResourceManager": "4.3.0",
  144. "System.Runtime": "4.3.0",
  145. "System.Runtime.Extensions": "4.3.0",
  146. "System.Runtime.InteropServices": "4.3.0"
  147. }
  148. },
  149. "System.IO/4.3.0": {
  150. "dependencies": {
  151. "Microsoft.NETCore.Platforms": "1.1.0",
  152. "Microsoft.NETCore.Targets": "1.1.0",
  153. "System.Runtime": "4.3.0",
  154. "System.Text.Encoding": "4.3.0",
  155. "System.Threading.Tasks": "4.3.0"
  156. }
  157. },
  158. "System.IO.FileSystem/4.3.0": {
  159. "dependencies": {
  160. "Microsoft.NETCore.Platforms": "1.1.0",
  161. "Microsoft.NETCore.Targets": "1.1.0",
  162. "System.IO": "4.3.0",
  163. "System.IO.FileSystem.Primitives": "4.3.0",
  164. "System.Runtime": "4.3.0",
  165. "System.Runtime.Handles": "4.3.0",
  166. "System.Text.Encoding": "4.3.0",
  167. "System.Threading.Tasks": "4.3.0"
  168. }
  169. },
  170. "System.IO.FileSystem.Primitives/4.3.0": {
  171. "dependencies": {
  172. "System.Runtime": "4.3.0"
  173. },
  174. "runtime": {
  175. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
  176. "assemblyVersion": "4.0.2.0",
  177. "fileVersion": "4.6.24705.1"
  178. }
  179. }
  180. },
  181. "System.Linq/4.3.0": {
  182. "dependencies": {
  183. "System.Collections": "4.3.0",
  184. "System.Diagnostics.Debug": "4.3.0",
  185. "System.Resources.ResourceManager": "4.3.0",
  186. "System.Runtime": "4.3.0",
  187. "System.Runtime.Extensions": "4.3.0"
  188. },
  189. "runtime": {
  190. "lib/netstandard1.6/System.Linq.dll": {
  191. "assemblyVersion": "4.1.1.0",
  192. "fileVersion": "4.6.24705.1"
  193. }
  194. }
  195. },
  196. "System.Net.NameResolution/4.3.0": {
  197. "dependencies": {
  198. "Microsoft.NETCore.Platforms": "1.1.0",
  199. "System.Collections": "4.3.0",
  200. "System.Diagnostics.Tracing": "4.3.0",
  201. "System.Globalization": "4.3.0",
  202. "System.Net.Primitives": "4.3.0",
  203. "System.Resources.ResourceManager": "4.3.0",
  204. "System.Runtime": "4.3.0",
  205. "System.Runtime.Extensions": "4.3.0",
  206. "System.Runtime.Handles": "4.3.0",
  207. "System.Runtime.InteropServices": "4.3.0",
  208. "System.Security.Principal.Windows": "4.3.0",
  209. "System.Threading": "4.3.0",
  210. "System.Threading.Tasks": "4.3.0",
  211. "runtime.native.System": "4.3.0"
  212. }
  213. },
  214. "System.Net.Primitives/4.3.0": {
  215. "dependencies": {
  216. "Microsoft.NETCore.Platforms": "1.1.0",
  217. "Microsoft.NETCore.Targets": "1.1.0",
  218. "System.Runtime": "4.3.0",
  219. "System.Runtime.Handles": "4.3.0"
  220. }
  221. },
  222. "System.Net.Security/4.3.2": {
  223. "dependencies": {
  224. "Microsoft.NETCore.Platforms": "1.1.0",
  225. "Microsoft.Win32.Primitives": "4.3.0",
  226. "System.Collections": "4.3.0",
  227. "System.Collections.Concurrent": "4.3.0",
  228. "System.Diagnostics.Tracing": "4.3.0",
  229. "System.Globalization": "4.3.0",
  230. "System.Globalization.Extensions": "4.3.0",
  231. "System.IO": "4.3.0",
  232. "System.Net.Primitives": "4.3.0",
  233. "System.Resources.ResourceManager": "4.3.0",
  234. "System.Runtime": "4.3.0",
  235. "System.Runtime.Extensions": "4.3.0",
  236. "System.Runtime.Handles": "4.3.0",
  237. "System.Runtime.InteropServices": "4.3.0",
  238. "System.Security.Claims": "4.3.0",
  239. "System.Security.Cryptography.Algorithms": "4.3.0",
  240. "System.Security.Cryptography.Encoding": "4.3.0",
  241. "System.Security.Cryptography.OpenSsl": "4.3.0",
  242. "System.Security.Cryptography.Primitives": "4.3.0",
  243. "System.Security.Cryptography.X509Certificates": "4.3.0",
  244. "System.Security.Principal": "4.3.0",
  245. "System.Text.Encoding": "4.3.0",
  246. "System.Threading": "4.3.0",
  247. "System.Threading.Tasks": "4.3.0",
  248. "System.Threading.ThreadPool": "4.3.0",
  249. "runtime.native.System": "4.3.0",
  250. "runtime.native.System.Net.Security": "4.3.0",
  251. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  252. }
  253. },
  254. "System.Net.Sockets/4.3.0": {
  255. "dependencies": {
  256. "Microsoft.NETCore.Platforms": "1.1.0",
  257. "Microsoft.NETCore.Targets": "1.1.0",
  258. "System.IO": "4.3.0",
  259. "System.Net.Primitives": "4.3.0",
  260. "System.Runtime": "4.3.0",
  261. "System.Threading.Tasks": "4.3.0"
  262. }
  263. },
  264. "System.Net.WebHeaderCollection/4.3.0": {
  265. "dependencies": {
  266. "System.Collections": "4.3.0",
  267. "System.Resources.ResourceManager": "4.3.0",
  268. "System.Runtime": "4.3.0",
  269. "System.Runtime.Extensions": "4.3.0"
  270. },
  271. "runtime": {
  272. "lib/netstandard1.3/System.Net.WebHeaderCollection.dll": {
  273. "assemblyVersion": "4.0.2.0",
  274. "fileVersion": "4.6.24705.1"
  275. }
  276. }
  277. },
  278. "System.Net.WebSockets/4.3.0": {
  279. "dependencies": {
  280. "Microsoft.Win32.Primitives": "4.3.0",
  281. "System.Resources.ResourceManager": "4.3.0",
  282. "System.Runtime": "4.3.0",
  283. "System.Threading.Tasks": "4.3.0"
  284. },
  285. "runtime": {
  286. "lib/netstandard1.3/System.Net.WebSockets.dll": {
  287. "assemblyVersion": "4.0.1.0",
  288. "fileVersion": "4.6.24705.1"
  289. }
  290. }
  291. },
  292. "System.Net.WebSockets.Client/4.3.2": {
  293. "dependencies": {
  294. "Microsoft.NETCore.Platforms": "1.1.0",
  295. "Microsoft.Win32.Primitives": "4.3.0",
  296. "System.Collections": "4.3.0",
  297. "System.Diagnostics.Debug": "4.3.0",
  298. "System.Diagnostics.Tracing": "4.3.0",
  299. "System.Globalization": "4.3.0",
  300. "System.IO": "4.3.0",
  301. "System.Net.NameResolution": "4.3.0",
  302. "System.Net.Primitives": "4.3.0",
  303. "System.Net.Security": "4.3.2",
  304. "System.Net.Sockets": "4.3.0",
  305. "System.Net.WebHeaderCollection": "4.3.0",
  306. "System.Net.WebSockets": "4.3.0",
  307. "System.Resources.ResourceManager": "4.3.0",
  308. "System.Runtime": "4.3.0",
  309. "System.Runtime.Extensions": "4.3.0",
  310. "System.Runtime.Handles": "4.3.0",
  311. "System.Runtime.InteropServices": "4.3.0",
  312. "System.Security.Cryptography.Algorithms": "4.3.0",
  313. "System.Security.Cryptography.Primitives": "4.3.0",
  314. "System.Security.Cryptography.X509Certificates": "4.3.0",
  315. "System.Text.Encoding": "4.3.0",
  316. "System.Text.Encoding.Extensions": "4.3.0",
  317. "System.Threading": "4.3.0",
  318. "System.Threading.Tasks": "4.3.0",
  319. "System.Threading.Timer": "4.3.0"
  320. }
  321. },
  322. "System.Reflection/4.3.0": {
  323. "dependencies": {
  324. "Microsoft.NETCore.Platforms": "1.1.0",
  325. "Microsoft.NETCore.Targets": "1.1.0",
  326. "System.IO": "4.3.0",
  327. "System.Reflection.Primitives": "4.3.0",
  328. "System.Runtime": "4.3.0"
  329. }
  330. },
  331. "System.Reflection.Primitives/4.3.0": {
  332. "dependencies": {
  333. "Microsoft.NETCore.Platforms": "1.1.0",
  334. "Microsoft.NETCore.Targets": "1.1.0",
  335. "System.Runtime": "4.3.0"
  336. }
  337. },
  338. "System.Resources.ResourceManager/4.3.0": {
  339. "dependencies": {
  340. "Microsoft.NETCore.Platforms": "1.1.0",
  341. "Microsoft.NETCore.Targets": "1.1.0",
  342. "System.Globalization": "4.3.0",
  343. "System.Reflection": "4.3.0",
  344. "System.Runtime": "4.3.0"
  345. }
  346. },
  347. "System.Runtime/4.3.0": {
  348. "dependencies": {
  349. "Microsoft.NETCore.Platforms": "1.1.0",
  350. "Microsoft.NETCore.Targets": "1.1.0"
  351. }
  352. },
  353. "System.Runtime.Extensions/4.3.0": {
  354. "dependencies": {
  355. "Microsoft.NETCore.Platforms": "1.1.0",
  356. "Microsoft.NETCore.Targets": "1.1.0",
  357. "System.Runtime": "4.3.0"
  358. }
  359. },
  360. "System.Runtime.Handles/4.3.0": {
  361. "dependencies": {
  362. "Microsoft.NETCore.Platforms": "1.1.0",
  363. "Microsoft.NETCore.Targets": "1.1.0",
  364. "System.Runtime": "4.3.0"
  365. }
  366. },
  367. "System.Runtime.InteropServices/4.3.0": {
  368. "dependencies": {
  369. "Microsoft.NETCore.Platforms": "1.1.0",
  370. "Microsoft.NETCore.Targets": "1.1.0",
  371. "System.Reflection": "4.3.0",
  372. "System.Reflection.Primitives": "4.3.0",
  373. "System.Runtime": "4.3.0",
  374. "System.Runtime.Handles": "4.3.0"
  375. }
  376. },
  377. "System.Runtime.Numerics/4.3.0": {
  378. "dependencies": {
  379. "System.Globalization": "4.3.0",
  380. "System.Resources.ResourceManager": "4.3.0",
  381. "System.Runtime": "4.3.0",
  382. "System.Runtime.Extensions": "4.3.0"
  383. },
  384. "runtime": {
  385. "lib/netstandard1.3/System.Runtime.Numerics.dll": {
  386. "assemblyVersion": "4.0.2.0",
  387. "fileVersion": "4.6.24705.1"
  388. }
  389. }
  390. },
  391. "System.Security.Claims/4.3.0": {
  392. "dependencies": {
  393. "System.Collections": "4.3.0",
  394. "System.Globalization": "4.3.0",
  395. "System.IO": "4.3.0",
  396. "System.Resources.ResourceManager": "4.3.0",
  397. "System.Runtime": "4.3.0",
  398. "System.Runtime.Extensions": "4.3.0",
  399. "System.Security.Principal": "4.3.0"
  400. },
  401. "runtime": {
  402. "lib/netstandard1.3/System.Security.Claims.dll": {
  403. "assemblyVersion": "4.0.2.0",
  404. "fileVersion": "4.6.24705.1"
  405. }
  406. }
  407. },
  408. "System.Security.Cryptography.Algorithms/4.3.0": {
  409. "dependencies": {
  410. "Microsoft.NETCore.Platforms": "1.1.0",
  411. "System.Collections": "4.3.0",
  412. "System.IO": "4.3.0",
  413. "System.Resources.ResourceManager": "4.3.0",
  414. "System.Runtime": "4.3.0",
  415. "System.Runtime.Extensions": "4.3.0",
  416. "System.Runtime.Handles": "4.3.0",
  417. "System.Runtime.InteropServices": "4.3.0",
  418. "System.Runtime.Numerics": "4.3.0",
  419. "System.Security.Cryptography.Encoding": "4.3.0",
  420. "System.Security.Cryptography.Primitives": "4.3.0",
  421. "System.Text.Encoding": "4.3.0",
  422. "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
  423. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  424. }
  425. },
  426. "System.Security.Cryptography.Cng/4.3.0": {
  427. "dependencies": {
  428. "Microsoft.NETCore.Platforms": "1.1.0",
  429. "System.IO": "4.3.0",
  430. "System.Resources.ResourceManager": "4.3.0",
  431. "System.Runtime": "4.3.0",
  432. "System.Runtime.Extensions": "4.3.0",
  433. "System.Runtime.Handles": "4.3.0",
  434. "System.Runtime.InteropServices": "4.3.0",
  435. "System.Security.Cryptography.Algorithms": "4.3.0",
  436. "System.Security.Cryptography.Encoding": "4.3.0",
  437. "System.Security.Cryptography.Primitives": "4.3.0",
  438. "System.Text.Encoding": "4.3.0"
  439. }
  440. },
  441. "System.Security.Cryptography.Csp/4.3.0": {
  442. "dependencies": {
  443. "Microsoft.NETCore.Platforms": "1.1.0",
  444. "System.IO": "4.3.0",
  445. "System.Reflection": "4.3.0",
  446. "System.Resources.ResourceManager": "4.3.0",
  447. "System.Runtime": "4.3.0",
  448. "System.Runtime.Extensions": "4.3.0",
  449. "System.Runtime.Handles": "4.3.0",
  450. "System.Runtime.InteropServices": "4.3.0",
  451. "System.Security.Cryptography.Algorithms": "4.3.0",
  452. "System.Security.Cryptography.Encoding": "4.3.0",
  453. "System.Security.Cryptography.Primitives": "4.3.0",
  454. "System.Text.Encoding": "4.3.0",
  455. "System.Threading": "4.3.0"
  456. }
  457. },
  458. "System.Security.Cryptography.Encoding/4.3.0": {
  459. "dependencies": {
  460. "Microsoft.NETCore.Platforms": "1.1.0",
  461. "System.Collections": "4.3.0",
  462. "System.Collections.Concurrent": "4.3.0",
  463. "System.Linq": "4.3.0",
  464. "System.Resources.ResourceManager": "4.3.0",
  465. "System.Runtime": "4.3.0",
  466. "System.Runtime.Extensions": "4.3.0",
  467. "System.Runtime.Handles": "4.3.0",
  468. "System.Runtime.InteropServices": "4.3.0",
  469. "System.Security.Cryptography.Primitives": "4.3.0",
  470. "System.Text.Encoding": "4.3.0",
  471. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  472. }
  473. },
  474. "System.Security.Cryptography.OpenSsl/4.3.0": {
  475. "dependencies": {
  476. "System.Collections": "4.3.0",
  477. "System.IO": "4.3.0",
  478. "System.Resources.ResourceManager": "4.3.0",
  479. "System.Runtime": "4.3.0",
  480. "System.Runtime.Extensions": "4.3.0",
  481. "System.Runtime.Handles": "4.3.0",
  482. "System.Runtime.InteropServices": "4.3.0",
  483. "System.Runtime.Numerics": "4.3.0",
  484. "System.Security.Cryptography.Algorithms": "4.3.0",
  485. "System.Security.Cryptography.Encoding": "4.3.0",
  486. "System.Security.Cryptography.Primitives": "4.3.0",
  487. "System.Text.Encoding": "4.3.0",
  488. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  489. },
  490. "runtime": {
  491. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {
  492. "assemblyVersion": "4.0.0.0",
  493. "fileVersion": "1.0.24212.1"
  494. }
  495. }
  496. },
  497. "System.Security.Cryptography.Primitives/4.3.0": {
  498. "dependencies": {
  499. "System.Diagnostics.Debug": "4.3.0",
  500. "System.Globalization": "4.3.0",
  501. "System.IO": "4.3.0",
  502. "System.Resources.ResourceManager": "4.3.0",
  503. "System.Runtime": "4.3.0",
  504. "System.Threading": "4.3.0",
  505. "System.Threading.Tasks": "4.3.0"
  506. },
  507. "runtime": {
  508. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {
  509. "assemblyVersion": "4.0.1.0",
  510. "fileVersion": "4.6.24705.1"
  511. }
  512. }
  513. },
  514. "System.Security.Cryptography.X509Certificates/4.3.0": {
  515. "dependencies": {
  516. "Microsoft.NETCore.Platforms": "1.1.0",
  517. "System.Collections": "4.3.0",
  518. "System.Diagnostics.Debug": "4.3.0",
  519. "System.Globalization": "4.3.0",
  520. "System.Globalization.Calendars": "4.3.0",
  521. "System.IO": "4.3.0",
  522. "System.IO.FileSystem": "4.3.0",
  523. "System.IO.FileSystem.Primitives": "4.3.0",
  524. "System.Resources.ResourceManager": "4.3.0",
  525. "System.Runtime": "4.3.0",
  526. "System.Runtime.Extensions": "4.3.0",
  527. "System.Runtime.Handles": "4.3.0",
  528. "System.Runtime.InteropServices": "4.3.0",
  529. "System.Runtime.Numerics": "4.3.0",
  530. "System.Security.Cryptography.Algorithms": "4.3.0",
  531. "System.Security.Cryptography.Cng": "4.3.0",
  532. "System.Security.Cryptography.Csp": "4.3.0",
  533. "System.Security.Cryptography.Encoding": "4.3.0",
  534. "System.Security.Cryptography.OpenSsl": "4.3.0",
  535. "System.Security.Cryptography.Primitives": "4.3.0",
  536. "System.Text.Encoding": "4.3.0",
  537. "System.Threading": "4.3.0",
  538. "runtime.native.System": "4.3.0",
  539. "runtime.native.System.Net.Http": "4.3.0",
  540. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  541. }
  542. },
  543. "System.Security.Principal/4.3.0": {
  544. "dependencies": {
  545. "System.Runtime": "4.3.0"
  546. },
  547. "runtime": {
  548. "lib/netstandard1.0/System.Security.Principal.dll": {
  549. "assemblyVersion": "4.0.2.0",
  550. "fileVersion": "4.6.24705.1"
  551. }
  552. }
  553. },
  554. "System.Security.Principal.Windows/4.3.0": {
  555. "dependencies": {
  556. "Microsoft.NETCore.Platforms": "1.1.0",
  557. "Microsoft.Win32.Primitives": "4.3.0",
  558. "System.Collections": "4.3.0",
  559. "System.Diagnostics.Debug": "4.3.0",
  560. "System.Reflection": "4.3.0",
  561. "System.Resources.ResourceManager": "4.3.0",
  562. "System.Runtime": "4.3.0",
  563. "System.Runtime.Extensions": "4.3.0",
  564. "System.Runtime.Handles": "4.3.0",
  565. "System.Runtime.InteropServices": "4.3.0",
  566. "System.Security.Claims": "4.3.0",
  567. "System.Security.Principal": "4.3.0",
  568. "System.Text.Encoding": "4.3.0",
  569. "System.Threading": "4.3.0"
  570. }
  571. },
  572. "System.Text.Encoding/4.3.0": {
  573. "dependencies": {
  574. "Microsoft.NETCore.Platforms": "1.1.0",
  575. "Microsoft.NETCore.Targets": "1.1.0",
  576. "System.Runtime": "4.3.0"
  577. }
  578. },
  579. "System.Text.Encoding.Extensions/4.3.0": {
  580. "dependencies": {
  581. "Microsoft.NETCore.Platforms": "1.1.0",
  582. "Microsoft.NETCore.Targets": "1.1.0",
  583. "System.Runtime": "4.3.0",
  584. "System.Text.Encoding": "4.3.0"
  585. }
  586. },
  587. "System.Threading/4.3.0": {
  588. "dependencies": {
  589. "System.Runtime": "4.3.0",
  590. "System.Threading.Tasks": "4.3.0"
  591. },
  592. "runtime": {
  593. "lib/netstandard1.3/System.Threading.dll": {
  594. "assemblyVersion": "4.0.12.0",
  595. "fileVersion": "4.6.24705.1"
  596. }
  597. }
  598. },
  599. "System.Threading.Tasks/4.3.0": {
  600. "dependencies": {
  601. "Microsoft.NETCore.Platforms": "1.1.0",
  602. "Microsoft.NETCore.Targets": "1.1.0",
  603. "System.Runtime": "4.3.0"
  604. }
  605. },
  606. "System.Threading.ThreadPool/4.3.0": {
  607. "dependencies": {
  608. "System.Runtime": "4.3.0",
  609. "System.Runtime.Handles": "4.3.0"
  610. },
  611. "runtime": {
  612. "lib/netstandard1.3/System.Threading.ThreadPool.dll": {
  613. "assemblyVersion": "4.0.11.0",
  614. "fileVersion": "4.6.24705.1"
  615. }
  616. }
  617. },
  618. "System.Threading.Timer/4.3.0": {
  619. "dependencies": {
  620. "Microsoft.NETCore.Platforms": "1.1.0",
  621. "Microsoft.NETCore.Targets": "1.1.0",
  622. "System.Runtime": "4.3.0"
  623. }
  624. }
  625. }
  626. },
  627. "libraries": {
  628. "MQTTnet/1.0.0": {
  629. "type": "project",
  630. "serviceable": false,
  631. "sha512": ""
  632. },
  633. "Microsoft.NETCore.Platforms/1.1.0": {
  634. "type": "package",
  635. "serviceable": true,
  636. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  637. "path": "microsoft.netcore.platforms/1.1.0",
  638. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  639. },
  640. "Microsoft.NETCore.Targets/1.1.0": {
  641. "type": "package",
  642. "serviceable": true,
  643. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  644. "path": "microsoft.netcore.targets/1.1.0",
  645. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  646. },
  647. "Microsoft.Win32.Primitives/4.3.0": {
  648. "type": "package",
  649. "serviceable": true,
  650. "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
  651. "path": "microsoft.win32.primitives/4.3.0",
  652. "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
  653. },
  654. "NETStandard.Library/2.0.3": {
  655. "type": "package",
  656. "serviceable": true,
  657. "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  658. "path": "netstandard.library/2.0.3",
  659. "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
  660. },
  661. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  662. "type": "package",
  663. "serviceable": true,
  664. "sha512": "sha512-7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==",
  665. "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  666. "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  667. },
  668. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  669. "type": "package",
  670. "serviceable": true,
  671. "sha512": "sha512-0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==",
  672. "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  673. "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  674. },
  675. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  676. "type": "package",
  677. "serviceable": true,
  678. "sha512": "sha512-G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==",
  679. "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  680. "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  681. },
  682. "runtime.native.System/4.3.0": {
  683. "type": "package",
  684. "serviceable": true,
  685. "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  686. "path": "runtime.native.system/4.3.0",
  687. "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
  688. },
  689. "runtime.native.System.Net.Http/4.3.0": {
  690. "type": "package",
  691. "serviceable": true,
  692. "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
  693. "path": "runtime.native.system.net.http/4.3.0",
  694. "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
  695. },
  696. "runtime.native.System.Net.Security/4.3.0": {
  697. "type": "package",
  698. "serviceable": true,
  699. "sha512": "sha512-M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==",
  700. "path": "runtime.native.system.net.security/4.3.0",
  701. "hashPath": "runtime.native.system.net.security.4.3.0.nupkg.sha512"
  702. },
  703. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  704. "type": "package",
  705. "serviceable": true,
  706. "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
  707. "path": "runtime.native.system.security.cryptography.apple/4.3.0",
  708. "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  709. },
  710. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  711. "type": "package",
  712. "serviceable": true,
  713. "sha512": "sha512-QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==",
  714. "path": "runtime.native.system.security.cryptography.openssl/4.3.2",
  715. "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  716. },
  717. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  718. "type": "package",
  719. "serviceable": true,
  720. "sha512": "sha512-I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==",
  721. "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  722. "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  723. },
  724. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  725. "type": "package",
  726. "serviceable": true,
  727. "sha512": "sha512-1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==",
  728. "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  729. "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  730. },
  731. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  732. "type": "package",
  733. "serviceable": true,
  734. "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
  735. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
  736. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  737. },
  738. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  739. "type": "package",
  740. "serviceable": true,
  741. "sha512": "sha512-6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==",
  742. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  743. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  744. },
  745. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  746. "type": "package",
  747. "serviceable": true,
  748. "sha512": "sha512-vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==",
  749. "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  750. "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  751. },
  752. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  753. "type": "package",
  754. "serviceable": true,
  755. "sha512": "sha512-7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==",
  756. "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  757. "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  758. },
  759. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  760. "type": "package",
  761. "serviceable": true,
  762. "sha512": "sha512-xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==",
  763. "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  764. "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  765. },
  766. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  767. "type": "package",
  768. "serviceable": true,
  769. "sha512": "sha512-leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==",
  770. "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  771. "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  772. },
  773. "System.Collections/4.3.0": {
  774. "type": "package",
  775. "serviceable": true,
  776. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  777. "path": "system.collections/4.3.0",
  778. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  779. },
  780. "System.Collections.Concurrent/4.3.0": {
  781. "type": "package",
  782. "serviceable": true,
  783. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  784. "path": "system.collections.concurrent/4.3.0",
  785. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  786. },
  787. "System.Diagnostics.Debug/4.3.0": {
  788. "type": "package",
  789. "serviceable": true,
  790. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  791. "path": "system.diagnostics.debug/4.3.0",
  792. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  793. },
  794. "System.Diagnostics.Tracing/4.3.0": {
  795. "type": "package",
  796. "serviceable": true,
  797. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  798. "path": "system.diagnostics.tracing/4.3.0",
  799. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  800. },
  801. "System.Globalization/4.3.0": {
  802. "type": "package",
  803. "serviceable": true,
  804. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  805. "path": "system.globalization/4.3.0",
  806. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  807. },
  808. "System.Globalization.Calendars/4.3.0": {
  809. "type": "package",
  810. "serviceable": true,
  811. "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
  812. "path": "system.globalization.calendars/4.3.0",
  813. "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
  814. },
  815. "System.Globalization.Extensions/4.3.0": {
  816. "type": "package",
  817. "serviceable": true,
  818. "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  819. "path": "system.globalization.extensions/4.3.0",
  820. "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
  821. },
  822. "System.IO/4.3.0": {
  823. "type": "package",
  824. "serviceable": true,
  825. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  826. "path": "system.io/4.3.0",
  827. "hashPath": "system.io.4.3.0.nupkg.sha512"
  828. },
  829. "System.IO.FileSystem/4.3.0": {
  830. "type": "package",
  831. "serviceable": true,
  832. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  833. "path": "system.io.filesystem/4.3.0",
  834. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  835. },
  836. "System.IO.FileSystem.Primitives/4.3.0": {
  837. "type": "package",
  838. "serviceable": true,
  839. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  840. "path": "system.io.filesystem.primitives/4.3.0",
  841. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  842. },
  843. "System.Linq/4.3.0": {
  844. "type": "package",
  845. "serviceable": true,
  846. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  847. "path": "system.linq/4.3.0",
  848. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  849. },
  850. "System.Net.NameResolution/4.3.0": {
  851. "type": "package",
  852. "serviceable": true,
  853. "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==",
  854. "path": "system.net.nameresolution/4.3.0",
  855. "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512"
  856. },
  857. "System.Net.Primitives/4.3.0": {
  858. "type": "package",
  859. "serviceable": true,
  860. "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  861. "path": "system.net.primitives/4.3.0",
  862. "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
  863. },
  864. "System.Net.Security/4.3.2": {
  865. "type": "package",
  866. "serviceable": true,
  867. "sha512": "sha512-xT2jbYpbBo3ha87rViHoTA6WdvqOAW37drmqyx/6LD8p7HEPT2qgdxoimRzWtPg8Jh4X5G9BV2seeTv4x6FYlA==",
  868. "path": "system.net.security/4.3.2",
  869. "hashPath": "system.net.security.4.3.2.nupkg.sha512"
  870. },
  871. "System.Net.Sockets/4.3.0": {
  872. "type": "package",
  873. "serviceable": true,
  874. "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
  875. "path": "system.net.sockets/4.3.0",
  876. "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
  877. },
  878. "System.Net.WebHeaderCollection/4.3.0": {
  879. "type": "package",
  880. "serviceable": true,
  881. "sha512": "sha512-XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==",
  882. "path": "system.net.webheadercollection/4.3.0",
  883. "hashPath": "system.net.webheadercollection.4.3.0.nupkg.sha512"
  884. },
  885. "System.Net.WebSockets/4.3.0": {
  886. "type": "package",
  887. "serviceable": true,
  888. "sha512": "sha512-u6fFNY5q4T8KerUAVbya7bR6b7muBuSTAersyrihkcmE5QhEOiH3t5rh4il15SexbVlpXFHGuMwr/m8fDrnkQg==",
  889. "path": "system.net.websockets/4.3.0",
  890. "hashPath": "system.net.websockets.4.3.0.nupkg.sha512"
  891. },
  892. "System.Net.WebSockets.Client/4.3.2": {
  893. "type": "package",
  894. "serviceable": true,
  895. "sha512": "sha512-LqSrocFY47SxEmu1fYWbUmXcFJ2B/PqnMtc6zudOTUhNINgo75hgmoHv46ynkJLmqjkpxPzl251SGWHc+jofFQ==",
  896. "path": "system.net.websockets.client/4.3.2",
  897. "hashPath": "system.net.websockets.client.4.3.2.nupkg.sha512"
  898. },
  899. "System.Reflection/4.3.0": {
  900. "type": "package",
  901. "serviceable": true,
  902. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  903. "path": "system.reflection/4.3.0",
  904. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  905. },
  906. "System.Reflection.Primitives/4.3.0": {
  907. "type": "package",
  908. "serviceable": true,
  909. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  910. "path": "system.reflection.primitives/4.3.0",
  911. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  912. },
  913. "System.Resources.ResourceManager/4.3.0": {
  914. "type": "package",
  915. "serviceable": true,
  916. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  917. "path": "system.resources.resourcemanager/4.3.0",
  918. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  919. },
  920. "System.Runtime/4.3.0": {
  921. "type": "package",
  922. "serviceable": true,
  923. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  924. "path": "system.runtime/4.3.0",
  925. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  926. },
  927. "System.Runtime.Extensions/4.3.0": {
  928. "type": "package",
  929. "serviceable": true,
  930. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  931. "path": "system.runtime.extensions/4.3.0",
  932. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  933. },
  934. "System.Runtime.Handles/4.3.0": {
  935. "type": "package",
  936. "serviceable": true,
  937. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  938. "path": "system.runtime.handles/4.3.0",
  939. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  940. },
  941. "System.Runtime.InteropServices/4.3.0": {
  942. "type": "package",
  943. "serviceable": true,
  944. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  945. "path": "system.runtime.interopservices/4.3.0",
  946. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  947. },
  948. "System.Runtime.Numerics/4.3.0": {
  949. "type": "package",
  950. "serviceable": true,
  951. "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  952. "path": "system.runtime.numerics/4.3.0",
  953. "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
  954. },
  955. "System.Security.Claims/4.3.0": {
  956. "type": "package",
  957. "serviceable": true,
  958. "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==",
  959. "path": "system.security.claims/4.3.0",
  960. "hashPath": "system.security.claims.4.3.0.nupkg.sha512"
  961. },
  962. "System.Security.Cryptography.Algorithms/4.3.0": {
  963. "type": "package",
  964. "serviceable": true,
  965. "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
  966. "path": "system.security.cryptography.algorithms/4.3.0",
  967. "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
  968. },
  969. "System.Security.Cryptography.Cng/4.3.0": {
  970. "type": "package",
  971. "serviceable": true,
  972. "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
  973. "path": "system.security.cryptography.cng/4.3.0",
  974. "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
  975. },
  976. "System.Security.Cryptography.Csp/4.3.0": {
  977. "type": "package",
  978. "serviceable": true,
  979. "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
  980. "path": "system.security.cryptography.csp/4.3.0",
  981. "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
  982. },
  983. "System.Security.Cryptography.Encoding/4.3.0": {
  984. "type": "package",
  985. "serviceable": true,
  986. "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
  987. "path": "system.security.cryptography.encoding/4.3.0",
  988. "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
  989. },
  990. "System.Security.Cryptography.OpenSsl/4.3.0": {
  991. "type": "package",
  992. "serviceable": true,
  993. "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
  994. "path": "system.security.cryptography.openssl/4.3.0",
  995. "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  996. },
  997. "System.Security.Cryptography.Primitives/4.3.0": {
  998. "type": "package",
  999. "serviceable": true,
  1000. "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  1001. "path": "system.security.cryptography.primitives/4.3.0",
  1002. "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
  1003. },
  1004. "System.Security.Cryptography.X509Certificates/4.3.0": {
  1005. "type": "package",
  1006. "serviceable": true,
  1007. "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
  1008. "path": "system.security.cryptography.x509certificates/4.3.0",
  1009. "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
  1010. },
  1011. "System.Security.Principal/4.3.0": {
  1012. "type": "package",
  1013. "serviceable": true,
  1014. "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==",
  1015. "path": "system.security.principal/4.3.0",
  1016. "hashPath": "system.security.principal.4.3.0.nupkg.sha512"
  1017. },
  1018. "System.Security.Principal.Windows/4.3.0": {
  1019. "type": "package",
  1020. "serviceable": true,
  1021. "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==",
  1022. "path": "system.security.principal.windows/4.3.0",
  1023. "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512"
  1024. },
  1025. "System.Text.Encoding/4.3.0": {
  1026. "type": "package",
  1027. "serviceable": true,
  1028. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1029. "path": "system.text.encoding/4.3.0",
  1030. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1031. },
  1032. "System.Text.Encoding.Extensions/4.3.0": {
  1033. "type": "package",
  1034. "serviceable": true,
  1035. "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  1036. "path": "system.text.encoding.extensions/4.3.0",
  1037. "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
  1038. },
  1039. "System.Threading/4.3.0": {
  1040. "type": "package",
  1041. "serviceable": true,
  1042. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1043. "path": "system.threading/4.3.0",
  1044. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1045. },
  1046. "System.Threading.Tasks/4.3.0": {
  1047. "type": "package",
  1048. "serviceable": true,
  1049. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1050. "path": "system.threading.tasks/4.3.0",
  1051. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1052. },
  1053. "System.Threading.ThreadPool/4.3.0": {
  1054. "type": "package",
  1055. "serviceable": true,
  1056. "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
  1057. "path": "system.threading.threadpool/4.3.0",
  1058. "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
  1059. },
  1060. "System.Threading.Timer/4.3.0": {
  1061. "type": "package",
  1062. "serviceable": true,
  1063. "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
  1064. "path": "system.threading.timer/4.3.0",
  1065. "hashPath": "system.threading.timer.4.3.0.nupkg.sha512"
  1066. }
  1067. }
  1068. }