No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Test_GPIO.deps.json 55KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v5.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v5.0": {
  9. "Test_GPIO/1.0.0": {
  10. "dependencies": {
  11. "Iot.Device.Bindings": "1.5.0",
  12. "System.Device.Gpio": "1.5.0",
  13. "Unosquare.PiGpio": "0.3.1"
  14. },
  15. "runtime": {
  16. "Test_GPIO.dll": {}
  17. }
  18. },
  19. "Iot.Device.Bindings/1.5.0": {
  20. "dependencies": {
  21. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  22. "SixLabors.ImageSharp": "1.0.2",
  23. "System.Device.Gpio": "1.5.0",
  24. "System.Drawing.Common": "5.0.2",
  25. "System.IO.Ports": "5.0.1",
  26. "System.Management": "5.0.0",
  27. "UnitsNet": "4.77.0"
  28. },
  29. "runtime": {
  30. "lib/net5.0/Iot.Device.Bindings.dll": {
  31. "assemblyVersion": "1.5.0.0",
  32. "fileVersion": "1.500.21.36606"
  33. }
  34. }
  35. },
  36. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  37. "runtime": {
  38. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  39. "assemblyVersion": "5.0.0.0",
  40. "fileVersion": "5.0.20.51904"
  41. }
  42. }
  43. },
  44. "Microsoft.NETCore.Platforms/5.0.0": {},
  45. "Microsoft.NETCore.Targets/1.1.0": {},
  46. "Microsoft.Win32.Primitives/4.3.0": {
  47. "dependencies": {
  48. "Microsoft.NETCore.Platforms": "5.0.0",
  49. "Microsoft.NETCore.Targets": "1.1.0",
  50. "System.Runtime": "4.3.0"
  51. }
  52. },
  53. "Microsoft.Win32.Registry/5.0.0": {
  54. "dependencies": {
  55. "System.Security.AccessControl": "5.0.0",
  56. "System.Security.Principal.Windows": "5.0.0"
  57. }
  58. },
  59. "Microsoft.Win32.SystemEvents/5.0.0": {
  60. "dependencies": {
  61. "Microsoft.NETCore.Platforms": "5.0.0"
  62. },
  63. "runtime": {
  64. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  65. "assemblyVersion": "5.0.0.0",
  66. "fileVersion": "5.0.20.51904"
  67. }
  68. },
  69. "runtimeTargets": {
  70. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  71. "rid": "win",
  72. "assetType": "runtime",
  73. "assemblyVersion": "5.0.0.0",
  74. "fileVersion": "5.0.20.51904"
  75. }
  76. }
  77. },
  78. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  79. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  80. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  81. "runtime.linux-arm.runtime.native.System.IO.Ports/5.0.0": {
  82. "runtimeTargets": {
  83. "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": {
  84. "rid": "linux-arm",
  85. "assetType": "native",
  86. "fileVersion": "0.0.0.0"
  87. }
  88. }
  89. },
  90. "runtime.linux-arm64.runtime.native.System.IO.Ports/5.0.0": {
  91. "runtimeTargets": {
  92. "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": {
  93. "rid": "linux-arm64",
  94. "assetType": "native",
  95. "fileVersion": "0.0.0.0"
  96. }
  97. }
  98. },
  99. "runtime.linux-x64.runtime.native.System.IO.Ports/5.0.0": {
  100. "runtimeTargets": {
  101. "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": {
  102. "rid": "linux-x64",
  103. "assetType": "native",
  104. "fileVersion": "0.0.0.0"
  105. }
  106. }
  107. },
  108. "runtime.native.System/4.3.0": {
  109. "dependencies": {
  110. "Microsoft.NETCore.Platforms": "5.0.0",
  111. "Microsoft.NETCore.Targets": "1.1.0"
  112. }
  113. },
  114. "runtime.native.System.IO.Ports/5.0.1": {
  115. "dependencies": {
  116. "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0",
  117. "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0",
  118. "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0",
  119. "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0"
  120. }
  121. },
  122. "runtime.native.System.Net.Http/4.3.0": {
  123. "dependencies": {
  124. "Microsoft.NETCore.Platforms": "5.0.0",
  125. "Microsoft.NETCore.Targets": "1.1.0"
  126. }
  127. },
  128. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  129. "dependencies": {
  130. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
  131. }
  132. },
  133. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  134. "dependencies": {
  135. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  136. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  137. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  138. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  139. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  140. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  141. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  142. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  143. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2",
  144. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  145. }
  146. },
  147. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  148. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  149. "runtime.osx-x64.runtime.native.System.IO.Ports/5.0.0": {
  150. "runtimeTargets": {
  151. "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": {
  152. "rid": "osx-x64",
  153. "assetType": "native",
  154. "fileVersion": "0.0.0.0"
  155. }
  156. }
  157. },
  158. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
  159. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  160. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  161. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  162. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  163. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
  164. "SixLabors.ImageSharp/1.0.2": {
  165. "runtime": {
  166. "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
  167. "assemblyVersion": "1.0.0.0",
  168. "fileVersion": "1.0.2.0"
  169. }
  170. }
  171. },
  172. "System.CodeDom/5.0.0": {
  173. "runtime": {
  174. "lib/netstandard2.0/System.CodeDom.dll": {
  175. "assemblyVersion": "5.0.0.0",
  176. "fileVersion": "5.0.20.51904"
  177. }
  178. }
  179. },
  180. "System.Collections/4.3.0": {
  181. "dependencies": {
  182. "Microsoft.NETCore.Platforms": "5.0.0",
  183. "Microsoft.NETCore.Targets": "1.1.0",
  184. "System.Runtime": "4.3.0"
  185. }
  186. },
  187. "System.Collections.Concurrent/4.3.0": {
  188. "dependencies": {
  189. "System.Collections": "4.3.0",
  190. "System.Diagnostics.Debug": "4.3.0",
  191. "System.Diagnostics.Tracing": "4.3.0",
  192. "System.Globalization": "4.3.0",
  193. "System.Reflection": "4.3.0",
  194. "System.Resources.ResourceManager": "4.3.0",
  195. "System.Runtime": "4.3.0",
  196. "System.Runtime.Extensions": "4.3.0",
  197. "System.Threading": "4.3.0",
  198. "System.Threading.Tasks": "4.3.0"
  199. }
  200. },
  201. "System.Device.Gpio/1.5.0": {
  202. "dependencies": {
  203. "Microsoft.Win32.Registry": "5.0.0",
  204. "System.Memory": "4.5.4",
  205. "System.Threading.Tasks.Extensions": "4.5.4"
  206. },
  207. "runtime": {
  208. "lib/net5.0/System.Device.Gpio.dll": {
  209. "assemblyVersion": "1.5.0.0",
  210. "fileVersion": "1.500.21.36606"
  211. }
  212. }
  213. },
  214. "System.Diagnostics.Debug/4.3.0": {
  215. "dependencies": {
  216. "Microsoft.NETCore.Platforms": "5.0.0",
  217. "Microsoft.NETCore.Targets": "1.1.0",
  218. "System.Runtime": "4.3.0"
  219. }
  220. },
  221. "System.Diagnostics.DiagnosticSource/4.3.0": {
  222. "dependencies": {
  223. "System.Collections": "4.3.0",
  224. "System.Diagnostics.Tracing": "4.3.0",
  225. "System.Reflection": "4.3.0",
  226. "System.Runtime": "4.3.0",
  227. "System.Threading": "4.3.0"
  228. }
  229. },
  230. "System.Diagnostics.Tracing/4.3.0": {
  231. "dependencies": {
  232. "Microsoft.NETCore.Platforms": "5.0.0",
  233. "Microsoft.NETCore.Targets": "1.1.0",
  234. "System.Runtime": "4.3.0"
  235. }
  236. },
  237. "System.Drawing.Common/5.0.2": {
  238. "dependencies": {
  239. "Microsoft.Win32.SystemEvents": "5.0.0"
  240. },
  241. "runtime": {
  242. "lib/netcoreapp3.0/System.Drawing.Common.dll": {
  243. "assemblyVersion": "5.0.0.2",
  244. "fileVersion": "5.0.421.11614"
  245. }
  246. },
  247. "runtimeTargets": {
  248. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  249. "rid": "unix",
  250. "assetType": "runtime",
  251. "assemblyVersion": "5.0.0.2",
  252. "fileVersion": "5.0.421.11614"
  253. },
  254. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  255. "rid": "win",
  256. "assetType": "runtime",
  257. "assemblyVersion": "5.0.0.2",
  258. "fileVersion": "5.0.421.11614"
  259. }
  260. }
  261. },
  262. "System.Globalization/4.3.0": {
  263. "dependencies": {
  264. "Microsoft.NETCore.Platforms": "5.0.0",
  265. "Microsoft.NETCore.Targets": "1.1.0",
  266. "System.Runtime": "4.3.0"
  267. }
  268. },
  269. "System.Globalization.Calendars/4.3.0": {
  270. "dependencies": {
  271. "Microsoft.NETCore.Platforms": "5.0.0",
  272. "Microsoft.NETCore.Targets": "1.1.0",
  273. "System.Globalization": "4.3.0",
  274. "System.Runtime": "4.3.0"
  275. }
  276. },
  277. "System.Globalization.Extensions/4.3.0": {
  278. "dependencies": {
  279. "Microsoft.NETCore.Platforms": "5.0.0",
  280. "System.Globalization": "4.3.0",
  281. "System.Resources.ResourceManager": "4.3.0",
  282. "System.Runtime": "4.3.0",
  283. "System.Runtime.Extensions": "4.3.0",
  284. "System.Runtime.InteropServices": "4.3.0"
  285. }
  286. },
  287. "System.IO/4.3.0": {
  288. "dependencies": {
  289. "Microsoft.NETCore.Platforms": "5.0.0",
  290. "Microsoft.NETCore.Targets": "1.1.0",
  291. "System.Runtime": "4.3.0",
  292. "System.Text.Encoding": "4.3.0",
  293. "System.Threading.Tasks": "4.3.0"
  294. }
  295. },
  296. "System.IO.FileSystem/4.3.0": {
  297. "dependencies": {
  298. "Microsoft.NETCore.Platforms": "5.0.0",
  299. "Microsoft.NETCore.Targets": "1.1.0",
  300. "System.IO": "4.3.0",
  301. "System.IO.FileSystem.Primitives": "4.3.0",
  302. "System.Runtime": "4.3.0",
  303. "System.Runtime.Handles": "4.3.0",
  304. "System.Text.Encoding": "4.3.0",
  305. "System.Threading.Tasks": "4.3.0"
  306. }
  307. },
  308. "System.IO.FileSystem.Primitives/4.3.0": {
  309. "dependencies": {
  310. "System.Runtime": "4.3.0"
  311. }
  312. },
  313. "System.IO.Ports/5.0.1": {
  314. "dependencies": {
  315. "Microsoft.Win32.Registry": "5.0.0",
  316. "runtime.native.System.IO.Ports": "5.0.1"
  317. },
  318. "runtime": {
  319. "lib/netstandard2.0/System.IO.Ports.dll": {
  320. "assemblyVersion": "5.0.0.0",
  321. "fileVersion": "5.0.421.11614"
  322. }
  323. },
  324. "runtimeTargets": {
  325. "runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll": {
  326. "rid": "linux",
  327. "assetType": "runtime",
  328. "assemblyVersion": "5.0.0.0",
  329. "fileVersion": "5.0.421.11614"
  330. },
  331. "runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll": {
  332. "rid": "osx",
  333. "assetType": "runtime",
  334. "assemblyVersion": "5.0.0.0",
  335. "fileVersion": "5.0.421.11614"
  336. },
  337. "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll": {
  338. "rid": "win",
  339. "assetType": "runtime",
  340. "assemblyVersion": "5.0.0.0",
  341. "fileVersion": "5.0.421.11614"
  342. }
  343. }
  344. },
  345. "System.Linq/4.3.0": {
  346. "dependencies": {
  347. "System.Collections": "4.3.0",
  348. "System.Diagnostics.Debug": "4.3.0",
  349. "System.Resources.ResourceManager": "4.3.0",
  350. "System.Runtime": "4.3.0",
  351. "System.Runtime.Extensions": "4.3.0"
  352. }
  353. },
  354. "System.Management/5.0.0": {
  355. "dependencies": {
  356. "Microsoft.NETCore.Platforms": "5.0.0",
  357. "Microsoft.Win32.Registry": "5.0.0",
  358. "System.CodeDom": "5.0.0"
  359. },
  360. "runtime": {
  361. "lib/netstandard2.0/System.Management.dll": {
  362. "assemblyVersion": "4.0.0.0",
  363. "fileVersion": "5.0.20.51904"
  364. }
  365. },
  366. "runtimeTargets": {
  367. "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
  368. "rid": "win",
  369. "assetType": "runtime",
  370. "assemblyVersion": "4.0.0.0",
  371. "fileVersion": "5.0.20.51904"
  372. }
  373. }
  374. },
  375. "System.Memory/4.5.4": {},
  376. "System.Net.Http/4.3.4": {
  377. "dependencies": {
  378. "Microsoft.NETCore.Platforms": "5.0.0",
  379. "System.Collections": "4.3.0",
  380. "System.Diagnostics.Debug": "4.3.0",
  381. "System.Diagnostics.DiagnosticSource": "4.3.0",
  382. "System.Diagnostics.Tracing": "4.3.0",
  383. "System.Globalization": "4.3.0",
  384. "System.Globalization.Extensions": "4.3.0",
  385. "System.IO": "4.3.0",
  386. "System.IO.FileSystem": "4.3.0",
  387. "System.Net.Primitives": "4.3.0",
  388. "System.Resources.ResourceManager": "4.3.0",
  389. "System.Runtime": "4.3.0",
  390. "System.Runtime.Extensions": "4.3.0",
  391. "System.Runtime.Handles": "4.3.0",
  392. "System.Runtime.InteropServices": "4.3.0",
  393. "System.Security.Cryptography.Algorithms": "4.3.0",
  394. "System.Security.Cryptography.Encoding": "4.3.0",
  395. "System.Security.Cryptography.OpenSsl": "4.3.0",
  396. "System.Security.Cryptography.Primitives": "4.3.0",
  397. "System.Security.Cryptography.X509Certificates": "4.3.0",
  398. "System.Text.Encoding": "4.3.0",
  399. "System.Threading": "4.3.0",
  400. "System.Threading.Tasks": "4.3.0",
  401. "runtime.native.System": "4.3.0",
  402. "runtime.native.System.Net.Http": "4.3.0",
  403. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  404. }
  405. },
  406. "System.Net.NetworkInformation/4.3.0": {
  407. "dependencies": {
  408. "Microsoft.NETCore.Platforms": "5.0.0",
  409. "Microsoft.Win32.Primitives": "4.3.0",
  410. "System.Collections": "4.3.0",
  411. "System.Diagnostics.Tracing": "4.3.0",
  412. "System.Globalization": "4.3.0",
  413. "System.IO": "4.3.0",
  414. "System.IO.FileSystem": "4.3.0",
  415. "System.IO.FileSystem.Primitives": "4.3.0",
  416. "System.Linq": "4.3.0",
  417. "System.Net.Primitives": "4.3.0",
  418. "System.Net.Sockets": "4.3.0",
  419. "System.Resources.ResourceManager": "4.3.0",
  420. "System.Runtime": "4.3.0",
  421. "System.Runtime.Extensions": "4.3.0",
  422. "System.Runtime.Handles": "4.3.0",
  423. "System.Runtime.InteropServices": "4.3.0",
  424. "System.Security.Principal.Windows": "5.0.0",
  425. "System.Threading": "4.3.0",
  426. "System.Threading.Overlapped": "4.3.0",
  427. "System.Threading.Tasks": "4.3.0",
  428. "System.Threading.Thread": "4.3.0",
  429. "System.Threading.ThreadPool": "4.3.0",
  430. "runtime.native.System": "4.3.0"
  431. }
  432. },
  433. "System.Net.Primitives/4.3.0": {
  434. "dependencies": {
  435. "Microsoft.NETCore.Platforms": "5.0.0",
  436. "Microsoft.NETCore.Targets": "1.1.0",
  437. "System.Runtime": "4.3.0",
  438. "System.Runtime.Handles": "4.3.0"
  439. }
  440. },
  441. "System.Net.Sockets/4.3.0": {
  442. "dependencies": {
  443. "Microsoft.NETCore.Platforms": "5.0.0",
  444. "Microsoft.NETCore.Targets": "1.1.0",
  445. "System.IO": "4.3.0",
  446. "System.Net.Primitives": "4.3.0",
  447. "System.Runtime": "4.3.0",
  448. "System.Threading.Tasks": "4.3.0"
  449. }
  450. },
  451. "System.Reflection/4.3.0": {
  452. "dependencies": {
  453. "Microsoft.NETCore.Platforms": "5.0.0",
  454. "Microsoft.NETCore.Targets": "1.1.0",
  455. "System.IO": "4.3.0",
  456. "System.Reflection.Primitives": "4.3.0",
  457. "System.Runtime": "4.3.0"
  458. }
  459. },
  460. "System.Reflection.Primitives/4.3.0": {
  461. "dependencies": {
  462. "Microsoft.NETCore.Platforms": "5.0.0",
  463. "Microsoft.NETCore.Targets": "1.1.0",
  464. "System.Runtime": "4.3.0"
  465. }
  466. },
  467. "System.Resources.ResourceManager/4.3.0": {
  468. "dependencies": {
  469. "Microsoft.NETCore.Platforms": "5.0.0",
  470. "Microsoft.NETCore.Targets": "1.1.0",
  471. "System.Globalization": "4.3.0",
  472. "System.Reflection": "4.3.0",
  473. "System.Runtime": "4.3.0"
  474. }
  475. },
  476. "System.Runtime/4.3.0": {
  477. "dependencies": {
  478. "Microsoft.NETCore.Platforms": "5.0.0",
  479. "Microsoft.NETCore.Targets": "1.1.0"
  480. }
  481. },
  482. "System.Runtime.Extensions/4.3.0": {
  483. "dependencies": {
  484. "Microsoft.NETCore.Platforms": "5.0.0",
  485. "Microsoft.NETCore.Targets": "1.1.0",
  486. "System.Runtime": "4.3.0"
  487. }
  488. },
  489. "System.Runtime.Handles/4.3.0": {
  490. "dependencies": {
  491. "Microsoft.NETCore.Platforms": "5.0.0",
  492. "Microsoft.NETCore.Targets": "1.1.0",
  493. "System.Runtime": "4.3.0"
  494. }
  495. },
  496. "System.Runtime.InteropServices/4.3.0": {
  497. "dependencies": {
  498. "Microsoft.NETCore.Platforms": "5.0.0",
  499. "Microsoft.NETCore.Targets": "1.1.0",
  500. "System.Reflection": "4.3.0",
  501. "System.Reflection.Primitives": "4.3.0",
  502. "System.Runtime": "4.3.0",
  503. "System.Runtime.Handles": "4.3.0"
  504. }
  505. },
  506. "System.Runtime.Numerics/4.3.0": {
  507. "dependencies": {
  508. "System.Globalization": "4.3.0",
  509. "System.Resources.ResourceManager": "4.3.0",
  510. "System.Runtime": "4.3.0",
  511. "System.Runtime.Extensions": "4.3.0"
  512. }
  513. },
  514. "System.Security.AccessControl/5.0.0": {
  515. "dependencies": {
  516. "Microsoft.NETCore.Platforms": "5.0.0",
  517. "System.Security.Principal.Windows": "5.0.0"
  518. }
  519. },
  520. "System.Security.Cryptography.Algorithms/4.3.0": {
  521. "dependencies": {
  522. "Microsoft.NETCore.Platforms": "5.0.0",
  523. "System.Collections": "4.3.0",
  524. "System.IO": "4.3.0",
  525. "System.Resources.ResourceManager": "4.3.0",
  526. "System.Runtime": "4.3.0",
  527. "System.Runtime.Extensions": "4.3.0",
  528. "System.Runtime.Handles": "4.3.0",
  529. "System.Runtime.InteropServices": "4.3.0",
  530. "System.Runtime.Numerics": "4.3.0",
  531. "System.Security.Cryptography.Encoding": "4.3.0",
  532. "System.Security.Cryptography.Primitives": "4.3.0",
  533. "System.Text.Encoding": "4.3.0",
  534. "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
  535. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  536. }
  537. },
  538. "System.Security.Cryptography.Cng/4.3.0": {
  539. "dependencies": {
  540. "Microsoft.NETCore.Platforms": "5.0.0",
  541. "System.IO": "4.3.0",
  542. "System.Resources.ResourceManager": "4.3.0",
  543. "System.Runtime": "4.3.0",
  544. "System.Runtime.Extensions": "4.3.0",
  545. "System.Runtime.Handles": "4.3.0",
  546. "System.Runtime.InteropServices": "4.3.0",
  547. "System.Security.Cryptography.Algorithms": "4.3.0",
  548. "System.Security.Cryptography.Encoding": "4.3.0",
  549. "System.Security.Cryptography.Primitives": "4.3.0",
  550. "System.Text.Encoding": "4.3.0"
  551. }
  552. },
  553. "System.Security.Cryptography.Csp/4.3.0": {
  554. "dependencies": {
  555. "Microsoft.NETCore.Platforms": "5.0.0",
  556. "System.IO": "4.3.0",
  557. "System.Reflection": "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.Runtime.Handles": "4.3.0",
  562. "System.Runtime.InteropServices": "4.3.0",
  563. "System.Security.Cryptography.Algorithms": "4.3.0",
  564. "System.Security.Cryptography.Encoding": "4.3.0",
  565. "System.Security.Cryptography.Primitives": "4.3.0",
  566. "System.Text.Encoding": "4.3.0",
  567. "System.Threading": "4.3.0"
  568. }
  569. },
  570. "System.Security.Cryptography.Encoding/4.3.0": {
  571. "dependencies": {
  572. "Microsoft.NETCore.Platforms": "5.0.0",
  573. "System.Collections": "4.3.0",
  574. "System.Collections.Concurrent": "4.3.0",
  575. "System.Linq": "4.3.0",
  576. "System.Resources.ResourceManager": "4.3.0",
  577. "System.Runtime": "4.3.0",
  578. "System.Runtime.Extensions": "4.3.0",
  579. "System.Runtime.Handles": "4.3.0",
  580. "System.Runtime.InteropServices": "4.3.0",
  581. "System.Security.Cryptography.Primitives": "4.3.0",
  582. "System.Text.Encoding": "4.3.0",
  583. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  584. }
  585. },
  586. "System.Security.Cryptography.OpenSsl/4.3.0": {
  587. "dependencies": {
  588. "System.Collections": "4.3.0",
  589. "System.IO": "4.3.0",
  590. "System.Resources.ResourceManager": "4.3.0",
  591. "System.Runtime": "4.3.0",
  592. "System.Runtime.Extensions": "4.3.0",
  593. "System.Runtime.Handles": "4.3.0",
  594. "System.Runtime.InteropServices": "4.3.0",
  595. "System.Runtime.Numerics": "4.3.0",
  596. "System.Security.Cryptography.Algorithms": "4.3.0",
  597. "System.Security.Cryptography.Encoding": "4.3.0",
  598. "System.Security.Cryptography.Primitives": "4.3.0",
  599. "System.Text.Encoding": "4.3.0",
  600. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  601. }
  602. },
  603. "System.Security.Cryptography.Primitives/4.3.0": {
  604. "dependencies": {
  605. "System.Diagnostics.Debug": "4.3.0",
  606. "System.Globalization": "4.3.0",
  607. "System.IO": "4.3.0",
  608. "System.Resources.ResourceManager": "4.3.0",
  609. "System.Runtime": "4.3.0",
  610. "System.Threading": "4.3.0",
  611. "System.Threading.Tasks": "4.3.0"
  612. }
  613. },
  614. "System.Security.Cryptography.X509Certificates/4.3.0": {
  615. "dependencies": {
  616. "Microsoft.NETCore.Platforms": "5.0.0",
  617. "System.Collections": "4.3.0",
  618. "System.Diagnostics.Debug": "4.3.0",
  619. "System.Globalization": "4.3.0",
  620. "System.Globalization.Calendars": "4.3.0",
  621. "System.IO": "4.3.0",
  622. "System.IO.FileSystem": "4.3.0",
  623. "System.IO.FileSystem.Primitives": "4.3.0",
  624. "System.Resources.ResourceManager": "4.3.0",
  625. "System.Runtime": "4.3.0",
  626. "System.Runtime.Extensions": "4.3.0",
  627. "System.Runtime.Handles": "4.3.0",
  628. "System.Runtime.InteropServices": "4.3.0",
  629. "System.Runtime.Numerics": "4.3.0",
  630. "System.Security.Cryptography.Algorithms": "4.3.0",
  631. "System.Security.Cryptography.Cng": "4.3.0",
  632. "System.Security.Cryptography.Csp": "4.3.0",
  633. "System.Security.Cryptography.Encoding": "4.3.0",
  634. "System.Security.Cryptography.OpenSsl": "4.3.0",
  635. "System.Security.Cryptography.Primitives": "4.3.0",
  636. "System.Text.Encoding": "4.3.0",
  637. "System.Threading": "4.3.0",
  638. "runtime.native.System": "4.3.0",
  639. "runtime.native.System.Net.Http": "4.3.0",
  640. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.2"
  641. }
  642. },
  643. "System.Security.Principal.Windows/5.0.0": {},
  644. "System.Text.Encoding/4.3.0": {
  645. "dependencies": {
  646. "Microsoft.NETCore.Platforms": "5.0.0",
  647. "Microsoft.NETCore.Targets": "1.1.0",
  648. "System.Runtime": "4.3.0"
  649. }
  650. },
  651. "System.Text.Encoding.CodePages/4.6.0": {
  652. "dependencies": {
  653. "Microsoft.NETCore.Platforms": "5.0.0"
  654. }
  655. },
  656. "System.Threading/4.3.0": {
  657. "dependencies": {
  658. "System.Runtime": "4.3.0",
  659. "System.Threading.Tasks": "4.3.0"
  660. }
  661. },
  662. "System.Threading.Overlapped/4.3.0": {
  663. "dependencies": {
  664. "Microsoft.NETCore.Platforms": "5.0.0",
  665. "System.Resources.ResourceManager": "4.3.0",
  666. "System.Runtime": "4.3.0",
  667. "System.Runtime.Handles": "4.3.0"
  668. }
  669. },
  670. "System.Threading.Tasks/4.3.0": {
  671. "dependencies": {
  672. "Microsoft.NETCore.Platforms": "5.0.0",
  673. "Microsoft.NETCore.Targets": "1.1.0",
  674. "System.Runtime": "4.3.0"
  675. }
  676. },
  677. "System.Threading.Tasks.Extensions/4.5.4": {},
  678. "System.Threading.Thread/4.3.0": {
  679. "dependencies": {
  680. "System.Runtime": "4.3.0"
  681. }
  682. },
  683. "System.Threading.ThreadPool/4.3.0": {
  684. "dependencies": {
  685. "System.Runtime": "4.3.0",
  686. "System.Runtime.Handles": "4.3.0"
  687. }
  688. },
  689. "System.ValueTuple/4.5.0": {},
  690. "UnitsNet/4.77.0": {
  691. "dependencies": {
  692. "System.ValueTuple": "4.5.0"
  693. },
  694. "runtime": {
  695. "lib/netstandard2.0/UnitsNet.dll": {
  696. "assemblyVersion": "4.0.0.0",
  697. "fileVersion": "4.0.0.0"
  698. }
  699. }
  700. },
  701. "Unosquare.PiGpio/0.3.1": {
  702. "dependencies": {
  703. "Unosquare.Raspberry.Abstractions": "0.4.0",
  704. "Unosquare.Swan": "2.4.0"
  705. },
  706. "runtime": {
  707. "lib/netstandard2.0/Unosquare.PiGpio.dll": {
  708. "assemblyVersion": "0.3.1.0",
  709. "fileVersion": "0.3.1.0"
  710. }
  711. }
  712. },
  713. "Unosquare.Raspberry.Abstractions/0.4.0": {
  714. "runtime": {
  715. "lib/netstandard2.0/Unosquare.Raspberry.Abstractions.dll": {
  716. "assemblyVersion": "0.4.0.0",
  717. "fileVersion": "0.4.0.0"
  718. }
  719. }
  720. },
  721. "Unosquare.Swan/2.4.0": {
  722. "dependencies": {
  723. "System.Net.Http": "4.3.4",
  724. "System.Net.NetworkInformation": "4.3.0",
  725. "Unosquare.Swan.Lite": "2.4.0"
  726. },
  727. "runtime": {
  728. "lib/netstandard2.0/Swan.dll": {
  729. "assemblyVersion": "2.4.0.0",
  730. "fileVersion": "2.4.0.0"
  731. }
  732. }
  733. },
  734. "Unosquare.Swan.Lite/2.4.0": {
  735. "dependencies": {
  736. "System.Text.Encoding.CodePages": "4.6.0"
  737. },
  738. "runtime": {
  739. "lib/netstandard2.0/Swan.Lite.dll": {
  740. "assemblyVersion": "2.4.0.0",
  741. "fileVersion": "2.4.0.0"
  742. }
  743. }
  744. }
  745. }
  746. },
  747. "libraries": {
  748. "Test_GPIO/1.0.0": {
  749. "type": "project",
  750. "serviceable": false,
  751. "sha512": ""
  752. },
  753. "Iot.Device.Bindings/1.5.0": {
  754. "type": "package",
  755. "serviceable": true,
  756. "sha512": "sha512-CNCOpPSatE0X7XfZ7mnGv1SKbZY878ny5lUCVihGobp7bQMIrsZRszH1Otw20dDFQ5WL3ZAkuqn9d3f/hzp3dA==",
  757. "path": "iot.device.bindings/1.5.0",
  758. "hashPath": "iot.device.bindings.1.5.0.nupkg.sha512"
  759. },
  760. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  761. "type": "package",
  762. "serviceable": true,
  763. "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  764. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  765. "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
  766. },
  767. "Microsoft.NETCore.Platforms/5.0.0": {
  768. "type": "package",
  769. "serviceable": true,
  770. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  771. "path": "microsoft.netcore.platforms/5.0.0",
  772. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  773. },
  774. "Microsoft.NETCore.Targets/1.1.0": {
  775. "type": "package",
  776. "serviceable": true,
  777. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  778. "path": "microsoft.netcore.targets/1.1.0",
  779. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  780. },
  781. "Microsoft.Win32.Primitives/4.3.0": {
  782. "type": "package",
  783. "serviceable": true,
  784. "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==",
  785. "path": "microsoft.win32.primitives/4.3.0",
  786. "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512"
  787. },
  788. "Microsoft.Win32.Registry/5.0.0": {
  789. "type": "package",
  790. "serviceable": true,
  791. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  792. "path": "microsoft.win32.registry/5.0.0",
  793. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  794. },
  795. "Microsoft.Win32.SystemEvents/5.0.0": {
  796. "type": "package",
  797. "serviceable": true,
  798. "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  799. "path": "microsoft.win32.systemevents/5.0.0",
  800. "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
  801. },
  802. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  803. "type": "package",
  804. "serviceable": true,
  805. "sha512": "sha512-7VSGO0URRKoMEAq0Sc9cRz8mb6zbyx/BZDEWhgPdzzpmFhkam3fJ1DAGWFXBI4nGlma+uPKpfuMQP5LXRnOH5g==",
  806. "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  807. "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  808. },
  809. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  810. "type": "package",
  811. "serviceable": true,
  812. "sha512": "sha512-0oAaTAm6e2oVH+/Zttt0cuhGaePQYKII1dY8iaqP7CvOpVKgLybKRFvQjXR2LtxXOXTVPNv14j0ot8uV+HrUmw==",
  813. "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  814. "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  815. },
  816. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  817. "type": "package",
  818. "serviceable": true,
  819. "sha512": "sha512-G24ibsCNi5Kbz0oXWynBoRgtGvsw5ZSVEWjv13/KiCAM8C6wz9zzcCniMeQFIkJ2tasjo2kXlvlBZhplL51kGg==",
  820. "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  821. "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  822. },
  823. "runtime.linux-arm.runtime.native.System.IO.Ports/5.0.0": {
  824. "type": "package",
  825. "serviceable": true,
  826. "sha512": "sha512-mHgdZplUo48ThUaZB3S3M0alxAcHU7R3GLxNbsBzwShKTBn6vHO31YP4PQT+nbOkc/ErieFP2cSkBA/pbH3Hsw==",
  827. "path": "runtime.linux-arm.runtime.native.system.io.ports/5.0.0",
  828. "hashPath": "runtime.linux-arm.runtime.native.system.io.ports.5.0.0.nupkg.sha512"
  829. },
  830. "runtime.linux-arm64.runtime.native.System.IO.Ports/5.0.0": {
  831. "type": "package",
  832. "serviceable": true,
  833. "sha512": "sha512-2vSH+NumQa1hwccFfn+ISDQnkPcGviVd6is+TuM7HwcPkbE2WY64q1E6nAulm7E+62Loxx3b9bS2sSazjM6bfw==",
  834. "path": "runtime.linux-arm64.runtime.native.system.io.ports/5.0.0",
  835. "hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.5.0.0.nupkg.sha512"
  836. },
  837. "runtime.linux-x64.runtime.native.System.IO.Ports/5.0.0": {
  838. "type": "package",
  839. "serviceable": true,
  840. "sha512": "sha512-aagetZzzxDXxiGKrdyB1gxIHPRzeunUYTbV9aqprVe+iKVgi474I8fTVaxiZjwxDMeB3bWnOmpa4hgsiFXQ9GA==",
  841. "path": "runtime.linux-x64.runtime.native.system.io.ports/5.0.0",
  842. "hashPath": "runtime.linux-x64.runtime.native.system.io.ports.5.0.0.nupkg.sha512"
  843. },
  844. "runtime.native.System/4.3.0": {
  845. "type": "package",
  846. "serviceable": true,
  847. "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  848. "path": "runtime.native.system/4.3.0",
  849. "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
  850. },
  851. "runtime.native.System.IO.Ports/5.0.1": {
  852. "type": "package",
  853. "serviceable": true,
  854. "sha512": "sha512-ihV5cOJiQ1+IyxFtCZuQfW8C7KhUUTaGRCYt9y7g14Xt+LcqsMJ8Pb/ANr7OmTPCa7SKcvwKQVYcN8xKQB55pA==",
  855. "path": "runtime.native.system.io.ports/5.0.1",
  856. "hashPath": "runtime.native.system.io.ports.5.0.1.nupkg.sha512"
  857. },
  858. "runtime.native.System.Net.Http/4.3.0": {
  859. "type": "package",
  860. "serviceable": true,
  861. "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
  862. "path": "runtime.native.system.net.http/4.3.0",
  863. "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
  864. },
  865. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  866. "type": "package",
  867. "serviceable": true,
  868. "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
  869. "path": "runtime.native.system.security.cryptography.apple/4.3.0",
  870. "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  871. },
  872. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  873. "type": "package",
  874. "serviceable": true,
  875. "sha512": "sha512-QR1OwtwehHxSeQvZKXe+iSd+d3XZNkEcuWMFYa2i0aG1l+lR739HPicKMlTbJst3spmeekDVBUS7SeS26s4U/g==",
  876. "path": "runtime.native.system.security.cryptography.openssl/4.3.2",
  877. "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  878. },
  879. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  880. "type": "package",
  881. "serviceable": true,
  882. "sha512": "sha512-I+GNKGg2xCHueRd1m9PzeEW7WLbNNLznmTuEi8/vZX71HudUbx1UTwlGkiwMri7JLl8hGaIAWnA/GONhu+LOyQ==",
  883. "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  884. "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  885. },
  886. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  887. "type": "package",
  888. "serviceable": true,
  889. "sha512": "sha512-1Z3TAq1ytS1IBRtPXJvEUZdVsfWfeNEhBkbiOCGEl9wwAfsjP2lz3ZFDx5tq8p60/EqbS0HItG5piHuB71RjoA==",
  890. "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  891. "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  892. },
  893. "runtime.osx-x64.runtime.native.System.IO.Ports/5.0.0": {
  894. "type": "package",
  895. "serviceable": true,
  896. "sha512": "sha512-KOWNOPDzXNZkKHwfCs9gBzJS1JeOli7fBmI93l92FcTb/42Fc0ojKYL9gUZANYtM7x5nRPPzUJtW29klkt+2Zw==",
  897. "path": "runtime.osx-x64.runtime.native.system.io.ports/5.0.0",
  898. "hashPath": "runtime.osx-x64.runtime.native.system.io.ports.5.0.0.nupkg.sha512"
  899. },
  900. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  901. "type": "package",
  902. "serviceable": true,
  903. "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
  904. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
  905. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  906. },
  907. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  908. "type": "package",
  909. "serviceable": true,
  910. "sha512": "sha512-6mU/cVmmHtQiDXhnzUImxIcDL48GbTk+TsptXyJA+MIOG9LRjPoAQC/qBFB7X+UNyK86bmvGwC8t+M66wsYC8w==",
  911. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  912. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  913. },
  914. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  915. "type": "package",
  916. "serviceable": true,
  917. "sha512": "sha512-vjwG0GGcTW/PPg6KVud8F9GLWYuAV1rrw1BKAqY0oh4jcUqg15oYF1+qkGR2x2ZHM4DQnWKQ7cJgYbfncz/lYg==",
  918. "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  919. "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  920. },
  921. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  922. "type": "package",
  923. "serviceable": true,
  924. "sha512": "sha512-7KMFpTkHC/zoExs+PwP8jDCWcrK9H6L7soowT80CUx3e+nxP/AFnq0AQAW5W76z2WYbLAYCRyPfwYFG6zkvQRw==",
  925. "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  926. "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  927. },
  928. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  929. "type": "package",
  930. "serviceable": true,
  931. "sha512": "sha512-xrlmRCnKZJLHxyyLIqkZjNXqgxnKdZxfItrPkjI+6pkRo5lHX8YvSZlWrSI5AVwLMi4HbNWP7064hcAWeZKp5w==",
  932. "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  933. "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  934. },
  935. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {
  936. "type": "package",
  937. "serviceable": true,
  938. "sha512": "sha512-leXiwfiIkW7Gmn7cgnNcdtNAU70SjmKW3jxGj1iKHOvdn0zRWsgv/l2OJUO5zdGdiv2VRFnAsxxhDgMzofPdWg==",
  939. "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.2",
  940. "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.2.nupkg.sha512"
  941. },
  942. "SixLabors.ImageSharp/1.0.2": {
  943. "type": "package",
  944. "serviceable": true,
  945. "sha512": "sha512-iZJ37Iss3pUkFl961x1aka85QuvgY9oNZabHijzVnHs4QTz6EMNx3zjJDyvK/0+Ryj6JPv/PC7GVIJXLHtu2nQ==",
  946. "path": "sixlabors.imagesharp/1.0.2",
  947. "hashPath": "sixlabors.imagesharp.1.0.2.nupkg.sha512"
  948. },
  949. "System.CodeDom/5.0.0": {
  950. "type": "package",
  951. "serviceable": true,
  952. "sha512": "sha512-JPJArwA1kdj8qDAkY2XGjSWoYnqiM7q/3yRNkt6n28Mnn95MuEGkZXUbPBf7qc3IjwrGY5ttQon7yqHZyQJmOQ==",
  953. "path": "system.codedom/5.0.0",
  954. "hashPath": "system.codedom.5.0.0.nupkg.sha512"
  955. },
  956. "System.Collections/4.3.0": {
  957. "type": "package",
  958. "serviceable": true,
  959. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  960. "path": "system.collections/4.3.0",
  961. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  962. },
  963. "System.Collections.Concurrent/4.3.0": {
  964. "type": "package",
  965. "serviceable": true,
  966. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  967. "path": "system.collections.concurrent/4.3.0",
  968. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  969. },
  970. "System.Device.Gpio/1.5.0": {
  971. "type": "package",
  972. "serviceable": true,
  973. "sha512": "sha512-OOxVX5FBTSrV8SZguyAVV+zVx0cmhfPL+6bvgVsKJXky8rUhpQKQuP8+tpatcHuQT4fCqAE2/vdN9Hy3cC68vQ==",
  974. "path": "system.device.gpio/1.5.0",
  975. "hashPath": "system.device.gpio.1.5.0.nupkg.sha512"
  976. },
  977. "System.Diagnostics.Debug/4.3.0": {
  978. "type": "package",
  979. "serviceable": true,
  980. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  981. "path": "system.diagnostics.debug/4.3.0",
  982. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  983. },
  984. "System.Diagnostics.DiagnosticSource/4.3.0": {
  985. "type": "package",
  986. "serviceable": true,
  987. "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
  988. "path": "system.diagnostics.diagnosticsource/4.3.0",
  989. "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
  990. },
  991. "System.Diagnostics.Tracing/4.3.0": {
  992. "type": "package",
  993. "serviceable": true,
  994. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  995. "path": "system.diagnostics.tracing/4.3.0",
  996. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  997. },
  998. "System.Drawing.Common/5.0.2": {
  999. "type": "package",
  1000. "serviceable": true,
  1001. "sha512": "sha512-rvr/M1WPf24ljpvvrVd74+NdjRUJu1bBkspkZcnzSZnmAUQWSvanlQ0k/hVHk+cHufZbZfu7vOh/vYc0q5Uu/A==",
  1002. "path": "system.drawing.common/5.0.2",
  1003. "hashPath": "system.drawing.common.5.0.2.nupkg.sha512"
  1004. },
  1005. "System.Globalization/4.3.0": {
  1006. "type": "package",
  1007. "serviceable": true,
  1008. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1009. "path": "system.globalization/4.3.0",
  1010. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1011. },
  1012. "System.Globalization.Calendars/4.3.0": {
  1013. "type": "package",
  1014. "serviceable": true,
  1015. "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
  1016. "path": "system.globalization.calendars/4.3.0",
  1017. "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
  1018. },
  1019. "System.Globalization.Extensions/4.3.0": {
  1020. "type": "package",
  1021. "serviceable": true,
  1022. "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  1023. "path": "system.globalization.extensions/4.3.0",
  1024. "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
  1025. },
  1026. "System.IO/4.3.0": {
  1027. "type": "package",
  1028. "serviceable": true,
  1029. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1030. "path": "system.io/4.3.0",
  1031. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1032. },
  1033. "System.IO.FileSystem/4.3.0": {
  1034. "type": "package",
  1035. "serviceable": true,
  1036. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  1037. "path": "system.io.filesystem/4.3.0",
  1038. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  1039. },
  1040. "System.IO.FileSystem.Primitives/4.3.0": {
  1041. "type": "package",
  1042. "serviceable": true,
  1043. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1044. "path": "system.io.filesystem.primitives/4.3.0",
  1045. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1046. },
  1047. "System.IO.Ports/5.0.1": {
  1048. "type": "package",
  1049. "serviceable": true,
  1050. "sha512": "sha512-cOfs0q0+lmq8oXgIeYDzzT2IxQ0gIij2/awNDXn3OjykDii26EgzzY09BhabUlxt3rwGNpAOxYkdac5udWWJgQ==",
  1051. "path": "system.io.ports/5.0.1",
  1052. "hashPath": "system.io.ports.5.0.1.nupkg.sha512"
  1053. },
  1054. "System.Linq/4.3.0": {
  1055. "type": "package",
  1056. "serviceable": true,
  1057. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1058. "path": "system.linq/4.3.0",
  1059. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1060. },
  1061. "System.Management/5.0.0": {
  1062. "type": "package",
  1063. "serviceable": true,
  1064. "sha512": "sha512-MF1CHaRcC+MLFdnDthv4/bKWBZnlnSpkGqa87pKukQefgEdwtb9zFW6zs0GjPp73qtpYYg4q6PEKbzJbxCpKfw==",
  1065. "path": "system.management/5.0.0",
  1066. "hashPath": "system.management.5.0.0.nupkg.sha512"
  1067. },
  1068. "System.Memory/4.5.4": {
  1069. "type": "package",
  1070. "serviceable": true,
  1071. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1072. "path": "system.memory/4.5.4",
  1073. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1074. },
  1075. "System.Net.Http/4.3.4": {
  1076. "type": "package",
  1077. "serviceable": true,
  1078. "sha512": "sha512-aOa2d51SEbmM+H+Csw7yJOuNZoHkrP2XnAurye5HWYgGVVU54YZDvsLUYRv6h18X3sPnjNCANmN7ZhIPiqMcjA==",
  1079. "path": "system.net.http/4.3.4",
  1080. "hashPath": "system.net.http.4.3.4.nupkg.sha512"
  1081. },
  1082. "System.Net.NetworkInformation/4.3.0": {
  1083. "type": "package",
  1084. "serviceable": true,
  1085. "sha512": "sha512-zNVmWVry0pAu7lcrRBhwwU96WUdbsrGL3azyzsbXmVNptae1+Za+UgOe9Z6s8iaWhPn7/l4wQqhC56HZWq7tkg==",
  1086. "path": "system.net.networkinformation/4.3.0",
  1087. "hashPath": "system.net.networkinformation.4.3.0.nupkg.sha512"
  1088. },
  1089. "System.Net.Primitives/4.3.0": {
  1090. "type": "package",
  1091. "serviceable": true,
  1092. "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  1093. "path": "system.net.primitives/4.3.0",
  1094. "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
  1095. },
  1096. "System.Net.Sockets/4.3.0": {
  1097. "type": "package",
  1098. "serviceable": true,
  1099. "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==",
  1100. "path": "system.net.sockets/4.3.0",
  1101. "hashPath": "system.net.sockets.4.3.0.nupkg.sha512"
  1102. },
  1103. "System.Reflection/4.3.0": {
  1104. "type": "package",
  1105. "serviceable": true,
  1106. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1107. "path": "system.reflection/4.3.0",
  1108. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1109. },
  1110. "System.Reflection.Primitives/4.3.0": {
  1111. "type": "package",
  1112. "serviceable": true,
  1113. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1114. "path": "system.reflection.primitives/4.3.0",
  1115. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1116. },
  1117. "System.Resources.ResourceManager/4.3.0": {
  1118. "type": "package",
  1119. "serviceable": true,
  1120. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1121. "path": "system.resources.resourcemanager/4.3.0",
  1122. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1123. },
  1124. "System.Runtime/4.3.0": {
  1125. "type": "package",
  1126. "serviceable": true,
  1127. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1128. "path": "system.runtime/4.3.0",
  1129. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1130. },
  1131. "System.Runtime.Extensions/4.3.0": {
  1132. "type": "package",
  1133. "serviceable": true,
  1134. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1135. "path": "system.runtime.extensions/4.3.0",
  1136. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1137. },
  1138. "System.Runtime.Handles/4.3.0": {
  1139. "type": "package",
  1140. "serviceable": true,
  1141. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1142. "path": "system.runtime.handles/4.3.0",
  1143. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1144. },
  1145. "System.Runtime.InteropServices/4.3.0": {
  1146. "type": "package",
  1147. "serviceable": true,
  1148. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1149. "path": "system.runtime.interopservices/4.3.0",
  1150. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1151. },
  1152. "System.Runtime.Numerics/4.3.0": {
  1153. "type": "package",
  1154. "serviceable": true,
  1155. "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  1156. "path": "system.runtime.numerics/4.3.0",
  1157. "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
  1158. },
  1159. "System.Security.AccessControl/5.0.0": {
  1160. "type": "package",
  1161. "serviceable": true,
  1162. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  1163. "path": "system.security.accesscontrol/5.0.0",
  1164. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  1165. },
  1166. "System.Security.Cryptography.Algorithms/4.3.0": {
  1167. "type": "package",
  1168. "serviceable": true,
  1169. "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
  1170. "path": "system.security.cryptography.algorithms/4.3.0",
  1171. "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
  1172. },
  1173. "System.Security.Cryptography.Cng/4.3.0": {
  1174. "type": "package",
  1175. "serviceable": true,
  1176. "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
  1177. "path": "system.security.cryptography.cng/4.3.0",
  1178. "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
  1179. },
  1180. "System.Security.Cryptography.Csp/4.3.0": {
  1181. "type": "package",
  1182. "serviceable": true,
  1183. "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
  1184. "path": "system.security.cryptography.csp/4.3.0",
  1185. "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
  1186. },
  1187. "System.Security.Cryptography.Encoding/4.3.0": {
  1188. "type": "package",
  1189. "serviceable": true,
  1190. "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
  1191. "path": "system.security.cryptography.encoding/4.3.0",
  1192. "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
  1193. },
  1194. "System.Security.Cryptography.OpenSsl/4.3.0": {
  1195. "type": "package",
  1196. "serviceable": true,
  1197. "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
  1198. "path": "system.security.cryptography.openssl/4.3.0",
  1199. "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1200. },
  1201. "System.Security.Cryptography.Primitives/4.3.0": {
  1202. "type": "package",
  1203. "serviceable": true,
  1204. "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  1205. "path": "system.security.cryptography.primitives/4.3.0",
  1206. "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
  1207. },
  1208. "System.Security.Cryptography.X509Certificates/4.3.0": {
  1209. "type": "package",
  1210. "serviceable": true,
  1211. "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
  1212. "path": "system.security.cryptography.x509certificates/4.3.0",
  1213. "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
  1214. },
  1215. "System.Security.Principal.Windows/5.0.0": {
  1216. "type": "package",
  1217. "serviceable": true,
  1218. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1219. "path": "system.security.principal.windows/5.0.0",
  1220. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1221. },
  1222. "System.Text.Encoding/4.3.0": {
  1223. "type": "package",
  1224. "serviceable": true,
  1225. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1226. "path": "system.text.encoding/4.3.0",
  1227. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1228. },
  1229. "System.Text.Encoding.CodePages/4.6.0": {
  1230. "type": "package",
  1231. "serviceable": true,
  1232. "sha512": "sha512-OCUK9C/U97+UheVwo+JE+IUcKySUE3Oe+BcHhVtQrvmKSUFLrUDO8B5zEPRL6mBGbczxZp4w1boSck6/fw4dog==",
  1233. "path": "system.text.encoding.codepages/4.6.0",
  1234. "hashPath": "system.text.encoding.codepages.4.6.0.nupkg.sha512"
  1235. },
  1236. "System.Threading/4.3.0": {
  1237. "type": "package",
  1238. "serviceable": true,
  1239. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1240. "path": "system.threading/4.3.0",
  1241. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1242. },
  1243. "System.Threading.Overlapped/4.3.0": {
  1244. "type": "package",
  1245. "serviceable": true,
  1246. "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==",
  1247. "path": "system.threading.overlapped/4.3.0",
  1248. "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512"
  1249. },
  1250. "System.Threading.Tasks/4.3.0": {
  1251. "type": "package",
  1252. "serviceable": true,
  1253. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1254. "path": "system.threading.tasks/4.3.0",
  1255. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1256. },
  1257. "System.Threading.Tasks.Extensions/4.5.4": {
  1258. "type": "package",
  1259. "serviceable": true,
  1260. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1261. "path": "system.threading.tasks.extensions/4.5.4",
  1262. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1263. },
  1264. "System.Threading.Thread/4.3.0": {
  1265. "type": "package",
  1266. "serviceable": true,
  1267. "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
  1268. "path": "system.threading.thread/4.3.0",
  1269. "hashPath": "system.threading.thread.4.3.0.nupkg.sha512"
  1270. },
  1271. "System.Threading.ThreadPool/4.3.0": {
  1272. "type": "package",
  1273. "serviceable": true,
  1274. "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==",
  1275. "path": "system.threading.threadpool/4.3.0",
  1276. "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512"
  1277. },
  1278. "System.ValueTuple/4.5.0": {
  1279. "type": "package",
  1280. "serviceable": true,
  1281. "sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
  1282. "path": "system.valuetuple/4.5.0",
  1283. "hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
  1284. },
  1285. "UnitsNet/4.77.0": {
  1286. "type": "package",
  1287. "serviceable": true,
  1288. "sha512": "sha512-S4rErosYZ+M7N2f76mx3DEZL/biGaUr1SJKfT8lTj7swFpyElcTcJG93rb2jTxzTKrSBDMFpLlYjpbCPEK/gfw==",
  1289. "path": "unitsnet/4.77.0",
  1290. "hashPath": "unitsnet.4.77.0.nupkg.sha512"
  1291. },
  1292. "Unosquare.PiGpio/0.3.1": {
  1293. "type": "package",
  1294. "serviceable": true,
  1295. "sha512": "sha512-vooYgpR4p4Bq/2nIKZbgPv07BHiuPSphq7cmvbZi5u+7jOvgEDcpNJ25rDy50SXbxph/JwNuO0O/4vpKekFPlQ==",
  1296. "path": "unosquare.pigpio/0.3.1",
  1297. "hashPath": "unosquare.pigpio.0.3.1.nupkg.sha512"
  1298. },
  1299. "Unosquare.Raspberry.Abstractions/0.4.0": {
  1300. "type": "package",
  1301. "serviceable": true,
  1302. "sha512": "sha512-8d3d8uMSTLMHpacgznS7G549TixwXUITw761ZlEYJz8uv1IaZjmFYvZXqWjLoiELNL8bZg+P1AodG9OkfI0Teg==",
  1303. "path": "unosquare.raspberry.abstractions/0.4.0",
  1304. "hashPath": "unosquare.raspberry.abstractions.0.4.0.nupkg.sha512"
  1305. },
  1306. "Unosquare.Swan/2.4.0": {
  1307. "type": "package",
  1308. "serviceable": true,
  1309. "sha512": "sha512-IZOj1twEf3FrTmvqlvk7CEgpcMAbAKrpCmftU+i0MMeeyqbkzoKHx7b2wAevKD1Odj4IouOQiiL8dfWtqbE2IQ==",
  1310. "path": "unosquare.swan/2.4.0",
  1311. "hashPath": "unosquare.swan.2.4.0.nupkg.sha512"
  1312. },
  1313. "Unosquare.Swan.Lite/2.4.0": {
  1314. "type": "package",
  1315. "serviceable": true,
  1316. "sha512": "sha512-U5m/6LZnehrsEy9ReOS0GSwSEfvTTO/T/IjXS1klmm2yb685YZI2GjVdHYyvRvrneBwP7aZxmZXMJRaN8A07gw==",
  1317. "path": "unosquare.swan.lite/2.4.0",
  1318. "hashPath": "unosquare.swan.lite.2.4.0.nupkg.sha512"
  1319. }
  1320. }
  1321. }