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.

1327 lines
56 KiB

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