Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7822 行
307 KiB

  1. {
  2. "version": 3,
  3. "targets": {
  4. "net8.0": {
  5. "Microsoft.CSharp/4.0.1": {
  6. "type": "package",
  7. "dependencies": {
  8. "System.Collections": "4.0.11",
  9. "System.Diagnostics.Debug": "4.0.11",
  10. "System.Dynamic.Runtime": "4.0.11",
  11. "System.Globalization": "4.0.11",
  12. "System.Linq": "4.1.0",
  13. "System.Linq.Expressions": "4.1.0",
  14. "System.ObjectModel": "4.0.12",
  15. "System.Reflection": "4.1.0",
  16. "System.Reflection.Extensions": "4.0.1",
  17. "System.Reflection.Primitives": "4.0.1",
  18. "System.Reflection.TypeExtensions": "4.1.0",
  19. "System.Resources.ResourceManager": "4.0.1",
  20. "System.Runtime": "4.1.0",
  21. "System.Runtime.Extensions": "4.1.0",
  22. "System.Runtime.InteropServices": "4.1.0",
  23. "System.Threading": "4.0.11"
  24. },
  25. "compile": {
  26. "ref/netstandard1.0/Microsoft.CSharp.dll": {
  27. "related": ".xml"
  28. }
  29. },
  30. "runtime": {
  31. "lib/netstandard1.3/Microsoft.CSharp.dll": {}
  32. }
  33. },
  34. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  35. "type": "package",
  36. "compile": {
  37. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  38. "related": ".xml"
  39. }
  40. },
  41. "runtime": {
  42. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  43. "related": ".xml"
  44. }
  45. },
  46. "build": {
  47. "buildTransitive/net6.0/_._": {}
  48. }
  49. },
  50. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  51. "type": "package",
  52. "dependencies": {
  53. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  54. },
  55. "compile": {
  56. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  57. "related": ".xml"
  58. }
  59. },
  60. "runtime": {
  61. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  62. "related": ".xml"
  63. }
  64. },
  65. "build": {
  66. "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
  67. }
  68. },
  69. "Microsoft.NETCore.Platforms/1.0.1": {
  70. "type": "package",
  71. "compile": {
  72. "lib/netstandard1.0/_._": {}
  73. },
  74. "runtime": {
  75. "lib/netstandard1.0/_._": {}
  76. }
  77. },
  78. "Microsoft.NETCore.Targets/1.0.1": {
  79. "type": "package",
  80. "compile": {
  81. "lib/netstandard1.0/_._": {}
  82. },
  83. "runtime": {
  84. "lib/netstandard1.0/_._": {}
  85. }
  86. },
  87. "Microsoft.Win32.Primitives/4.0.1": {
  88. "type": "package",
  89. "dependencies": {
  90. "Microsoft.NETCore.Platforms": "1.0.1",
  91. "Microsoft.NETCore.Targets": "1.0.1",
  92. "System.Runtime": "4.1.0"
  93. },
  94. "compile": {
  95. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {
  96. "related": ".xml"
  97. }
  98. }
  99. },
  100. "NETStandard.Library/1.6.0": {
  101. "type": "package",
  102. "dependencies": {
  103. "Microsoft.NETCore.Platforms": "1.0.1",
  104. "Microsoft.Win32.Primitives": "4.0.1",
  105. "System.AppContext": "4.1.0",
  106. "System.Collections": "4.0.11",
  107. "System.Collections.Concurrent": "4.0.12",
  108. "System.Console": "4.0.0",
  109. "System.Diagnostics.Debug": "4.0.11",
  110. "System.Diagnostics.Tools": "4.0.1",
  111. "System.Diagnostics.Tracing": "4.1.0",
  112. "System.Globalization": "4.0.11",
  113. "System.Globalization.Calendars": "4.0.1",
  114. "System.IO": "4.1.0",
  115. "System.IO.Compression": "4.1.0",
  116. "System.IO.Compression.ZipFile": "4.0.1",
  117. "System.IO.FileSystem": "4.0.1",
  118. "System.IO.FileSystem.Primitives": "4.0.1",
  119. "System.Linq": "4.1.0",
  120. "System.Linq.Expressions": "4.1.0",
  121. "System.Net.Http": "4.1.0",
  122. "System.Net.Primitives": "4.0.11",
  123. "System.Net.Sockets": "4.1.0",
  124. "System.ObjectModel": "4.0.12",
  125. "System.Reflection": "4.1.0",
  126. "System.Reflection.Extensions": "4.0.1",
  127. "System.Reflection.Primitives": "4.0.1",
  128. "System.Resources.ResourceManager": "4.0.1",
  129. "System.Runtime": "4.1.0",
  130. "System.Runtime.Extensions": "4.1.0",
  131. "System.Runtime.Handles": "4.0.1",
  132. "System.Runtime.InteropServices": "4.1.0",
  133. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  134. "System.Runtime.Numerics": "4.0.1",
  135. "System.Security.Cryptography.Algorithms": "4.2.0",
  136. "System.Security.Cryptography.Encoding": "4.0.0",
  137. "System.Security.Cryptography.Primitives": "4.0.0",
  138. "System.Security.Cryptography.X509Certificates": "4.1.0",
  139. "System.Text.Encoding": "4.0.11",
  140. "System.Text.Encoding.Extensions": "4.0.11",
  141. "System.Text.RegularExpressions": "4.1.0",
  142. "System.Threading": "4.0.11",
  143. "System.Threading.Tasks": "4.0.11",
  144. "System.Threading.Timer": "4.0.1",
  145. "System.Xml.ReaderWriter": "4.0.11",
  146. "System.Xml.XDocument": "4.0.11"
  147. }
  148. },
  149. "Npgsql/8.0.2": {
  150. "type": "package",
  151. "dependencies": {
  152. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  153. },
  154. "compile": {
  155. "lib/net8.0/Npgsql.dll": {
  156. "related": ".xml"
  157. }
  158. },
  159. "runtime": {
  160. "lib/net8.0/Npgsql.dll": {
  161. "related": ".xml"
  162. }
  163. }
  164. },
  165. "Renci.SshNet/1.0.0": {
  166. "type": "package",
  167. "dependencies": {
  168. "Microsoft.CSharp": "4.0.1",
  169. "NETStandard.Library": "1.6.0",
  170. "SshNet.Security.Cryptography": "[1.2.0]",
  171. "System.Diagnostics.Debug": "4.0.11",
  172. "System.Diagnostics.Tools": "4.0.1",
  173. "System.Diagnostics.TraceSource": "4.0.0",
  174. "System.Globalization": "4.0.11",
  175. "System.IO": "4.1.0",
  176. "System.IO.FileSystem": "4.0.1",
  177. "System.IO.FileSystem.Primitives": "4.0.1",
  178. "System.Linq": "4.1.0",
  179. "System.Net.NameResolution": "4.0.0",
  180. "System.Net.Sockets": "4.1.0",
  181. "System.Reflection.Extensions": "4.0.1",
  182. "System.Runtime.Extensions": "4.1.0",
  183. "System.Security.Cryptography.Algorithms": "4.2.0",
  184. "System.Text.RegularExpressions": "4.1.0",
  185. "System.Threading": "4.0.11",
  186. "System.Threading.Thread": "4.0.0",
  187. "System.Threading.ThreadPool": "4.0.10",
  188. "System.Threading.Timer": "4.0.1",
  189. "System.Xml.XPath.XmlDocument": "4.0.1",
  190. "System.Xml.XmlDocument": "4.0.1"
  191. },
  192. "compile": {
  193. "lib/netstandard1.3/Renci.SshNet.dll": {
  194. "related": ".xml"
  195. }
  196. },
  197. "runtime": {
  198. "lib/netstandard1.3/Renci.SshNet.dll": {
  199. "related": ".xml"
  200. }
  201. }
  202. },
  203. "runtime.native.System/4.0.0": {
  204. "type": "package",
  205. "dependencies": {
  206. "Microsoft.NETCore.Platforms": "1.0.1",
  207. "Microsoft.NETCore.Targets": "1.0.1"
  208. },
  209. "compile": {
  210. "lib/netstandard1.0/_._": {}
  211. },
  212. "runtime": {
  213. "lib/netstandard1.0/_._": {}
  214. }
  215. },
  216. "runtime.native.System.IO.Compression/4.1.0": {
  217. "type": "package",
  218. "dependencies": {
  219. "Microsoft.NETCore.Platforms": "1.0.1",
  220. "Microsoft.NETCore.Targets": "1.0.1"
  221. },
  222. "compile": {
  223. "lib/netstandard1.0/_._": {}
  224. },
  225. "runtime": {
  226. "lib/netstandard1.0/_._": {}
  227. }
  228. },
  229. "runtime.native.System.Net.Http/4.0.1": {
  230. "type": "package",
  231. "dependencies": {
  232. "Microsoft.NETCore.Platforms": "1.0.1",
  233. "Microsoft.NETCore.Targets": "1.0.1"
  234. },
  235. "compile": {
  236. "lib/netstandard1.0/_._": {}
  237. },
  238. "runtime": {
  239. "lib/netstandard1.0/_._": {}
  240. }
  241. },
  242. "runtime.native.System.Security.Cryptography/4.0.0": {
  243. "type": "package",
  244. "dependencies": {
  245. "Microsoft.NETCore.Platforms": "1.0.1",
  246. "Microsoft.NETCore.Targets": "1.0.1"
  247. },
  248. "compile": {
  249. "lib/netstandard1.0/_._": {}
  250. },
  251. "runtime": {
  252. "lib/netstandard1.0/_._": {}
  253. }
  254. },
  255. "SshNet.Security.Cryptography/1.2.0": {
  256. "type": "package",
  257. "dependencies": {
  258. "System.IO": "4.1.0",
  259. "System.Security.Cryptography.Primitives": "4.0.0"
  260. },
  261. "compile": {
  262. "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {
  263. "related": ".xml"
  264. }
  265. },
  266. "runtime": {
  267. "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {
  268. "related": ".xml"
  269. }
  270. }
  271. },
  272. "System.AppContext/4.1.0": {
  273. "type": "package",
  274. "dependencies": {
  275. "System.Runtime": "4.1.0"
  276. },
  277. "compile": {
  278. "ref/netstandard1.6/System.AppContext.dll": {
  279. "related": ".xml"
  280. }
  281. },
  282. "runtime": {
  283. "lib/netstandard1.6/System.AppContext.dll": {}
  284. }
  285. },
  286. "System.Buffers/4.0.0": {
  287. "type": "package",
  288. "dependencies": {
  289. "System.Diagnostics.Debug": "4.0.11",
  290. "System.Diagnostics.Tracing": "4.1.0",
  291. "System.Resources.ResourceManager": "4.0.1",
  292. "System.Runtime": "4.1.0",
  293. "System.Threading": "4.0.11"
  294. },
  295. "compile": {
  296. "lib/netstandard1.1/_._": {}
  297. },
  298. "runtime": {
  299. "lib/netstandard1.1/System.Buffers.dll": {}
  300. }
  301. },
  302. "System.Collections/4.0.11": {
  303. "type": "package",
  304. "dependencies": {
  305. "Microsoft.NETCore.Platforms": "1.0.1",
  306. "Microsoft.NETCore.Targets": "1.0.1",
  307. "System.Runtime": "4.1.0"
  308. },
  309. "compile": {
  310. "ref/netstandard1.3/System.Collections.dll": {
  311. "related": ".xml"
  312. }
  313. }
  314. },
  315. "System.Collections.Concurrent/4.0.12": {
  316. "type": "package",
  317. "dependencies": {
  318. "System.Collections": "4.0.11",
  319. "System.Diagnostics.Debug": "4.0.11",
  320. "System.Diagnostics.Tracing": "4.1.0",
  321. "System.Globalization": "4.0.11",
  322. "System.Reflection": "4.1.0",
  323. "System.Resources.ResourceManager": "4.0.1",
  324. "System.Runtime": "4.1.0",
  325. "System.Runtime.Extensions": "4.1.0",
  326. "System.Threading": "4.0.11",
  327. "System.Threading.Tasks": "4.0.11"
  328. },
  329. "compile": {
  330. "ref/netstandard1.3/System.Collections.Concurrent.dll": {
  331. "related": ".xml"
  332. }
  333. },
  334. "runtime": {
  335. "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
  336. }
  337. },
  338. "System.Console/4.0.0": {
  339. "type": "package",
  340. "dependencies": {
  341. "Microsoft.NETCore.Platforms": "1.0.1",
  342. "Microsoft.NETCore.Targets": "1.0.1",
  343. "System.IO": "4.1.0",
  344. "System.Runtime": "4.1.0",
  345. "System.Text.Encoding": "4.0.11"
  346. },
  347. "compile": {
  348. "ref/netstandard1.3/System.Console.dll": {
  349. "related": ".xml"
  350. }
  351. }
  352. },
  353. "System.Diagnostics.Debug/4.0.11": {
  354. "type": "package",
  355. "dependencies": {
  356. "Microsoft.NETCore.Platforms": "1.0.1",
  357. "Microsoft.NETCore.Targets": "1.0.1",
  358. "System.Runtime": "4.1.0"
  359. },
  360. "compile": {
  361. "ref/netstandard1.3/System.Diagnostics.Debug.dll": {
  362. "related": ".xml"
  363. }
  364. }
  365. },
  366. "System.Diagnostics.DiagnosticSource/4.0.0": {
  367. "type": "package",
  368. "dependencies": {
  369. "System.Collections": "4.0.11",
  370. "System.Diagnostics.Tracing": "4.1.0",
  371. "System.Reflection": "4.1.0",
  372. "System.Runtime": "4.1.0",
  373. "System.Threading": "4.0.11"
  374. },
  375. "compile": {
  376. "lib/netstandard1.3/_._": {
  377. "related": ".xml"
  378. }
  379. },
  380. "runtime": {
  381. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
  382. "related": ".xml"
  383. }
  384. }
  385. },
  386. "System.Diagnostics.Tools/4.0.1": {
  387. "type": "package",
  388. "dependencies": {
  389. "Microsoft.NETCore.Platforms": "1.0.1",
  390. "Microsoft.NETCore.Targets": "1.0.1",
  391. "System.Runtime": "4.1.0"
  392. },
  393. "compile": {
  394. "ref/netstandard1.0/System.Diagnostics.Tools.dll": {
  395. "related": ".xml"
  396. }
  397. }
  398. },
  399. "System.Diagnostics.TraceSource/4.0.0": {
  400. "type": "package",
  401. "dependencies": {
  402. "Microsoft.NETCore.Platforms": "1.0.1",
  403. "System.Collections": "4.0.11",
  404. "System.Diagnostics.Debug": "4.0.11",
  405. "System.Globalization": "4.0.11",
  406. "System.Resources.ResourceManager": "4.0.1",
  407. "System.Runtime": "4.1.0",
  408. "System.Runtime.Extensions": "4.1.0",
  409. "System.Threading": "4.0.11",
  410. "runtime.native.System": "4.0.0"
  411. },
  412. "compile": {
  413. "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {
  414. "related": ".xml"
  415. }
  416. },
  417. "runtimeTargets": {
  418. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {
  419. "assetType": "runtime",
  420. "rid": "unix"
  421. },
  422. "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {
  423. "assetType": "runtime",
  424. "rid": "win"
  425. }
  426. }
  427. },
  428. "System.Diagnostics.Tracing/4.1.0": {
  429. "type": "package",
  430. "dependencies": {
  431. "Microsoft.NETCore.Platforms": "1.0.1",
  432. "Microsoft.NETCore.Targets": "1.0.1",
  433. "System.Runtime": "4.1.0"
  434. },
  435. "compile": {
  436. "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {
  437. "related": ".xml"
  438. }
  439. }
  440. },
  441. "System.Dynamic.Runtime/4.0.11": {
  442. "type": "package",
  443. "dependencies": {
  444. "System.Collections": "4.0.11",
  445. "System.Diagnostics.Debug": "4.0.11",
  446. "System.Globalization": "4.0.11",
  447. "System.Linq": "4.1.0",
  448. "System.Linq.Expressions": "4.1.0",
  449. "System.ObjectModel": "4.0.12",
  450. "System.Reflection": "4.1.0",
  451. "System.Reflection.Emit": "4.0.1",
  452. "System.Reflection.Emit.ILGeneration": "4.0.1",
  453. "System.Reflection.Primitives": "4.0.1",
  454. "System.Reflection.TypeExtensions": "4.1.0",
  455. "System.Resources.ResourceManager": "4.0.1",
  456. "System.Runtime": "4.1.0",
  457. "System.Runtime.Extensions": "4.1.0",
  458. "System.Threading": "4.0.11"
  459. },
  460. "compile": {
  461. "ref/netstandard1.3/System.Dynamic.Runtime.dll": {
  462. "related": ".xml"
  463. }
  464. },
  465. "runtime": {
  466. "lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
  467. }
  468. },
  469. "System.Globalization/4.0.11": {
  470. "type": "package",
  471. "dependencies": {
  472. "Microsoft.NETCore.Platforms": "1.0.1",
  473. "Microsoft.NETCore.Targets": "1.0.1",
  474. "System.Runtime": "4.1.0"
  475. },
  476. "compile": {
  477. "ref/netstandard1.3/System.Globalization.dll": {
  478. "related": ".xml"
  479. }
  480. }
  481. },
  482. "System.Globalization.Calendars/4.0.1": {
  483. "type": "package",
  484. "dependencies": {
  485. "Microsoft.NETCore.Platforms": "1.0.1",
  486. "Microsoft.NETCore.Targets": "1.0.1",
  487. "System.Globalization": "4.0.11",
  488. "System.Runtime": "4.1.0"
  489. },
  490. "compile": {
  491. "ref/netstandard1.3/System.Globalization.Calendars.dll": {
  492. "related": ".xml"
  493. }
  494. }
  495. },
  496. "System.Globalization.Extensions/4.0.1": {
  497. "type": "package",
  498. "dependencies": {
  499. "Microsoft.NETCore.Platforms": "1.0.1",
  500. "System.Globalization": "4.0.11",
  501. "System.Resources.ResourceManager": "4.0.1",
  502. "System.Runtime": "4.1.0",
  503. "System.Runtime.Extensions": "4.1.0",
  504. "System.Runtime.InteropServices": "4.1.0"
  505. },
  506. "compile": {
  507. "ref/netstandard1.3/_._": {
  508. "related": ".xml"
  509. }
  510. },
  511. "runtimeTargets": {
  512. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {
  513. "assetType": "runtime",
  514. "rid": "unix"
  515. },
  516. "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": {
  517. "assetType": "runtime",
  518. "rid": "win"
  519. }
  520. }
  521. },
  522. "System.IO/4.1.0": {
  523. "type": "package",
  524. "dependencies": {
  525. "Microsoft.NETCore.Platforms": "1.0.1",
  526. "Microsoft.NETCore.Targets": "1.0.1",
  527. "System.Runtime": "4.1.0",
  528. "System.Text.Encoding": "4.0.11",
  529. "System.Threading.Tasks": "4.0.11"
  530. },
  531. "compile": {
  532. "ref/netstandard1.5/System.IO.dll": {
  533. "related": ".xml"
  534. }
  535. }
  536. },
  537. "System.IO.Compression/4.1.0": {
  538. "type": "package",
  539. "dependencies": {
  540. "Microsoft.NETCore.Platforms": "1.0.1",
  541. "System.Collections": "4.0.11",
  542. "System.Diagnostics.Debug": "4.0.11",
  543. "System.IO": "4.1.0",
  544. "System.Resources.ResourceManager": "4.0.1",
  545. "System.Runtime": "4.1.0",
  546. "System.Runtime.Extensions": "4.1.0",
  547. "System.Runtime.Handles": "4.0.1",
  548. "System.Runtime.InteropServices": "4.1.0",
  549. "System.Text.Encoding": "4.0.11",
  550. "System.Threading": "4.0.11",
  551. "System.Threading.Tasks": "4.0.11",
  552. "runtime.native.System": "4.0.0",
  553. "runtime.native.System.IO.Compression": "4.1.0"
  554. },
  555. "compile": {
  556. "ref/netstandard1.3/System.IO.Compression.dll": {
  557. "related": ".xml"
  558. }
  559. },
  560. "runtimeTargets": {
  561. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {
  562. "assetType": "runtime",
  563. "rid": "unix"
  564. },
  565. "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": {
  566. "assetType": "runtime",
  567. "rid": "win"
  568. }
  569. }
  570. },
  571. "System.IO.Compression.ZipFile/4.0.1": {
  572. "type": "package",
  573. "dependencies": {
  574. "System.Buffers": "4.0.0",
  575. "System.IO": "4.1.0",
  576. "System.IO.Compression": "4.1.0",
  577. "System.IO.FileSystem": "4.0.1",
  578. "System.IO.FileSystem.Primitives": "4.0.1",
  579. "System.Resources.ResourceManager": "4.0.1",
  580. "System.Runtime": "4.1.0",
  581. "System.Runtime.Extensions": "4.1.0",
  582. "System.Text.Encoding": "4.0.11"
  583. },
  584. "compile": {
  585. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {
  586. "related": ".xml"
  587. }
  588. },
  589. "runtime": {
  590. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
  591. }
  592. },
  593. "System.IO.FileSystem/4.0.1": {
  594. "type": "package",
  595. "dependencies": {
  596. "Microsoft.NETCore.Platforms": "1.0.1",
  597. "Microsoft.NETCore.Targets": "1.0.1",
  598. "System.IO": "4.1.0",
  599. "System.IO.FileSystem.Primitives": "4.0.1",
  600. "System.Runtime": "4.1.0",
  601. "System.Runtime.Handles": "4.0.1",
  602. "System.Text.Encoding": "4.0.11",
  603. "System.Threading.Tasks": "4.0.11"
  604. },
  605. "compile": {
  606. "ref/netstandard1.3/System.IO.FileSystem.dll": {
  607. "related": ".xml"
  608. }
  609. }
  610. },
  611. "System.IO.FileSystem.Primitives/4.0.1": {
  612. "type": "package",
  613. "dependencies": {
  614. "System.Runtime": "4.1.0"
  615. },
  616. "compile": {
  617. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
  618. "related": ".xml"
  619. }
  620. },
  621. "runtime": {
  622. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
  623. }
  624. },
  625. "System.Linq/4.1.0": {
  626. "type": "package",
  627. "dependencies": {
  628. "System.Collections": "4.0.11",
  629. "System.Diagnostics.Debug": "4.0.11",
  630. "System.Resources.ResourceManager": "4.0.1",
  631. "System.Runtime": "4.1.0",
  632. "System.Runtime.Extensions": "4.1.0"
  633. },
  634. "compile": {
  635. "ref/netstandard1.6/System.Linq.dll": {
  636. "related": ".xml"
  637. }
  638. },
  639. "runtime": {
  640. "lib/netstandard1.6/System.Linq.dll": {}
  641. }
  642. },
  643. "System.Linq.Expressions/4.1.0": {
  644. "type": "package",
  645. "dependencies": {
  646. "System.Collections": "4.0.11",
  647. "System.Diagnostics.Debug": "4.0.11",
  648. "System.Globalization": "4.0.11",
  649. "System.IO": "4.1.0",
  650. "System.Linq": "4.1.0",
  651. "System.ObjectModel": "4.0.12",
  652. "System.Reflection": "4.1.0",
  653. "System.Reflection.Emit": "4.0.1",
  654. "System.Reflection.Emit.ILGeneration": "4.0.1",
  655. "System.Reflection.Emit.Lightweight": "4.0.1",
  656. "System.Reflection.Extensions": "4.0.1",
  657. "System.Reflection.Primitives": "4.0.1",
  658. "System.Reflection.TypeExtensions": "4.1.0",
  659. "System.Resources.ResourceManager": "4.0.1",
  660. "System.Runtime": "4.1.0",
  661. "System.Runtime.Extensions": "4.1.0",
  662. "System.Threading": "4.0.11"
  663. },
  664. "compile": {
  665. "ref/netstandard1.6/System.Linq.Expressions.dll": {
  666. "related": ".xml"
  667. }
  668. },
  669. "runtime": {
  670. "lib/netstandard1.6/System.Linq.Expressions.dll": {}
  671. }
  672. },
  673. "System.Net.Http/4.1.0": {
  674. "type": "package",
  675. "dependencies": {
  676. "Microsoft.NETCore.Platforms": "1.0.1",
  677. "System.Collections": "4.0.11",
  678. "System.Diagnostics.Debug": "4.0.11",
  679. "System.Diagnostics.DiagnosticSource": "4.0.0",
  680. "System.Diagnostics.Tracing": "4.1.0",
  681. "System.Globalization": "4.0.11",
  682. "System.Globalization.Extensions": "4.0.1",
  683. "System.IO": "4.1.0",
  684. "System.IO.FileSystem": "4.0.1",
  685. "System.Net.Primitives": "4.0.11",
  686. "System.Resources.ResourceManager": "4.0.1",
  687. "System.Runtime": "4.1.0",
  688. "System.Runtime.Extensions": "4.1.0",
  689. "System.Runtime.Handles": "4.0.1",
  690. "System.Runtime.InteropServices": "4.1.0",
  691. "System.Security.Cryptography.Algorithms": "4.2.0",
  692. "System.Security.Cryptography.Encoding": "4.0.0",
  693. "System.Security.Cryptography.OpenSsl": "4.0.0",
  694. "System.Security.Cryptography.Primitives": "4.0.0",
  695. "System.Security.Cryptography.X509Certificates": "4.1.0",
  696. "System.Text.Encoding": "4.0.11",
  697. "System.Threading": "4.0.11",
  698. "System.Threading.Tasks": "4.0.11",
  699. "runtime.native.System": "4.0.0",
  700. "runtime.native.System.Net.Http": "4.0.1",
  701. "runtime.native.System.Security.Cryptography": "4.0.0"
  702. },
  703. "compile": {
  704. "ref/netstandard1.3/System.Net.Http.dll": {
  705. "related": ".xml"
  706. }
  707. },
  708. "runtimeTargets": {
  709. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {
  710. "assetType": "runtime",
  711. "rid": "unix"
  712. },
  713. "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": {
  714. "assetType": "runtime",
  715. "rid": "win"
  716. }
  717. }
  718. },
  719. "System.Net.NameResolution/4.0.0": {
  720. "type": "package",
  721. "dependencies": {
  722. "Microsoft.NETCore.Platforms": "1.0.1",
  723. "System.Collections": "4.0.11",
  724. "System.Diagnostics.Tracing": "4.1.0",
  725. "System.Globalization": "4.0.11",
  726. "System.Net.Primitives": "4.0.11",
  727. "System.Resources.ResourceManager": "4.0.1",
  728. "System.Runtime": "4.1.0",
  729. "System.Runtime.Extensions": "4.1.0",
  730. "System.Runtime.Handles": "4.0.1",
  731. "System.Runtime.InteropServices": "4.1.0",
  732. "System.Security.Principal.Windows": "4.0.0",
  733. "System.Threading": "4.0.11",
  734. "System.Threading.Tasks": "4.0.11",
  735. "runtime.native.System": "4.0.0"
  736. },
  737. "compile": {
  738. "ref/netstandard1.3/System.Net.NameResolution.dll": {
  739. "related": ".xml"
  740. }
  741. },
  742. "runtimeTargets": {
  743. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {
  744. "assetType": "runtime",
  745. "rid": "unix"
  746. },
  747. "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": {
  748. "assetType": "runtime",
  749. "rid": "win"
  750. }
  751. }
  752. },
  753. "System.Net.Primitives/4.0.11": {
  754. "type": "package",
  755. "dependencies": {
  756. "Microsoft.NETCore.Platforms": "1.0.1",
  757. "Microsoft.NETCore.Targets": "1.0.1",
  758. "System.Runtime": "4.1.0",
  759. "System.Runtime.Handles": "4.0.1"
  760. },
  761. "compile": {
  762. "ref/netstandard1.3/System.Net.Primitives.dll": {
  763. "related": ".xml"
  764. }
  765. }
  766. },
  767. "System.Net.Sockets/4.1.0": {
  768. "type": "package",
  769. "dependencies": {
  770. "Microsoft.NETCore.Platforms": "1.0.1",
  771. "Microsoft.NETCore.Targets": "1.0.1",
  772. "System.IO": "4.1.0",
  773. "System.Net.Primitives": "4.0.11",
  774. "System.Runtime": "4.1.0",
  775. "System.Threading.Tasks": "4.0.11"
  776. },
  777. "compile": {
  778. "ref/netstandard1.3/System.Net.Sockets.dll": {
  779. "related": ".xml"
  780. }
  781. }
  782. },
  783. "System.ObjectModel/4.0.12": {
  784. "type": "package",
  785. "dependencies": {
  786. "System.Collections": "4.0.11",
  787. "System.Diagnostics.Debug": "4.0.11",
  788. "System.Resources.ResourceManager": "4.0.1",
  789. "System.Runtime": "4.1.0",
  790. "System.Threading": "4.0.11"
  791. },
  792. "compile": {
  793. "ref/netstandard1.3/System.ObjectModel.dll": {
  794. "related": ".xml"
  795. }
  796. },
  797. "runtime": {
  798. "lib/netstandard1.3/System.ObjectModel.dll": {}
  799. }
  800. },
  801. "System.Reflection/4.1.0": {
  802. "type": "package",
  803. "dependencies": {
  804. "Microsoft.NETCore.Platforms": "1.0.1",
  805. "Microsoft.NETCore.Targets": "1.0.1",
  806. "System.IO": "4.1.0",
  807. "System.Reflection.Primitives": "4.0.1",
  808. "System.Runtime": "4.1.0"
  809. },
  810. "compile": {
  811. "ref/netstandard1.5/System.Reflection.dll": {
  812. "related": ".xml"
  813. }
  814. }
  815. },
  816. "System.Reflection.Emit/4.0.1": {
  817. "type": "package",
  818. "dependencies": {
  819. "System.IO": "4.1.0",
  820. "System.Reflection": "4.1.0",
  821. "System.Reflection.Emit.ILGeneration": "4.0.1",
  822. "System.Reflection.Primitives": "4.0.1",
  823. "System.Runtime": "4.1.0"
  824. },
  825. "compile": {
  826. "ref/netstandard1.1/_._": {
  827. "related": ".xml"
  828. }
  829. },
  830. "runtime": {
  831. "lib/netstandard1.3/System.Reflection.Emit.dll": {}
  832. }
  833. },
  834. "System.Reflection.Emit.ILGeneration/4.0.1": {
  835. "type": "package",
  836. "dependencies": {
  837. "System.Reflection": "4.1.0",
  838. "System.Reflection.Primitives": "4.0.1",
  839. "System.Runtime": "4.1.0"
  840. },
  841. "compile": {
  842. "ref/netstandard1.0/_._": {
  843. "related": ".xml"
  844. }
  845. },
  846. "runtime": {
  847. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
  848. }
  849. },
  850. "System.Reflection.Emit.Lightweight/4.0.1": {
  851. "type": "package",
  852. "dependencies": {
  853. "System.Reflection": "4.1.0",
  854. "System.Reflection.Emit.ILGeneration": "4.0.1",
  855. "System.Reflection.Primitives": "4.0.1",
  856. "System.Runtime": "4.1.0"
  857. },
  858. "compile": {
  859. "ref/netstandard1.0/_._": {
  860. "related": ".xml"
  861. }
  862. },
  863. "runtime": {
  864. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {}
  865. }
  866. },
  867. "System.Reflection.Extensions/4.0.1": {
  868. "type": "package",
  869. "dependencies": {
  870. "Microsoft.NETCore.Platforms": "1.0.1",
  871. "Microsoft.NETCore.Targets": "1.0.1",
  872. "System.Reflection": "4.1.0",
  873. "System.Runtime": "4.1.0"
  874. },
  875. "compile": {
  876. "ref/netstandard1.0/System.Reflection.Extensions.dll": {
  877. "related": ".xml"
  878. }
  879. }
  880. },
  881. "System.Reflection.Primitives/4.0.1": {
  882. "type": "package",
  883. "dependencies": {
  884. "Microsoft.NETCore.Platforms": "1.0.1",
  885. "Microsoft.NETCore.Targets": "1.0.1",
  886. "System.Runtime": "4.1.0"
  887. },
  888. "compile": {
  889. "ref/netstandard1.0/System.Reflection.Primitives.dll": {
  890. "related": ".xml"
  891. }
  892. }
  893. },
  894. "System.Reflection.TypeExtensions/4.1.0": {
  895. "type": "package",
  896. "dependencies": {
  897. "System.Reflection": "4.1.0",
  898. "System.Runtime": "4.1.0"
  899. },
  900. "compile": {
  901. "ref/netstandard1.5/_._": {
  902. "related": ".xml"
  903. }
  904. },
  905. "runtime": {
  906. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
  907. }
  908. },
  909. "System.Resources.ResourceManager/4.0.1": {
  910. "type": "package",
  911. "dependencies": {
  912. "Microsoft.NETCore.Platforms": "1.0.1",
  913. "Microsoft.NETCore.Targets": "1.0.1",
  914. "System.Globalization": "4.0.11",
  915. "System.Reflection": "4.1.0",
  916. "System.Runtime": "4.1.0"
  917. },
  918. "compile": {
  919. "ref/netstandard1.0/System.Resources.ResourceManager.dll": {
  920. "related": ".xml"
  921. }
  922. }
  923. },
  924. "System.Runtime/4.1.0": {
  925. "type": "package",
  926. "dependencies": {
  927. "Microsoft.NETCore.Platforms": "1.0.1",
  928. "Microsoft.NETCore.Targets": "1.0.1"
  929. },
  930. "compile": {
  931. "ref/netstandard1.5/System.Runtime.dll": {
  932. "related": ".xml"
  933. }
  934. }
  935. },
  936. "System.Runtime.Extensions/4.1.0": {
  937. "type": "package",
  938. "dependencies": {
  939. "Microsoft.NETCore.Platforms": "1.0.1",
  940. "Microsoft.NETCore.Targets": "1.0.1",
  941. "System.Runtime": "4.1.0"
  942. },
  943. "compile": {
  944. "ref/netstandard1.5/System.Runtime.Extensions.dll": {
  945. "related": ".xml"
  946. }
  947. }
  948. },
  949. "System.Runtime.Handles/4.0.1": {
  950. "type": "package",
  951. "dependencies": {
  952. "Microsoft.NETCore.Platforms": "1.0.1",
  953. "Microsoft.NETCore.Targets": "1.0.1",
  954. "System.Runtime": "4.1.0"
  955. },
  956. "compile": {
  957. "ref/netstandard1.3/System.Runtime.Handles.dll": {
  958. "related": ".xml"
  959. }
  960. }
  961. },
  962. "System.Runtime.InteropServices/4.1.0": {
  963. "type": "package",
  964. "dependencies": {
  965. "Microsoft.NETCore.Platforms": "1.0.1",
  966. "Microsoft.NETCore.Targets": "1.0.1",
  967. "System.Reflection": "4.1.0",
  968. "System.Reflection.Primitives": "4.0.1",
  969. "System.Runtime": "4.1.0",
  970. "System.Runtime.Handles": "4.0.1"
  971. },
  972. "compile": {
  973. "ref/netstandard1.5/System.Runtime.InteropServices.dll": {
  974. "related": ".xml"
  975. }
  976. }
  977. },
  978. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  979. "type": "package",
  980. "dependencies": {
  981. "Microsoft.NETCore.Platforms": "1.0.1",
  982. "System.Reflection": "4.1.0",
  983. "System.Resources.ResourceManager": "4.0.1",
  984. "System.Runtime": "4.1.0",
  985. "System.Runtime.InteropServices": "4.1.0",
  986. "System.Threading": "4.0.11",
  987. "runtime.native.System": "4.0.0"
  988. },
  989. "compile": {
  990. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  991. },
  992. "runtimeTargets": {
  993. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
  994. "assetType": "runtime",
  995. "rid": "unix"
  996. },
  997. "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
  998. "assetType": "runtime",
  999. "rid": "win"
  1000. }
  1001. }
  1002. },
  1003. "System.Runtime.Numerics/4.0.1": {
  1004. "type": "package",
  1005. "dependencies": {
  1006. "System.Globalization": "4.0.11",
  1007. "System.Resources.ResourceManager": "4.0.1",
  1008. "System.Runtime": "4.1.0",
  1009. "System.Runtime.Extensions": "4.1.0"
  1010. },
  1011. "compile": {
  1012. "ref/netstandard1.1/System.Runtime.Numerics.dll": {
  1013. "related": ".xml"
  1014. }
  1015. },
  1016. "runtime": {
  1017. "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
  1018. }
  1019. },
  1020. "System.Security.Claims/4.0.1": {
  1021. "type": "package",
  1022. "dependencies": {
  1023. "System.Collections": "4.0.11",
  1024. "System.Globalization": "4.0.11",
  1025. "System.IO": "4.1.0",
  1026. "System.Resources.ResourceManager": "4.0.1",
  1027. "System.Runtime": "4.1.0",
  1028. "System.Runtime.Extensions": "4.1.0",
  1029. "System.Security.Principal": "4.0.1"
  1030. },
  1031. "compile": {
  1032. "ref/netstandard1.3/_._": {
  1033. "related": ".xml"
  1034. }
  1035. },
  1036. "runtime": {
  1037. "lib/netstandard1.3/System.Security.Claims.dll": {}
  1038. }
  1039. },
  1040. "System.Security.Cryptography.Algorithms/4.2.0": {
  1041. "type": "package",
  1042. "dependencies": {
  1043. "Microsoft.NETCore.Platforms": "1.0.1",
  1044. "System.Collections": "4.0.11",
  1045. "System.IO": "4.1.0",
  1046. "System.Resources.ResourceManager": "4.0.1",
  1047. "System.Runtime": "4.1.0",
  1048. "System.Runtime.Extensions": "4.1.0",
  1049. "System.Runtime.Handles": "4.0.1",
  1050. "System.Runtime.InteropServices": "4.1.0",
  1051. "System.Runtime.Numerics": "4.0.1",
  1052. "System.Security.Cryptography.Encoding": "4.0.0",
  1053. "System.Security.Cryptography.Primitives": "4.0.0",
  1054. "System.Text.Encoding": "4.0.11",
  1055. "runtime.native.System.Security.Cryptography": "4.0.0"
  1056. },
  1057. "compile": {
  1058. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
  1059. },
  1060. "runtimeTargets": {
  1061. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  1062. "assetType": "runtime",
  1063. "rid": "unix"
  1064. },
  1065. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {
  1066. "assetType": "runtime",
  1067. "rid": "win"
  1068. }
  1069. }
  1070. },
  1071. "System.Security.Cryptography.Cng/4.2.0": {
  1072. "type": "package",
  1073. "dependencies": {
  1074. "Microsoft.NETCore.Platforms": "1.0.1",
  1075. "System.IO": "4.1.0",
  1076. "System.Resources.ResourceManager": "4.0.1",
  1077. "System.Runtime": "4.1.0",
  1078. "System.Runtime.Extensions": "4.1.0",
  1079. "System.Runtime.Handles": "4.0.1",
  1080. "System.Runtime.InteropServices": "4.1.0",
  1081. "System.Security.Cryptography.Algorithms": "4.2.0",
  1082. "System.Security.Cryptography.Encoding": "4.0.0",
  1083. "System.Security.Cryptography.Primitives": "4.0.0",
  1084. "System.Text.Encoding": "4.0.11"
  1085. },
  1086. "compile": {
  1087. "ref/netstandard1.6/_._": {}
  1088. },
  1089. "runtimeTargets": {
  1090. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
  1091. "assetType": "runtime",
  1092. "rid": "unix"
  1093. },
  1094. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {
  1095. "assetType": "runtime",
  1096. "rid": "win"
  1097. }
  1098. }
  1099. },
  1100. "System.Security.Cryptography.Csp/4.0.0": {
  1101. "type": "package",
  1102. "dependencies": {
  1103. "Microsoft.NETCore.Platforms": "1.0.1",
  1104. "System.IO": "4.1.0",
  1105. "System.Reflection": "4.1.0",
  1106. "System.Resources.ResourceManager": "4.0.1",
  1107. "System.Runtime": "4.1.0",
  1108. "System.Runtime.Extensions": "4.1.0",
  1109. "System.Runtime.Handles": "4.0.1",
  1110. "System.Runtime.InteropServices": "4.1.0",
  1111. "System.Security.Cryptography.Algorithms": "4.2.0",
  1112. "System.Security.Cryptography.Encoding": "4.0.0",
  1113. "System.Security.Cryptography.Primitives": "4.0.0",
  1114. "System.Text.Encoding": "4.0.11",
  1115. "System.Threading": "4.0.11"
  1116. },
  1117. "compile": {
  1118. "ref/netstandard1.3/_._": {}
  1119. },
  1120. "runtimeTargets": {
  1121. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
  1122. "assetType": "runtime",
  1123. "rid": "unix"
  1124. },
  1125. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {
  1126. "assetType": "runtime",
  1127. "rid": "win"
  1128. }
  1129. }
  1130. },
  1131. "System.Security.Cryptography.Encoding/4.0.0": {
  1132. "type": "package",
  1133. "dependencies": {
  1134. "Microsoft.NETCore.Platforms": "1.0.1",
  1135. "System.Collections": "4.0.11",
  1136. "System.Collections.Concurrent": "4.0.12",
  1137. "System.Linq": "4.1.0",
  1138. "System.Resources.ResourceManager": "4.0.1",
  1139. "System.Runtime": "4.1.0",
  1140. "System.Runtime.Extensions": "4.1.0",
  1141. "System.Runtime.Handles": "4.0.1",
  1142. "System.Runtime.InteropServices": "4.1.0",
  1143. "System.Security.Cryptography.Primitives": "4.0.0",
  1144. "System.Text.Encoding": "4.0.11",
  1145. "runtime.native.System.Security.Cryptography": "4.0.0"
  1146. },
  1147. "compile": {
  1148. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  1149. "related": ".xml"
  1150. }
  1151. },
  1152. "runtimeTargets": {
  1153. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  1154. "assetType": "runtime",
  1155. "rid": "unix"
  1156. },
  1157. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  1158. "assetType": "runtime",
  1159. "rid": "win"
  1160. }
  1161. }
  1162. },
  1163. "System.Security.Cryptography.OpenSsl/4.0.0": {
  1164. "type": "package",
  1165. "dependencies": {
  1166. "System.Collections": "4.0.11",
  1167. "System.IO": "4.1.0",
  1168. "System.Resources.ResourceManager": "4.0.1",
  1169. "System.Runtime": "4.1.0",
  1170. "System.Runtime.Extensions": "4.1.0",
  1171. "System.Runtime.Handles": "4.0.1",
  1172. "System.Runtime.InteropServices": "4.1.0",
  1173. "System.Runtime.Numerics": "4.0.1",
  1174. "System.Security.Cryptography.Algorithms": "4.2.0",
  1175. "System.Security.Cryptography.Encoding": "4.0.0",
  1176. "System.Security.Cryptography.Primitives": "4.0.0",
  1177. "System.Text.Encoding": "4.0.11",
  1178. "runtime.native.System.Security.Cryptography": "4.0.0"
  1179. },
  1180. "compile": {
  1181. "ref/netstandard1.6/_._": {}
  1182. },
  1183. "runtime": {
  1184. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {}
  1185. },
  1186. "runtimeTargets": {
  1187. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {
  1188. "assetType": "runtime",
  1189. "rid": "unix"
  1190. }
  1191. }
  1192. },
  1193. "System.Security.Cryptography.Primitives/4.0.0": {
  1194. "type": "package",
  1195. "dependencies": {
  1196. "System.Diagnostics.Debug": "4.0.11",
  1197. "System.Globalization": "4.0.11",
  1198. "System.IO": "4.1.0",
  1199. "System.Resources.ResourceManager": "4.0.1",
  1200. "System.Runtime": "4.1.0",
  1201. "System.Threading": "4.0.11",
  1202. "System.Threading.Tasks": "4.0.11"
  1203. },
  1204. "compile": {
  1205. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  1206. },
  1207. "runtime": {
  1208. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  1209. }
  1210. },
  1211. "System.Security.Cryptography.X509Certificates/4.1.0": {
  1212. "type": "package",
  1213. "dependencies": {
  1214. "Microsoft.NETCore.Platforms": "1.0.1",
  1215. "System.Collections": "4.0.11",
  1216. "System.Diagnostics.Debug": "4.0.11",
  1217. "System.Globalization": "4.0.11",
  1218. "System.Globalization.Calendars": "4.0.1",
  1219. "System.IO": "4.1.0",
  1220. "System.IO.FileSystem": "4.0.1",
  1221. "System.IO.FileSystem.Primitives": "4.0.1",
  1222. "System.Resources.ResourceManager": "4.0.1",
  1223. "System.Runtime": "4.1.0",
  1224. "System.Runtime.Extensions": "4.1.0",
  1225. "System.Runtime.Handles": "4.0.1",
  1226. "System.Runtime.InteropServices": "4.1.0",
  1227. "System.Runtime.Numerics": "4.0.1",
  1228. "System.Security.Cryptography.Algorithms": "4.2.0",
  1229. "System.Security.Cryptography.Cng": "4.2.0",
  1230. "System.Security.Cryptography.Csp": "4.0.0",
  1231. "System.Security.Cryptography.Encoding": "4.0.0",
  1232. "System.Security.Cryptography.OpenSsl": "4.0.0",
  1233. "System.Security.Cryptography.Primitives": "4.0.0",
  1234. "System.Text.Encoding": "4.0.11",
  1235. "System.Threading": "4.0.11",
  1236. "runtime.native.System": "4.0.0",
  1237. "runtime.native.System.Net.Http": "4.0.1",
  1238. "runtime.native.System.Security.Cryptography": "4.0.0"
  1239. },
  1240. "compile": {
  1241. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {
  1242. "related": ".xml"
  1243. }
  1244. },
  1245. "runtimeTargets": {
  1246. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
  1247. "assetType": "runtime",
  1248. "rid": "unix"
  1249. },
  1250. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {
  1251. "assetType": "runtime",
  1252. "rid": "win"
  1253. }
  1254. }
  1255. },
  1256. "System.Security.Principal/4.0.1": {
  1257. "type": "package",
  1258. "dependencies": {
  1259. "System.Runtime": "4.1.0"
  1260. },
  1261. "compile": {
  1262. "ref/netstandard1.0/_._": {
  1263. "related": ".xml"
  1264. }
  1265. },
  1266. "runtime": {
  1267. "lib/netstandard1.0/System.Security.Principal.dll": {}
  1268. }
  1269. },
  1270. "System.Security.Principal.Windows/4.0.0": {
  1271. "type": "package",
  1272. "dependencies": {
  1273. "Microsoft.NETCore.Platforms": "1.0.1",
  1274. "Microsoft.Win32.Primitives": "4.0.1",
  1275. "System.Collections": "4.0.11",
  1276. "System.Diagnostics.Debug": "4.0.11",
  1277. "System.Reflection": "4.1.0",
  1278. "System.Resources.ResourceManager": "4.0.1",
  1279. "System.Runtime": "4.1.0",
  1280. "System.Runtime.Extensions": "4.1.0",
  1281. "System.Runtime.Handles": "4.0.1",
  1282. "System.Runtime.InteropServices": "4.1.0",
  1283. "System.Security.Claims": "4.0.1",
  1284. "System.Security.Principal": "4.0.1",
  1285. "System.Text.Encoding": "4.0.11",
  1286. "System.Threading": "4.0.11"
  1287. },
  1288. "compile": {
  1289. "ref/netstandard1.3/_._": {
  1290. "related": ".xml"
  1291. }
  1292. },
  1293. "runtimeTargets": {
  1294. "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
  1295. "assetType": "runtime",
  1296. "rid": "unix"
  1297. },
  1298. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": {
  1299. "assetType": "runtime",
  1300. "rid": "win"
  1301. }
  1302. }
  1303. },
  1304. "System.Text.Encoding/4.0.11": {
  1305. "type": "package",
  1306. "dependencies": {
  1307. "Microsoft.NETCore.Platforms": "1.0.1",
  1308. "Microsoft.NETCore.Targets": "1.0.1",
  1309. "System.Runtime": "4.1.0"
  1310. },
  1311. "compile": {
  1312. "ref/netstandard1.3/System.Text.Encoding.dll": {
  1313. "related": ".xml"
  1314. }
  1315. }
  1316. },
  1317. "System.Text.Encoding.Extensions/4.0.11": {
  1318. "type": "package",
  1319. "dependencies": {
  1320. "Microsoft.NETCore.Platforms": "1.0.1",
  1321. "Microsoft.NETCore.Targets": "1.0.1",
  1322. "System.Runtime": "4.1.0",
  1323. "System.Text.Encoding": "4.0.11"
  1324. },
  1325. "compile": {
  1326. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {
  1327. "related": ".xml"
  1328. }
  1329. }
  1330. },
  1331. "System.Text.RegularExpressions/4.1.0": {
  1332. "type": "package",
  1333. "dependencies": {
  1334. "System.Collections": "4.0.11",
  1335. "System.Globalization": "4.0.11",
  1336. "System.Resources.ResourceManager": "4.0.1",
  1337. "System.Runtime": "4.1.0",
  1338. "System.Runtime.Extensions": "4.1.0",
  1339. "System.Threading": "4.0.11"
  1340. },
  1341. "compile": {
  1342. "ref/netstandard1.6/System.Text.RegularExpressions.dll": {
  1343. "related": ".xml"
  1344. }
  1345. },
  1346. "runtime": {
  1347. "lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
  1348. }
  1349. },
  1350. "System.Threading/4.0.11": {
  1351. "type": "package",
  1352. "dependencies": {
  1353. "System.Runtime": "4.1.0",
  1354. "System.Threading.Tasks": "4.0.11"
  1355. },
  1356. "compile": {
  1357. "ref/netstandard1.3/System.Threading.dll": {
  1358. "related": ".xml"
  1359. }
  1360. },
  1361. "runtime": {
  1362. "lib/netstandard1.3/System.Threading.dll": {}
  1363. }
  1364. },
  1365. "System.Threading.Tasks/4.0.11": {
  1366. "type": "package",
  1367. "dependencies": {
  1368. "Microsoft.NETCore.Platforms": "1.0.1",
  1369. "Microsoft.NETCore.Targets": "1.0.1",
  1370. "System.Runtime": "4.1.0"
  1371. },
  1372. "compile": {
  1373. "ref/netstandard1.3/System.Threading.Tasks.dll": {
  1374. "related": ".xml"
  1375. }
  1376. }
  1377. },
  1378. "System.Threading.Tasks.Extensions/4.0.0": {
  1379. "type": "package",
  1380. "dependencies": {
  1381. "System.Collections": "4.0.11",
  1382. "System.Runtime": "4.1.0",
  1383. "System.Threading.Tasks": "4.0.11"
  1384. },
  1385. "compile": {
  1386. "lib/netstandard1.0/_._": {
  1387. "related": ".xml"
  1388. }
  1389. },
  1390. "runtime": {
  1391. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {
  1392. "related": ".xml"
  1393. }
  1394. }
  1395. },
  1396. "System.Threading.Thread/4.0.0": {
  1397. "type": "package",
  1398. "dependencies": {
  1399. "System.Runtime": "4.1.0"
  1400. },
  1401. "compile": {
  1402. "ref/netstandard1.3/System.Threading.Thread.dll": {
  1403. "related": ".xml"
  1404. }
  1405. },
  1406. "runtime": {
  1407. "lib/netstandard1.3/System.Threading.Thread.dll": {}
  1408. }
  1409. },
  1410. "System.Threading.ThreadPool/4.0.10": {
  1411. "type": "package",
  1412. "dependencies": {
  1413. "System.Runtime": "4.1.0",
  1414. "System.Runtime.Handles": "4.0.1"
  1415. },
  1416. "compile": {
  1417. "ref/netstandard1.3/System.Threading.ThreadPool.dll": {
  1418. "related": ".xml"
  1419. }
  1420. },
  1421. "runtime": {
  1422. "lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
  1423. }
  1424. },
  1425. "System.Threading.Timer/4.0.1": {
  1426. "type": "package",
  1427. "dependencies": {
  1428. "Microsoft.NETCore.Platforms": "1.0.1",
  1429. "Microsoft.NETCore.Targets": "1.0.1",
  1430. "System.Runtime": "4.1.0"
  1431. },
  1432. "compile": {
  1433. "ref/netstandard1.2/System.Threading.Timer.dll": {
  1434. "related": ".xml"
  1435. }
  1436. }
  1437. },
  1438. "System.Xml.ReaderWriter/4.0.11": {
  1439. "type": "package",
  1440. "dependencies": {
  1441. "System.Collections": "4.0.11",
  1442. "System.Diagnostics.Debug": "4.0.11",
  1443. "System.Globalization": "4.0.11",
  1444. "System.IO": "4.1.0",
  1445. "System.IO.FileSystem": "4.0.1",
  1446. "System.IO.FileSystem.Primitives": "4.0.1",
  1447. "System.Resources.ResourceManager": "4.0.1",
  1448. "System.Runtime": "4.1.0",
  1449. "System.Runtime.Extensions": "4.1.0",
  1450. "System.Runtime.InteropServices": "4.1.0",
  1451. "System.Text.Encoding": "4.0.11",
  1452. "System.Text.Encoding.Extensions": "4.0.11",
  1453. "System.Text.RegularExpressions": "4.1.0",
  1454. "System.Threading.Tasks": "4.0.11",
  1455. "System.Threading.Tasks.Extensions": "4.0.0"
  1456. },
  1457. "compile": {
  1458. "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {
  1459. "related": ".xml"
  1460. }
  1461. },
  1462. "runtime": {
  1463. "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
  1464. }
  1465. },
  1466. "System.Xml.XDocument/4.0.11": {
  1467. "type": "package",
  1468. "dependencies": {
  1469. "System.Collections": "4.0.11",
  1470. "System.Diagnostics.Debug": "4.0.11",
  1471. "System.Diagnostics.Tools": "4.0.1",
  1472. "System.Globalization": "4.0.11",
  1473. "System.IO": "4.1.0",
  1474. "System.Reflection": "4.1.0",
  1475. "System.Resources.ResourceManager": "4.0.1",
  1476. "System.Runtime": "4.1.0",
  1477. "System.Runtime.Extensions": "4.1.0",
  1478. "System.Text.Encoding": "4.0.11",
  1479. "System.Threading": "4.0.11",
  1480. "System.Xml.ReaderWriter": "4.0.11"
  1481. },
  1482. "compile": {
  1483. "ref/netstandard1.3/System.Xml.XDocument.dll": {
  1484. "related": ".xml"
  1485. }
  1486. },
  1487. "runtime": {
  1488. "lib/netstandard1.3/System.Xml.XDocument.dll": {}
  1489. }
  1490. },
  1491. "System.Xml.XmlDocument/4.0.1": {
  1492. "type": "package",
  1493. "dependencies": {
  1494. "System.Collections": "4.0.11",
  1495. "System.Diagnostics.Debug": "4.0.11",
  1496. "System.Globalization": "4.0.11",
  1497. "System.IO": "4.1.0",
  1498. "System.Resources.ResourceManager": "4.0.1",
  1499. "System.Runtime": "4.1.0",
  1500. "System.Runtime.Extensions": "4.1.0",
  1501. "System.Text.Encoding": "4.0.11",
  1502. "System.Threading": "4.0.11",
  1503. "System.Xml.ReaderWriter": "4.0.11"
  1504. },
  1505. "compile": {
  1506. "ref/netstandard1.3/System.Xml.XmlDocument.dll": {
  1507. "related": ".xml"
  1508. }
  1509. },
  1510. "runtime": {
  1511. "lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
  1512. }
  1513. },
  1514. "System.Xml.XPath/4.0.1": {
  1515. "type": "package",
  1516. "dependencies": {
  1517. "System.Collections": "4.0.11",
  1518. "System.Diagnostics.Debug": "4.0.11",
  1519. "System.Globalization": "4.0.11",
  1520. "System.IO": "4.1.0",
  1521. "System.Resources.ResourceManager": "4.0.1",
  1522. "System.Runtime": "4.1.0",
  1523. "System.Runtime.Extensions": "4.1.0",
  1524. "System.Threading": "4.0.11",
  1525. "System.Xml.ReaderWriter": "4.0.11"
  1526. },
  1527. "compile": {
  1528. "ref/netstandard1.3/System.Xml.XPath.dll": {
  1529. "related": ".xml"
  1530. }
  1531. },
  1532. "runtime": {
  1533. "lib/netstandard1.3/System.Xml.XPath.dll": {}
  1534. }
  1535. },
  1536. "System.Xml.XPath.XmlDocument/4.0.1": {
  1537. "type": "package",
  1538. "dependencies": {
  1539. "System.Collections": "4.0.11",
  1540. "System.Globalization": "4.0.11",
  1541. "System.IO": "4.1.0",
  1542. "System.Resources.ResourceManager": "4.0.1",
  1543. "System.Runtime": "4.1.0",
  1544. "System.Runtime.Extensions": "4.1.0",
  1545. "System.Threading": "4.0.11",
  1546. "System.Xml.ReaderWriter": "4.0.11",
  1547. "System.Xml.XPath": "4.0.1",
  1548. "System.Xml.XmlDocument": "4.0.1"
  1549. },
  1550. "compile": {
  1551. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {
  1552. "related": ".xml"
  1553. }
  1554. },
  1555. "runtime": {
  1556. "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {}
  1557. }
  1558. }
  1559. },
  1560. "net8.0/linux-x64": {
  1561. "Microsoft.CSharp/4.0.1": {
  1562. "type": "package",
  1563. "dependencies": {
  1564. "System.Collections": "4.0.11",
  1565. "System.Diagnostics.Debug": "4.0.11",
  1566. "System.Dynamic.Runtime": "4.0.11",
  1567. "System.Globalization": "4.0.11",
  1568. "System.Linq": "4.1.0",
  1569. "System.Linq.Expressions": "4.1.0",
  1570. "System.ObjectModel": "4.0.12",
  1571. "System.Reflection": "4.1.0",
  1572. "System.Reflection.Extensions": "4.0.1",
  1573. "System.Reflection.Primitives": "4.0.1",
  1574. "System.Reflection.TypeExtensions": "4.1.0",
  1575. "System.Resources.ResourceManager": "4.0.1",
  1576. "System.Runtime": "4.1.0",
  1577. "System.Runtime.Extensions": "4.1.0",
  1578. "System.Runtime.InteropServices": "4.1.0",
  1579. "System.Threading": "4.0.11"
  1580. },
  1581. "compile": {
  1582. "ref/netstandard1.0/Microsoft.CSharp.dll": {
  1583. "related": ".xml"
  1584. }
  1585. },
  1586. "runtime": {
  1587. "lib/netstandard1.3/Microsoft.CSharp.dll": {}
  1588. }
  1589. },
  1590. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  1591. "type": "package",
  1592. "compile": {
  1593. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  1594. "related": ".xml"
  1595. }
  1596. },
  1597. "runtime": {
  1598. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  1599. "related": ".xml"
  1600. }
  1601. },
  1602. "build": {
  1603. "buildTransitive/net6.0/_._": {}
  1604. }
  1605. },
  1606. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  1607. "type": "package",
  1608. "dependencies": {
  1609. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  1610. },
  1611. "compile": {
  1612. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  1613. "related": ".xml"
  1614. }
  1615. },
  1616. "runtime": {
  1617. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  1618. "related": ".xml"
  1619. }
  1620. },
  1621. "build": {
  1622. "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
  1623. }
  1624. },
  1625. "Microsoft.NETCore.Platforms/1.0.1": {
  1626. "type": "package",
  1627. "compile": {
  1628. "lib/netstandard1.0/_._": {}
  1629. },
  1630. "runtime": {
  1631. "lib/netstandard1.0/_._": {}
  1632. }
  1633. },
  1634. "Microsoft.NETCore.Targets/1.0.1": {
  1635. "type": "package",
  1636. "compile": {
  1637. "lib/netstandard1.0/_._": {}
  1638. },
  1639. "runtime": {
  1640. "lib/netstandard1.0/_._": {}
  1641. }
  1642. },
  1643. "Microsoft.Win32.Primitives/4.0.1": {
  1644. "type": "package",
  1645. "dependencies": {
  1646. "Microsoft.NETCore.Platforms": "1.0.1",
  1647. "Microsoft.NETCore.Targets": "1.0.1",
  1648. "System.Runtime": "4.1.0",
  1649. "runtime.unix.Microsoft.Win32.Primitives": "4.0.1"
  1650. },
  1651. "compile": {
  1652. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll": {
  1653. "related": ".xml"
  1654. }
  1655. }
  1656. },
  1657. "NETStandard.Library/1.6.0": {
  1658. "type": "package",
  1659. "dependencies": {
  1660. "Microsoft.NETCore.Platforms": "1.0.1",
  1661. "Microsoft.Win32.Primitives": "4.0.1",
  1662. "System.AppContext": "4.1.0",
  1663. "System.Collections": "4.0.11",
  1664. "System.Collections.Concurrent": "4.0.12",
  1665. "System.Console": "4.0.0",
  1666. "System.Diagnostics.Debug": "4.0.11",
  1667. "System.Diagnostics.Tools": "4.0.1",
  1668. "System.Diagnostics.Tracing": "4.1.0",
  1669. "System.Globalization": "4.0.11",
  1670. "System.Globalization.Calendars": "4.0.1",
  1671. "System.IO": "4.1.0",
  1672. "System.IO.Compression": "4.1.0",
  1673. "System.IO.Compression.ZipFile": "4.0.1",
  1674. "System.IO.FileSystem": "4.0.1",
  1675. "System.IO.FileSystem.Primitives": "4.0.1",
  1676. "System.Linq": "4.1.0",
  1677. "System.Linq.Expressions": "4.1.0",
  1678. "System.Net.Http": "4.1.0",
  1679. "System.Net.Primitives": "4.0.11",
  1680. "System.Net.Sockets": "4.1.0",
  1681. "System.ObjectModel": "4.0.12",
  1682. "System.Reflection": "4.1.0",
  1683. "System.Reflection.Extensions": "4.0.1",
  1684. "System.Reflection.Primitives": "4.0.1",
  1685. "System.Resources.ResourceManager": "4.0.1",
  1686. "System.Runtime": "4.1.0",
  1687. "System.Runtime.Extensions": "4.1.0",
  1688. "System.Runtime.Handles": "4.0.1",
  1689. "System.Runtime.InteropServices": "4.1.0",
  1690. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  1691. "System.Runtime.Numerics": "4.0.1",
  1692. "System.Security.Cryptography.Algorithms": "4.2.0",
  1693. "System.Security.Cryptography.Encoding": "4.0.0",
  1694. "System.Security.Cryptography.Primitives": "4.0.0",
  1695. "System.Security.Cryptography.X509Certificates": "4.1.0",
  1696. "System.Text.Encoding": "4.0.11",
  1697. "System.Text.Encoding.Extensions": "4.0.11",
  1698. "System.Text.RegularExpressions": "4.1.0",
  1699. "System.Threading": "4.0.11",
  1700. "System.Threading.Tasks": "4.0.11",
  1701. "System.Threading.Timer": "4.0.1",
  1702. "System.Xml.ReaderWriter": "4.0.11",
  1703. "System.Xml.XDocument": "4.0.11"
  1704. }
  1705. },
  1706. "Npgsql/8.0.2": {
  1707. "type": "package",
  1708. "dependencies": {
  1709. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  1710. },
  1711. "compile": {
  1712. "lib/net8.0/Npgsql.dll": {
  1713. "related": ".xml"
  1714. }
  1715. },
  1716. "runtime": {
  1717. "lib/net8.0/Npgsql.dll": {
  1718. "related": ".xml"
  1719. }
  1720. }
  1721. },
  1722. "Renci.SshNet/1.0.0": {
  1723. "type": "package",
  1724. "dependencies": {
  1725. "Microsoft.CSharp": "4.0.1",
  1726. "NETStandard.Library": "1.6.0",
  1727. "SshNet.Security.Cryptography": "[1.2.0]",
  1728. "System.Diagnostics.Debug": "4.0.11",
  1729. "System.Diagnostics.Tools": "4.0.1",
  1730. "System.Diagnostics.TraceSource": "4.0.0",
  1731. "System.Globalization": "4.0.11",
  1732. "System.IO": "4.1.0",
  1733. "System.IO.FileSystem": "4.0.1",
  1734. "System.IO.FileSystem.Primitives": "4.0.1",
  1735. "System.Linq": "4.1.0",
  1736. "System.Net.NameResolution": "4.0.0",
  1737. "System.Net.Sockets": "4.1.0",
  1738. "System.Reflection.Extensions": "4.0.1",
  1739. "System.Runtime.Extensions": "4.1.0",
  1740. "System.Security.Cryptography.Algorithms": "4.2.0",
  1741. "System.Text.RegularExpressions": "4.1.0",
  1742. "System.Threading": "4.0.11",
  1743. "System.Threading.Thread": "4.0.0",
  1744. "System.Threading.ThreadPool": "4.0.10",
  1745. "System.Threading.Timer": "4.0.1",
  1746. "System.Xml.XPath.XmlDocument": "4.0.1",
  1747. "System.Xml.XmlDocument": "4.0.1"
  1748. },
  1749. "compile": {
  1750. "lib/netstandard1.3/Renci.SshNet.dll": {
  1751. "related": ".xml"
  1752. }
  1753. },
  1754. "runtime": {
  1755. "lib/netstandard1.3/Renci.SshNet.dll": {
  1756. "related": ".xml"
  1757. }
  1758. }
  1759. },
  1760. "runtime.any.System.Collections/4.0.11": {
  1761. "type": "package",
  1762. "dependencies": {
  1763. "System.Runtime": "4.1.0"
  1764. },
  1765. "compile": {
  1766. "ref/netstandard/_._": {}
  1767. },
  1768. "runtime": {
  1769. "lib/netstandard1.3/System.Collections.dll": {}
  1770. }
  1771. },
  1772. "runtime.any.System.Diagnostics.Tools/4.0.1": {
  1773. "type": "package",
  1774. "compile": {
  1775. "ref/netstandard/_._": {}
  1776. },
  1777. "runtime": {
  1778. "lib/netstandard1.3/System.Diagnostics.Tools.dll": {}
  1779. }
  1780. },
  1781. "runtime.any.System.Diagnostics.Tracing/4.1.0": {
  1782. "type": "package",
  1783. "compile": {
  1784. "ref/netstandard/_._": {}
  1785. },
  1786. "runtime": {
  1787. "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {}
  1788. }
  1789. },
  1790. "runtime.any.System.Globalization/4.0.11": {
  1791. "type": "package",
  1792. "compile": {
  1793. "ref/netstandard/_._": {}
  1794. },
  1795. "runtime": {
  1796. "lib/netstandard1.3/System.Globalization.dll": {}
  1797. }
  1798. },
  1799. "runtime.any.System.Globalization.Calendars/4.0.1": {
  1800. "type": "package",
  1801. "compile": {
  1802. "ref/netstandard/_._": {}
  1803. },
  1804. "runtime": {
  1805. "lib/netstandard1.3/System.Globalization.Calendars.dll": {}
  1806. }
  1807. },
  1808. "runtime.any.System.IO/4.1.0": {
  1809. "type": "package",
  1810. "compile": {
  1811. "ref/netstandard/_._": {}
  1812. },
  1813. "runtime": {
  1814. "lib/netstandard1.5/System.IO.dll": {}
  1815. }
  1816. },
  1817. "runtime.any.System.Reflection/4.1.0": {
  1818. "type": "package",
  1819. "compile": {
  1820. "ref/netstandard/_._": {}
  1821. },
  1822. "runtime": {
  1823. "lib/netstandard1.5/System.Reflection.dll": {}
  1824. }
  1825. },
  1826. "runtime.any.System.Reflection.Extensions/4.0.1": {
  1827. "type": "package",
  1828. "compile": {
  1829. "ref/netstandard/_._": {}
  1830. },
  1831. "runtime": {
  1832. "lib/netstandard1.3/System.Reflection.Extensions.dll": {}
  1833. }
  1834. },
  1835. "runtime.any.System.Reflection.Primitives/4.0.1": {
  1836. "type": "package",
  1837. "compile": {
  1838. "ref/netstandard/_._": {}
  1839. },
  1840. "runtime": {
  1841. "lib/netstandard1.3/System.Reflection.Primitives.dll": {}
  1842. }
  1843. },
  1844. "runtime.any.System.Resources.ResourceManager/4.0.1": {
  1845. "type": "package",
  1846. "compile": {
  1847. "ref/netstandard/_._": {}
  1848. },
  1849. "runtime": {
  1850. "lib/netstandard1.3/System.Resources.ResourceManager.dll": {}
  1851. }
  1852. },
  1853. "runtime.any.System.Runtime/4.1.0": {
  1854. "type": "package",
  1855. "dependencies": {
  1856. "System.Private.Uri": "4.0.1"
  1857. },
  1858. "compile": {
  1859. "ref/netstandard/_._": {}
  1860. },
  1861. "runtime": {
  1862. "lib/netstandard1.5/System.Runtime.dll": {}
  1863. }
  1864. },
  1865. "runtime.any.System.Runtime.Handles/4.0.1": {
  1866. "type": "package",
  1867. "compile": {
  1868. "ref/netstandard/_._": {}
  1869. },
  1870. "runtime": {
  1871. "lib/netstandard1.3/System.Runtime.Handles.dll": {}
  1872. }
  1873. },
  1874. "runtime.any.System.Runtime.InteropServices/4.1.0": {
  1875. "type": "package",
  1876. "compile": {
  1877. "ref/netstandard/_._": {}
  1878. },
  1879. "runtime": {
  1880. "lib/netstandard1.5/System.Runtime.InteropServices.dll": {}
  1881. }
  1882. },
  1883. "runtime.any.System.Text.Encoding/4.0.11": {
  1884. "type": "package",
  1885. "compile": {
  1886. "ref/netstandard/_._": {}
  1887. },
  1888. "runtime": {
  1889. "lib/netstandard1.3/System.Text.Encoding.dll": {}
  1890. }
  1891. },
  1892. "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
  1893. "type": "package",
  1894. "compile": {
  1895. "ref/netstandard/_._": {}
  1896. },
  1897. "runtime": {
  1898. "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {}
  1899. }
  1900. },
  1901. "runtime.any.System.Threading.Tasks/4.0.11": {
  1902. "type": "package",
  1903. "compile": {
  1904. "ref/netstandard/_._": {}
  1905. },
  1906. "runtime": {
  1907. "lib/netstandard1.3/System.Threading.Tasks.dll": {}
  1908. }
  1909. },
  1910. "runtime.any.System.Threading.Timer/4.0.1": {
  1911. "type": "package",
  1912. "compile": {
  1913. "ref/netstandard/_._": {}
  1914. },
  1915. "runtime": {
  1916. "lib/netstandard1.3/System.Threading.Timer.dll": {}
  1917. }
  1918. },
  1919. "runtime.native.System/4.0.0": {
  1920. "type": "package",
  1921. "dependencies": {
  1922. "Microsoft.NETCore.Platforms": "1.0.1",
  1923. "Microsoft.NETCore.Targets": "1.0.1"
  1924. },
  1925. "compile": {
  1926. "lib/netstandard1.0/_._": {}
  1927. },
  1928. "runtime": {
  1929. "lib/netstandard1.0/_._": {}
  1930. }
  1931. },
  1932. "runtime.native.System.IO.Compression/4.1.0": {
  1933. "type": "package",
  1934. "dependencies": {
  1935. "Microsoft.NETCore.Platforms": "1.0.1",
  1936. "Microsoft.NETCore.Targets": "1.0.1"
  1937. },
  1938. "compile": {
  1939. "lib/netstandard1.0/_._": {}
  1940. },
  1941. "runtime": {
  1942. "lib/netstandard1.0/_._": {}
  1943. }
  1944. },
  1945. "runtime.native.System.Net.Http/4.0.1": {
  1946. "type": "package",
  1947. "dependencies": {
  1948. "Microsoft.NETCore.Platforms": "1.0.1",
  1949. "Microsoft.NETCore.Targets": "1.0.1"
  1950. },
  1951. "compile": {
  1952. "lib/netstandard1.0/_._": {}
  1953. },
  1954. "runtime": {
  1955. "lib/netstandard1.0/_._": {}
  1956. }
  1957. },
  1958. "runtime.native.System.Security.Cryptography/4.0.0": {
  1959. "type": "package",
  1960. "dependencies": {
  1961. "Microsoft.NETCore.Platforms": "1.0.1",
  1962. "Microsoft.NETCore.Targets": "1.0.1"
  1963. },
  1964. "compile": {
  1965. "lib/netstandard1.0/_._": {}
  1966. },
  1967. "runtime": {
  1968. "lib/netstandard1.0/_._": {}
  1969. }
  1970. },
  1971. "runtime.unix.Microsoft.Win32.Primitives/4.0.1": {
  1972. "type": "package",
  1973. "dependencies": {
  1974. "System.Runtime": "4.1.0",
  1975. "System.Runtime.InteropServices": "4.1.0",
  1976. "runtime.native.System": "4.0.0"
  1977. },
  1978. "compile": {
  1979. "ref/netstandard/_._": {}
  1980. },
  1981. "runtime": {
  1982. "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Primitives.dll": {}
  1983. }
  1984. },
  1985. "runtime.unix.System.Console/4.0.0": {
  1986. "type": "package",
  1987. "dependencies": {
  1988. "System.Collections": "4.0.11",
  1989. "System.IO": "4.1.0",
  1990. "System.IO.FileSystem.Primitives": "4.0.1",
  1991. "System.Resources.ResourceManager": "4.0.1",
  1992. "System.Runtime": "4.1.0",
  1993. "System.Runtime.Extensions": "4.1.0",
  1994. "System.Runtime.Handles": "4.0.1",
  1995. "System.Runtime.InteropServices": "4.1.0",
  1996. "System.Text.Encoding": "4.0.11",
  1997. "System.Text.Encoding.Extensions": "4.0.11",
  1998. "System.Threading": "4.0.11",
  1999. "System.Threading.Tasks": "4.0.11",
  2000. "runtime.native.System": "4.0.0"
  2001. },
  2002. "compile": {
  2003. "ref/netstandard/_._": {}
  2004. },
  2005. "runtime": {
  2006. "runtimes/unix/lib/netstandard1.3/System.Console.dll": {}
  2007. }
  2008. },
  2009. "runtime.unix.System.Diagnostics.Debug/4.0.11": {
  2010. "type": "package",
  2011. "dependencies": {
  2012. "runtime.native.System": "4.0.0"
  2013. },
  2014. "compile": {
  2015. "ref/netstandard/_._": {}
  2016. },
  2017. "runtime": {
  2018. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll": {}
  2019. }
  2020. },
  2021. "runtime.unix.System.IO.FileSystem/4.0.1": {
  2022. "type": "package",
  2023. "dependencies": {
  2024. "System.Collections": "4.0.11",
  2025. "System.Diagnostics.Debug": "4.0.11",
  2026. "System.IO": "4.1.0",
  2027. "System.IO.FileSystem.Primitives": "4.0.1",
  2028. "System.Resources.ResourceManager": "4.0.1",
  2029. "System.Runtime": "4.1.0",
  2030. "System.Runtime.Extensions": "4.1.0",
  2031. "System.Runtime.Handles": "4.0.1",
  2032. "System.Runtime.InteropServices": "4.1.0",
  2033. "System.Text.Encoding": "4.0.11",
  2034. "System.Text.Encoding.Extensions": "4.0.11",
  2035. "System.Threading": "4.0.11",
  2036. "System.Threading.Tasks": "4.0.11",
  2037. "runtime.native.System": "4.0.0"
  2038. },
  2039. "compile": {
  2040. "ref/netstandard/_._": {}
  2041. },
  2042. "runtime": {
  2043. "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll": {}
  2044. }
  2045. },
  2046. "runtime.unix.System.Net.Primitives/4.0.11": {
  2047. "type": "package",
  2048. "dependencies": {
  2049. "Microsoft.Win32.Primitives": "4.0.1",
  2050. "System.Collections": "4.0.11",
  2051. "System.Diagnostics.Tracing": "4.1.0",
  2052. "System.Globalization": "4.0.11",
  2053. "System.Resources.ResourceManager": "4.0.1",
  2054. "System.Runtime": "4.1.0",
  2055. "System.Runtime.Extensions": "4.1.0",
  2056. "System.Runtime.Handles": "4.0.1",
  2057. "System.Runtime.InteropServices": "4.1.0",
  2058. "System.Threading": "4.0.11",
  2059. "runtime.native.System": "4.0.0"
  2060. },
  2061. "compile": {
  2062. "ref/netstandard/_._": {}
  2063. },
  2064. "runtime": {
  2065. "runtimes/unix/lib/netstandard1.3/System.Net.Primitives.dll": {}
  2066. }
  2067. },
  2068. "runtime.unix.System.Net.Sockets/4.1.0": {
  2069. "type": "package",
  2070. "dependencies": {
  2071. "System.Collections": "4.0.11",
  2072. "System.Diagnostics.Debug": "4.0.11",
  2073. "System.Diagnostics.Tracing": "4.1.0",
  2074. "System.Globalization": "4.0.11",
  2075. "System.IO": "4.1.0",
  2076. "System.IO.FileSystem": "4.0.1",
  2077. "System.Net.NameResolution": "4.0.0",
  2078. "System.Net.Primitives": "4.0.11",
  2079. "System.Resources.ResourceManager": "4.0.1",
  2080. "System.Runtime": "4.1.0",
  2081. "System.Runtime.Extensions": "4.1.0",
  2082. "System.Runtime.Handles": "4.0.1",
  2083. "System.Runtime.InteropServices": "4.1.0",
  2084. "System.Threading": "4.0.11",
  2085. "System.Threading.Tasks": "4.0.11",
  2086. "System.Threading.ThreadPool": "4.0.10",
  2087. "runtime.native.System": "4.0.0"
  2088. },
  2089. "compile": {
  2090. "ref/netstandard/_._": {}
  2091. },
  2092. "runtime": {
  2093. "runtimes/unix/lib/netstandard1.3/System.Net.Sockets.dll": {}
  2094. }
  2095. },
  2096. "runtime.unix.System.Private.Uri/4.0.1": {
  2097. "type": "package",
  2098. "dependencies": {
  2099. "runtime.native.System": "4.0.0"
  2100. },
  2101. "compile": {
  2102. "ref/netstandard/_._": {}
  2103. },
  2104. "runtime": {
  2105. "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll": {}
  2106. }
  2107. },
  2108. "runtime.unix.System.Runtime.Extensions/4.1.0": {
  2109. "type": "package",
  2110. "dependencies": {
  2111. "System.Private.Uri": "4.0.1",
  2112. "runtime.native.System": "4.0.0",
  2113. "runtime.native.System.Security.Cryptography": "4.0.0"
  2114. },
  2115. "compile": {
  2116. "ref/netstandard/_._": {}
  2117. },
  2118. "runtime": {
  2119. "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll": {}
  2120. }
  2121. },
  2122. "SshNet.Security.Cryptography/1.2.0": {
  2123. "type": "package",
  2124. "dependencies": {
  2125. "System.IO": "4.1.0",
  2126. "System.Security.Cryptography.Primitives": "4.0.0"
  2127. },
  2128. "compile": {
  2129. "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {
  2130. "related": ".xml"
  2131. }
  2132. },
  2133. "runtime": {
  2134. "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {
  2135. "related": ".xml"
  2136. }
  2137. }
  2138. },
  2139. "System.AppContext/4.1.0": {
  2140. "type": "package",
  2141. "dependencies": {
  2142. "System.Runtime": "4.1.0"
  2143. },
  2144. "compile": {
  2145. "ref/netstandard1.6/System.AppContext.dll": {
  2146. "related": ".xml"
  2147. }
  2148. },
  2149. "runtime": {
  2150. "lib/netstandard1.6/System.AppContext.dll": {}
  2151. }
  2152. },
  2153. "System.Buffers/4.0.0": {
  2154. "type": "package",
  2155. "dependencies": {
  2156. "System.Diagnostics.Debug": "4.0.11",
  2157. "System.Diagnostics.Tracing": "4.1.0",
  2158. "System.Resources.ResourceManager": "4.0.1",
  2159. "System.Runtime": "4.1.0",
  2160. "System.Threading": "4.0.11"
  2161. },
  2162. "compile": {
  2163. "lib/netstandard1.1/_._": {}
  2164. },
  2165. "runtime": {
  2166. "lib/netstandard1.1/System.Buffers.dll": {}
  2167. }
  2168. },
  2169. "System.Collections/4.0.11": {
  2170. "type": "package",
  2171. "dependencies": {
  2172. "Microsoft.NETCore.Platforms": "1.0.1",
  2173. "Microsoft.NETCore.Targets": "1.0.1",
  2174. "System.Runtime": "4.1.0",
  2175. "runtime.any.System.Collections": "4.0.11"
  2176. },
  2177. "compile": {
  2178. "ref/netstandard1.3/System.Collections.dll": {
  2179. "related": ".xml"
  2180. }
  2181. }
  2182. },
  2183. "System.Collections.Concurrent/4.0.12": {
  2184. "type": "package",
  2185. "dependencies": {
  2186. "System.Collections": "4.0.11",
  2187. "System.Diagnostics.Debug": "4.0.11",
  2188. "System.Diagnostics.Tracing": "4.1.0",
  2189. "System.Globalization": "4.0.11",
  2190. "System.Reflection": "4.1.0",
  2191. "System.Resources.ResourceManager": "4.0.1",
  2192. "System.Runtime": "4.1.0",
  2193. "System.Runtime.Extensions": "4.1.0",
  2194. "System.Threading": "4.0.11",
  2195. "System.Threading.Tasks": "4.0.11"
  2196. },
  2197. "compile": {
  2198. "ref/netstandard1.3/System.Collections.Concurrent.dll": {
  2199. "related": ".xml"
  2200. }
  2201. },
  2202. "runtime": {
  2203. "lib/netstandard1.3/System.Collections.Concurrent.dll": {}
  2204. }
  2205. },
  2206. "System.Console/4.0.0": {
  2207. "type": "package",
  2208. "dependencies": {
  2209. "Microsoft.NETCore.Platforms": "1.0.1",
  2210. "Microsoft.NETCore.Targets": "1.0.1",
  2211. "System.IO": "4.1.0",
  2212. "System.Runtime": "4.1.0",
  2213. "System.Text.Encoding": "4.0.11",
  2214. "runtime.unix.System.Console": "4.0.0"
  2215. },
  2216. "compile": {
  2217. "ref/netstandard1.3/System.Console.dll": {
  2218. "related": ".xml"
  2219. }
  2220. }
  2221. },
  2222. "System.Diagnostics.Debug/4.0.11": {
  2223. "type": "package",
  2224. "dependencies": {
  2225. "Microsoft.NETCore.Platforms": "1.0.1",
  2226. "Microsoft.NETCore.Targets": "1.0.1",
  2227. "System.Runtime": "4.1.0",
  2228. "runtime.unix.System.Diagnostics.Debug": "4.0.11"
  2229. },
  2230. "compile": {
  2231. "ref/netstandard1.3/System.Diagnostics.Debug.dll": {
  2232. "related": ".xml"
  2233. }
  2234. }
  2235. },
  2236. "System.Diagnostics.DiagnosticSource/4.0.0": {
  2237. "type": "package",
  2238. "dependencies": {
  2239. "System.Collections": "4.0.11",
  2240. "System.Diagnostics.Tracing": "4.1.0",
  2241. "System.Reflection": "4.1.0",
  2242. "System.Runtime": "4.1.0",
  2243. "System.Threading": "4.0.11"
  2244. },
  2245. "compile": {
  2246. "lib/netstandard1.3/_._": {
  2247. "related": ".xml"
  2248. }
  2249. },
  2250. "runtime": {
  2251. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": {
  2252. "related": ".xml"
  2253. }
  2254. }
  2255. },
  2256. "System.Diagnostics.Tools/4.0.1": {
  2257. "type": "package",
  2258. "dependencies": {
  2259. "Microsoft.NETCore.Platforms": "1.0.1",
  2260. "Microsoft.NETCore.Targets": "1.0.1",
  2261. "System.Runtime": "4.1.0",
  2262. "runtime.any.System.Diagnostics.Tools": "4.0.1"
  2263. },
  2264. "compile": {
  2265. "ref/netstandard1.0/System.Diagnostics.Tools.dll": {
  2266. "related": ".xml"
  2267. }
  2268. }
  2269. },
  2270. "System.Diagnostics.TraceSource/4.0.0": {
  2271. "type": "package",
  2272. "dependencies": {
  2273. "Microsoft.NETCore.Platforms": "1.0.1",
  2274. "System.Collections": "4.0.11",
  2275. "System.Diagnostics.Debug": "4.0.11",
  2276. "System.Globalization": "4.0.11",
  2277. "System.Resources.ResourceManager": "4.0.1",
  2278. "System.Runtime": "4.1.0",
  2279. "System.Runtime.Extensions": "4.1.0",
  2280. "System.Threading": "4.0.11",
  2281. "runtime.native.System": "4.0.0"
  2282. },
  2283. "compile": {
  2284. "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {
  2285. "related": ".xml"
  2286. }
  2287. },
  2288. "runtime": {
  2289. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": {}
  2290. }
  2291. },
  2292. "System.Diagnostics.Tracing/4.1.0": {
  2293. "type": "package",
  2294. "dependencies": {
  2295. "Microsoft.NETCore.Platforms": "1.0.1",
  2296. "Microsoft.NETCore.Targets": "1.0.1",
  2297. "System.Runtime": "4.1.0",
  2298. "runtime.any.System.Diagnostics.Tracing": "4.1.0"
  2299. },
  2300. "compile": {
  2301. "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {
  2302. "related": ".xml"
  2303. }
  2304. }
  2305. },
  2306. "System.Dynamic.Runtime/4.0.11": {
  2307. "type": "package",
  2308. "dependencies": {
  2309. "System.Collections": "4.0.11",
  2310. "System.Diagnostics.Debug": "4.0.11",
  2311. "System.Globalization": "4.0.11",
  2312. "System.Linq": "4.1.0",
  2313. "System.Linq.Expressions": "4.1.0",
  2314. "System.ObjectModel": "4.0.12",
  2315. "System.Reflection": "4.1.0",
  2316. "System.Reflection.Emit": "4.0.1",
  2317. "System.Reflection.Emit.ILGeneration": "4.0.1",
  2318. "System.Reflection.Primitives": "4.0.1",
  2319. "System.Reflection.TypeExtensions": "4.1.0",
  2320. "System.Resources.ResourceManager": "4.0.1",
  2321. "System.Runtime": "4.1.0",
  2322. "System.Runtime.Extensions": "4.1.0",
  2323. "System.Threading": "4.0.11"
  2324. },
  2325. "compile": {
  2326. "ref/netstandard1.3/System.Dynamic.Runtime.dll": {
  2327. "related": ".xml"
  2328. }
  2329. },
  2330. "runtime": {
  2331. "lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
  2332. }
  2333. },
  2334. "System.Globalization/4.0.11": {
  2335. "type": "package",
  2336. "dependencies": {
  2337. "Microsoft.NETCore.Platforms": "1.0.1",
  2338. "Microsoft.NETCore.Targets": "1.0.1",
  2339. "System.Runtime": "4.1.0",
  2340. "runtime.any.System.Globalization": "4.0.11"
  2341. },
  2342. "compile": {
  2343. "ref/netstandard1.3/System.Globalization.dll": {
  2344. "related": ".xml"
  2345. }
  2346. }
  2347. },
  2348. "System.Globalization.Calendars/4.0.1": {
  2349. "type": "package",
  2350. "dependencies": {
  2351. "Microsoft.NETCore.Platforms": "1.0.1",
  2352. "Microsoft.NETCore.Targets": "1.0.1",
  2353. "System.Globalization": "4.0.11",
  2354. "System.Runtime": "4.1.0",
  2355. "runtime.any.System.Globalization.Calendars": "4.0.1"
  2356. },
  2357. "compile": {
  2358. "ref/netstandard1.3/System.Globalization.Calendars.dll": {
  2359. "related": ".xml"
  2360. }
  2361. }
  2362. },
  2363. "System.Globalization.Extensions/4.0.1": {
  2364. "type": "package",
  2365. "dependencies": {
  2366. "Microsoft.NETCore.Platforms": "1.0.1",
  2367. "System.Globalization": "4.0.11",
  2368. "System.Resources.ResourceManager": "4.0.1",
  2369. "System.Runtime": "4.1.0",
  2370. "System.Runtime.Extensions": "4.1.0",
  2371. "System.Runtime.InteropServices": "4.1.0"
  2372. },
  2373. "compile": {
  2374. "ref/netstandard1.3/_._": {
  2375. "related": ".xml"
  2376. }
  2377. },
  2378. "runtime": {
  2379. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": {}
  2380. }
  2381. },
  2382. "System.IO/4.1.0": {
  2383. "type": "package",
  2384. "dependencies": {
  2385. "Microsoft.NETCore.Platforms": "1.0.1",
  2386. "Microsoft.NETCore.Targets": "1.0.1",
  2387. "System.Runtime": "4.1.0",
  2388. "System.Text.Encoding": "4.0.11",
  2389. "System.Threading.Tasks": "4.0.11",
  2390. "runtime.any.System.IO": "4.1.0"
  2391. },
  2392. "compile": {
  2393. "ref/netstandard1.5/System.IO.dll": {
  2394. "related": ".xml"
  2395. }
  2396. }
  2397. },
  2398. "System.IO.Compression/4.1.0": {
  2399. "type": "package",
  2400. "dependencies": {
  2401. "Microsoft.NETCore.Platforms": "1.0.1",
  2402. "System.Collections": "4.0.11",
  2403. "System.Diagnostics.Debug": "4.0.11",
  2404. "System.IO": "4.1.0",
  2405. "System.Resources.ResourceManager": "4.0.1",
  2406. "System.Runtime": "4.1.0",
  2407. "System.Runtime.Extensions": "4.1.0",
  2408. "System.Runtime.Handles": "4.0.1",
  2409. "System.Runtime.InteropServices": "4.1.0",
  2410. "System.Text.Encoding": "4.0.11",
  2411. "System.Threading": "4.0.11",
  2412. "System.Threading.Tasks": "4.0.11",
  2413. "runtime.native.System": "4.0.0",
  2414. "runtime.native.System.IO.Compression": "4.1.0"
  2415. },
  2416. "compile": {
  2417. "ref/netstandard1.3/System.IO.Compression.dll": {
  2418. "related": ".xml"
  2419. }
  2420. },
  2421. "runtime": {
  2422. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": {}
  2423. }
  2424. },
  2425. "System.IO.Compression.ZipFile/4.0.1": {
  2426. "type": "package",
  2427. "dependencies": {
  2428. "System.Buffers": "4.0.0",
  2429. "System.IO": "4.1.0",
  2430. "System.IO.Compression": "4.1.0",
  2431. "System.IO.FileSystem": "4.0.1",
  2432. "System.IO.FileSystem.Primitives": "4.0.1",
  2433. "System.Resources.ResourceManager": "4.0.1",
  2434. "System.Runtime": "4.1.0",
  2435. "System.Runtime.Extensions": "4.1.0",
  2436. "System.Text.Encoding": "4.0.11"
  2437. },
  2438. "compile": {
  2439. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": {
  2440. "related": ".xml"
  2441. }
  2442. },
  2443. "runtime": {
  2444. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll": {}
  2445. }
  2446. },
  2447. "System.IO.FileSystem/4.0.1": {
  2448. "type": "package",
  2449. "dependencies": {
  2450. "Microsoft.NETCore.Platforms": "1.0.1",
  2451. "Microsoft.NETCore.Targets": "1.0.1",
  2452. "System.IO": "4.1.0",
  2453. "System.IO.FileSystem.Primitives": "4.0.1",
  2454. "System.Runtime": "4.1.0",
  2455. "System.Runtime.Handles": "4.0.1",
  2456. "System.Text.Encoding": "4.0.11",
  2457. "System.Threading.Tasks": "4.0.11",
  2458. "runtime.unix.System.IO.FileSystem": "4.0.1"
  2459. },
  2460. "compile": {
  2461. "ref/netstandard1.3/System.IO.FileSystem.dll": {
  2462. "related": ".xml"
  2463. }
  2464. }
  2465. },
  2466. "System.IO.FileSystem.Primitives/4.0.1": {
  2467. "type": "package",
  2468. "dependencies": {
  2469. "System.Runtime": "4.1.0"
  2470. },
  2471. "compile": {
  2472. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {
  2473. "related": ".xml"
  2474. }
  2475. },
  2476. "runtime": {
  2477. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {}
  2478. }
  2479. },
  2480. "System.Linq/4.1.0": {
  2481. "type": "package",
  2482. "dependencies": {
  2483. "System.Collections": "4.0.11",
  2484. "System.Diagnostics.Debug": "4.0.11",
  2485. "System.Resources.ResourceManager": "4.0.1",
  2486. "System.Runtime": "4.1.0",
  2487. "System.Runtime.Extensions": "4.1.0"
  2488. },
  2489. "compile": {
  2490. "ref/netstandard1.6/System.Linq.dll": {
  2491. "related": ".xml"
  2492. }
  2493. },
  2494. "runtime": {
  2495. "lib/netstandard1.6/System.Linq.dll": {}
  2496. }
  2497. },
  2498. "System.Linq.Expressions/4.1.0": {
  2499. "type": "package",
  2500. "dependencies": {
  2501. "System.Collections": "4.0.11",
  2502. "System.Diagnostics.Debug": "4.0.11",
  2503. "System.Globalization": "4.0.11",
  2504. "System.IO": "4.1.0",
  2505. "System.Linq": "4.1.0",
  2506. "System.ObjectModel": "4.0.12",
  2507. "System.Reflection": "4.1.0",
  2508. "System.Reflection.Emit": "4.0.1",
  2509. "System.Reflection.Emit.ILGeneration": "4.0.1",
  2510. "System.Reflection.Emit.Lightweight": "4.0.1",
  2511. "System.Reflection.Extensions": "4.0.1",
  2512. "System.Reflection.Primitives": "4.0.1",
  2513. "System.Reflection.TypeExtensions": "4.1.0",
  2514. "System.Resources.ResourceManager": "4.0.1",
  2515. "System.Runtime": "4.1.0",
  2516. "System.Runtime.Extensions": "4.1.0",
  2517. "System.Threading": "4.0.11"
  2518. },
  2519. "compile": {
  2520. "ref/netstandard1.6/System.Linq.Expressions.dll": {
  2521. "related": ".xml"
  2522. }
  2523. },
  2524. "runtime": {
  2525. "lib/netstandard1.6/System.Linq.Expressions.dll": {}
  2526. }
  2527. },
  2528. "System.Net.Http/4.1.0": {
  2529. "type": "package",
  2530. "dependencies": {
  2531. "Microsoft.NETCore.Platforms": "1.0.1",
  2532. "System.Collections": "4.0.11",
  2533. "System.Diagnostics.Debug": "4.0.11",
  2534. "System.Diagnostics.DiagnosticSource": "4.0.0",
  2535. "System.Diagnostics.Tracing": "4.1.0",
  2536. "System.Globalization": "4.0.11",
  2537. "System.Globalization.Extensions": "4.0.1",
  2538. "System.IO": "4.1.0",
  2539. "System.IO.FileSystem": "4.0.1",
  2540. "System.Net.Primitives": "4.0.11",
  2541. "System.Resources.ResourceManager": "4.0.1",
  2542. "System.Runtime": "4.1.0",
  2543. "System.Runtime.Extensions": "4.1.0",
  2544. "System.Runtime.Handles": "4.0.1",
  2545. "System.Runtime.InteropServices": "4.1.0",
  2546. "System.Security.Cryptography.Algorithms": "4.2.0",
  2547. "System.Security.Cryptography.Encoding": "4.0.0",
  2548. "System.Security.Cryptography.OpenSsl": "4.0.0",
  2549. "System.Security.Cryptography.Primitives": "4.0.0",
  2550. "System.Security.Cryptography.X509Certificates": "4.1.0",
  2551. "System.Text.Encoding": "4.0.11",
  2552. "System.Threading": "4.0.11",
  2553. "System.Threading.Tasks": "4.0.11",
  2554. "runtime.native.System": "4.0.0",
  2555. "runtime.native.System.Net.Http": "4.0.1",
  2556. "runtime.native.System.Security.Cryptography": "4.0.0"
  2557. },
  2558. "compile": {
  2559. "ref/netstandard1.3/System.Net.Http.dll": {
  2560. "related": ".xml"
  2561. }
  2562. },
  2563. "runtime": {
  2564. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": {}
  2565. }
  2566. },
  2567. "System.Net.NameResolution/4.0.0": {
  2568. "type": "package",
  2569. "dependencies": {
  2570. "Microsoft.NETCore.Platforms": "1.0.1",
  2571. "System.Collections": "4.0.11",
  2572. "System.Diagnostics.Tracing": "4.1.0",
  2573. "System.Globalization": "4.0.11",
  2574. "System.Net.Primitives": "4.0.11",
  2575. "System.Resources.ResourceManager": "4.0.1",
  2576. "System.Runtime": "4.1.0",
  2577. "System.Runtime.Extensions": "4.1.0",
  2578. "System.Runtime.Handles": "4.0.1",
  2579. "System.Runtime.InteropServices": "4.1.0",
  2580. "System.Security.Principal.Windows": "4.0.0",
  2581. "System.Threading": "4.0.11",
  2582. "System.Threading.Tasks": "4.0.11",
  2583. "runtime.native.System": "4.0.0"
  2584. },
  2585. "compile": {
  2586. "ref/netstandard1.3/System.Net.NameResolution.dll": {
  2587. "related": ".xml"
  2588. }
  2589. },
  2590. "runtime": {
  2591. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": {}
  2592. }
  2593. },
  2594. "System.Net.Primitives/4.0.11": {
  2595. "type": "package",
  2596. "dependencies": {
  2597. "Microsoft.NETCore.Platforms": "1.0.1",
  2598. "Microsoft.NETCore.Targets": "1.0.1",
  2599. "System.Runtime": "4.1.0",
  2600. "System.Runtime.Handles": "4.0.1",
  2601. "runtime.unix.System.Net.Primitives": "4.0.11"
  2602. },
  2603. "compile": {
  2604. "ref/netstandard1.3/System.Net.Primitives.dll": {
  2605. "related": ".xml"
  2606. }
  2607. }
  2608. },
  2609. "System.Net.Sockets/4.1.0": {
  2610. "type": "package",
  2611. "dependencies": {
  2612. "Microsoft.NETCore.Platforms": "1.0.1",
  2613. "Microsoft.NETCore.Targets": "1.0.1",
  2614. "System.IO": "4.1.0",
  2615. "System.Net.Primitives": "4.0.11",
  2616. "System.Runtime": "4.1.0",
  2617. "System.Threading.Tasks": "4.0.11",
  2618. "runtime.unix.System.Net.Sockets": "4.1.0"
  2619. },
  2620. "compile": {
  2621. "ref/netstandard1.3/System.Net.Sockets.dll": {
  2622. "related": ".xml"
  2623. }
  2624. }
  2625. },
  2626. "System.ObjectModel/4.0.12": {
  2627. "type": "package",
  2628. "dependencies": {
  2629. "System.Collections": "4.0.11",
  2630. "System.Diagnostics.Debug": "4.0.11",
  2631. "System.Resources.ResourceManager": "4.0.1",
  2632. "System.Runtime": "4.1.0",
  2633. "System.Threading": "4.0.11"
  2634. },
  2635. "compile": {
  2636. "ref/netstandard1.3/System.ObjectModel.dll": {
  2637. "related": ".xml"
  2638. }
  2639. },
  2640. "runtime": {
  2641. "lib/netstandard1.3/System.ObjectModel.dll": {}
  2642. }
  2643. },
  2644. "System.Private.Uri/4.0.1": {
  2645. "type": "package",
  2646. "dependencies": {
  2647. "Microsoft.NETCore.Platforms": "1.0.1",
  2648. "Microsoft.NETCore.Targets": "1.0.1",
  2649. "runtime.unix.System.Private.Uri": "4.0.1"
  2650. },
  2651. "compile": {
  2652. "ref/netstandard/_._": {}
  2653. }
  2654. },
  2655. "System.Reflection/4.1.0": {
  2656. "type": "package",
  2657. "dependencies": {
  2658. "Microsoft.NETCore.Platforms": "1.0.1",
  2659. "Microsoft.NETCore.Targets": "1.0.1",
  2660. "System.IO": "4.1.0",
  2661. "System.Reflection.Primitives": "4.0.1",
  2662. "System.Runtime": "4.1.0",
  2663. "runtime.any.System.Reflection": "4.1.0"
  2664. },
  2665. "compile": {
  2666. "ref/netstandard1.5/System.Reflection.dll": {
  2667. "related": ".xml"
  2668. }
  2669. }
  2670. },
  2671. "System.Reflection.Emit/4.0.1": {
  2672. "type": "package",
  2673. "dependencies": {
  2674. "System.IO": "4.1.0",
  2675. "System.Reflection": "4.1.0",
  2676. "System.Reflection.Emit.ILGeneration": "4.0.1",
  2677. "System.Reflection.Primitives": "4.0.1",
  2678. "System.Runtime": "4.1.0"
  2679. },
  2680. "compile": {
  2681. "ref/netstandard1.1/_._": {
  2682. "related": ".xml"
  2683. }
  2684. },
  2685. "runtime": {
  2686. "lib/netstandard1.3/System.Reflection.Emit.dll": {}
  2687. }
  2688. },
  2689. "System.Reflection.Emit.ILGeneration/4.0.1": {
  2690. "type": "package",
  2691. "dependencies": {
  2692. "System.Reflection": "4.1.0",
  2693. "System.Reflection.Primitives": "4.0.1",
  2694. "System.Runtime": "4.1.0"
  2695. },
  2696. "compile": {
  2697. "ref/netstandard1.0/_._": {
  2698. "related": ".xml"
  2699. }
  2700. },
  2701. "runtime": {
  2702. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {}
  2703. }
  2704. },
  2705. "System.Reflection.Emit.Lightweight/4.0.1": {
  2706. "type": "package",
  2707. "dependencies": {
  2708. "System.Reflection": "4.1.0",
  2709. "System.Reflection.Emit.ILGeneration": "4.0.1",
  2710. "System.Reflection.Primitives": "4.0.1",
  2711. "System.Runtime": "4.1.0"
  2712. },
  2713. "compile": {
  2714. "ref/netstandard1.0/_._": {
  2715. "related": ".xml"
  2716. }
  2717. },
  2718. "runtime": {
  2719. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {}
  2720. }
  2721. },
  2722. "System.Reflection.Extensions/4.0.1": {
  2723. "type": "package",
  2724. "dependencies": {
  2725. "Microsoft.NETCore.Platforms": "1.0.1",
  2726. "Microsoft.NETCore.Targets": "1.0.1",
  2727. "System.Reflection": "4.1.0",
  2728. "System.Runtime": "4.1.0",
  2729. "runtime.any.System.Reflection.Extensions": "4.0.1"
  2730. },
  2731. "compile": {
  2732. "ref/netstandard1.0/System.Reflection.Extensions.dll": {
  2733. "related": ".xml"
  2734. }
  2735. }
  2736. },
  2737. "System.Reflection.Primitives/4.0.1": {
  2738. "type": "package",
  2739. "dependencies": {
  2740. "Microsoft.NETCore.Platforms": "1.0.1",
  2741. "Microsoft.NETCore.Targets": "1.0.1",
  2742. "System.Runtime": "4.1.0",
  2743. "runtime.any.System.Reflection.Primitives": "4.0.1"
  2744. },
  2745. "compile": {
  2746. "ref/netstandard1.0/System.Reflection.Primitives.dll": {
  2747. "related": ".xml"
  2748. }
  2749. }
  2750. },
  2751. "System.Reflection.TypeExtensions/4.1.0": {
  2752. "type": "package",
  2753. "dependencies": {
  2754. "System.Reflection": "4.1.0",
  2755. "System.Runtime": "4.1.0"
  2756. },
  2757. "compile": {
  2758. "ref/netstandard1.5/_._": {
  2759. "related": ".xml"
  2760. }
  2761. },
  2762. "runtime": {
  2763. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {}
  2764. }
  2765. },
  2766. "System.Resources.ResourceManager/4.0.1": {
  2767. "type": "package",
  2768. "dependencies": {
  2769. "Microsoft.NETCore.Platforms": "1.0.1",
  2770. "Microsoft.NETCore.Targets": "1.0.1",
  2771. "System.Globalization": "4.0.11",
  2772. "System.Reflection": "4.1.0",
  2773. "System.Runtime": "4.1.0",
  2774. "runtime.any.System.Resources.ResourceManager": "4.0.1"
  2775. },
  2776. "compile": {
  2777. "ref/netstandard1.0/System.Resources.ResourceManager.dll": {
  2778. "related": ".xml"
  2779. }
  2780. }
  2781. },
  2782. "System.Runtime/4.1.0": {
  2783. "type": "package",
  2784. "dependencies": {
  2785. "Microsoft.NETCore.Platforms": "1.0.1",
  2786. "Microsoft.NETCore.Targets": "1.0.1",
  2787. "runtime.any.System.Runtime": "4.1.0"
  2788. },
  2789. "compile": {
  2790. "ref/netstandard1.5/System.Runtime.dll": {
  2791. "related": ".xml"
  2792. }
  2793. }
  2794. },
  2795. "System.Runtime.Extensions/4.1.0": {
  2796. "type": "package",
  2797. "dependencies": {
  2798. "Microsoft.NETCore.Platforms": "1.0.1",
  2799. "Microsoft.NETCore.Targets": "1.0.1",
  2800. "System.Runtime": "4.1.0",
  2801. "runtime.unix.System.Runtime.Extensions": "4.1.0"
  2802. },
  2803. "compile": {
  2804. "ref/netstandard1.5/System.Runtime.Extensions.dll": {
  2805. "related": ".xml"
  2806. }
  2807. }
  2808. },
  2809. "System.Runtime.Handles/4.0.1": {
  2810. "type": "package",
  2811. "dependencies": {
  2812. "Microsoft.NETCore.Platforms": "1.0.1",
  2813. "Microsoft.NETCore.Targets": "1.0.1",
  2814. "System.Runtime": "4.1.0",
  2815. "runtime.any.System.Runtime.Handles": "4.0.1"
  2816. },
  2817. "compile": {
  2818. "ref/netstandard1.3/System.Runtime.Handles.dll": {
  2819. "related": ".xml"
  2820. }
  2821. }
  2822. },
  2823. "System.Runtime.InteropServices/4.1.0": {
  2824. "type": "package",
  2825. "dependencies": {
  2826. "Microsoft.NETCore.Platforms": "1.0.1",
  2827. "Microsoft.NETCore.Targets": "1.0.1",
  2828. "System.Reflection": "4.1.0",
  2829. "System.Reflection.Primitives": "4.0.1",
  2830. "System.Runtime": "4.1.0",
  2831. "System.Runtime.Handles": "4.0.1",
  2832. "runtime.any.System.Runtime.InteropServices": "4.1.0"
  2833. },
  2834. "compile": {
  2835. "ref/netstandard1.5/System.Runtime.InteropServices.dll": {
  2836. "related": ".xml"
  2837. }
  2838. }
  2839. },
  2840. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  2841. "type": "package",
  2842. "dependencies": {
  2843. "Microsoft.NETCore.Platforms": "1.0.1",
  2844. "System.Reflection": "4.1.0",
  2845. "System.Resources.ResourceManager": "4.0.1",
  2846. "System.Runtime": "4.1.0",
  2847. "System.Runtime.InteropServices": "4.1.0",
  2848. "System.Threading": "4.0.11",
  2849. "runtime.native.System": "4.0.0"
  2850. },
  2851. "compile": {
  2852. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  2853. },
  2854. "runtime": {
  2855. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
  2856. }
  2857. },
  2858. "System.Runtime.Numerics/4.0.1": {
  2859. "type": "package",
  2860. "dependencies": {
  2861. "System.Globalization": "4.0.11",
  2862. "System.Resources.ResourceManager": "4.0.1",
  2863. "System.Runtime": "4.1.0",
  2864. "System.Runtime.Extensions": "4.1.0"
  2865. },
  2866. "compile": {
  2867. "ref/netstandard1.1/System.Runtime.Numerics.dll": {
  2868. "related": ".xml"
  2869. }
  2870. },
  2871. "runtime": {
  2872. "lib/netstandard1.3/System.Runtime.Numerics.dll": {}
  2873. }
  2874. },
  2875. "System.Security.Claims/4.0.1": {
  2876. "type": "package",
  2877. "dependencies": {
  2878. "System.Collections": "4.0.11",
  2879. "System.Globalization": "4.0.11",
  2880. "System.IO": "4.1.0",
  2881. "System.Resources.ResourceManager": "4.0.1",
  2882. "System.Runtime": "4.1.0",
  2883. "System.Runtime.Extensions": "4.1.0",
  2884. "System.Security.Principal": "4.0.1"
  2885. },
  2886. "compile": {
  2887. "ref/netstandard1.3/_._": {
  2888. "related": ".xml"
  2889. }
  2890. },
  2891. "runtime": {
  2892. "lib/netstandard1.3/System.Security.Claims.dll": {}
  2893. }
  2894. },
  2895. "System.Security.Cryptography.Algorithms/4.2.0": {
  2896. "type": "package",
  2897. "dependencies": {
  2898. "Microsoft.NETCore.Platforms": "1.0.1",
  2899. "System.Collections": "4.0.11",
  2900. "System.IO": "4.1.0",
  2901. "System.Resources.ResourceManager": "4.0.1",
  2902. "System.Runtime": "4.1.0",
  2903. "System.Runtime.Extensions": "4.1.0",
  2904. "System.Runtime.Handles": "4.0.1",
  2905. "System.Runtime.InteropServices": "4.1.0",
  2906. "System.Runtime.Numerics": "4.0.1",
  2907. "System.Security.Cryptography.Encoding": "4.0.0",
  2908. "System.Security.Cryptography.Primitives": "4.0.0",
  2909. "System.Text.Encoding": "4.0.11",
  2910. "runtime.native.System.Security.Cryptography": "4.0.0"
  2911. },
  2912. "compile": {
  2913. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
  2914. },
  2915. "runtime": {
  2916. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {}
  2917. }
  2918. },
  2919. "System.Security.Cryptography.Cng/4.2.0": {
  2920. "type": "package",
  2921. "dependencies": {
  2922. "Microsoft.NETCore.Platforms": "1.0.1",
  2923. "System.IO": "4.1.0",
  2924. "System.Resources.ResourceManager": "4.0.1",
  2925. "System.Runtime": "4.1.0",
  2926. "System.Runtime.Extensions": "4.1.0",
  2927. "System.Runtime.Handles": "4.0.1",
  2928. "System.Runtime.InteropServices": "4.1.0",
  2929. "System.Security.Cryptography.Algorithms": "4.2.0",
  2930. "System.Security.Cryptography.Encoding": "4.0.0",
  2931. "System.Security.Cryptography.Primitives": "4.0.0",
  2932. "System.Text.Encoding": "4.0.11"
  2933. },
  2934. "compile": {
  2935. "ref/netstandard1.6/_._": {}
  2936. },
  2937. "runtime": {
  2938. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": {}
  2939. }
  2940. },
  2941. "System.Security.Cryptography.Csp/4.0.0": {
  2942. "type": "package",
  2943. "dependencies": {
  2944. "Microsoft.NETCore.Platforms": "1.0.1",
  2945. "System.IO": "4.1.0",
  2946. "System.Reflection": "4.1.0",
  2947. "System.Resources.ResourceManager": "4.0.1",
  2948. "System.Runtime": "4.1.0",
  2949. "System.Runtime.Extensions": "4.1.0",
  2950. "System.Runtime.Handles": "4.0.1",
  2951. "System.Runtime.InteropServices": "4.1.0",
  2952. "System.Security.Cryptography.Algorithms": "4.2.0",
  2953. "System.Security.Cryptography.Encoding": "4.0.0",
  2954. "System.Security.Cryptography.Primitives": "4.0.0",
  2955. "System.Text.Encoding": "4.0.11",
  2956. "System.Threading": "4.0.11"
  2957. },
  2958. "compile": {
  2959. "ref/netstandard1.3/_._": {}
  2960. },
  2961. "runtime": {
  2962. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": {}
  2963. }
  2964. },
  2965. "System.Security.Cryptography.Encoding/4.0.0": {
  2966. "type": "package",
  2967. "dependencies": {
  2968. "Microsoft.NETCore.Platforms": "1.0.1",
  2969. "System.Collections": "4.0.11",
  2970. "System.Collections.Concurrent": "4.0.12",
  2971. "System.Linq": "4.1.0",
  2972. "System.Resources.ResourceManager": "4.0.1",
  2973. "System.Runtime": "4.1.0",
  2974. "System.Runtime.Extensions": "4.1.0",
  2975. "System.Runtime.Handles": "4.0.1",
  2976. "System.Runtime.InteropServices": "4.1.0",
  2977. "System.Security.Cryptography.Primitives": "4.0.0",
  2978. "System.Text.Encoding": "4.0.11",
  2979. "runtime.native.System.Security.Cryptography": "4.0.0"
  2980. },
  2981. "compile": {
  2982. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {
  2983. "related": ".xml"
  2984. }
  2985. },
  2986. "runtime": {
  2987. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": {}
  2988. }
  2989. },
  2990. "System.Security.Cryptography.OpenSsl/4.0.0": {
  2991. "type": "package",
  2992. "dependencies": {
  2993. "System.Collections": "4.0.11",
  2994. "System.IO": "4.1.0",
  2995. "System.Resources.ResourceManager": "4.0.1",
  2996. "System.Runtime": "4.1.0",
  2997. "System.Runtime.Extensions": "4.1.0",
  2998. "System.Runtime.Handles": "4.0.1",
  2999. "System.Runtime.InteropServices": "4.1.0",
  3000. "System.Runtime.Numerics": "4.0.1",
  3001. "System.Security.Cryptography.Algorithms": "4.2.0",
  3002. "System.Security.Cryptography.Encoding": "4.0.0",
  3003. "System.Security.Cryptography.Primitives": "4.0.0",
  3004. "System.Text.Encoding": "4.0.11",
  3005. "runtime.native.System.Security.Cryptography": "4.0.0"
  3006. },
  3007. "compile": {
  3008. "ref/netstandard1.6/_._": {}
  3009. },
  3010. "runtime": {
  3011. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {}
  3012. }
  3013. },
  3014. "System.Security.Cryptography.Primitives/4.0.0": {
  3015. "type": "package",
  3016. "dependencies": {
  3017. "System.Diagnostics.Debug": "4.0.11",
  3018. "System.Globalization": "4.0.11",
  3019. "System.IO": "4.1.0",
  3020. "System.Resources.ResourceManager": "4.0.1",
  3021. "System.Runtime": "4.1.0",
  3022. "System.Threading": "4.0.11",
  3023. "System.Threading.Tasks": "4.0.11"
  3024. },
  3025. "compile": {
  3026. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  3027. },
  3028. "runtime": {
  3029. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {}
  3030. }
  3031. },
  3032. "System.Security.Cryptography.X509Certificates/4.1.0": {
  3033. "type": "package",
  3034. "dependencies": {
  3035. "Microsoft.NETCore.Platforms": "1.0.1",
  3036. "System.Collections": "4.0.11",
  3037. "System.Diagnostics.Debug": "4.0.11",
  3038. "System.Globalization": "4.0.11",
  3039. "System.Globalization.Calendars": "4.0.1",
  3040. "System.IO": "4.1.0",
  3041. "System.IO.FileSystem": "4.0.1",
  3042. "System.IO.FileSystem.Primitives": "4.0.1",
  3043. "System.Resources.ResourceManager": "4.0.1",
  3044. "System.Runtime": "4.1.0",
  3045. "System.Runtime.Extensions": "4.1.0",
  3046. "System.Runtime.Handles": "4.0.1",
  3047. "System.Runtime.InteropServices": "4.1.0",
  3048. "System.Runtime.Numerics": "4.0.1",
  3049. "System.Security.Cryptography.Algorithms": "4.2.0",
  3050. "System.Security.Cryptography.Cng": "4.2.0",
  3051. "System.Security.Cryptography.Csp": "4.0.0",
  3052. "System.Security.Cryptography.Encoding": "4.0.0",
  3053. "System.Security.Cryptography.OpenSsl": "4.0.0",
  3054. "System.Security.Cryptography.Primitives": "4.0.0",
  3055. "System.Text.Encoding": "4.0.11",
  3056. "System.Threading": "4.0.11",
  3057. "runtime.native.System": "4.0.0",
  3058. "runtime.native.System.Net.Http": "4.0.1",
  3059. "runtime.native.System.Security.Cryptography": "4.0.0"
  3060. },
  3061. "compile": {
  3062. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {
  3063. "related": ".xml"
  3064. }
  3065. },
  3066. "runtime": {
  3067. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": {}
  3068. }
  3069. },
  3070. "System.Security.Principal/4.0.1": {
  3071. "type": "package",
  3072. "dependencies": {
  3073. "System.Runtime": "4.1.0"
  3074. },
  3075. "compile": {
  3076. "ref/netstandard1.0/_._": {
  3077. "related": ".xml"
  3078. }
  3079. },
  3080. "runtime": {
  3081. "lib/netstandard1.0/System.Security.Principal.dll": {}
  3082. }
  3083. },
  3084. "System.Security.Principal.Windows/4.0.0": {
  3085. "type": "package",
  3086. "dependencies": {
  3087. "Microsoft.NETCore.Platforms": "1.0.1",
  3088. "Microsoft.Win32.Primitives": "4.0.1",
  3089. "System.Collections": "4.0.11",
  3090. "System.Diagnostics.Debug": "4.0.11",
  3091. "System.Reflection": "4.1.0",
  3092. "System.Resources.ResourceManager": "4.0.1",
  3093. "System.Runtime": "4.1.0",
  3094. "System.Runtime.Extensions": "4.1.0",
  3095. "System.Runtime.Handles": "4.0.1",
  3096. "System.Runtime.InteropServices": "4.1.0",
  3097. "System.Security.Claims": "4.0.1",
  3098. "System.Security.Principal": "4.0.1",
  3099. "System.Text.Encoding": "4.0.11",
  3100. "System.Threading": "4.0.11"
  3101. },
  3102. "compile": {
  3103. "ref/netstandard1.3/_._": {
  3104. "related": ".xml"
  3105. }
  3106. },
  3107. "runtime": {
  3108. "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": {}
  3109. }
  3110. },
  3111. "System.Text.Encoding/4.0.11": {
  3112. "type": "package",
  3113. "dependencies": {
  3114. "Microsoft.NETCore.Platforms": "1.0.1",
  3115. "Microsoft.NETCore.Targets": "1.0.1",
  3116. "System.Runtime": "4.1.0",
  3117. "runtime.any.System.Text.Encoding": "4.0.11"
  3118. },
  3119. "compile": {
  3120. "ref/netstandard1.3/System.Text.Encoding.dll": {
  3121. "related": ".xml"
  3122. }
  3123. }
  3124. },
  3125. "System.Text.Encoding.Extensions/4.0.11": {
  3126. "type": "package",
  3127. "dependencies": {
  3128. "Microsoft.NETCore.Platforms": "1.0.1",
  3129. "Microsoft.NETCore.Targets": "1.0.1",
  3130. "System.Runtime": "4.1.0",
  3131. "System.Text.Encoding": "4.0.11",
  3132. "runtime.any.System.Text.Encoding.Extensions": "4.0.11"
  3133. },
  3134. "compile": {
  3135. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll": {
  3136. "related": ".xml"
  3137. }
  3138. }
  3139. },
  3140. "System.Text.RegularExpressions/4.1.0": {
  3141. "type": "package",
  3142. "dependencies": {
  3143. "System.Collections": "4.0.11",
  3144. "System.Globalization": "4.0.11",
  3145. "System.Resources.ResourceManager": "4.0.1",
  3146. "System.Runtime": "4.1.0",
  3147. "System.Runtime.Extensions": "4.1.0",
  3148. "System.Threading": "4.0.11"
  3149. },
  3150. "compile": {
  3151. "ref/netstandard1.6/System.Text.RegularExpressions.dll": {
  3152. "related": ".xml"
  3153. }
  3154. },
  3155. "runtime": {
  3156. "lib/netstandard1.6/System.Text.RegularExpressions.dll": {}
  3157. }
  3158. },
  3159. "System.Threading/4.0.11": {
  3160. "type": "package",
  3161. "dependencies": {
  3162. "System.Runtime": "4.1.0",
  3163. "System.Threading.Tasks": "4.0.11"
  3164. },
  3165. "compile": {
  3166. "ref/netstandard1.3/System.Threading.dll": {
  3167. "related": ".xml"
  3168. }
  3169. },
  3170. "runtime": {
  3171. "lib/netstandard1.3/System.Threading.dll": {}
  3172. }
  3173. },
  3174. "System.Threading.Tasks/4.0.11": {
  3175. "type": "package",
  3176. "dependencies": {
  3177. "Microsoft.NETCore.Platforms": "1.0.1",
  3178. "Microsoft.NETCore.Targets": "1.0.1",
  3179. "System.Runtime": "4.1.0",
  3180. "runtime.any.System.Threading.Tasks": "4.0.11"
  3181. },
  3182. "compile": {
  3183. "ref/netstandard1.3/System.Threading.Tasks.dll": {
  3184. "related": ".xml"
  3185. }
  3186. }
  3187. },
  3188. "System.Threading.Tasks.Extensions/4.0.0": {
  3189. "type": "package",
  3190. "dependencies": {
  3191. "System.Collections": "4.0.11",
  3192. "System.Runtime": "4.1.0",
  3193. "System.Threading.Tasks": "4.0.11"
  3194. },
  3195. "compile": {
  3196. "lib/netstandard1.0/_._": {
  3197. "related": ".xml"
  3198. }
  3199. },
  3200. "runtime": {
  3201. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {
  3202. "related": ".xml"
  3203. }
  3204. }
  3205. },
  3206. "System.Threading.Thread/4.0.0": {
  3207. "type": "package",
  3208. "dependencies": {
  3209. "System.Runtime": "4.1.0"
  3210. },
  3211. "compile": {
  3212. "ref/netstandard1.3/System.Threading.Thread.dll": {
  3213. "related": ".xml"
  3214. }
  3215. },
  3216. "runtime": {
  3217. "lib/netstandard1.3/System.Threading.Thread.dll": {}
  3218. }
  3219. },
  3220. "System.Threading.ThreadPool/4.0.10": {
  3221. "type": "package",
  3222. "dependencies": {
  3223. "System.Runtime": "4.1.0",
  3224. "System.Runtime.Handles": "4.0.1"
  3225. },
  3226. "compile": {
  3227. "ref/netstandard1.3/System.Threading.ThreadPool.dll": {
  3228. "related": ".xml"
  3229. }
  3230. },
  3231. "runtime": {
  3232. "lib/netstandard1.3/System.Threading.ThreadPool.dll": {}
  3233. }
  3234. },
  3235. "System.Threading.Timer/4.0.1": {
  3236. "type": "package",
  3237. "dependencies": {
  3238. "Microsoft.NETCore.Platforms": "1.0.1",
  3239. "Microsoft.NETCore.Targets": "1.0.1",
  3240. "System.Runtime": "4.1.0",
  3241. "runtime.any.System.Threading.Timer": "4.0.1"
  3242. },
  3243. "compile": {
  3244. "ref/netstandard1.2/System.Threading.Timer.dll": {
  3245. "related": ".xml"
  3246. }
  3247. }
  3248. },
  3249. "System.Xml.ReaderWriter/4.0.11": {
  3250. "type": "package",
  3251. "dependencies": {
  3252. "System.Collections": "4.0.11",
  3253. "System.Diagnostics.Debug": "4.0.11",
  3254. "System.Globalization": "4.0.11",
  3255. "System.IO": "4.1.0",
  3256. "System.IO.FileSystem": "4.0.1",
  3257. "System.IO.FileSystem.Primitives": "4.0.1",
  3258. "System.Resources.ResourceManager": "4.0.1",
  3259. "System.Runtime": "4.1.0",
  3260. "System.Runtime.Extensions": "4.1.0",
  3261. "System.Runtime.InteropServices": "4.1.0",
  3262. "System.Text.Encoding": "4.0.11",
  3263. "System.Text.Encoding.Extensions": "4.0.11",
  3264. "System.Text.RegularExpressions": "4.1.0",
  3265. "System.Threading.Tasks": "4.0.11",
  3266. "System.Threading.Tasks.Extensions": "4.0.0"
  3267. },
  3268. "compile": {
  3269. "ref/netstandard1.3/System.Xml.ReaderWriter.dll": {
  3270. "related": ".xml"
  3271. }
  3272. },
  3273. "runtime": {
  3274. "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {}
  3275. }
  3276. },
  3277. "System.Xml.XDocument/4.0.11": {
  3278. "type": "package",
  3279. "dependencies": {
  3280. "System.Collections": "4.0.11",
  3281. "System.Diagnostics.Debug": "4.0.11",
  3282. "System.Diagnostics.Tools": "4.0.1",
  3283. "System.Globalization": "4.0.11",
  3284. "System.IO": "4.1.0",
  3285. "System.Reflection": "4.1.0",
  3286. "System.Resources.ResourceManager": "4.0.1",
  3287. "System.Runtime": "4.1.0",
  3288. "System.Runtime.Extensions": "4.1.0",
  3289. "System.Text.Encoding": "4.0.11",
  3290. "System.Threading": "4.0.11",
  3291. "System.Xml.ReaderWriter": "4.0.11"
  3292. },
  3293. "compile": {
  3294. "ref/netstandard1.3/System.Xml.XDocument.dll": {
  3295. "related": ".xml"
  3296. }
  3297. },
  3298. "runtime": {
  3299. "lib/netstandard1.3/System.Xml.XDocument.dll": {}
  3300. }
  3301. },
  3302. "System.Xml.XmlDocument/4.0.1": {
  3303. "type": "package",
  3304. "dependencies": {
  3305. "System.Collections": "4.0.11",
  3306. "System.Diagnostics.Debug": "4.0.11",
  3307. "System.Globalization": "4.0.11",
  3308. "System.IO": "4.1.0",
  3309. "System.Resources.ResourceManager": "4.0.1",
  3310. "System.Runtime": "4.1.0",
  3311. "System.Runtime.Extensions": "4.1.0",
  3312. "System.Text.Encoding": "4.0.11",
  3313. "System.Threading": "4.0.11",
  3314. "System.Xml.ReaderWriter": "4.0.11"
  3315. },
  3316. "compile": {
  3317. "ref/netstandard1.3/System.Xml.XmlDocument.dll": {
  3318. "related": ".xml"
  3319. }
  3320. },
  3321. "runtime": {
  3322. "lib/netstandard1.3/System.Xml.XmlDocument.dll": {}
  3323. }
  3324. },
  3325. "System.Xml.XPath/4.0.1": {
  3326. "type": "package",
  3327. "dependencies": {
  3328. "System.Collections": "4.0.11",
  3329. "System.Diagnostics.Debug": "4.0.11",
  3330. "System.Globalization": "4.0.11",
  3331. "System.IO": "4.1.0",
  3332. "System.Resources.ResourceManager": "4.0.1",
  3333. "System.Runtime": "4.1.0",
  3334. "System.Runtime.Extensions": "4.1.0",
  3335. "System.Threading": "4.0.11",
  3336. "System.Xml.ReaderWriter": "4.0.11"
  3337. },
  3338. "compile": {
  3339. "ref/netstandard1.3/System.Xml.XPath.dll": {
  3340. "related": ".xml"
  3341. }
  3342. },
  3343. "runtime": {
  3344. "lib/netstandard1.3/System.Xml.XPath.dll": {}
  3345. }
  3346. },
  3347. "System.Xml.XPath.XmlDocument/4.0.1": {
  3348. "type": "package",
  3349. "dependencies": {
  3350. "System.Collections": "4.0.11",
  3351. "System.Globalization": "4.0.11",
  3352. "System.IO": "4.1.0",
  3353. "System.Resources.ResourceManager": "4.0.1",
  3354. "System.Runtime": "4.1.0",
  3355. "System.Runtime.Extensions": "4.1.0",
  3356. "System.Threading": "4.0.11",
  3357. "System.Xml.ReaderWriter": "4.0.11",
  3358. "System.Xml.XPath": "4.0.1",
  3359. "System.Xml.XmlDocument": "4.0.1"
  3360. },
  3361. "compile": {
  3362. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {
  3363. "related": ".xml"
  3364. }
  3365. },
  3366. "runtime": {
  3367. "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {}
  3368. }
  3369. }
  3370. }
  3371. },
  3372. "libraries": {
  3373. "Microsoft.CSharp/4.0.1": {
  3374. "sha512": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
  3375. "type": "package",
  3376. "path": "microsoft.csharp/4.0.1",
  3377. "files": [
  3378. ".nupkg.metadata",
  3379. ".signature.p7s",
  3380. "ThirdPartyNotices.txt",
  3381. "dotnet_library_license.txt",
  3382. "lib/MonoAndroid10/_._",
  3383. "lib/MonoTouch10/_._",
  3384. "lib/net45/_._",
  3385. "lib/netcore50/Microsoft.CSharp.dll",
  3386. "lib/netstandard1.3/Microsoft.CSharp.dll",
  3387. "lib/portable-net45+win8+wp8+wpa81/_._",
  3388. "lib/win8/_._",
  3389. "lib/wp80/_._",
  3390. "lib/wpa81/_._",
  3391. "lib/xamarinios10/_._",
  3392. "lib/xamarinmac20/_._",
  3393. "lib/xamarintvos10/_._",
  3394. "lib/xamarinwatchos10/_._",
  3395. "microsoft.csharp.4.0.1.nupkg.sha512",
  3396. "microsoft.csharp.nuspec",
  3397. "ref/MonoAndroid10/_._",
  3398. "ref/MonoTouch10/_._",
  3399. "ref/net45/_._",
  3400. "ref/netcore50/Microsoft.CSharp.dll",
  3401. "ref/netcore50/Microsoft.CSharp.xml",
  3402. "ref/netcore50/de/Microsoft.CSharp.xml",
  3403. "ref/netcore50/es/Microsoft.CSharp.xml",
  3404. "ref/netcore50/fr/Microsoft.CSharp.xml",
  3405. "ref/netcore50/it/Microsoft.CSharp.xml",
  3406. "ref/netcore50/ja/Microsoft.CSharp.xml",
  3407. "ref/netcore50/ko/Microsoft.CSharp.xml",
  3408. "ref/netcore50/ru/Microsoft.CSharp.xml",
  3409. "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
  3410. "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
  3411. "ref/netstandard1.0/Microsoft.CSharp.dll",
  3412. "ref/netstandard1.0/Microsoft.CSharp.xml",
  3413. "ref/netstandard1.0/de/Microsoft.CSharp.xml",
  3414. "ref/netstandard1.0/es/Microsoft.CSharp.xml",
  3415. "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
  3416. "ref/netstandard1.0/it/Microsoft.CSharp.xml",
  3417. "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
  3418. "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
  3419. "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
  3420. "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
  3421. "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
  3422. "ref/portable-net45+win8+wp8+wpa81/_._",
  3423. "ref/win8/_._",
  3424. "ref/wp80/_._",
  3425. "ref/wpa81/_._",
  3426. "ref/xamarinios10/_._",
  3427. "ref/xamarinmac20/_._",
  3428. "ref/xamarintvos10/_._",
  3429. "ref/xamarinwatchos10/_._"
  3430. ]
  3431. },
  3432. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  3433. "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  3434. "type": "package",
  3435. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  3436. "files": [
  3437. ".nupkg.metadata",
  3438. ".signature.p7s",
  3439. "Icon.png",
  3440. "LICENSE.TXT",
  3441. "PACKAGE.md",
  3442. "THIRD-PARTY-NOTICES.TXT",
  3443. "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  3444. "buildTransitive/net462/_._",
  3445. "buildTransitive/net6.0/_._",
  3446. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  3447. "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  3448. "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  3449. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  3450. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  3451. "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  3452. "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  3453. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  3454. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  3455. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  3456. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  3457. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  3458. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  3459. "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
  3460. "microsoft.extensions.dependencyinjection.abstractions.nuspec",
  3461. "useSharedDesignerContext.txt"
  3462. ]
  3463. },
  3464. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  3465. "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  3466. "type": "package",
  3467. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  3468. "files": [
  3469. ".nupkg.metadata",
  3470. ".signature.p7s",
  3471. "Icon.png",
  3472. "LICENSE.TXT",
  3473. "PACKAGE.md",
  3474. "THIRD-PARTY-NOTICES.TXT",
  3475. "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
  3476. "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  3477. "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  3478. "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  3479. "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  3480. "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  3481. "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  3482. "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  3483. "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  3484. "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  3485. "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  3486. "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  3487. "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  3488. "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  3489. "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
  3490. "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  3491. "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  3492. "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  3493. "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  3494. "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  3495. "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  3496. "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  3497. "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  3498. "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  3499. "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  3500. "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  3501. "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  3502. "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  3503. "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
  3504. "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  3505. "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  3506. "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  3507. "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  3508. "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  3509. "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  3510. "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  3511. "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  3512. "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  3513. "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  3514. "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  3515. "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  3516. "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  3517. "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
  3518. "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
  3519. "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets",
  3520. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  3521. "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  3522. "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
  3523. "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
  3524. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
  3525. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
  3526. "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll",
  3527. "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml",
  3528. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
  3529. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml",
  3530. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
  3531. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
  3532. "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
  3533. "microsoft.extensions.logging.abstractions.nuspec",
  3534. "useSharedDesignerContext.txt"
  3535. ]
  3536. },
  3537. "Microsoft.NETCore.Platforms/1.0.1": {
  3538. "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
  3539. "type": "package",
  3540. "path": "microsoft.netcore.platforms/1.0.1",
  3541. "files": [
  3542. ".nupkg.metadata",
  3543. ".signature.p7s",
  3544. "ThirdPartyNotices.txt",
  3545. "dotnet_library_license.txt",
  3546. "lib/netstandard1.0/_._",
  3547. "microsoft.netcore.platforms.1.0.1.nupkg.sha512",
  3548. "microsoft.netcore.platforms.nuspec",
  3549. "runtime.json"
  3550. ]
  3551. },
  3552. "Microsoft.NETCore.Targets/1.0.1": {
  3553. "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
  3554. "type": "package",
  3555. "path": "microsoft.netcore.targets/1.0.1",
  3556. "files": [
  3557. ".nupkg.metadata",
  3558. ".signature.p7s",
  3559. "ThirdPartyNotices.txt",
  3560. "dotnet_library_license.txt",
  3561. "lib/netstandard1.0/_._",
  3562. "microsoft.netcore.targets.1.0.1.nupkg.sha512",
  3563. "microsoft.netcore.targets.nuspec",
  3564. "runtime.json"
  3565. ]
  3566. },
  3567. "Microsoft.Win32.Primitives/4.0.1": {
  3568. "sha512": "fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
  3569. "type": "package",
  3570. "path": "microsoft.win32.primitives/4.0.1",
  3571. "files": [
  3572. ".nupkg.metadata",
  3573. ".signature.p7s",
  3574. "ThirdPartyNotices.txt",
  3575. "dotnet_library_license.txt",
  3576. "lib/MonoAndroid10/_._",
  3577. "lib/MonoTouch10/_._",
  3578. "lib/net46/Microsoft.Win32.Primitives.dll",
  3579. "lib/xamarinios10/_._",
  3580. "lib/xamarinmac20/_._",
  3581. "lib/xamarintvos10/_._",
  3582. "lib/xamarinwatchos10/_._",
  3583. "microsoft.win32.primitives.4.0.1.nupkg.sha512",
  3584. "microsoft.win32.primitives.nuspec",
  3585. "ref/MonoAndroid10/_._",
  3586. "ref/MonoTouch10/_._",
  3587. "ref/net46/Microsoft.Win32.Primitives.dll",
  3588. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll",
  3589. "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",
  3590. "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",
  3591. "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",
  3592. "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",
  3593. "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",
  3594. "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",
  3595. "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",
  3596. "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",
  3597. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",
  3598. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",
  3599. "ref/xamarinios10/_._",
  3600. "ref/xamarinmac20/_._",
  3601. "ref/xamarintvos10/_._",
  3602. "ref/xamarinwatchos10/_._"
  3603. ]
  3604. },
  3605. "NETStandard.Library/1.6.0": {
  3606. "sha512": "ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  3607. "type": "package",
  3608. "path": "netstandard.library/1.6.0",
  3609. "files": [
  3610. ".nupkg.metadata",
  3611. ".signature.p7s",
  3612. "ThirdPartyNotices.txt",
  3613. "dotnet_library_license.txt",
  3614. "netstandard.library.1.6.0.nupkg.sha512",
  3615. "netstandard.library.nuspec"
  3616. ]
  3617. },
  3618. "Npgsql/8.0.2": {
  3619. "sha512": "MuJzLoWCaQhQAR3oh66YR0Ir6mxuezncGX3f8wxvAc21g0+9HICktJQlqMoODhxztZKXE5k9GxRxqUAN+vPb4g==",
  3620. "type": "package",
  3621. "path": "npgsql/8.0.2",
  3622. "files": [
  3623. ".nupkg.metadata",
  3624. ".signature.p7s",
  3625. "README.md",
  3626. "lib/net6.0/Npgsql.dll",
  3627. "lib/net6.0/Npgsql.xml",
  3628. "lib/net7.0/Npgsql.dll",
  3629. "lib/net7.0/Npgsql.xml",
  3630. "lib/net8.0/Npgsql.dll",
  3631. "lib/net8.0/Npgsql.xml",
  3632. "lib/netstandard2.0/Npgsql.dll",
  3633. "lib/netstandard2.0/Npgsql.xml",
  3634. "lib/netstandard2.1/Npgsql.dll",
  3635. "lib/netstandard2.1/Npgsql.xml",
  3636. "npgsql.8.0.2.nupkg.sha512",
  3637. "npgsql.nuspec",
  3638. "postgresql.png"
  3639. ]
  3640. },
  3641. "Renci.SshNet/1.0.0": {
  3642. "sha512": "7ngta4rM+eNlxI2LjCGIvaxFCmHuZ+IYCgoMgBaz3vfgoiXRyvBt8kRnOnlCSEWFYGFkkmVhAygdy08UU/GdSw==",
  3643. "type": "package",
  3644. "path": "renci.sshnet/1.0.0",
  3645. "files": [
  3646. ".nupkg.metadata",
  3647. ".signature.p7s",
  3648. "lib/netstandard1.3/Renci.SshNet.dll",
  3649. "lib/netstandard1.3/Renci.SshNet.xml",
  3650. "renci.sshnet.1.0.0.nupkg.sha512",
  3651. "renci.sshnet.nuspec"
  3652. ]
  3653. },
  3654. "runtime.any.System.Collections/4.0.11": {
  3655. "sha512": "MTBT/hu37Dm2042H1JjWSaMd8w+oPJ4ZWAbDNeLzC4ZHdqwHloP07KvD6+4VbwipDqY5obfFFy90mZYCaPDh5Q==",
  3656. "type": "package",
  3657. "path": "runtime.any.system.collections/4.0.11",
  3658. "files": [
  3659. ".nupkg.metadata",
  3660. ".signature.p7s",
  3661. "ThirdPartyNotices.txt",
  3662. "dotnet_library_license.txt",
  3663. "lib/MonoAndroid10/_._",
  3664. "lib/MonoTouch10/_._",
  3665. "lib/net45/_._",
  3666. "lib/netcore50/System.Collections.dll",
  3667. "lib/netstandard1.3/System.Collections.dll",
  3668. "lib/win8/_._",
  3669. "lib/wp80/_._",
  3670. "lib/wpa81/_._",
  3671. "lib/xamarinios10/_._",
  3672. "lib/xamarinmac20/_._",
  3673. "lib/xamarintvos10/_._",
  3674. "lib/xamarinwatchos10/_._",
  3675. "ref/netstandard/_._",
  3676. "runtime.any.system.collections.4.0.11.nupkg.sha512",
  3677. "runtime.any.system.collections.nuspec",
  3678. "runtimes/aot/lib/netcore50/_._"
  3679. ]
  3680. },
  3681. "runtime.any.System.Diagnostics.Tools/4.0.1": {
  3682. "sha512": "GJkwEYbKw7qG29QrKMIEEZEGWxC+DQboeObhaM6WPKKgwk9Od8Qt8lWhr/+5xW3FF60TdMfjjUP8Zu6Y41wIkA==",
  3683. "type": "package",
  3684. "path": "runtime.any.system.diagnostics.tools/4.0.1",
  3685. "files": [
  3686. ".nupkg.metadata",
  3687. ".signature.p7s",
  3688. "ThirdPartyNotices.txt",
  3689. "dotnet_library_license.txt",
  3690. "lib/MonoAndroid10/_._",
  3691. "lib/MonoTouch10/_._",
  3692. "lib/net45/_._",
  3693. "lib/netcore50/System.Diagnostics.Tools.dll",
  3694. "lib/netstandard1.3/System.Diagnostics.Tools.dll",
  3695. "lib/win8/_._",
  3696. "lib/wp80/_._",
  3697. "lib/wpa81/_._",
  3698. "lib/xamarinios10/_._",
  3699. "lib/xamarinmac20/_._",
  3700. "lib/xamarintvos10/_._",
  3701. "lib/xamarinwatchos10/_._",
  3702. "ref/netstandard/_._",
  3703. "runtime.any.system.diagnostics.tools.4.0.1.nupkg.sha512",
  3704. "runtime.any.system.diagnostics.tools.nuspec",
  3705. "runtimes/aot/lib/netcore50/_._"
  3706. ]
  3707. },
  3708. "runtime.any.System.Diagnostics.Tracing/4.1.0": {
  3709. "sha512": "x7VLOl/v504jX97YEMePamZRHA3cJPOFY/xLw9pgjDr0Q3IQIZ+0K4oiKKtQrfMYSvOAntkzw+EvvQ+OWGRL9w==",
  3710. "type": "package",
  3711. "path": "runtime.any.system.diagnostics.tracing/4.1.0",
  3712. "files": [
  3713. ".nupkg.metadata",
  3714. ".signature.p7s",
  3715. "ThirdPartyNotices.txt",
  3716. "dotnet_library_license.txt",
  3717. "lib/MonoAndroid10/_._",
  3718. "lib/MonoTouch10/_._",
  3719. "lib/net45/_._",
  3720. "lib/netcore50/System.Diagnostics.Tracing.dll",
  3721. "lib/netstandard1.5/System.Diagnostics.Tracing.dll",
  3722. "lib/win8/_._",
  3723. "lib/wp80/_._",
  3724. "lib/wpa81/_._",
  3725. "lib/xamarinios10/_._",
  3726. "lib/xamarinmac20/_._",
  3727. "lib/xamarintvos10/_._",
  3728. "lib/xamarinwatchos10/_._",
  3729. "ref/netstandard/_._",
  3730. "runtime.any.system.diagnostics.tracing.4.1.0.nupkg.sha512",
  3731. "runtime.any.system.diagnostics.tracing.nuspec",
  3732. "runtimes/aot/lib/netcore50/_._"
  3733. ]
  3734. },
  3735. "runtime.any.System.Globalization/4.0.11": {
  3736. "sha512": "cjJ3+b83Tpf02AIc5FkGj1vzY68RnsVHiGLrOCc5n7gpNVg1JnZrt1mcY99ykQ/wr3nCdvSP2pYvdxbYsxZdlA==",
  3737. "type": "package",
  3738. "path": "runtime.any.system.globalization/4.0.11",
  3739. "files": [
  3740. ".nupkg.metadata",
  3741. ".signature.p7s",
  3742. "ThirdPartyNotices.txt",
  3743. "dotnet_library_license.txt",
  3744. "lib/MonoAndroid10/_._",
  3745. "lib/MonoTouch10/_._",
  3746. "lib/net45/_._",
  3747. "lib/netcore50/System.Globalization.dll",
  3748. "lib/netstandard1.3/System.Globalization.dll",
  3749. "lib/win8/_._",
  3750. "lib/wp80/_._",
  3751. "lib/wpa81/_._",
  3752. "lib/xamarinios10/_._",
  3753. "lib/xamarinmac20/_._",
  3754. "lib/xamarintvos10/_._",
  3755. "lib/xamarinwatchos10/_._",
  3756. "ref/netstandard/_._",
  3757. "runtime.any.system.globalization.4.0.11.nupkg.sha512",
  3758. "runtime.any.system.globalization.nuspec",
  3759. "runtimes/aot/lib/netcore50/_._"
  3760. ]
  3761. },
  3762. "runtime.any.System.Globalization.Calendars/4.0.1": {
  3763. "sha512": "SAdVwIKKKR3VG9NMKEgF+wbAKkQA60YOb4G9YGj4EUPsuwS+pH7FjjG6qQeXDyOaxUcrlRzI3LHcGloX/GHBxQ==",
  3764. "type": "package",
  3765. "path": "runtime.any.system.globalization.calendars/4.0.1",
  3766. "files": [
  3767. ".nupkg.metadata",
  3768. ".signature.p7s",
  3769. "ThirdPartyNotices.txt",
  3770. "dotnet_library_license.txt",
  3771. "lib/MonoAndroid10/_._",
  3772. "lib/MonoTouch10/_._",
  3773. "lib/net/_._",
  3774. "lib/netcore50/System.Globalization.Calendars.dll",
  3775. "lib/netstandard1.3/System.Globalization.Calendars.dll",
  3776. "lib/xamarinios10/_._",
  3777. "lib/xamarinmac20/_._",
  3778. "lib/xamarintvos10/_._",
  3779. "lib/xamarinwatchos10/_._",
  3780. "ref/netstandard/_._",
  3781. "runtime.any.system.globalization.calendars.4.0.1.nupkg.sha512",
  3782. "runtime.any.system.globalization.calendars.nuspec",
  3783. "runtimes/aot/lib/netcore50/_._"
  3784. ]
  3785. },
  3786. "runtime.any.System.IO/4.1.0": {
  3787. "sha512": "sC7zKVdhYQEtrREKBJf4zkUwNdi6fsbkzrhJLDIAxIxD+YA5PABAQJps13zxpA1Ke3AgzOA9551JDymAfmRuTg==",
  3788. "type": "package",
  3789. "path": "runtime.any.system.io/4.1.0",
  3790. "files": [
  3791. ".nupkg.metadata",
  3792. ".signature.p7s",
  3793. "ThirdPartyNotices.txt",
  3794. "dotnet_library_license.txt",
  3795. "lib/MonoAndroid10/_._",
  3796. "lib/MonoTouch10/_._",
  3797. "lib/net45/_._",
  3798. "lib/netcore50/System.IO.dll",
  3799. "lib/netstandard1.5/System.IO.dll",
  3800. "lib/win8/_._",
  3801. "lib/wp80/_._",
  3802. "lib/wpa81/_._",
  3803. "lib/xamarinios10/_._",
  3804. "lib/xamarinmac20/_._",
  3805. "lib/xamarintvos10/_._",
  3806. "lib/xamarinwatchos10/_._",
  3807. "ref/netstandard/_._",
  3808. "runtime.any.system.io.4.1.0.nupkg.sha512",
  3809. "runtime.any.system.io.nuspec",
  3810. "runtimes/aot/lib/netcore50/_._"
  3811. ]
  3812. },
  3813. "runtime.any.System.Reflection/4.1.0": {
  3814. "sha512": "eKq6/GprEINYbugjWf2V9cjkyuAH/y+Raed28PJQ35zd30oR/pvKEHNN8JbPAgzYpI09TCd1yuhXN/Rb8PM8GA==",
  3815. "type": "package",
  3816. "path": "runtime.any.system.reflection/4.1.0",
  3817. "files": [
  3818. ".nupkg.metadata",
  3819. ".signature.p7s",
  3820. "ThirdPartyNotices.txt",
  3821. "dotnet_library_license.txt",
  3822. "lib/MonoAndroid10/_._",
  3823. "lib/MonoTouch10/_._",
  3824. "lib/net45/_._",
  3825. "lib/netcore50/System.Reflection.dll",
  3826. "lib/netstandard1.5/System.Reflection.dll",
  3827. "lib/win8/_._",
  3828. "lib/wp80/_._",
  3829. "lib/wpa81/_._",
  3830. "lib/xamarinios10/_._",
  3831. "lib/xamarinmac20/_._",
  3832. "lib/xamarintvos10/_._",
  3833. "lib/xamarinwatchos10/_._",
  3834. "ref/netstandard/_._",
  3835. "runtime.any.system.reflection.4.1.0.nupkg.sha512",
  3836. "runtime.any.system.reflection.nuspec",
  3837. "runtimes/aot/lib/netcore50/_._"
  3838. ]
  3839. },
  3840. "runtime.any.System.Reflection.Extensions/4.0.1": {
  3841. "sha512": "ajAAD1MHX4KSNq/CW0d1IMlq5seVTuzTMMhA5EFWagMejfamzljIL92/wD19eK/1mPuux5nb16K4PFBYQrZOrQ==",
  3842. "type": "package",
  3843. "path": "runtime.any.system.reflection.extensions/4.0.1",
  3844. "files": [
  3845. ".nupkg.metadata",
  3846. ".signature.p7s",
  3847. "ThirdPartyNotices.txt",
  3848. "dotnet_library_license.txt",
  3849. "lib/MonoAndroid10/_._",
  3850. "lib/MonoTouch10/_._",
  3851. "lib/net45/_._",
  3852. "lib/netcore50/System.Reflection.Extensions.dll",
  3853. "lib/netstandard1.3/System.Reflection.Extensions.dll",
  3854. "lib/win8/_._",
  3855. "lib/wp80/_._",
  3856. "lib/wpa81/_._",
  3857. "lib/xamarinios10/_._",
  3858. "lib/xamarinmac20/_._",
  3859. "lib/xamarintvos10/_._",
  3860. "lib/xamarinwatchos10/_._",
  3861. "ref/netstandard/_._",
  3862. "runtime.any.system.reflection.extensions.4.0.1.nupkg.sha512",
  3863. "runtime.any.system.reflection.extensions.nuspec",
  3864. "runtimes/aot/lib/netcore50/_._"
  3865. ]
  3866. },
  3867. "runtime.any.System.Reflection.Primitives/4.0.1": {
  3868. "sha512": "oKs78h11WDhCGFNpxT26IqL8Oo8OBzr6YOW0WG+R14FGaB/WDM5UHiK/jr6dipdnO8Wxlg/U48ka6uaPM6l53w==",
  3869. "type": "package",
  3870. "path": "runtime.any.system.reflection.primitives/4.0.1",
  3871. "files": [
  3872. ".nupkg.metadata",
  3873. ".signature.p7s",
  3874. "ThirdPartyNotices.txt",
  3875. "dotnet_library_license.txt",
  3876. "lib/MonoAndroid10/_._",
  3877. "lib/MonoTouch10/_._",
  3878. "lib/net45/_._",
  3879. "lib/netcore50/System.Reflection.Primitives.dll",
  3880. "lib/netstandard1.3/System.Reflection.Primitives.dll",
  3881. "lib/win8/_._",
  3882. "lib/wp80/_._",
  3883. "lib/wpa81/_._",
  3884. "lib/xamarinios10/_._",
  3885. "lib/xamarinmac20/_._",
  3886. "lib/xamarintvos10/_._",
  3887. "lib/xamarinwatchos10/_._",
  3888. "ref/netstandard/_._",
  3889. "runtime.any.system.reflection.primitives.4.0.1.nupkg.sha512",
  3890. "runtime.any.system.reflection.primitives.nuspec",
  3891. "runtimes/aot/lib/netcore50/_._"
  3892. ]
  3893. },
  3894. "runtime.any.System.Resources.ResourceManager/4.0.1": {
  3895. "sha512": "hes7WFTOERydB/hLGmLj66NbK7I2AnjLHEeTpf7EmPZOIrRWeuC1dPoFYC9XRVIVzfCcOZI7oXM7KXe4vakt9Q==",
  3896. "type": "package",
  3897. "path": "runtime.any.system.resources.resourcemanager/4.0.1",
  3898. "files": [
  3899. ".nupkg.metadata",
  3900. ".signature.p7s",
  3901. "ThirdPartyNotices.txt",
  3902. "dotnet_library_license.txt",
  3903. "lib/MonoAndroid10/_._",
  3904. "lib/MonoTouch10/_._",
  3905. "lib/net45/_._",
  3906. "lib/netcore50/System.Resources.ResourceManager.dll",
  3907. "lib/netstandard1.3/System.Resources.ResourceManager.dll",
  3908. "lib/win8/_._",
  3909. "lib/wp80/_._",
  3910. "lib/wpa81/_._",
  3911. "lib/xamarinios10/_._",
  3912. "lib/xamarinmac20/_._",
  3913. "lib/xamarintvos10/_._",
  3914. "lib/xamarinwatchos10/_._",
  3915. "ref/netstandard/_._",
  3916. "runtime.any.system.resources.resourcemanager.4.0.1.nupkg.sha512",
  3917. "runtime.any.system.resources.resourcemanager.nuspec",
  3918. "runtimes/aot/lib/netcore50/_._"
  3919. ]
  3920. },
  3921. "runtime.any.System.Runtime/4.1.0": {
  3922. "sha512": "0QVLwEGXROl0Trt2XosEjly9uqXcjHKStoZyZG9twJYFZJqq2JJXcBMXl/fnyQAgYEEODV8lUsU+t7NCCY0nUQ==",
  3923. "type": "package",
  3924. "path": "runtime.any.system.runtime/4.1.0",
  3925. "files": [
  3926. ".nupkg.metadata",
  3927. ".signature.p7s",
  3928. "ThirdPartyNotices.txt",
  3929. "dotnet_library_license.txt",
  3930. "lib/MonoAndroid10/_._",
  3931. "lib/MonoTouch10/_._",
  3932. "lib/net45/_._",
  3933. "lib/netcore50/System.Runtime.dll",
  3934. "lib/netstandard1.5/System.Runtime.dll",
  3935. "lib/win8/_._",
  3936. "lib/wp80/_._",
  3937. "lib/wpa81/_._",
  3938. "lib/xamarinios10/_._",
  3939. "lib/xamarinmac20/_._",
  3940. "lib/xamarintvos10/_._",
  3941. "lib/xamarinwatchos10/_._",
  3942. "ref/netstandard/_._",
  3943. "runtime.any.system.runtime.4.1.0.nupkg.sha512",
  3944. "runtime.any.system.runtime.nuspec",
  3945. "runtimes/aot/lib/netcore50/_._"
  3946. ]
  3947. },
  3948. "runtime.any.System.Runtime.Handles/4.0.1": {
  3949. "sha512": "MZ5fVmAE/3S11wt3hPfn3RsAHppj5gUz+VZuLQkRjLCMSlX0krOI601IZsMWc3CoxUb+wMt3gZVb/mEjblw6Mg==",
  3950. "type": "package",
  3951. "path": "runtime.any.system.runtime.handles/4.0.1",
  3952. "files": [
  3953. ".nupkg.metadata",
  3954. ".signature.p7s",
  3955. "ThirdPartyNotices.txt",
  3956. "dotnet_library_license.txt",
  3957. "lib/MonoAndroid10/_._",
  3958. "lib/MonoTouch10/_._",
  3959. "lib/net46/_._",
  3960. "lib/netstandard1.3/System.Runtime.Handles.dll",
  3961. "lib/xamarinios10/_._",
  3962. "lib/xamarinmac20/_._",
  3963. "lib/xamarintvos10/_._",
  3964. "lib/xamarinwatchos10/_._",
  3965. "ref/netstandard/_._",
  3966. "runtime.any.system.runtime.handles.4.0.1.nupkg.sha512",
  3967. "runtime.any.system.runtime.handles.nuspec",
  3968. "runtimes/aot/lib/netcore50/_._"
  3969. ]
  3970. },
  3971. "runtime.any.System.Runtime.InteropServices/4.1.0": {
  3972. "sha512": "gmibdZ9x/eB6hf5le33DWLCQbhcIUD2vqoc0tBgqSUWlB8YjEzVJXyTPDO+ypKLlL90Kv3ZDrK7yPCNqcyhqCA==",
  3973. "type": "package",
  3974. "path": "runtime.any.system.runtime.interopservices/4.1.0",
  3975. "files": [
  3976. ".nupkg.metadata",
  3977. ".signature.p7s",
  3978. "ThirdPartyNotices.txt",
  3979. "dotnet_library_license.txt",
  3980. "lib/MonoAndroid10/_._",
  3981. "lib/MonoTouch10/_._",
  3982. "lib/net45/_._",
  3983. "lib/netcore50/System.Runtime.InteropServices.dll",
  3984. "lib/netstandard1.5/System.Runtime.InteropServices.dll",
  3985. "lib/win8/_._",
  3986. "lib/wpa81/_._",
  3987. "lib/xamarinios10/_._",
  3988. "lib/xamarinmac20/_._",
  3989. "lib/xamarintvos10/_._",
  3990. "lib/xamarinwatchos10/_._",
  3991. "ref/netstandard/_._",
  3992. "runtime.any.system.runtime.interopservices.4.1.0.nupkg.sha512",
  3993. "runtime.any.system.runtime.interopservices.nuspec",
  3994. "runtimes/aot/lib/netcore50/_._"
  3995. ]
  3996. },
  3997. "runtime.any.System.Text.Encoding/4.0.11": {
  3998. "sha512": "uweRMRDD4O8Iy8m4h1cJvoFIHNCzHMpipuxkRNAMML6EMzAhDCQTjgvRwki7PlUg8RGY1ctXnBZjT1rXvMZuRw==",
  3999. "type": "package",
  4000. "path": "runtime.any.system.text.encoding/4.0.11",
  4001. "files": [
  4002. ".nupkg.metadata",
  4003. ".signature.p7s",
  4004. "ThirdPartyNotices.txt",
  4005. "dotnet_library_license.txt",
  4006. "lib/MonoAndroid10/_._",
  4007. "lib/MonoTouch10/_._",
  4008. "lib/net45/_._",
  4009. "lib/netcore50/System.Text.Encoding.dll",
  4010. "lib/netstandard1.3/System.Text.Encoding.dll",
  4011. "lib/win8/_._",
  4012. "lib/wpa81/_._",
  4013. "lib/xamarinios10/_._",
  4014. "lib/xamarinmac20/_._",
  4015. "lib/xamarintvos10/_._",
  4016. "lib/xamarinwatchos10/_._",
  4017. "ref/netstandard/_._",
  4018. "runtime.any.system.text.encoding.4.0.11.nupkg.sha512",
  4019. "runtime.any.system.text.encoding.nuspec",
  4020. "runtimes/aot/lib/netcore50/_._"
  4021. ]
  4022. },
  4023. "runtime.any.System.Text.Encoding.Extensions/4.0.11": {
  4024. "sha512": "3n6qbf59NMgA7F9S+q9gmqFV7T/CtAZw2pa6aprfdZxUinR2mDvVchsgthoacpQvAQu6e3ok8WWeypSu/yjXrA==",
  4025. "type": "package",
  4026. "path": "runtime.any.system.text.encoding.extensions/4.0.11",
  4027. "files": [
  4028. ".nupkg.metadata",
  4029. ".signature.p7s",
  4030. "ThirdPartyNotices.txt",
  4031. "dotnet_library_license.txt",
  4032. "lib/MonoAndroid10/_._",
  4033. "lib/MonoTouch10/_._",
  4034. "lib/net45/_._",
  4035. "lib/netcore50/System.Text.Encoding.Extensions.dll",
  4036. "lib/netstandard1.3/System.Text.Encoding.Extensions.dll",
  4037. "lib/win8/_._",
  4038. "lib/wpa81/_._",
  4039. "lib/xamarinios10/_._",
  4040. "lib/xamarinmac20/_._",
  4041. "lib/xamarintvos10/_._",
  4042. "lib/xamarinwatchos10/_._",
  4043. "ref/netstandard/_._",
  4044. "runtime.any.system.text.encoding.extensions.4.0.11.nupkg.sha512",
  4045. "runtime.any.system.text.encoding.extensions.nuspec",
  4046. "runtimes/aot/lib/netcore50/_._"
  4047. ]
  4048. },
  4049. "runtime.any.System.Threading.Tasks/4.0.11": {
  4050. "sha512": "CEvWO0IwtdCAsmCb9aAl59psy0hzx+whYh4DzbjNb0GsQmxw/G7bZEcrBtE8c9QupNVbu87c2xaMi6p4r1bpjA==",
  4051. "type": "package",
  4052. "path": "runtime.any.system.threading.tasks/4.0.11",
  4053. "files": [
  4054. ".nupkg.metadata",
  4055. ".signature.p7s",
  4056. "ThirdPartyNotices.txt",
  4057. "dotnet_library_license.txt",
  4058. "lib/MonoAndroid10/_._",
  4059. "lib/MonoTouch10/_._",
  4060. "lib/net45/_._",
  4061. "lib/netcore50/System.Threading.Tasks.dll",
  4062. "lib/netstandard1.3/System.Threading.Tasks.dll",
  4063. "lib/win8/_._",
  4064. "lib/wp80/_._",
  4065. "lib/wpa81/_._",
  4066. "lib/xamarinios10/_._",
  4067. "lib/xamarinmac20/_._",
  4068. "lib/xamarintvos10/_._",
  4069. "lib/xamarinwatchos10/_._",
  4070. "ref/netstandard/_._",
  4071. "runtime.any.system.threading.tasks.4.0.11.nupkg.sha512",
  4072. "runtime.any.system.threading.tasks.nuspec",
  4073. "runtimes/aot/lib/netcore50/_._"
  4074. ]
  4075. },
  4076. "runtime.any.System.Threading.Timer/4.0.1": {
  4077. "sha512": "C9d5eRAW/gd5iBZF78JRcwjvjCDRfU0oB48/wx/XbKnONZU4k6hWneTT4M7v3TmVqPFl7UDcLzKCtQ/24efOzw==",
  4078. "type": "package",
  4079. "path": "runtime.any.system.threading.timer/4.0.1",
  4080. "files": [
  4081. ".nupkg.metadata",
  4082. ".signature.p7s",
  4083. "ThirdPartyNotices.txt",
  4084. "dotnet_library_license.txt",
  4085. "lib/MonoAndroid10/_._",
  4086. "lib/MonoTouch10/_._",
  4087. "lib/net45/_._",
  4088. "lib/netcore50/System.Threading.Timer.dll",
  4089. "lib/netstandard1.3/System.Threading.Timer.dll",
  4090. "lib/win8/_._",
  4091. "lib/wpa81/_._",
  4092. "lib/xamarinios10/_._",
  4093. "lib/xamarinmac20/_._",
  4094. "lib/xamarintvos10/_._",
  4095. "lib/xamarinwatchos10/_._",
  4096. "ref/netstandard/_._",
  4097. "runtime.any.system.threading.timer.4.0.1.nupkg.sha512",
  4098. "runtime.any.system.threading.timer.nuspec",
  4099. "runtimes/aot/lib/netcore50/_._"
  4100. ]
  4101. },
  4102. "runtime.native.System/4.0.0": {
  4103. "sha512": "QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
  4104. "type": "package",
  4105. "path": "runtime.native.system/4.0.0",
  4106. "files": [
  4107. ".nupkg.metadata",
  4108. ".signature.p7s",
  4109. "ThirdPartyNotices.txt",
  4110. "dotnet_library_license.txt",
  4111. "lib/netstandard1.0/_._",
  4112. "runtime.native.system.4.0.0.nupkg.sha512",
  4113. "runtime.native.system.nuspec"
  4114. ]
  4115. },
  4116. "runtime.native.System.IO.Compression/4.1.0": {
  4117. "sha512": "Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
  4118. "type": "package",
  4119. "path": "runtime.native.system.io.compression/4.1.0",
  4120. "files": [
  4121. ".nupkg.metadata",
  4122. ".signature.p7s",
  4123. "ThirdPartyNotices.txt",
  4124. "dotnet_library_license.txt",
  4125. "lib/netstandard1.0/_._",
  4126. "runtime.native.system.io.compression.4.1.0.nupkg.sha512",
  4127. "runtime.native.system.io.compression.nuspec"
  4128. ]
  4129. },
  4130. "runtime.native.System.Net.Http/4.0.1": {
  4131. "sha512": "Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==",
  4132. "type": "package",
  4133. "path": "runtime.native.system.net.http/4.0.1",
  4134. "files": [
  4135. ".nupkg.metadata",
  4136. ".signature.p7s",
  4137. "ThirdPartyNotices.txt",
  4138. "dotnet_library_license.txt",
  4139. "lib/netstandard1.0/_._",
  4140. "runtime.native.system.net.http.4.0.1.nupkg.sha512",
  4141. "runtime.native.system.net.http.nuspec"
  4142. ]
  4143. },
  4144. "runtime.native.System.Security.Cryptography/4.0.0": {
  4145. "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
  4146. "type": "package",
  4147. "path": "runtime.native.system.security.cryptography/4.0.0",
  4148. "files": [
  4149. ".nupkg.metadata",
  4150. ".signature.p7s",
  4151. "ThirdPartyNotices.txt",
  4152. "dotnet_library_license.txt",
  4153. "lib/netstandard1.0/_._",
  4154. "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512",
  4155. "runtime.native.system.security.cryptography.nuspec"
  4156. ]
  4157. },
  4158. "runtime.unix.Microsoft.Win32.Primitives/4.0.1": {
  4159. "sha512": "dcdSZXTbbjgER84+V+WCUt2JLsN8VwpeGljqD+4qIAgf1sUdz6EvknOa5HTv7iuo4EpRHQo8uqfRrLr9G8TyLA==",
  4160. "type": "package",
  4161. "path": "runtime.unix.microsoft.win32.primitives/4.0.1",
  4162. "files": [
  4163. ".nupkg.metadata",
  4164. ".signature.p7s",
  4165. "ThirdPartyNotices.txt",
  4166. "dotnet_library_license.txt",
  4167. "ref/netstandard/_._",
  4168. "runtime.unix.microsoft.win32.primitives.4.0.1.nupkg.sha512",
  4169. "runtime.unix.microsoft.win32.primitives.nuspec",
  4170. "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Primitives.dll"
  4171. ]
  4172. },
  4173. "runtime.unix.System.Console/4.0.0": {
  4174. "sha512": "OV2TOJkDPXRbp1hhmKV0/U6ZtDQY2SL/VJMs89R9PlH+ZyrbMRF8coT5ZC6m0LsmCDc25AlHyjegIIg+lWVwTw==",
  4175. "type": "package",
  4176. "path": "runtime.unix.system.console/4.0.0",
  4177. "files": [
  4178. ".nupkg.metadata",
  4179. ".signature.p7s",
  4180. "ThirdPartyNotices.txt",
  4181. "dotnet_library_license.txt",
  4182. "ref/netstandard/_._",
  4183. "runtime.unix.system.console.4.0.0.nupkg.sha512",
  4184. "runtime.unix.system.console.nuspec",
  4185. "runtimes/unix/lib/netstandard1.3/System.Console.dll"
  4186. ]
  4187. },
  4188. "runtime.unix.System.Diagnostics.Debug/4.0.11": {
  4189. "sha512": "dGIYWbyqSlMlZrsqtU/TdvVNp8lieqowdGBVMi6nFTIiCqrL+RbdiJORguexXNjHtFZR30eE6zPWGxuL60NYFw==",
  4190. "type": "package",
  4191. "path": "runtime.unix.system.diagnostics.debug/4.0.11",
  4192. "files": [
  4193. ".nupkg.metadata",
  4194. ".signature.p7s",
  4195. "ThirdPartyNotices.txt",
  4196. "dotnet_library_license.txt",
  4197. "ref/netstandard/_._",
  4198. "runtime.unix.system.diagnostics.debug.4.0.11.nupkg.sha512",
  4199. "runtime.unix.system.diagnostics.debug.nuspec",
  4200. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.Debug.dll"
  4201. ]
  4202. },
  4203. "runtime.unix.System.IO.FileSystem/4.0.1": {
  4204. "sha512": "7dft+dHYKOXOAnXExVE6OGmifNnSDCrJymApD0l6t2bZUdpai66La9dNqT2eqPhiQXVR3eV61gzkfaIEsuK0pA==",
  4205. "type": "package",
  4206. "path": "runtime.unix.system.io.filesystem/4.0.1",
  4207. "files": [
  4208. ".nupkg.metadata",
  4209. ".signature.p7s",
  4210. "ThirdPartyNotices.txt",
  4211. "dotnet_library_license.txt",
  4212. "ref/netstandard/_._",
  4213. "runtime.unix.system.io.filesystem.4.0.1.nupkg.sha512",
  4214. "runtime.unix.system.io.filesystem.nuspec",
  4215. "runtimes/unix/lib/netstandard1.3/System.IO.FileSystem.dll"
  4216. ]
  4217. },
  4218. "runtime.unix.System.Net.Primitives/4.0.11": {
  4219. "sha512": "lGTv6mxF1cOKzTKMww/c2qubIgjZbD5hzAjCgLnwjCaMpB+MPsm6OsjDRh3kPlQMNdUdlQOQ7pTRrze0DhlASQ==",
  4220. "type": "package",
  4221. "path": "runtime.unix.system.net.primitives/4.0.11",
  4222. "files": [
  4223. ".nupkg.metadata",
  4224. ".signature.p7s",
  4225. "ThirdPartyNotices.txt",
  4226. "dotnet_library_license.txt",
  4227. "ref/netstandard/_._",
  4228. "runtime.unix.system.net.primitives.4.0.11.nupkg.sha512",
  4229. "runtime.unix.system.net.primitives.nuspec",
  4230. "runtimes/unix/lib/netstandard1.3/System.Net.Primitives.dll"
  4231. ]
  4232. },
  4233. "runtime.unix.System.Net.Sockets/4.1.0": {
  4234. "sha512": "bwBMwAyzHZubcjmSGKEv5FQGZw3AT4ydLpc+q5K7l3vOopV0xBqUp7nBg8QMh+ZT4qzog14LBztz+auluh4KLg==",
  4235. "type": "package",
  4236. "path": "runtime.unix.system.net.sockets/4.1.0",
  4237. "files": [
  4238. ".nupkg.metadata",
  4239. ".signature.p7s",
  4240. "ThirdPartyNotices.txt",
  4241. "dotnet_library_license.txt",
  4242. "ref/netstandard/_._",
  4243. "runtime.unix.system.net.sockets.4.1.0.nupkg.sha512",
  4244. "runtime.unix.system.net.sockets.nuspec",
  4245. "runtimes/unix/lib/netstandard1.3/System.Net.Sockets.dll"
  4246. ]
  4247. },
  4248. "runtime.unix.System.Private.Uri/4.0.1": {
  4249. "sha512": "m+7TLWWw4cA44vGxcKpMdV2Lgx6HWOe5rUb5RIADE04S6fJNEwXO6u+KY7oWFJQYn5644NyhSxB9oV28fF94NQ==",
  4250. "type": "package",
  4251. "path": "runtime.unix.system.private.uri/4.0.1",
  4252. "files": [
  4253. ".nupkg.metadata",
  4254. ".signature.p7s",
  4255. "ThirdPartyNotices.txt",
  4256. "dotnet_library_license.txt",
  4257. "ref/netstandard/_._",
  4258. "runtime.unix.system.private.uri.4.0.1.nupkg.sha512",
  4259. "runtime.unix.system.private.uri.nuspec",
  4260. "runtimes/unix/lib/netstandard1.0/System.Private.Uri.dll"
  4261. ]
  4262. },
  4263. "runtime.unix.System.Runtime.Extensions/4.1.0": {
  4264. "sha512": "ouVt2t9k22LcC9HeNX4mu3Ebvp1h+IPKaYiU3tDtOW9YcMR62XQyHsPq5BjBjMHuxjBRL5Hz+BwhSdrY6HjacA==",
  4265. "type": "package",
  4266. "path": "runtime.unix.system.runtime.extensions/4.1.0",
  4267. "files": [
  4268. ".nupkg.metadata",
  4269. ".signature.p7s",
  4270. "ThirdPartyNotices.txt",
  4271. "dotnet_library_license.txt",
  4272. "ref/netstandard/_._",
  4273. "runtime.unix.system.runtime.extensions.4.1.0.nupkg.sha512",
  4274. "runtime.unix.system.runtime.extensions.nuspec",
  4275. "runtimes/unix/lib/netstandard1.5/System.Runtime.Extensions.dll"
  4276. ]
  4277. },
  4278. "SshNet.Security.Cryptography/1.2.0": {
  4279. "sha512": "EeFsirrrkIK+cdlYsxukNjBN98cbU7eHfTYZEwxsbOa3dvgR/OhOD06C0sTxvNPhe4UQ6yM0p1sKcT69jqgjTw==",
  4280. "type": "package",
  4281. "path": "sshnet.security.cryptography/1.2.0",
  4282. "files": [
  4283. ".nupkg.metadata",
  4284. ".signature.p7s",
  4285. "lib/net20/SshNet.Security.Cryptography.dll",
  4286. "lib/net20/SshNet.Security.Cryptography.xml",
  4287. "lib/net40/SshNet.Security.Cryptography.dll",
  4288. "lib/net40/SshNet.Security.Cryptography.xml",
  4289. "lib/net45/SshNet.Security.Cryptography.dll",
  4290. "lib/net45/SshNet.Security.Cryptography.xml",
  4291. "lib/netstandard1.0/SshNet.Security.Cryptography.dll",
  4292. "lib/netstandard1.0/SshNet.Security.Cryptography.xml",
  4293. "lib/netstandard1.3/SshNet.Security.Cryptography.dll",
  4294. "lib/netstandard1.3/SshNet.Security.Cryptography.xml",
  4295. "lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.dll",
  4296. "lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.xml",
  4297. "lib/sl4/SshNet.Security.Cryptography.dll",
  4298. "lib/sl4/SshNet.Security.Cryptography.xml",
  4299. "lib/sl5/SshNet.Security.Cryptography.dll",
  4300. "lib/sl5/SshNet.Security.Cryptography.xml",
  4301. "lib/uap10.0/SshNet.Security.Cryptography.dll",
  4302. "lib/uap10.0/SshNet.Security.Cryptography.xml",
  4303. "lib/wp71/SshNet.Security.Cryptography.dll",
  4304. "lib/wp71/SshNet.Security.Cryptography.xml",
  4305. "lib/wp8/SshNet.Security.Cryptography.dll",
  4306. "lib/wp8/SshNet.Security.Cryptography.xml",
  4307. "sshnet.security.cryptography.1.2.0.nupkg.sha512",
  4308. "sshnet.security.cryptography.nuspec"
  4309. ]
  4310. },
  4311. "System.AppContext/4.1.0": {
  4312. "sha512": "3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  4313. "type": "package",
  4314. "path": "system.appcontext/4.1.0",
  4315. "files": [
  4316. ".nupkg.metadata",
  4317. ".signature.p7s",
  4318. "ThirdPartyNotices.txt",
  4319. "dotnet_library_license.txt",
  4320. "lib/MonoAndroid10/_._",
  4321. "lib/MonoTouch10/_._",
  4322. "lib/net46/System.AppContext.dll",
  4323. "lib/net463/System.AppContext.dll",
  4324. "lib/netcore50/System.AppContext.dll",
  4325. "lib/netstandard1.6/System.AppContext.dll",
  4326. "lib/xamarinios10/_._",
  4327. "lib/xamarinmac20/_._",
  4328. "lib/xamarintvos10/_._",
  4329. "lib/xamarinwatchos10/_._",
  4330. "ref/MonoAndroid10/_._",
  4331. "ref/MonoTouch10/_._",
  4332. "ref/net46/System.AppContext.dll",
  4333. "ref/net463/System.AppContext.dll",
  4334. "ref/netstandard/_._",
  4335. "ref/netstandard1.3/System.AppContext.dll",
  4336. "ref/netstandard1.3/System.AppContext.xml",
  4337. "ref/netstandard1.3/de/System.AppContext.xml",
  4338. "ref/netstandard1.3/es/System.AppContext.xml",
  4339. "ref/netstandard1.3/fr/System.AppContext.xml",
  4340. "ref/netstandard1.3/it/System.AppContext.xml",
  4341. "ref/netstandard1.3/ja/System.AppContext.xml",
  4342. "ref/netstandard1.3/ko/System.AppContext.xml",
  4343. "ref/netstandard1.3/ru/System.AppContext.xml",
  4344. "ref/netstandard1.3/zh-hans/System.AppContext.xml",
  4345. "ref/netstandard1.3/zh-hant/System.AppContext.xml",
  4346. "ref/netstandard1.6/System.AppContext.dll",
  4347. "ref/netstandard1.6/System.AppContext.xml",
  4348. "ref/netstandard1.6/de/System.AppContext.xml",
  4349. "ref/netstandard1.6/es/System.AppContext.xml",
  4350. "ref/netstandard1.6/fr/System.AppContext.xml",
  4351. "ref/netstandard1.6/it/System.AppContext.xml",
  4352. "ref/netstandard1.6/ja/System.AppContext.xml",
  4353. "ref/netstandard1.6/ko/System.AppContext.xml",
  4354. "ref/netstandard1.6/ru/System.AppContext.xml",
  4355. "ref/netstandard1.6/zh-hans/System.AppContext.xml",
  4356. "ref/netstandard1.6/zh-hant/System.AppContext.xml",
  4357. "ref/xamarinios10/_._",
  4358. "ref/xamarinmac20/_._",
  4359. "ref/xamarintvos10/_._",
  4360. "ref/xamarinwatchos10/_._",
  4361. "runtimes/aot/lib/netcore50/System.AppContext.dll",
  4362. "system.appcontext.4.1.0.nupkg.sha512",
  4363. "system.appcontext.nuspec"
  4364. ]
  4365. },
  4366. "System.Buffers/4.0.0": {
  4367. "sha512": "msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==",
  4368. "type": "package",
  4369. "path": "system.buffers/4.0.0",
  4370. "files": [
  4371. ".nupkg.metadata",
  4372. ".signature.p7s",
  4373. "ThirdPartyNotices.txt",
  4374. "dotnet_library_license.txt",
  4375. "lib/netstandard1.1/.xml",
  4376. "lib/netstandard1.1/System.Buffers.dll",
  4377. "system.buffers.4.0.0.nupkg.sha512",
  4378. "system.buffers.nuspec"
  4379. ]
  4380. },
  4381. "System.Collections/4.0.11": {
  4382. "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
  4383. "type": "package",
  4384. "path": "system.collections/4.0.11",
  4385. "files": [
  4386. ".nupkg.metadata",
  4387. ".signature.p7s",
  4388. "ThirdPartyNotices.txt",
  4389. "dotnet_library_license.txt",
  4390. "lib/MonoAndroid10/_._",
  4391. "lib/MonoTouch10/_._",
  4392. "lib/net45/_._",
  4393. "lib/portable-net45+win8+wp8+wpa81/_._",
  4394. "lib/win8/_._",
  4395. "lib/wp80/_._",
  4396. "lib/wpa81/_._",
  4397. "lib/xamarinios10/_._",
  4398. "lib/xamarinmac20/_._",
  4399. "lib/xamarintvos10/_._",
  4400. "lib/xamarinwatchos10/_._",
  4401. "ref/MonoAndroid10/_._",
  4402. "ref/MonoTouch10/_._",
  4403. "ref/net45/_._",
  4404. "ref/netcore50/System.Collections.dll",
  4405. "ref/netcore50/System.Collections.xml",
  4406. "ref/netcore50/de/System.Collections.xml",
  4407. "ref/netcore50/es/System.Collections.xml",
  4408. "ref/netcore50/fr/System.Collections.xml",
  4409. "ref/netcore50/it/System.Collections.xml",
  4410. "ref/netcore50/ja/System.Collections.xml",
  4411. "ref/netcore50/ko/System.Collections.xml",
  4412. "ref/netcore50/ru/System.Collections.xml",
  4413. "ref/netcore50/zh-hans/System.Collections.xml",
  4414. "ref/netcore50/zh-hant/System.Collections.xml",
  4415. "ref/netstandard1.0/System.Collections.dll",
  4416. "ref/netstandard1.0/System.Collections.xml",
  4417. "ref/netstandard1.0/de/System.Collections.xml",
  4418. "ref/netstandard1.0/es/System.Collections.xml",
  4419. "ref/netstandard1.0/fr/System.Collections.xml",
  4420. "ref/netstandard1.0/it/System.Collections.xml",
  4421. "ref/netstandard1.0/ja/System.Collections.xml",
  4422. "ref/netstandard1.0/ko/System.Collections.xml",
  4423. "ref/netstandard1.0/ru/System.Collections.xml",
  4424. "ref/netstandard1.0/zh-hans/System.Collections.xml",
  4425. "ref/netstandard1.0/zh-hant/System.Collections.xml",
  4426. "ref/netstandard1.3/System.Collections.dll",
  4427. "ref/netstandard1.3/System.Collections.xml",
  4428. "ref/netstandard1.3/de/System.Collections.xml",
  4429. "ref/netstandard1.3/es/System.Collections.xml",
  4430. "ref/netstandard1.3/fr/System.Collections.xml",
  4431. "ref/netstandard1.3/it/System.Collections.xml",
  4432. "ref/netstandard1.3/ja/System.Collections.xml",
  4433. "ref/netstandard1.3/ko/System.Collections.xml",
  4434. "ref/netstandard1.3/ru/System.Collections.xml",
  4435. "ref/netstandard1.3/zh-hans/System.Collections.xml",
  4436. "ref/netstandard1.3/zh-hant/System.Collections.xml",
  4437. "ref/portable-net45+win8+wp8+wpa81/_._",
  4438. "ref/win8/_._",
  4439. "ref/wp80/_._",
  4440. "ref/wpa81/_._",
  4441. "ref/xamarinios10/_._",
  4442. "ref/xamarinmac20/_._",
  4443. "ref/xamarintvos10/_._",
  4444. "ref/xamarinwatchos10/_._",
  4445. "system.collections.4.0.11.nupkg.sha512",
  4446. "system.collections.nuspec"
  4447. ]
  4448. },
  4449. "System.Collections.Concurrent/4.0.12": {
  4450. "sha512": "2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==",
  4451. "type": "package",
  4452. "path": "system.collections.concurrent/4.0.12",
  4453. "files": [
  4454. ".nupkg.metadata",
  4455. ".signature.p7s",
  4456. "ThirdPartyNotices.txt",
  4457. "dotnet_library_license.txt",
  4458. "lib/MonoAndroid10/_._",
  4459. "lib/MonoTouch10/_._",
  4460. "lib/net45/_._",
  4461. "lib/netcore50/System.Collections.Concurrent.dll",
  4462. "lib/netstandard1.3/System.Collections.Concurrent.dll",
  4463. "lib/portable-net45+win8+wpa81/_._",
  4464. "lib/win8/_._",
  4465. "lib/wpa81/_._",
  4466. "lib/xamarinios10/_._",
  4467. "lib/xamarinmac20/_._",
  4468. "lib/xamarintvos10/_._",
  4469. "lib/xamarinwatchos10/_._",
  4470. "ref/MonoAndroid10/_._",
  4471. "ref/MonoTouch10/_._",
  4472. "ref/net45/_._",
  4473. "ref/netcore50/System.Collections.Concurrent.dll",
  4474. "ref/netcore50/System.Collections.Concurrent.xml",
  4475. "ref/netcore50/de/System.Collections.Concurrent.xml",
  4476. "ref/netcore50/es/System.Collections.Concurrent.xml",
  4477. "ref/netcore50/fr/System.Collections.Concurrent.xml",
  4478. "ref/netcore50/it/System.Collections.Concurrent.xml",
  4479. "ref/netcore50/ja/System.Collections.Concurrent.xml",
  4480. "ref/netcore50/ko/System.Collections.Concurrent.xml",
  4481. "ref/netcore50/ru/System.Collections.Concurrent.xml",
  4482. "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
  4483. "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
  4484. "ref/netstandard1.1/System.Collections.Concurrent.dll",
  4485. "ref/netstandard1.1/System.Collections.Concurrent.xml",
  4486. "ref/netstandard1.1/de/System.Collections.Concurrent.xml",
  4487. "ref/netstandard1.1/es/System.Collections.Concurrent.xml",
  4488. "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
  4489. "ref/netstandard1.1/it/System.Collections.Concurrent.xml",
  4490. "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
  4491. "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
  4492. "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
  4493. "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
  4494. "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
  4495. "ref/netstandard1.3/System.Collections.Concurrent.dll",
  4496. "ref/netstandard1.3/System.Collections.Concurrent.xml",
  4497. "ref/netstandard1.3/de/System.Collections.Concurrent.xml",
  4498. "ref/netstandard1.3/es/System.Collections.Concurrent.xml",
  4499. "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
  4500. "ref/netstandard1.3/it/System.Collections.Concurrent.xml",
  4501. "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
  4502. "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
  4503. "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
  4504. "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
  4505. "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
  4506. "ref/portable-net45+win8+wpa81/_._",
  4507. "ref/win8/_._",
  4508. "ref/wpa81/_._",
  4509. "ref/xamarinios10/_._",
  4510. "ref/xamarinmac20/_._",
  4511. "ref/xamarintvos10/_._",
  4512. "ref/xamarinwatchos10/_._",
  4513. "system.collections.concurrent.4.0.12.nupkg.sha512",
  4514. "system.collections.concurrent.nuspec"
  4515. ]
  4516. },
  4517. "System.Console/4.0.0": {
  4518. "sha512": "qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
  4519. "type": "package",
  4520. "path": "system.console/4.0.0",
  4521. "files": [
  4522. ".nupkg.metadata",
  4523. ".signature.p7s",
  4524. "ThirdPartyNotices.txt",
  4525. "dotnet_library_license.txt",
  4526. "lib/MonoAndroid10/_._",
  4527. "lib/MonoTouch10/_._",
  4528. "lib/net46/System.Console.dll",
  4529. "lib/xamarinios10/_._",
  4530. "lib/xamarinmac20/_._",
  4531. "lib/xamarintvos10/_._",
  4532. "lib/xamarinwatchos10/_._",
  4533. "ref/MonoAndroid10/_._",
  4534. "ref/MonoTouch10/_._",
  4535. "ref/net46/System.Console.dll",
  4536. "ref/netstandard1.3/System.Console.dll",
  4537. "ref/netstandard1.3/System.Console.xml",
  4538. "ref/netstandard1.3/de/System.Console.xml",
  4539. "ref/netstandard1.3/es/System.Console.xml",
  4540. "ref/netstandard1.3/fr/System.Console.xml",
  4541. "ref/netstandard1.3/it/System.Console.xml",
  4542. "ref/netstandard1.3/ja/System.Console.xml",
  4543. "ref/netstandard1.3/ko/System.Console.xml",
  4544. "ref/netstandard1.3/ru/System.Console.xml",
  4545. "ref/netstandard1.3/zh-hans/System.Console.xml",
  4546. "ref/netstandard1.3/zh-hant/System.Console.xml",
  4547. "ref/xamarinios10/_._",
  4548. "ref/xamarinmac20/_._",
  4549. "ref/xamarintvos10/_._",
  4550. "ref/xamarinwatchos10/_._",
  4551. "system.console.4.0.0.nupkg.sha512",
  4552. "system.console.nuspec"
  4553. ]
  4554. },
  4555. "System.Diagnostics.Debug/4.0.11": {
  4556. "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
  4557. "type": "package",
  4558. "path": "system.diagnostics.debug/4.0.11",
  4559. "files": [
  4560. ".nupkg.metadata",
  4561. ".signature.p7s",
  4562. "ThirdPartyNotices.txt",
  4563. "dotnet_library_license.txt",
  4564. "lib/MonoAndroid10/_._",
  4565. "lib/MonoTouch10/_._",
  4566. "lib/net45/_._",
  4567. "lib/portable-net45+win8+wp8+wpa81/_._",
  4568. "lib/win8/_._",
  4569. "lib/wp80/_._",
  4570. "lib/wpa81/_._",
  4571. "lib/xamarinios10/_._",
  4572. "lib/xamarinmac20/_._",
  4573. "lib/xamarintvos10/_._",
  4574. "lib/xamarinwatchos10/_._",
  4575. "ref/MonoAndroid10/_._",
  4576. "ref/MonoTouch10/_._",
  4577. "ref/net45/_._",
  4578. "ref/netcore50/System.Diagnostics.Debug.dll",
  4579. "ref/netcore50/System.Diagnostics.Debug.xml",
  4580. "ref/netcore50/de/System.Diagnostics.Debug.xml",
  4581. "ref/netcore50/es/System.Diagnostics.Debug.xml",
  4582. "ref/netcore50/fr/System.Diagnostics.Debug.xml",
  4583. "ref/netcore50/it/System.Diagnostics.Debug.xml",
  4584. "ref/netcore50/ja/System.Diagnostics.Debug.xml",
  4585. "ref/netcore50/ko/System.Diagnostics.Debug.xml",
  4586. "ref/netcore50/ru/System.Diagnostics.Debug.xml",
  4587. "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
  4588. "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
  4589. "ref/netstandard1.0/System.Diagnostics.Debug.dll",
  4590. "ref/netstandard1.0/System.Diagnostics.Debug.xml",
  4591. "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
  4592. "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
  4593. "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
  4594. "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
  4595. "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
  4596. "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
  4597. "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
  4598. "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
  4599. "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
  4600. "ref/netstandard1.3/System.Diagnostics.Debug.dll",
  4601. "ref/netstandard1.3/System.Diagnostics.Debug.xml",
  4602. "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
  4603. "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
  4604. "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
  4605. "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
  4606. "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
  4607. "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
  4608. "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
  4609. "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
  4610. "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
  4611. "ref/portable-net45+win8+wp8+wpa81/_._",
  4612. "ref/win8/_._",
  4613. "ref/wp80/_._",
  4614. "ref/wpa81/_._",
  4615. "ref/xamarinios10/_._",
  4616. "ref/xamarinmac20/_._",
  4617. "ref/xamarintvos10/_._",
  4618. "ref/xamarinwatchos10/_._",
  4619. "system.diagnostics.debug.4.0.11.nupkg.sha512",
  4620. "system.diagnostics.debug.nuspec"
  4621. ]
  4622. },
  4623. "System.Diagnostics.DiagnosticSource/4.0.0": {
  4624. "sha512": "YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==",
  4625. "type": "package",
  4626. "path": "system.diagnostics.diagnosticsource/4.0.0",
  4627. "files": [
  4628. ".nupkg.metadata",
  4629. ".signature.p7s",
  4630. "ThirdPartyNotices.txt",
  4631. "dotnet_library_license.txt",
  4632. "lib/net46/System.Diagnostics.DiagnosticSource.dll",
  4633. "lib/net46/System.Diagnostics.DiagnosticSource.xml",
  4634. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
  4635. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
  4636. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
  4637. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
  4638. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
  4639. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
  4640. "system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512",
  4641. "system.diagnostics.diagnosticsource.nuspec"
  4642. ]
  4643. },
  4644. "System.Diagnostics.Tools/4.0.1": {
  4645. "sha512": "xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  4646. "type": "package",
  4647. "path": "system.diagnostics.tools/4.0.1",
  4648. "files": [
  4649. ".nupkg.metadata",
  4650. ".signature.p7s",
  4651. "ThirdPartyNotices.txt",
  4652. "dotnet_library_license.txt",
  4653. "lib/MonoAndroid10/_._",
  4654. "lib/MonoTouch10/_._",
  4655. "lib/net45/_._",
  4656. "lib/portable-net45+win8+wp8+wpa81/_._",
  4657. "lib/win8/_._",
  4658. "lib/wp80/_._",
  4659. "lib/wpa81/_._",
  4660. "lib/xamarinios10/_._",
  4661. "lib/xamarinmac20/_._",
  4662. "lib/xamarintvos10/_._",
  4663. "lib/xamarinwatchos10/_._",
  4664. "ref/MonoAndroid10/_._",
  4665. "ref/MonoTouch10/_._",
  4666. "ref/net45/_._",
  4667. "ref/netcore50/System.Diagnostics.Tools.dll",
  4668. "ref/netcore50/System.Diagnostics.Tools.xml",
  4669. "ref/netcore50/de/System.Diagnostics.Tools.xml",
  4670. "ref/netcore50/es/System.Diagnostics.Tools.xml",
  4671. "ref/netcore50/fr/System.Diagnostics.Tools.xml",
  4672. "ref/netcore50/it/System.Diagnostics.Tools.xml",
  4673. "ref/netcore50/ja/System.Diagnostics.Tools.xml",
  4674. "ref/netcore50/ko/System.Diagnostics.Tools.xml",
  4675. "ref/netcore50/ru/System.Diagnostics.Tools.xml",
  4676. "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
  4677. "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
  4678. "ref/netstandard1.0/System.Diagnostics.Tools.dll",
  4679. "ref/netstandard1.0/System.Diagnostics.Tools.xml",
  4680. "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
  4681. "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
  4682. "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
  4683. "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
  4684. "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
  4685. "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
  4686. "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
  4687. "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
  4688. "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
  4689. "ref/portable-net45+win8+wp8+wpa81/_._",
  4690. "ref/win8/_._",
  4691. "ref/wp80/_._",
  4692. "ref/wpa81/_._",
  4693. "ref/xamarinios10/_._",
  4694. "ref/xamarinmac20/_._",
  4695. "ref/xamarintvos10/_._",
  4696. "ref/xamarinwatchos10/_._",
  4697. "system.diagnostics.tools.4.0.1.nupkg.sha512",
  4698. "system.diagnostics.tools.nuspec"
  4699. ]
  4700. },
  4701. "System.Diagnostics.TraceSource/4.0.0": {
  4702. "sha512": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==",
  4703. "type": "package",
  4704. "path": "system.diagnostics.tracesource/4.0.0",
  4705. "files": [
  4706. ".nupkg.metadata",
  4707. ".signature.p7s",
  4708. "ThirdPartyNotices.txt",
  4709. "dotnet_library_license.txt",
  4710. "lib/MonoAndroid10/_._",
  4711. "lib/MonoTouch10/_._",
  4712. "lib/net46/System.Diagnostics.TraceSource.dll",
  4713. "lib/xamarinios10/_._",
  4714. "lib/xamarinmac20/_._",
  4715. "lib/xamarintvos10/_._",
  4716. "lib/xamarinwatchos10/_._",
  4717. "ref/MonoAndroid10/_._",
  4718. "ref/MonoTouch10/_._",
  4719. "ref/net46/System.Diagnostics.TraceSource.dll",
  4720. "ref/netstandard1.3/System.Diagnostics.TraceSource.dll",
  4721. "ref/netstandard1.3/System.Diagnostics.TraceSource.xml",
  4722. "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml",
  4723. "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml",
  4724. "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml",
  4725. "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml",
  4726. "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml",
  4727. "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml",
  4728. "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml",
  4729. "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml",
  4730. "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml",
  4731. "ref/xamarinios10/_._",
  4732. "ref/xamarinmac20/_._",
  4733. "ref/xamarintvos10/_._",
  4734. "ref/xamarinwatchos10/_._",
  4735. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll",
  4736. "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll",
  4737. "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll",
  4738. "system.diagnostics.tracesource.4.0.0.nupkg.sha512",
  4739. "system.diagnostics.tracesource.nuspec"
  4740. ]
  4741. },
  4742. "System.Diagnostics.Tracing/4.1.0": {
  4743. "sha512": "vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",
  4744. "type": "package",
  4745. "path": "system.diagnostics.tracing/4.1.0",
  4746. "files": [
  4747. ".nupkg.metadata",
  4748. ".signature.p7s",
  4749. "ThirdPartyNotices.txt",
  4750. "dotnet_library_license.txt",
  4751. "lib/MonoAndroid10/_._",
  4752. "lib/MonoTouch10/_._",
  4753. "lib/net45/_._",
  4754. "lib/net462/System.Diagnostics.Tracing.dll",
  4755. "lib/portable-net45+win8+wpa81/_._",
  4756. "lib/win8/_._",
  4757. "lib/wpa81/_._",
  4758. "lib/xamarinios10/_._",
  4759. "lib/xamarinmac20/_._",
  4760. "lib/xamarintvos10/_._",
  4761. "lib/xamarinwatchos10/_._",
  4762. "ref/MonoAndroid10/_._",
  4763. "ref/MonoTouch10/_._",
  4764. "ref/net45/_._",
  4765. "ref/net462/System.Diagnostics.Tracing.dll",
  4766. "ref/netcore50/System.Diagnostics.Tracing.dll",
  4767. "ref/netcore50/System.Diagnostics.Tracing.xml",
  4768. "ref/netcore50/de/System.Diagnostics.Tracing.xml",
  4769. "ref/netcore50/es/System.Diagnostics.Tracing.xml",
  4770. "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
  4771. "ref/netcore50/it/System.Diagnostics.Tracing.xml",
  4772. "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
  4773. "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
  4774. "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
  4775. "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
  4776. "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
  4777. "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
  4778. "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
  4779. "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
  4780. "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
  4781. "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
  4782. "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
  4783. "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
  4784. "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
  4785. "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
  4786. "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
  4787. "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
  4788. "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
  4789. "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
  4790. "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
  4791. "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
  4792. "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
  4793. "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
  4794. "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
  4795. "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
  4796. "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
  4797. "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
  4798. "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
  4799. "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
  4800. "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
  4801. "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
  4802. "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
  4803. "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
  4804. "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
  4805. "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
  4806. "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
  4807. "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
  4808. "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
  4809. "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
  4810. "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
  4811. "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
  4812. "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
  4813. "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
  4814. "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
  4815. "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
  4816. "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
  4817. "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
  4818. "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
  4819. "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
  4820. "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
  4821. "ref/portable-net45+win8+wpa81/_._",
  4822. "ref/win8/_._",
  4823. "ref/wpa81/_._",
  4824. "ref/xamarinios10/_._",
  4825. "ref/xamarinmac20/_._",
  4826. "ref/xamarintvos10/_._",
  4827. "ref/xamarinwatchos10/_._",
  4828. "system.diagnostics.tracing.4.1.0.nupkg.sha512",
  4829. "system.diagnostics.tracing.nuspec"
  4830. ]
  4831. },
  4832. "System.Dynamic.Runtime/4.0.11": {
  4833. "sha512": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
  4834. "type": "package",
  4835. "path": "system.dynamic.runtime/4.0.11",
  4836. "files": [
  4837. ".nupkg.metadata",
  4838. ".signature.p7s",
  4839. "ThirdPartyNotices.txt",
  4840. "dotnet_library_license.txt",
  4841. "lib/MonoAndroid10/_._",
  4842. "lib/MonoTouch10/_._",
  4843. "lib/net45/_._",
  4844. "lib/netcore50/System.Dynamic.Runtime.dll",
  4845. "lib/netstandard1.3/System.Dynamic.Runtime.dll",
  4846. "lib/portable-net45+win8+wp8+wpa81/_._",
  4847. "lib/win8/_._",
  4848. "lib/wp80/_._",
  4849. "lib/wpa81/_._",
  4850. "lib/xamarinios10/_._",
  4851. "lib/xamarinmac20/_._",
  4852. "lib/xamarintvos10/_._",
  4853. "lib/xamarinwatchos10/_._",
  4854. "ref/MonoAndroid10/_._",
  4855. "ref/MonoTouch10/_._",
  4856. "ref/net45/_._",
  4857. "ref/netcore50/System.Dynamic.Runtime.dll",
  4858. "ref/netcore50/System.Dynamic.Runtime.xml",
  4859. "ref/netcore50/de/System.Dynamic.Runtime.xml",
  4860. "ref/netcore50/es/System.Dynamic.Runtime.xml",
  4861. "ref/netcore50/fr/System.Dynamic.Runtime.xml",
  4862. "ref/netcore50/it/System.Dynamic.Runtime.xml",
  4863. "ref/netcore50/ja/System.Dynamic.Runtime.xml",
  4864. "ref/netcore50/ko/System.Dynamic.Runtime.xml",
  4865. "ref/netcore50/ru/System.Dynamic.Runtime.xml",
  4866. "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
  4867. "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
  4868. "ref/netstandard1.0/System.Dynamic.Runtime.dll",
  4869. "ref/netstandard1.0/System.Dynamic.Runtime.xml",
  4870. "ref/netstandard1.0/de/System.Dynamic.Runtime.xml",
  4871. "ref/netstandard1.0/es/System.Dynamic.Runtime.xml",
  4872. "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml",
  4873. "ref/netstandard1.0/it/System.Dynamic.Runtime.xml",
  4874. "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml",
  4875. "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml",
  4876. "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml",
  4877. "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml",
  4878. "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml",
  4879. "ref/netstandard1.3/System.Dynamic.Runtime.dll",
  4880. "ref/netstandard1.3/System.Dynamic.Runtime.xml",
  4881. "ref/netstandard1.3/de/System.Dynamic.Runtime.xml",
  4882. "ref/netstandard1.3/es/System.Dynamic.Runtime.xml",
  4883. "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml",
  4884. "ref/netstandard1.3/it/System.Dynamic.Runtime.xml",
  4885. "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml",
  4886. "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml",
  4887. "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml",
  4888. "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml",
  4889. "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml",
  4890. "ref/portable-net45+win8+wp8+wpa81/_._",
  4891. "ref/win8/_._",
  4892. "ref/wp80/_._",
  4893. "ref/wpa81/_._",
  4894. "ref/xamarinios10/_._",
  4895. "ref/xamarinmac20/_._",
  4896. "ref/xamarintvos10/_._",
  4897. "ref/xamarinwatchos10/_._",
  4898. "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll",
  4899. "system.dynamic.runtime.4.0.11.nupkg.sha512",
  4900. "system.dynamic.runtime.nuspec"
  4901. ]
  4902. },
  4903. "System.Globalization/4.0.11": {
  4904. "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
  4905. "type": "package",
  4906. "path": "system.globalization/4.0.11",
  4907. "files": [
  4908. ".nupkg.metadata",
  4909. ".signature.p7s",
  4910. "ThirdPartyNotices.txt",
  4911. "dotnet_library_license.txt",
  4912. "lib/MonoAndroid10/_._",
  4913. "lib/MonoTouch10/_._",
  4914. "lib/net45/_._",
  4915. "lib/portable-net45+win8+wp8+wpa81/_._",
  4916. "lib/win8/_._",
  4917. "lib/wp80/_._",
  4918. "lib/wpa81/_._",
  4919. "lib/xamarinios10/_._",
  4920. "lib/xamarinmac20/_._",
  4921. "lib/xamarintvos10/_._",
  4922. "lib/xamarinwatchos10/_._",
  4923. "ref/MonoAndroid10/_._",
  4924. "ref/MonoTouch10/_._",
  4925. "ref/net45/_._",
  4926. "ref/netcore50/System.Globalization.dll",
  4927. "ref/netcore50/System.Globalization.xml",
  4928. "ref/netcore50/de/System.Globalization.xml",
  4929. "ref/netcore50/es/System.Globalization.xml",
  4930. "ref/netcore50/fr/System.Globalization.xml",
  4931. "ref/netcore50/it/System.Globalization.xml",
  4932. "ref/netcore50/ja/System.Globalization.xml",
  4933. "ref/netcore50/ko/System.Globalization.xml",
  4934. "ref/netcore50/ru/System.Globalization.xml",
  4935. "ref/netcore50/zh-hans/System.Globalization.xml",
  4936. "ref/netcore50/zh-hant/System.Globalization.xml",
  4937. "ref/netstandard1.0/System.Globalization.dll",
  4938. "ref/netstandard1.0/System.Globalization.xml",
  4939. "ref/netstandard1.0/de/System.Globalization.xml",
  4940. "ref/netstandard1.0/es/System.Globalization.xml",
  4941. "ref/netstandard1.0/fr/System.Globalization.xml",
  4942. "ref/netstandard1.0/it/System.Globalization.xml",
  4943. "ref/netstandard1.0/ja/System.Globalization.xml",
  4944. "ref/netstandard1.0/ko/System.Globalization.xml",
  4945. "ref/netstandard1.0/ru/System.Globalization.xml",
  4946. "ref/netstandard1.0/zh-hans/System.Globalization.xml",
  4947. "ref/netstandard1.0/zh-hant/System.Globalization.xml",
  4948. "ref/netstandard1.3/System.Globalization.dll",
  4949. "ref/netstandard1.3/System.Globalization.xml",
  4950. "ref/netstandard1.3/de/System.Globalization.xml",
  4951. "ref/netstandard1.3/es/System.Globalization.xml",
  4952. "ref/netstandard1.3/fr/System.Globalization.xml",
  4953. "ref/netstandard1.3/it/System.Globalization.xml",
  4954. "ref/netstandard1.3/ja/System.Globalization.xml",
  4955. "ref/netstandard1.3/ko/System.Globalization.xml",
  4956. "ref/netstandard1.3/ru/System.Globalization.xml",
  4957. "ref/netstandard1.3/zh-hans/System.Globalization.xml",
  4958. "ref/netstandard1.3/zh-hant/System.Globalization.xml",
  4959. "ref/portable-net45+win8+wp8+wpa81/_._",
  4960. "ref/win8/_._",
  4961. "ref/wp80/_._",
  4962. "ref/wpa81/_._",
  4963. "ref/xamarinios10/_._",
  4964. "ref/xamarinmac20/_._",
  4965. "ref/xamarintvos10/_._",
  4966. "ref/xamarinwatchos10/_._",
  4967. "system.globalization.4.0.11.nupkg.sha512",
  4968. "system.globalization.nuspec"
  4969. ]
  4970. },
  4971. "System.Globalization.Calendars/4.0.1": {
  4972. "sha512": "L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",
  4973. "type": "package",
  4974. "path": "system.globalization.calendars/4.0.1",
  4975. "files": [
  4976. ".nupkg.metadata",
  4977. ".signature.p7s",
  4978. "ThirdPartyNotices.txt",
  4979. "dotnet_library_license.txt",
  4980. "lib/MonoAndroid10/_._",
  4981. "lib/MonoTouch10/_._",
  4982. "lib/net46/System.Globalization.Calendars.dll",
  4983. "lib/xamarinios10/_._",
  4984. "lib/xamarinmac20/_._",
  4985. "lib/xamarintvos10/_._",
  4986. "lib/xamarinwatchos10/_._",
  4987. "ref/MonoAndroid10/_._",
  4988. "ref/MonoTouch10/_._",
  4989. "ref/net46/System.Globalization.Calendars.dll",
  4990. "ref/netstandard1.3/System.Globalization.Calendars.dll",
  4991. "ref/netstandard1.3/System.Globalization.Calendars.xml",
  4992. "ref/netstandard1.3/de/System.Globalization.Calendars.xml",
  4993. "ref/netstandard1.3/es/System.Globalization.Calendars.xml",
  4994. "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",
  4995. "ref/netstandard1.3/it/System.Globalization.Calendars.xml",
  4996. "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",
  4997. "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",
  4998. "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",
  4999. "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",
  5000. "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",
  5001. "ref/xamarinios10/_._",
  5002. "ref/xamarinmac20/_._",
  5003. "ref/xamarintvos10/_._",
  5004. "ref/xamarinwatchos10/_._",
  5005. "system.globalization.calendars.4.0.1.nupkg.sha512",
  5006. "system.globalization.calendars.nuspec"
  5007. ]
  5008. },
  5009. "System.Globalization.Extensions/4.0.1": {
  5010. "sha512": "KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==",
  5011. "type": "package",
  5012. "path": "system.globalization.extensions/4.0.1",
  5013. "files": [
  5014. ".nupkg.metadata",
  5015. ".signature.p7s",
  5016. "ThirdPartyNotices.txt",
  5017. "dotnet_library_license.txt",
  5018. "lib/MonoAndroid10/_._",
  5019. "lib/MonoTouch10/_._",
  5020. "lib/net46/System.Globalization.Extensions.dll",
  5021. "lib/xamarinios10/_._",
  5022. "lib/xamarinmac20/_._",
  5023. "lib/xamarintvos10/_._",
  5024. "lib/xamarinwatchos10/_._",
  5025. "ref/MonoAndroid10/_._",
  5026. "ref/MonoTouch10/_._",
  5027. "ref/net46/System.Globalization.Extensions.dll",
  5028. "ref/netstandard1.3/System.Globalization.Extensions.dll",
  5029. "ref/netstandard1.3/System.Globalization.Extensions.xml",
  5030. "ref/netstandard1.3/de/System.Globalization.Extensions.xml",
  5031. "ref/netstandard1.3/es/System.Globalization.Extensions.xml",
  5032. "ref/netstandard1.3/fr/System.Globalization.Extensions.xml",
  5033. "ref/netstandard1.3/it/System.Globalization.Extensions.xml",
  5034. "ref/netstandard1.3/ja/System.Globalization.Extensions.xml",
  5035. "ref/netstandard1.3/ko/System.Globalization.Extensions.xml",
  5036. "ref/netstandard1.3/ru/System.Globalization.Extensions.xml",
  5037. "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml",
  5038. "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml",
  5039. "ref/xamarinios10/_._",
  5040. "ref/xamarinmac20/_._",
  5041. "ref/xamarintvos10/_._",
  5042. "ref/xamarinwatchos10/_._",
  5043. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll",
  5044. "runtimes/win/lib/net46/System.Globalization.Extensions.dll",
  5045. "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll",
  5046. "system.globalization.extensions.4.0.1.nupkg.sha512",
  5047. "system.globalization.extensions.nuspec"
  5048. ]
  5049. },
  5050. "System.IO/4.1.0": {
  5051. "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
  5052. "type": "package",
  5053. "path": "system.io/4.1.0",
  5054. "files": [
  5055. ".nupkg.metadata",
  5056. ".signature.p7s",
  5057. "ThirdPartyNotices.txt",
  5058. "dotnet_library_license.txt",
  5059. "lib/MonoAndroid10/_._",
  5060. "lib/MonoTouch10/_._",
  5061. "lib/net45/_._",
  5062. "lib/net462/System.IO.dll",
  5063. "lib/portable-net45+win8+wp8+wpa81/_._",
  5064. "lib/win8/_._",
  5065. "lib/wp80/_._",
  5066. "lib/wpa81/_._",
  5067. "lib/xamarinios10/_._",
  5068. "lib/xamarinmac20/_._",
  5069. "lib/xamarintvos10/_._",
  5070. "lib/xamarinwatchos10/_._",
  5071. "ref/MonoAndroid10/_._",
  5072. "ref/MonoTouch10/_._",
  5073. "ref/net45/_._",
  5074. "ref/net462/System.IO.dll",
  5075. "ref/netcore50/System.IO.dll",
  5076. "ref/netcore50/System.IO.xml",
  5077. "ref/netcore50/de/System.IO.xml",
  5078. "ref/netcore50/es/System.IO.xml",
  5079. "ref/netcore50/fr/System.IO.xml",
  5080. "ref/netcore50/it/System.IO.xml",
  5081. "ref/netcore50/ja/System.IO.xml",
  5082. "ref/netcore50/ko/System.IO.xml",
  5083. "ref/netcore50/ru/System.IO.xml",
  5084. "ref/netcore50/zh-hans/System.IO.xml",
  5085. "ref/netcore50/zh-hant/System.IO.xml",
  5086. "ref/netstandard1.0/System.IO.dll",
  5087. "ref/netstandard1.0/System.IO.xml",
  5088. "ref/netstandard1.0/de/System.IO.xml",
  5089. "ref/netstandard1.0/es/System.IO.xml",
  5090. "ref/netstandard1.0/fr/System.IO.xml",
  5091. "ref/netstandard1.0/it/System.IO.xml",
  5092. "ref/netstandard1.0/ja/System.IO.xml",
  5093. "ref/netstandard1.0/ko/System.IO.xml",
  5094. "ref/netstandard1.0/ru/System.IO.xml",
  5095. "ref/netstandard1.0/zh-hans/System.IO.xml",
  5096. "ref/netstandard1.0/zh-hant/System.IO.xml",
  5097. "ref/netstandard1.3/System.IO.dll",
  5098. "ref/netstandard1.3/System.IO.xml",
  5099. "ref/netstandard1.3/de/System.IO.xml",
  5100. "ref/netstandard1.3/es/System.IO.xml",
  5101. "ref/netstandard1.3/fr/System.IO.xml",
  5102. "ref/netstandard1.3/it/System.IO.xml",
  5103. "ref/netstandard1.3/ja/System.IO.xml",
  5104. "ref/netstandard1.3/ko/System.IO.xml",
  5105. "ref/netstandard1.3/ru/System.IO.xml",
  5106. "ref/netstandard1.3/zh-hans/System.IO.xml",
  5107. "ref/netstandard1.3/zh-hant/System.IO.xml",
  5108. "ref/netstandard1.5/System.IO.dll",
  5109. "ref/netstandard1.5/System.IO.xml",
  5110. "ref/netstandard1.5/de/System.IO.xml",
  5111. "ref/netstandard1.5/es/System.IO.xml",
  5112. "ref/netstandard1.5/fr/System.IO.xml",
  5113. "ref/netstandard1.5/it/System.IO.xml",
  5114. "ref/netstandard1.5/ja/System.IO.xml",
  5115. "ref/netstandard1.5/ko/System.IO.xml",
  5116. "ref/netstandard1.5/ru/System.IO.xml",
  5117. "ref/netstandard1.5/zh-hans/System.IO.xml",
  5118. "ref/netstandard1.5/zh-hant/System.IO.xml",
  5119. "ref/portable-net45+win8+wp8+wpa81/_._",
  5120. "ref/win8/_._",
  5121. "ref/wp80/_._",
  5122. "ref/wpa81/_._",
  5123. "ref/xamarinios10/_._",
  5124. "ref/xamarinmac20/_._",
  5125. "ref/xamarintvos10/_._",
  5126. "ref/xamarinwatchos10/_._",
  5127. "system.io.4.1.0.nupkg.sha512",
  5128. "system.io.nuspec"
  5129. ]
  5130. },
  5131. "System.IO.Compression/4.1.0": {
  5132. "sha512": "TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
  5133. "type": "package",
  5134. "path": "system.io.compression/4.1.0",
  5135. "files": [
  5136. ".nupkg.metadata",
  5137. ".signature.p7s",
  5138. "ThirdPartyNotices.txt",
  5139. "dotnet_library_license.txt",
  5140. "lib/MonoAndroid10/_._",
  5141. "lib/MonoTouch10/_._",
  5142. "lib/net45/_._",
  5143. "lib/net46/System.IO.Compression.dll",
  5144. "lib/portable-net45+win8+wpa81/_._",
  5145. "lib/win8/_._",
  5146. "lib/wpa81/_._",
  5147. "lib/xamarinios10/_._",
  5148. "lib/xamarinmac20/_._",
  5149. "lib/xamarintvos10/_._",
  5150. "lib/xamarinwatchos10/_._",
  5151. "ref/MonoAndroid10/_._",
  5152. "ref/MonoTouch10/_._",
  5153. "ref/net45/_._",
  5154. "ref/net46/System.IO.Compression.dll",
  5155. "ref/netcore50/System.IO.Compression.dll",
  5156. "ref/netcore50/System.IO.Compression.xml",
  5157. "ref/netcore50/de/System.IO.Compression.xml",
  5158. "ref/netcore50/es/System.IO.Compression.xml",
  5159. "ref/netcore50/fr/System.IO.Compression.xml",
  5160. "ref/netcore50/it/System.IO.Compression.xml",
  5161. "ref/netcore50/ja/System.IO.Compression.xml",
  5162. "ref/netcore50/ko/System.IO.Compression.xml",
  5163. "ref/netcore50/ru/System.IO.Compression.xml",
  5164. "ref/netcore50/zh-hans/System.IO.Compression.xml",
  5165. "ref/netcore50/zh-hant/System.IO.Compression.xml",
  5166. "ref/netstandard1.1/System.IO.Compression.dll",
  5167. "ref/netstandard1.1/System.IO.Compression.xml",
  5168. "ref/netstandard1.1/de/System.IO.Compression.xml",
  5169. "ref/netstandard1.1/es/System.IO.Compression.xml",
  5170. "ref/netstandard1.1/fr/System.IO.Compression.xml",
  5171. "ref/netstandard1.1/it/System.IO.Compression.xml",
  5172. "ref/netstandard1.1/ja/System.IO.Compression.xml",
  5173. "ref/netstandard1.1/ko/System.IO.Compression.xml",
  5174. "ref/netstandard1.1/ru/System.IO.Compression.xml",
  5175. "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
  5176. "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
  5177. "ref/netstandard1.3/System.IO.Compression.dll",
  5178. "ref/netstandard1.3/System.IO.Compression.xml",
  5179. "ref/netstandard1.3/de/System.IO.Compression.xml",
  5180. "ref/netstandard1.3/es/System.IO.Compression.xml",
  5181. "ref/netstandard1.3/fr/System.IO.Compression.xml",
  5182. "ref/netstandard1.3/it/System.IO.Compression.xml",
  5183. "ref/netstandard1.3/ja/System.IO.Compression.xml",
  5184. "ref/netstandard1.3/ko/System.IO.Compression.xml",
  5185. "ref/netstandard1.3/ru/System.IO.Compression.xml",
  5186. "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
  5187. "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
  5188. "ref/portable-net45+win8+wpa81/_._",
  5189. "ref/win8/_._",
  5190. "ref/wpa81/_._",
  5191. "ref/xamarinios10/_._",
  5192. "ref/xamarinmac20/_._",
  5193. "ref/xamarintvos10/_._",
  5194. "ref/xamarinwatchos10/_._",
  5195. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
  5196. "runtimes/win/lib/net46/System.IO.Compression.dll",
  5197. "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll",
  5198. "system.io.compression.4.1.0.nupkg.sha512",
  5199. "system.io.compression.nuspec"
  5200. ]
  5201. },
  5202. "System.IO.Compression.ZipFile/4.0.1": {
  5203. "sha512": "hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
  5204. "type": "package",
  5205. "path": "system.io.compression.zipfile/4.0.1",
  5206. "files": [
  5207. ".nupkg.metadata",
  5208. ".signature.p7s",
  5209. "ThirdPartyNotices.txt",
  5210. "dotnet_library_license.txt",
  5211. "lib/MonoAndroid10/_._",
  5212. "lib/MonoTouch10/_._",
  5213. "lib/net46/System.IO.Compression.ZipFile.dll",
  5214. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll",
  5215. "lib/xamarinios10/_._",
  5216. "lib/xamarinmac20/_._",
  5217. "lib/xamarintvos10/_._",
  5218. "lib/xamarinwatchos10/_._",
  5219. "ref/MonoAndroid10/_._",
  5220. "ref/MonoTouch10/_._",
  5221. "ref/net46/System.IO.Compression.ZipFile.dll",
  5222. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll",
  5223. "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",
  5224. "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",
  5225. "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",
  5226. "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",
  5227. "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",
  5228. "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",
  5229. "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",
  5230. "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",
  5231. "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",
  5232. "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",
  5233. "ref/xamarinios10/_._",
  5234. "ref/xamarinmac20/_._",
  5235. "ref/xamarintvos10/_._",
  5236. "ref/xamarinwatchos10/_._",
  5237. "system.io.compression.zipfile.4.0.1.nupkg.sha512",
  5238. "system.io.compression.zipfile.nuspec"
  5239. ]
  5240. },
  5241. "System.IO.FileSystem/4.0.1": {
  5242. "sha512": "IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
  5243. "type": "package",
  5244. "path": "system.io.filesystem/4.0.1",
  5245. "files": [
  5246. ".nupkg.metadata",
  5247. ".signature.p7s",
  5248. "ThirdPartyNotices.txt",
  5249. "dotnet_library_license.txt",
  5250. "lib/MonoAndroid10/_._",
  5251. "lib/MonoTouch10/_._",
  5252. "lib/net46/System.IO.FileSystem.dll",
  5253. "lib/xamarinios10/_._",
  5254. "lib/xamarinmac20/_._",
  5255. "lib/xamarintvos10/_._",
  5256. "lib/xamarinwatchos10/_._",
  5257. "ref/MonoAndroid10/_._",
  5258. "ref/MonoTouch10/_._",
  5259. "ref/net46/System.IO.FileSystem.dll",
  5260. "ref/netstandard1.3/System.IO.FileSystem.dll",
  5261. "ref/netstandard1.3/System.IO.FileSystem.xml",
  5262. "ref/netstandard1.3/de/System.IO.FileSystem.xml",
  5263. "ref/netstandard1.3/es/System.IO.FileSystem.xml",
  5264. "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
  5265. "ref/netstandard1.3/it/System.IO.FileSystem.xml",
  5266. "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
  5267. "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
  5268. "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
  5269. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
  5270. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
  5271. "ref/xamarinios10/_._",
  5272. "ref/xamarinmac20/_._",
  5273. "ref/xamarintvos10/_._",
  5274. "ref/xamarinwatchos10/_._",
  5275. "system.io.filesystem.4.0.1.nupkg.sha512",
  5276. "system.io.filesystem.nuspec"
  5277. ]
  5278. },
  5279. "System.IO.FileSystem.Primitives/4.0.1": {
  5280. "sha512": "kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
  5281. "type": "package",
  5282. "path": "system.io.filesystem.primitives/4.0.1",
  5283. "files": [
  5284. ".nupkg.metadata",
  5285. ".signature.p7s",
  5286. "ThirdPartyNotices.txt",
  5287. "dotnet_library_license.txt",
  5288. "lib/MonoAndroid10/_._",
  5289. "lib/MonoTouch10/_._",
  5290. "lib/net46/System.IO.FileSystem.Primitives.dll",
  5291. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  5292. "lib/xamarinios10/_._",
  5293. "lib/xamarinmac20/_._",
  5294. "lib/xamarintvos10/_._",
  5295. "lib/xamarinwatchos10/_._",
  5296. "ref/MonoAndroid10/_._",
  5297. "ref/MonoTouch10/_._",
  5298. "ref/net46/System.IO.FileSystem.Primitives.dll",
  5299. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  5300. "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
  5301. "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
  5302. "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
  5303. "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
  5304. "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
  5305. "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
  5306. "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
  5307. "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
  5308. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
  5309. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
  5310. "ref/xamarinios10/_._",
  5311. "ref/xamarinmac20/_._",
  5312. "ref/xamarintvos10/_._",
  5313. "ref/xamarinwatchos10/_._",
  5314. "system.io.filesystem.primitives.4.0.1.nupkg.sha512",
  5315. "system.io.filesystem.primitives.nuspec"
  5316. ]
  5317. },
  5318. "System.Linq/4.1.0": {
  5319. "sha512": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  5320. "type": "package",
  5321. "path": "system.linq/4.1.0",
  5322. "files": [
  5323. ".nupkg.metadata",
  5324. ".signature.p7s",
  5325. "ThirdPartyNotices.txt",
  5326. "dotnet_library_license.txt",
  5327. "lib/MonoAndroid10/_._",
  5328. "lib/MonoTouch10/_._",
  5329. "lib/net45/_._",
  5330. "lib/net463/System.Linq.dll",
  5331. "lib/netcore50/System.Linq.dll",
  5332. "lib/netstandard1.6/System.Linq.dll",
  5333. "lib/portable-net45+win8+wp8+wpa81/_._",
  5334. "lib/win8/_._",
  5335. "lib/wp80/_._",
  5336. "lib/wpa81/_._",
  5337. "lib/xamarinios10/_._",
  5338. "lib/xamarinmac20/_._",
  5339. "lib/xamarintvos10/_._",
  5340. "lib/xamarinwatchos10/_._",
  5341. "ref/MonoAndroid10/_._",
  5342. "ref/MonoTouch10/_._",
  5343. "ref/net45/_._",
  5344. "ref/net463/System.Linq.dll",
  5345. "ref/netcore50/System.Linq.dll",
  5346. "ref/netcore50/System.Linq.xml",
  5347. "ref/netcore50/de/System.Linq.xml",
  5348. "ref/netcore50/es/System.Linq.xml",
  5349. "ref/netcore50/fr/System.Linq.xml",
  5350. "ref/netcore50/it/System.Linq.xml",
  5351. "ref/netcore50/ja/System.Linq.xml",
  5352. "ref/netcore50/ko/System.Linq.xml",
  5353. "ref/netcore50/ru/System.Linq.xml",
  5354. "ref/netcore50/zh-hans/System.Linq.xml",
  5355. "ref/netcore50/zh-hant/System.Linq.xml",
  5356. "ref/netstandard1.0/System.Linq.dll",
  5357. "ref/netstandard1.0/System.Linq.xml",
  5358. "ref/netstandard1.0/de/System.Linq.xml",
  5359. "ref/netstandard1.0/es/System.Linq.xml",
  5360. "ref/netstandard1.0/fr/System.Linq.xml",
  5361. "ref/netstandard1.0/it/System.Linq.xml",
  5362. "ref/netstandard1.0/ja/System.Linq.xml",
  5363. "ref/netstandard1.0/ko/System.Linq.xml",
  5364. "ref/netstandard1.0/ru/System.Linq.xml",
  5365. "ref/netstandard1.0/zh-hans/System.Linq.xml",
  5366. "ref/netstandard1.0/zh-hant/System.Linq.xml",
  5367. "ref/netstandard1.6/System.Linq.dll",
  5368. "ref/netstandard1.6/System.Linq.xml",
  5369. "ref/netstandard1.6/de/System.Linq.xml",
  5370. "ref/netstandard1.6/es/System.Linq.xml",
  5371. "ref/netstandard1.6/fr/System.Linq.xml",
  5372. "ref/netstandard1.6/it/System.Linq.xml",
  5373. "ref/netstandard1.6/ja/System.Linq.xml",
  5374. "ref/netstandard1.6/ko/System.Linq.xml",
  5375. "ref/netstandard1.6/ru/System.Linq.xml",
  5376. "ref/netstandard1.6/zh-hans/System.Linq.xml",
  5377. "ref/netstandard1.6/zh-hant/System.Linq.xml",
  5378. "ref/portable-net45+win8+wp8+wpa81/_._",
  5379. "ref/win8/_._",
  5380. "ref/wp80/_._",
  5381. "ref/wpa81/_._",
  5382. "ref/xamarinios10/_._",
  5383. "ref/xamarinmac20/_._",
  5384. "ref/xamarintvos10/_._",
  5385. "ref/xamarinwatchos10/_._",
  5386. "system.linq.4.1.0.nupkg.sha512",
  5387. "system.linq.nuspec"
  5388. ]
  5389. },
  5390. "System.Linq.Expressions/4.1.0": {
  5391. "sha512": "I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  5392. "type": "package",
  5393. "path": "system.linq.expressions/4.1.0",
  5394. "files": [
  5395. ".nupkg.metadata",
  5396. ".signature.p7s",
  5397. "ThirdPartyNotices.txt",
  5398. "dotnet_library_license.txt",
  5399. "lib/MonoAndroid10/_._",
  5400. "lib/MonoTouch10/_._",
  5401. "lib/net45/_._",
  5402. "lib/net463/System.Linq.Expressions.dll",
  5403. "lib/netcore50/System.Linq.Expressions.dll",
  5404. "lib/netstandard1.6/System.Linq.Expressions.dll",
  5405. "lib/portable-net45+win8+wp8+wpa81/_._",
  5406. "lib/win8/_._",
  5407. "lib/wp80/_._",
  5408. "lib/wpa81/_._",
  5409. "lib/xamarinios10/_._",
  5410. "lib/xamarinmac20/_._",
  5411. "lib/xamarintvos10/_._",
  5412. "lib/xamarinwatchos10/_._",
  5413. "ref/MonoAndroid10/_._",
  5414. "ref/MonoTouch10/_._",
  5415. "ref/net45/_._",
  5416. "ref/net463/System.Linq.Expressions.dll",
  5417. "ref/netcore50/System.Linq.Expressions.dll",
  5418. "ref/netcore50/System.Linq.Expressions.xml",
  5419. "ref/netcore50/de/System.Linq.Expressions.xml",
  5420. "ref/netcore50/es/System.Linq.Expressions.xml",
  5421. "ref/netcore50/fr/System.Linq.Expressions.xml",
  5422. "ref/netcore50/it/System.Linq.Expressions.xml",
  5423. "ref/netcore50/ja/System.Linq.Expressions.xml",
  5424. "ref/netcore50/ko/System.Linq.Expressions.xml",
  5425. "ref/netcore50/ru/System.Linq.Expressions.xml",
  5426. "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
  5427. "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
  5428. "ref/netstandard1.0/System.Linq.Expressions.dll",
  5429. "ref/netstandard1.0/System.Linq.Expressions.xml",
  5430. "ref/netstandard1.0/de/System.Linq.Expressions.xml",
  5431. "ref/netstandard1.0/es/System.Linq.Expressions.xml",
  5432. "ref/netstandard1.0/fr/System.Linq.Expressions.xml",
  5433. "ref/netstandard1.0/it/System.Linq.Expressions.xml",
  5434. "ref/netstandard1.0/ja/System.Linq.Expressions.xml",
  5435. "ref/netstandard1.0/ko/System.Linq.Expressions.xml",
  5436. "ref/netstandard1.0/ru/System.Linq.Expressions.xml",
  5437. "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
  5438. "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
  5439. "ref/netstandard1.3/System.Linq.Expressions.dll",
  5440. "ref/netstandard1.3/System.Linq.Expressions.xml",
  5441. "ref/netstandard1.3/de/System.Linq.Expressions.xml",
  5442. "ref/netstandard1.3/es/System.Linq.Expressions.xml",
  5443. "ref/netstandard1.3/fr/System.Linq.Expressions.xml",
  5444. "ref/netstandard1.3/it/System.Linq.Expressions.xml",
  5445. "ref/netstandard1.3/ja/System.Linq.Expressions.xml",
  5446. "ref/netstandard1.3/ko/System.Linq.Expressions.xml",
  5447. "ref/netstandard1.3/ru/System.Linq.Expressions.xml",
  5448. "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
  5449. "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
  5450. "ref/netstandard1.6/System.Linq.Expressions.dll",
  5451. "ref/netstandard1.6/System.Linq.Expressions.xml",
  5452. "ref/netstandard1.6/de/System.Linq.Expressions.xml",
  5453. "ref/netstandard1.6/es/System.Linq.Expressions.xml",
  5454. "ref/netstandard1.6/fr/System.Linq.Expressions.xml",
  5455. "ref/netstandard1.6/it/System.Linq.Expressions.xml",
  5456. "ref/netstandard1.6/ja/System.Linq.Expressions.xml",
  5457. "ref/netstandard1.6/ko/System.Linq.Expressions.xml",
  5458. "ref/netstandard1.6/ru/System.Linq.Expressions.xml",
  5459. "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
  5460. "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
  5461. "ref/portable-net45+win8+wp8+wpa81/_._",
  5462. "ref/win8/_._",
  5463. "ref/wp80/_._",
  5464. "ref/wpa81/_._",
  5465. "ref/xamarinios10/_._",
  5466. "ref/xamarinmac20/_._",
  5467. "ref/xamarintvos10/_._",
  5468. "ref/xamarinwatchos10/_._",
  5469. "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll",
  5470. "system.linq.expressions.4.1.0.nupkg.sha512",
  5471. "system.linq.expressions.nuspec"
  5472. ]
  5473. },
  5474. "System.Net.Http/4.1.0": {
  5475. "sha512": "ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",
  5476. "type": "package",
  5477. "path": "system.net.http/4.1.0",
  5478. "files": [
  5479. ".nupkg.metadata",
  5480. ".signature.p7s",
  5481. "ThirdPartyNotices.txt",
  5482. "dotnet_library_license.txt",
  5483. "lib/Xamarinmac20/_._",
  5484. "lib/monoandroid10/_._",
  5485. "lib/monotouch10/_._",
  5486. "lib/net45/_._",
  5487. "lib/net46/System.Net.Http.dll",
  5488. "lib/portable-net45+win8+wpa81/_._",
  5489. "lib/win8/_._",
  5490. "lib/wpa81/_._",
  5491. "lib/xamarinios10/_._",
  5492. "lib/xamarintvos10/_._",
  5493. "lib/xamarinwatchos10/_._",
  5494. "ref/Xamarinmac20/_._",
  5495. "ref/monoandroid10/_._",
  5496. "ref/monotouch10/_._",
  5497. "ref/net45/_._",
  5498. "ref/net46/System.Net.Http.dll",
  5499. "ref/net46/System.Net.Http.xml",
  5500. "ref/net46/de/System.Net.Http.xml",
  5501. "ref/net46/es/System.Net.Http.xml",
  5502. "ref/net46/fr/System.Net.Http.xml",
  5503. "ref/net46/it/System.Net.Http.xml",
  5504. "ref/net46/ja/System.Net.Http.xml",
  5505. "ref/net46/ko/System.Net.Http.xml",
  5506. "ref/net46/ru/System.Net.Http.xml",
  5507. "ref/net46/zh-hans/System.Net.Http.xml",
  5508. "ref/net46/zh-hant/System.Net.Http.xml",
  5509. "ref/netcore50/System.Net.Http.dll",
  5510. "ref/netcore50/System.Net.Http.xml",
  5511. "ref/netcore50/de/System.Net.Http.xml",
  5512. "ref/netcore50/es/System.Net.Http.xml",
  5513. "ref/netcore50/fr/System.Net.Http.xml",
  5514. "ref/netcore50/it/System.Net.Http.xml",
  5515. "ref/netcore50/ja/System.Net.Http.xml",
  5516. "ref/netcore50/ko/System.Net.Http.xml",
  5517. "ref/netcore50/ru/System.Net.Http.xml",
  5518. "ref/netcore50/zh-hans/System.Net.Http.xml",
  5519. "ref/netcore50/zh-hant/System.Net.Http.xml",
  5520. "ref/netstandard1.1/System.Net.Http.dll",
  5521. "ref/netstandard1.1/System.Net.Http.xml",
  5522. "ref/netstandard1.1/de/System.Net.Http.xml",
  5523. "ref/netstandard1.1/es/System.Net.Http.xml",
  5524. "ref/netstandard1.1/fr/System.Net.Http.xml",
  5525. "ref/netstandard1.1/it/System.Net.Http.xml",
  5526. "ref/netstandard1.1/ja/System.Net.Http.xml",
  5527. "ref/netstandard1.1/ko/System.Net.Http.xml",
  5528. "ref/netstandard1.1/ru/System.Net.Http.xml",
  5529. "ref/netstandard1.1/zh-hans/System.Net.Http.xml",
  5530. "ref/netstandard1.1/zh-hant/System.Net.Http.xml",
  5531. "ref/netstandard1.3/System.Net.Http.dll",
  5532. "ref/netstandard1.3/System.Net.Http.xml",
  5533. "ref/netstandard1.3/de/System.Net.Http.xml",
  5534. "ref/netstandard1.3/es/System.Net.Http.xml",
  5535. "ref/netstandard1.3/fr/System.Net.Http.xml",
  5536. "ref/netstandard1.3/it/System.Net.Http.xml",
  5537. "ref/netstandard1.3/ja/System.Net.Http.xml",
  5538. "ref/netstandard1.3/ko/System.Net.Http.xml",
  5539. "ref/netstandard1.3/ru/System.Net.Http.xml",
  5540. "ref/netstandard1.3/zh-hans/System.Net.Http.xml",
  5541. "ref/netstandard1.3/zh-hant/System.Net.Http.xml",
  5542. "ref/portable-net45+win8+wpa81/_._",
  5543. "ref/win8/_._",
  5544. "ref/wpa81/_._",
  5545. "ref/xamarinios10/_._",
  5546. "ref/xamarintvos10/_._",
  5547. "ref/xamarinwatchos10/_._",
  5548. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
  5549. "runtimes/win/lib/net46/System.Net.Http.dll",
  5550. "runtimes/win/lib/netcore50/System.Net.Http.dll",
  5551. "runtimes/win/lib/netstandard1.3/System.Net.Http.dll",
  5552. "system.net.http.4.1.0.nupkg.sha512",
  5553. "system.net.http.nuspec"
  5554. ]
  5555. },
  5556. "System.Net.NameResolution/4.0.0": {
  5557. "sha512": "JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==",
  5558. "type": "package",
  5559. "path": "system.net.nameresolution/4.0.0",
  5560. "files": [
  5561. ".nupkg.metadata",
  5562. ".signature.p7s",
  5563. "ThirdPartyNotices.txt",
  5564. "dotnet_library_license.txt",
  5565. "lib/MonoAndroid10/_._",
  5566. "lib/MonoTouch10/_._",
  5567. "lib/net46/System.Net.NameResolution.dll",
  5568. "lib/xamarinios10/_._",
  5569. "lib/xamarinmac20/_._",
  5570. "lib/xamarintvos10/_._",
  5571. "lib/xamarinwatchos10/_._",
  5572. "ref/MonoAndroid10/_._",
  5573. "ref/MonoTouch10/_._",
  5574. "ref/net46/System.Net.NameResolution.dll",
  5575. "ref/netstandard1.3/System.Net.NameResolution.dll",
  5576. "ref/netstandard1.3/System.Net.NameResolution.xml",
  5577. "ref/netstandard1.3/de/System.Net.NameResolution.xml",
  5578. "ref/netstandard1.3/es/System.Net.NameResolution.xml",
  5579. "ref/netstandard1.3/fr/System.Net.NameResolution.xml",
  5580. "ref/netstandard1.3/it/System.Net.NameResolution.xml",
  5581. "ref/netstandard1.3/ja/System.Net.NameResolution.xml",
  5582. "ref/netstandard1.3/ko/System.Net.NameResolution.xml",
  5583. "ref/netstandard1.3/ru/System.Net.NameResolution.xml",
  5584. "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml",
  5585. "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml",
  5586. "ref/xamarinios10/_._",
  5587. "ref/xamarinmac20/_._",
  5588. "ref/xamarintvos10/_._",
  5589. "ref/xamarinwatchos10/_._",
  5590. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll",
  5591. "runtimes/win/lib/net46/System.Net.NameResolution.dll",
  5592. "runtimes/win/lib/netcore50/System.Net.NameResolution.dll",
  5593. "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll",
  5594. "system.net.nameresolution.4.0.0.nupkg.sha512",
  5595. "system.net.nameresolution.nuspec"
  5596. ]
  5597. },
  5598. "System.Net.Primitives/4.0.11": {
  5599. "sha512": "hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
  5600. "type": "package",
  5601. "path": "system.net.primitives/4.0.11",
  5602. "files": [
  5603. ".nupkg.metadata",
  5604. ".signature.p7s",
  5605. "ThirdPartyNotices.txt",
  5606. "dotnet_library_license.txt",
  5607. "lib/MonoAndroid10/_._",
  5608. "lib/MonoTouch10/_._",
  5609. "lib/net45/_._",
  5610. "lib/portable-net45+win8+wp8+wpa81/_._",
  5611. "lib/win8/_._",
  5612. "lib/wp80/_._",
  5613. "lib/wpa81/_._",
  5614. "lib/xamarinios10/_._",
  5615. "lib/xamarinmac20/_._",
  5616. "lib/xamarintvos10/_._",
  5617. "lib/xamarinwatchos10/_._",
  5618. "ref/MonoAndroid10/_._",
  5619. "ref/MonoTouch10/_._",
  5620. "ref/net45/_._",
  5621. "ref/netcore50/System.Net.Primitives.dll",
  5622. "ref/netcore50/System.Net.Primitives.xml",
  5623. "ref/netcore50/de/System.Net.Primitives.xml",
  5624. "ref/netcore50/es/System.Net.Primitives.xml",
  5625. "ref/netcore50/fr/System.Net.Primitives.xml",
  5626. "ref/netcore50/it/System.Net.Primitives.xml",
  5627. "ref/netcore50/ja/System.Net.Primitives.xml",
  5628. "ref/netcore50/ko/System.Net.Primitives.xml",
  5629. "ref/netcore50/ru/System.Net.Primitives.xml",
  5630. "ref/netcore50/zh-hans/System.Net.Primitives.xml",
  5631. "ref/netcore50/zh-hant/System.Net.Primitives.xml",
  5632. "ref/netstandard1.0/System.Net.Primitives.dll",
  5633. "ref/netstandard1.0/System.Net.Primitives.xml",
  5634. "ref/netstandard1.0/de/System.Net.Primitives.xml",
  5635. "ref/netstandard1.0/es/System.Net.Primitives.xml",
  5636. "ref/netstandard1.0/fr/System.Net.Primitives.xml",
  5637. "ref/netstandard1.0/it/System.Net.Primitives.xml",
  5638. "ref/netstandard1.0/ja/System.Net.Primitives.xml",
  5639. "ref/netstandard1.0/ko/System.Net.Primitives.xml",
  5640. "ref/netstandard1.0/ru/System.Net.Primitives.xml",
  5641. "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
  5642. "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
  5643. "ref/netstandard1.1/System.Net.Primitives.dll",
  5644. "ref/netstandard1.1/System.Net.Primitives.xml",
  5645. "ref/netstandard1.1/de/System.Net.Primitives.xml",
  5646. "ref/netstandard1.1/es/System.Net.Primitives.xml",
  5647. "ref/netstandard1.1/fr/System.Net.Primitives.xml",
  5648. "ref/netstandard1.1/it/System.Net.Primitives.xml",
  5649. "ref/netstandard1.1/ja/System.Net.Primitives.xml",
  5650. "ref/netstandard1.1/ko/System.Net.Primitives.xml",
  5651. "ref/netstandard1.1/ru/System.Net.Primitives.xml",
  5652. "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
  5653. "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
  5654. "ref/netstandard1.3/System.Net.Primitives.dll",
  5655. "ref/netstandard1.3/System.Net.Primitives.xml",
  5656. "ref/netstandard1.3/de/System.Net.Primitives.xml",
  5657. "ref/netstandard1.3/es/System.Net.Primitives.xml",
  5658. "ref/netstandard1.3/fr/System.Net.Primitives.xml",
  5659. "ref/netstandard1.3/it/System.Net.Primitives.xml",
  5660. "ref/netstandard1.3/ja/System.Net.Primitives.xml",
  5661. "ref/netstandard1.3/ko/System.Net.Primitives.xml",
  5662. "ref/netstandard1.3/ru/System.Net.Primitives.xml",
  5663. "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
  5664. "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
  5665. "ref/portable-net45+win8+wp8+wpa81/_._",
  5666. "ref/win8/_._",
  5667. "ref/wp80/_._",
  5668. "ref/wpa81/_._",
  5669. "ref/xamarinios10/_._",
  5670. "ref/xamarinmac20/_._",
  5671. "ref/xamarintvos10/_._",
  5672. "ref/xamarinwatchos10/_._",
  5673. "system.net.primitives.4.0.11.nupkg.sha512",
  5674. "system.net.primitives.nuspec"
  5675. ]
  5676. },
  5677. "System.Net.Sockets/4.1.0": {
  5678. "sha512": "xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
  5679. "type": "package",
  5680. "path": "system.net.sockets/4.1.0",
  5681. "files": [
  5682. ".nupkg.metadata",
  5683. ".signature.p7s",
  5684. "ThirdPartyNotices.txt",
  5685. "dotnet_library_license.txt",
  5686. "lib/MonoAndroid10/_._",
  5687. "lib/MonoTouch10/_._",
  5688. "lib/net46/System.Net.Sockets.dll",
  5689. "lib/xamarinios10/_._",
  5690. "lib/xamarinmac20/_._",
  5691. "lib/xamarintvos10/_._",
  5692. "lib/xamarinwatchos10/_._",
  5693. "ref/MonoAndroid10/_._",
  5694. "ref/MonoTouch10/_._",
  5695. "ref/net46/System.Net.Sockets.dll",
  5696. "ref/netstandard1.3/System.Net.Sockets.dll",
  5697. "ref/netstandard1.3/System.Net.Sockets.xml",
  5698. "ref/netstandard1.3/de/System.Net.Sockets.xml",
  5699. "ref/netstandard1.3/es/System.Net.Sockets.xml",
  5700. "ref/netstandard1.3/fr/System.Net.Sockets.xml",
  5701. "ref/netstandard1.3/it/System.Net.Sockets.xml",
  5702. "ref/netstandard1.3/ja/System.Net.Sockets.xml",
  5703. "ref/netstandard1.3/ko/System.Net.Sockets.xml",
  5704. "ref/netstandard1.3/ru/System.Net.Sockets.xml",
  5705. "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",
  5706. "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",
  5707. "ref/xamarinios10/_._",
  5708. "ref/xamarinmac20/_._",
  5709. "ref/xamarintvos10/_._",
  5710. "ref/xamarinwatchos10/_._",
  5711. "system.net.sockets.4.1.0.nupkg.sha512",
  5712. "system.net.sockets.nuspec"
  5713. ]
  5714. },
  5715. "System.ObjectModel/4.0.12": {
  5716. "sha512": "tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  5717. "type": "package",
  5718. "path": "system.objectmodel/4.0.12",
  5719. "files": [
  5720. ".nupkg.metadata",
  5721. ".signature.p7s",
  5722. "ThirdPartyNotices.txt",
  5723. "dotnet_library_license.txt",
  5724. "lib/MonoAndroid10/_._",
  5725. "lib/MonoTouch10/_._",
  5726. "lib/net45/_._",
  5727. "lib/netcore50/System.ObjectModel.dll",
  5728. "lib/netstandard1.3/System.ObjectModel.dll",
  5729. "lib/portable-net45+win8+wp8+wpa81/_._",
  5730. "lib/win8/_._",
  5731. "lib/wp80/_._",
  5732. "lib/wpa81/_._",
  5733. "lib/xamarinios10/_._",
  5734. "lib/xamarinmac20/_._",
  5735. "lib/xamarintvos10/_._",
  5736. "lib/xamarinwatchos10/_._",
  5737. "ref/MonoAndroid10/_._",
  5738. "ref/MonoTouch10/_._",
  5739. "ref/net45/_._",
  5740. "ref/netcore50/System.ObjectModel.dll",
  5741. "ref/netcore50/System.ObjectModel.xml",
  5742. "ref/netcore50/de/System.ObjectModel.xml",
  5743. "ref/netcore50/es/System.ObjectModel.xml",
  5744. "ref/netcore50/fr/System.ObjectModel.xml",
  5745. "ref/netcore50/it/System.ObjectModel.xml",
  5746. "ref/netcore50/ja/System.ObjectModel.xml",
  5747. "ref/netcore50/ko/System.ObjectModel.xml",
  5748. "ref/netcore50/ru/System.ObjectModel.xml",
  5749. "ref/netcore50/zh-hans/System.ObjectModel.xml",
  5750. "ref/netcore50/zh-hant/System.ObjectModel.xml",
  5751. "ref/netstandard1.0/System.ObjectModel.dll",
  5752. "ref/netstandard1.0/System.ObjectModel.xml",
  5753. "ref/netstandard1.0/de/System.ObjectModel.xml",
  5754. "ref/netstandard1.0/es/System.ObjectModel.xml",
  5755. "ref/netstandard1.0/fr/System.ObjectModel.xml",
  5756. "ref/netstandard1.0/it/System.ObjectModel.xml",
  5757. "ref/netstandard1.0/ja/System.ObjectModel.xml",
  5758. "ref/netstandard1.0/ko/System.ObjectModel.xml",
  5759. "ref/netstandard1.0/ru/System.ObjectModel.xml",
  5760. "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
  5761. "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
  5762. "ref/netstandard1.3/System.ObjectModel.dll",
  5763. "ref/netstandard1.3/System.ObjectModel.xml",
  5764. "ref/netstandard1.3/de/System.ObjectModel.xml",
  5765. "ref/netstandard1.3/es/System.ObjectModel.xml",
  5766. "ref/netstandard1.3/fr/System.ObjectModel.xml",
  5767. "ref/netstandard1.3/it/System.ObjectModel.xml",
  5768. "ref/netstandard1.3/ja/System.ObjectModel.xml",
  5769. "ref/netstandard1.3/ko/System.ObjectModel.xml",
  5770. "ref/netstandard1.3/ru/System.ObjectModel.xml",
  5771. "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
  5772. "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
  5773. "ref/portable-net45+win8+wp8+wpa81/_._",
  5774. "ref/win8/_._",
  5775. "ref/wp80/_._",
  5776. "ref/wpa81/_._",
  5777. "ref/xamarinios10/_._",
  5778. "ref/xamarinmac20/_._",
  5779. "ref/xamarintvos10/_._",
  5780. "ref/xamarinwatchos10/_._",
  5781. "system.objectmodel.4.0.12.nupkg.sha512",
  5782. "system.objectmodel.nuspec"
  5783. ]
  5784. },
  5785. "System.Private.Uri/4.0.1": {
  5786. "sha512": "OltceAn9yyNf9LZIqvf80DhdRH55iVu1fxowdR79018w1CWIRNojUZBStsiRHvADeKI5pXcM9EftOFikBQh5AA==",
  5787. "type": "package",
  5788. "path": "system.private.uri/4.0.1",
  5789. "files": [
  5790. ".nupkg.metadata",
  5791. ".signature.p7s",
  5792. "ThirdPartyNotices.txt",
  5793. "dotnet_library_license.txt",
  5794. "ref/netstandard/_._",
  5795. "system.private.uri.4.0.1.nupkg.sha512",
  5796. "system.private.uri.nuspec"
  5797. ]
  5798. },
  5799. "System.Reflection/4.1.0": {
  5800. "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
  5801. "type": "package",
  5802. "path": "system.reflection/4.1.0",
  5803. "files": [
  5804. ".nupkg.metadata",
  5805. ".signature.p7s",
  5806. "ThirdPartyNotices.txt",
  5807. "dotnet_library_license.txt",
  5808. "lib/MonoAndroid10/_._",
  5809. "lib/MonoTouch10/_._",
  5810. "lib/net45/_._",
  5811. "lib/net462/System.Reflection.dll",
  5812. "lib/portable-net45+win8+wp8+wpa81/_._",
  5813. "lib/win8/_._",
  5814. "lib/wp80/_._",
  5815. "lib/wpa81/_._",
  5816. "lib/xamarinios10/_._",
  5817. "lib/xamarinmac20/_._",
  5818. "lib/xamarintvos10/_._",
  5819. "lib/xamarinwatchos10/_._",
  5820. "ref/MonoAndroid10/_._",
  5821. "ref/MonoTouch10/_._",
  5822. "ref/net45/_._",
  5823. "ref/net462/System.Reflection.dll",
  5824. "ref/netcore50/System.Reflection.dll",
  5825. "ref/netcore50/System.Reflection.xml",
  5826. "ref/netcore50/de/System.Reflection.xml",
  5827. "ref/netcore50/es/System.Reflection.xml",
  5828. "ref/netcore50/fr/System.Reflection.xml",
  5829. "ref/netcore50/it/System.Reflection.xml",
  5830. "ref/netcore50/ja/System.Reflection.xml",
  5831. "ref/netcore50/ko/System.Reflection.xml",
  5832. "ref/netcore50/ru/System.Reflection.xml",
  5833. "ref/netcore50/zh-hans/System.Reflection.xml",
  5834. "ref/netcore50/zh-hant/System.Reflection.xml",
  5835. "ref/netstandard1.0/System.Reflection.dll",
  5836. "ref/netstandard1.0/System.Reflection.xml",
  5837. "ref/netstandard1.0/de/System.Reflection.xml",
  5838. "ref/netstandard1.0/es/System.Reflection.xml",
  5839. "ref/netstandard1.0/fr/System.Reflection.xml",
  5840. "ref/netstandard1.0/it/System.Reflection.xml",
  5841. "ref/netstandard1.0/ja/System.Reflection.xml",
  5842. "ref/netstandard1.0/ko/System.Reflection.xml",
  5843. "ref/netstandard1.0/ru/System.Reflection.xml",
  5844. "ref/netstandard1.0/zh-hans/System.Reflection.xml",
  5845. "ref/netstandard1.0/zh-hant/System.Reflection.xml",
  5846. "ref/netstandard1.3/System.Reflection.dll",
  5847. "ref/netstandard1.3/System.Reflection.xml",
  5848. "ref/netstandard1.3/de/System.Reflection.xml",
  5849. "ref/netstandard1.3/es/System.Reflection.xml",
  5850. "ref/netstandard1.3/fr/System.Reflection.xml",
  5851. "ref/netstandard1.3/it/System.Reflection.xml",
  5852. "ref/netstandard1.3/ja/System.Reflection.xml",
  5853. "ref/netstandard1.3/ko/System.Reflection.xml",
  5854. "ref/netstandard1.3/ru/System.Reflection.xml",
  5855. "ref/netstandard1.3/zh-hans/System.Reflection.xml",
  5856. "ref/netstandard1.3/zh-hant/System.Reflection.xml",
  5857. "ref/netstandard1.5/System.Reflection.dll",
  5858. "ref/netstandard1.5/System.Reflection.xml",
  5859. "ref/netstandard1.5/de/System.Reflection.xml",
  5860. "ref/netstandard1.5/es/System.Reflection.xml",
  5861. "ref/netstandard1.5/fr/System.Reflection.xml",
  5862. "ref/netstandard1.5/it/System.Reflection.xml",
  5863. "ref/netstandard1.5/ja/System.Reflection.xml",
  5864. "ref/netstandard1.5/ko/System.Reflection.xml",
  5865. "ref/netstandard1.5/ru/System.Reflection.xml",
  5866. "ref/netstandard1.5/zh-hans/System.Reflection.xml",
  5867. "ref/netstandard1.5/zh-hant/System.Reflection.xml",
  5868. "ref/portable-net45+win8+wp8+wpa81/_._",
  5869. "ref/win8/_._",
  5870. "ref/wp80/_._",
  5871. "ref/wpa81/_._",
  5872. "ref/xamarinios10/_._",
  5873. "ref/xamarinmac20/_._",
  5874. "ref/xamarintvos10/_._",
  5875. "ref/xamarinwatchos10/_._",
  5876. "system.reflection.4.1.0.nupkg.sha512",
  5877. "system.reflection.nuspec"
  5878. ]
  5879. },
  5880. "System.Reflection.Emit/4.0.1": {
  5881. "sha512": "P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  5882. "type": "package",
  5883. "path": "system.reflection.emit/4.0.1",
  5884. "files": [
  5885. ".nupkg.metadata",
  5886. ".signature.p7s",
  5887. "ThirdPartyNotices.txt",
  5888. "dotnet_library_license.txt",
  5889. "lib/MonoAndroid10/_._",
  5890. "lib/net45/_._",
  5891. "lib/netcore50/System.Reflection.Emit.dll",
  5892. "lib/netstandard1.3/System.Reflection.Emit.dll",
  5893. "lib/xamarinmac20/_._",
  5894. "ref/MonoAndroid10/_._",
  5895. "ref/net45/_._",
  5896. "ref/netstandard1.1/System.Reflection.Emit.dll",
  5897. "ref/netstandard1.1/System.Reflection.Emit.xml",
  5898. "ref/netstandard1.1/de/System.Reflection.Emit.xml",
  5899. "ref/netstandard1.1/es/System.Reflection.Emit.xml",
  5900. "ref/netstandard1.1/fr/System.Reflection.Emit.xml",
  5901. "ref/netstandard1.1/it/System.Reflection.Emit.xml",
  5902. "ref/netstandard1.1/ja/System.Reflection.Emit.xml",
  5903. "ref/netstandard1.1/ko/System.Reflection.Emit.xml",
  5904. "ref/netstandard1.1/ru/System.Reflection.Emit.xml",
  5905. "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",
  5906. "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",
  5907. "ref/xamarinmac20/_._",
  5908. "system.reflection.emit.4.0.1.nupkg.sha512",
  5909. "system.reflection.emit.nuspec"
  5910. ]
  5911. },
  5912. "System.Reflection.Emit.ILGeneration/4.0.1": {
  5913. "sha512": "Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  5914. "type": "package",
  5915. "path": "system.reflection.emit.ilgeneration/4.0.1",
  5916. "files": [
  5917. ".nupkg.metadata",
  5918. ".signature.p7s",
  5919. "ThirdPartyNotices.txt",
  5920. "dotnet_library_license.txt",
  5921. "lib/net45/_._",
  5922. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
  5923. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll",
  5924. "lib/portable-net45+wp8/_._",
  5925. "lib/wp80/_._",
  5926. "ref/net45/_._",
  5927. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
  5928. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",
  5929. "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",
  5930. "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",
  5931. "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",
  5932. "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",
  5933. "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",
  5934. "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",
  5935. "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",
  5936. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",
  5937. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",
  5938. "ref/portable-net45+wp8/_._",
  5939. "ref/wp80/_._",
  5940. "runtimes/aot/lib/netcore50/_._",
  5941. "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512",
  5942. "system.reflection.emit.ilgeneration.nuspec"
  5943. ]
  5944. },
  5945. "System.Reflection.Emit.Lightweight/4.0.1": {
  5946. "sha512": "sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
  5947. "type": "package",
  5948. "path": "system.reflection.emit.lightweight/4.0.1",
  5949. "files": [
  5950. ".nupkg.metadata",
  5951. ".signature.p7s",
  5952. "ThirdPartyNotices.txt",
  5953. "dotnet_library_license.txt",
  5954. "lib/net45/_._",
  5955. "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
  5956. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll",
  5957. "lib/portable-net45+wp8/_._",
  5958. "lib/wp80/_._",
  5959. "ref/net45/_._",
  5960. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
  5961. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
  5962. "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml",
  5963. "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml",
  5964. "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml",
  5965. "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml",
  5966. "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml",
  5967. "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml",
  5968. "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml",
  5969. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml",
  5970. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml",
  5971. "ref/portable-net45+wp8/_._",
  5972. "ref/wp80/_._",
  5973. "runtimes/aot/lib/netcore50/_._",
  5974. "system.reflection.emit.lightweight.4.0.1.nupkg.sha512",
  5975. "system.reflection.emit.lightweight.nuspec"
  5976. ]
  5977. },
  5978. "System.Reflection.Extensions/4.0.1": {
  5979. "sha512": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  5980. "type": "package",
  5981. "path": "system.reflection.extensions/4.0.1",
  5982. "files": [
  5983. ".nupkg.metadata",
  5984. ".signature.p7s",
  5985. "ThirdPartyNotices.txt",
  5986. "dotnet_library_license.txt",
  5987. "lib/MonoAndroid10/_._",
  5988. "lib/MonoTouch10/_._",
  5989. "lib/net45/_._",
  5990. "lib/portable-net45+win8+wp8+wpa81/_._",
  5991. "lib/win8/_._",
  5992. "lib/wp80/_._",
  5993. "lib/wpa81/_._",
  5994. "lib/xamarinios10/_._",
  5995. "lib/xamarinmac20/_._",
  5996. "lib/xamarintvos10/_._",
  5997. "lib/xamarinwatchos10/_._",
  5998. "ref/MonoAndroid10/_._",
  5999. "ref/MonoTouch10/_._",
  6000. "ref/net45/_._",
  6001. "ref/netcore50/System.Reflection.Extensions.dll",
  6002. "ref/netcore50/System.Reflection.Extensions.xml",
  6003. "ref/netcore50/de/System.Reflection.Extensions.xml",
  6004. "ref/netcore50/es/System.Reflection.Extensions.xml",
  6005. "ref/netcore50/fr/System.Reflection.Extensions.xml",
  6006. "ref/netcore50/it/System.Reflection.Extensions.xml",
  6007. "ref/netcore50/ja/System.Reflection.Extensions.xml",
  6008. "ref/netcore50/ko/System.Reflection.Extensions.xml",
  6009. "ref/netcore50/ru/System.Reflection.Extensions.xml",
  6010. "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
  6011. "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
  6012. "ref/netstandard1.0/System.Reflection.Extensions.dll",
  6013. "ref/netstandard1.0/System.Reflection.Extensions.xml",
  6014. "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
  6015. "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
  6016. "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
  6017. "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
  6018. "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
  6019. "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
  6020. "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
  6021. "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
  6022. "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
  6023. "ref/portable-net45+win8+wp8+wpa81/_._",
  6024. "ref/win8/_._",
  6025. "ref/wp80/_._",
  6026. "ref/wpa81/_._",
  6027. "ref/xamarinios10/_._",
  6028. "ref/xamarinmac20/_._",
  6029. "ref/xamarintvos10/_._",
  6030. "ref/xamarinwatchos10/_._",
  6031. "system.reflection.extensions.4.0.1.nupkg.sha512",
  6032. "system.reflection.extensions.nuspec"
  6033. ]
  6034. },
  6035. "System.Reflection.Primitives/4.0.1": {
  6036. "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
  6037. "type": "package",
  6038. "path": "system.reflection.primitives/4.0.1",
  6039. "files": [
  6040. ".nupkg.metadata",
  6041. ".signature.p7s",
  6042. "ThirdPartyNotices.txt",
  6043. "dotnet_library_license.txt",
  6044. "lib/MonoAndroid10/_._",
  6045. "lib/MonoTouch10/_._",
  6046. "lib/net45/_._",
  6047. "lib/portable-net45+win8+wp8+wpa81/_._",
  6048. "lib/win8/_._",
  6049. "lib/wp80/_._",
  6050. "lib/wpa81/_._",
  6051. "lib/xamarinios10/_._",
  6052. "lib/xamarinmac20/_._",
  6053. "lib/xamarintvos10/_._",
  6054. "lib/xamarinwatchos10/_._",
  6055. "ref/MonoAndroid10/_._",
  6056. "ref/MonoTouch10/_._",
  6057. "ref/net45/_._",
  6058. "ref/netcore50/System.Reflection.Primitives.dll",
  6059. "ref/netcore50/System.Reflection.Primitives.xml",
  6060. "ref/netcore50/de/System.Reflection.Primitives.xml",
  6061. "ref/netcore50/es/System.Reflection.Primitives.xml",
  6062. "ref/netcore50/fr/System.Reflection.Primitives.xml",
  6063. "ref/netcore50/it/System.Reflection.Primitives.xml",
  6064. "ref/netcore50/ja/System.Reflection.Primitives.xml",
  6065. "ref/netcore50/ko/System.Reflection.Primitives.xml",
  6066. "ref/netcore50/ru/System.Reflection.Primitives.xml",
  6067. "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
  6068. "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
  6069. "ref/netstandard1.0/System.Reflection.Primitives.dll",
  6070. "ref/netstandard1.0/System.Reflection.Primitives.xml",
  6071. "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
  6072. "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
  6073. "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
  6074. "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
  6075. "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
  6076. "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
  6077. "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
  6078. "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
  6079. "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
  6080. "ref/portable-net45+win8+wp8+wpa81/_._",
  6081. "ref/win8/_._",
  6082. "ref/wp80/_._",
  6083. "ref/wpa81/_._",
  6084. "ref/xamarinios10/_._",
  6085. "ref/xamarinmac20/_._",
  6086. "ref/xamarintvos10/_._",
  6087. "ref/xamarinwatchos10/_._",
  6088. "system.reflection.primitives.4.0.1.nupkg.sha512",
  6089. "system.reflection.primitives.nuspec"
  6090. ]
  6091. },
  6092. "System.Reflection.TypeExtensions/4.1.0": {
  6093. "sha512": "tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
  6094. "type": "package",
  6095. "path": "system.reflection.typeextensions/4.1.0",
  6096. "files": [
  6097. ".nupkg.metadata",
  6098. ".signature.p7s",
  6099. "ThirdPartyNotices.txt",
  6100. "dotnet_library_license.txt",
  6101. "lib/MonoAndroid10/_._",
  6102. "lib/MonoTouch10/_._",
  6103. "lib/net46/System.Reflection.TypeExtensions.dll",
  6104. "lib/net462/System.Reflection.TypeExtensions.dll",
  6105. "lib/netcore50/System.Reflection.TypeExtensions.dll",
  6106. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll",
  6107. "lib/xamarinios10/_._",
  6108. "lib/xamarinmac20/_._",
  6109. "lib/xamarintvos10/_._",
  6110. "lib/xamarinwatchos10/_._",
  6111. "ref/MonoAndroid10/_._",
  6112. "ref/MonoTouch10/_._",
  6113. "ref/net46/System.Reflection.TypeExtensions.dll",
  6114. "ref/net462/System.Reflection.TypeExtensions.dll",
  6115. "ref/netstandard1.3/System.Reflection.TypeExtensions.dll",
  6116. "ref/netstandard1.3/System.Reflection.TypeExtensions.xml",
  6117. "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml",
  6118. "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml",
  6119. "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml",
  6120. "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml",
  6121. "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml",
  6122. "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml",
  6123. "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml",
  6124. "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml",
  6125. "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml",
  6126. "ref/netstandard1.5/System.Reflection.TypeExtensions.dll",
  6127. "ref/netstandard1.5/System.Reflection.TypeExtensions.xml",
  6128. "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml",
  6129. "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml",
  6130. "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml",
  6131. "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml",
  6132. "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml",
  6133. "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml",
  6134. "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml",
  6135. "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml",
  6136. "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml",
  6137. "ref/xamarinios10/_._",
  6138. "ref/xamarinmac20/_._",
  6139. "ref/xamarintvos10/_._",
  6140. "ref/xamarinwatchos10/_._",
  6141. "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll",
  6142. "system.reflection.typeextensions.4.1.0.nupkg.sha512",
  6143. "system.reflection.typeextensions.nuspec"
  6144. ]
  6145. },
  6146. "System.Resources.ResourceManager/4.0.1": {
  6147. "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
  6148. "type": "package",
  6149. "path": "system.resources.resourcemanager/4.0.1",
  6150. "files": [
  6151. ".nupkg.metadata",
  6152. ".signature.p7s",
  6153. "ThirdPartyNotices.txt",
  6154. "dotnet_library_license.txt",
  6155. "lib/MonoAndroid10/_._",
  6156. "lib/MonoTouch10/_._",
  6157. "lib/net45/_._",
  6158. "lib/portable-net45+win8+wp8+wpa81/_._",
  6159. "lib/win8/_._",
  6160. "lib/wp80/_._",
  6161. "lib/wpa81/_._",
  6162. "lib/xamarinios10/_._",
  6163. "lib/xamarinmac20/_._",
  6164. "lib/xamarintvos10/_._",
  6165. "lib/xamarinwatchos10/_._",
  6166. "ref/MonoAndroid10/_._",
  6167. "ref/MonoTouch10/_._",
  6168. "ref/net45/_._",
  6169. "ref/netcore50/System.Resources.ResourceManager.dll",
  6170. "ref/netcore50/System.Resources.ResourceManager.xml",
  6171. "ref/netcore50/de/System.Resources.ResourceManager.xml",
  6172. "ref/netcore50/es/System.Resources.ResourceManager.xml",
  6173. "ref/netcore50/fr/System.Resources.ResourceManager.xml",
  6174. "ref/netcore50/it/System.Resources.ResourceManager.xml",
  6175. "ref/netcore50/ja/System.Resources.ResourceManager.xml",
  6176. "ref/netcore50/ko/System.Resources.ResourceManager.xml",
  6177. "ref/netcore50/ru/System.Resources.ResourceManager.xml",
  6178. "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
  6179. "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
  6180. "ref/netstandard1.0/System.Resources.ResourceManager.dll",
  6181. "ref/netstandard1.0/System.Resources.ResourceManager.xml",
  6182. "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
  6183. "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
  6184. "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
  6185. "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
  6186. "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
  6187. "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
  6188. "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
  6189. "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
  6190. "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
  6191. "ref/portable-net45+win8+wp8+wpa81/_._",
  6192. "ref/win8/_._",
  6193. "ref/wp80/_._",
  6194. "ref/wpa81/_._",
  6195. "ref/xamarinios10/_._",
  6196. "ref/xamarinmac20/_._",
  6197. "ref/xamarintvos10/_._",
  6198. "ref/xamarinwatchos10/_._",
  6199. "system.resources.resourcemanager.4.0.1.nupkg.sha512",
  6200. "system.resources.resourcemanager.nuspec"
  6201. ]
  6202. },
  6203. "System.Runtime/4.1.0": {
  6204. "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
  6205. "type": "package",
  6206. "path": "system.runtime/4.1.0",
  6207. "files": [
  6208. ".nupkg.metadata",
  6209. ".signature.p7s",
  6210. "ThirdPartyNotices.txt",
  6211. "dotnet_library_license.txt",
  6212. "lib/MonoAndroid10/_._",
  6213. "lib/MonoTouch10/_._",
  6214. "lib/net45/_._",
  6215. "lib/net462/System.Runtime.dll",
  6216. "lib/portable-net45+win8+wp80+wpa81/_._",
  6217. "lib/win8/_._",
  6218. "lib/wp80/_._",
  6219. "lib/wpa81/_._",
  6220. "lib/xamarinios10/_._",
  6221. "lib/xamarinmac20/_._",
  6222. "lib/xamarintvos10/_._",
  6223. "lib/xamarinwatchos10/_._",
  6224. "ref/MonoAndroid10/_._",
  6225. "ref/MonoTouch10/_._",
  6226. "ref/net45/_._",
  6227. "ref/net462/System.Runtime.dll",
  6228. "ref/netcore50/System.Runtime.dll",
  6229. "ref/netcore50/System.Runtime.xml",
  6230. "ref/netcore50/de/System.Runtime.xml",
  6231. "ref/netcore50/es/System.Runtime.xml",
  6232. "ref/netcore50/fr/System.Runtime.xml",
  6233. "ref/netcore50/it/System.Runtime.xml",
  6234. "ref/netcore50/ja/System.Runtime.xml",
  6235. "ref/netcore50/ko/System.Runtime.xml",
  6236. "ref/netcore50/ru/System.Runtime.xml",
  6237. "ref/netcore50/zh-hans/System.Runtime.xml",
  6238. "ref/netcore50/zh-hant/System.Runtime.xml",
  6239. "ref/netstandard1.0/System.Runtime.dll",
  6240. "ref/netstandard1.0/System.Runtime.xml",
  6241. "ref/netstandard1.0/de/System.Runtime.xml",
  6242. "ref/netstandard1.0/es/System.Runtime.xml",
  6243. "ref/netstandard1.0/fr/System.Runtime.xml",
  6244. "ref/netstandard1.0/it/System.Runtime.xml",
  6245. "ref/netstandard1.0/ja/System.Runtime.xml",
  6246. "ref/netstandard1.0/ko/System.Runtime.xml",
  6247. "ref/netstandard1.0/ru/System.Runtime.xml",
  6248. "ref/netstandard1.0/zh-hans/System.Runtime.xml",
  6249. "ref/netstandard1.0/zh-hant/System.Runtime.xml",
  6250. "ref/netstandard1.2/System.Runtime.dll",
  6251. "ref/netstandard1.2/System.Runtime.xml",
  6252. "ref/netstandard1.2/de/System.Runtime.xml",
  6253. "ref/netstandard1.2/es/System.Runtime.xml",
  6254. "ref/netstandard1.2/fr/System.Runtime.xml",
  6255. "ref/netstandard1.2/it/System.Runtime.xml",
  6256. "ref/netstandard1.2/ja/System.Runtime.xml",
  6257. "ref/netstandard1.2/ko/System.Runtime.xml",
  6258. "ref/netstandard1.2/ru/System.Runtime.xml",
  6259. "ref/netstandard1.2/zh-hans/System.Runtime.xml",
  6260. "ref/netstandard1.2/zh-hant/System.Runtime.xml",
  6261. "ref/netstandard1.3/System.Runtime.dll",
  6262. "ref/netstandard1.3/System.Runtime.xml",
  6263. "ref/netstandard1.3/de/System.Runtime.xml",
  6264. "ref/netstandard1.3/es/System.Runtime.xml",
  6265. "ref/netstandard1.3/fr/System.Runtime.xml",
  6266. "ref/netstandard1.3/it/System.Runtime.xml",
  6267. "ref/netstandard1.3/ja/System.Runtime.xml",
  6268. "ref/netstandard1.3/ko/System.Runtime.xml",
  6269. "ref/netstandard1.3/ru/System.Runtime.xml",
  6270. "ref/netstandard1.3/zh-hans/System.Runtime.xml",
  6271. "ref/netstandard1.3/zh-hant/System.Runtime.xml",
  6272. "ref/netstandard1.5/System.Runtime.dll",
  6273. "ref/netstandard1.5/System.Runtime.xml",
  6274. "ref/netstandard1.5/de/System.Runtime.xml",
  6275. "ref/netstandard1.5/es/System.Runtime.xml",
  6276. "ref/netstandard1.5/fr/System.Runtime.xml",
  6277. "ref/netstandard1.5/it/System.Runtime.xml",
  6278. "ref/netstandard1.5/ja/System.Runtime.xml",
  6279. "ref/netstandard1.5/ko/System.Runtime.xml",
  6280. "ref/netstandard1.5/ru/System.Runtime.xml",
  6281. "ref/netstandard1.5/zh-hans/System.Runtime.xml",
  6282. "ref/netstandard1.5/zh-hant/System.Runtime.xml",
  6283. "ref/portable-net45+win8+wp80+wpa81/_._",
  6284. "ref/win8/_._",
  6285. "ref/wp80/_._",
  6286. "ref/wpa81/_._",
  6287. "ref/xamarinios10/_._",
  6288. "ref/xamarinmac20/_._",
  6289. "ref/xamarintvos10/_._",
  6290. "ref/xamarinwatchos10/_._",
  6291. "system.runtime.4.1.0.nupkg.sha512",
  6292. "system.runtime.nuspec"
  6293. ]
  6294. },
  6295. "System.Runtime.Extensions/4.1.0": {
  6296. "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
  6297. "type": "package",
  6298. "path": "system.runtime.extensions/4.1.0",
  6299. "files": [
  6300. ".nupkg.metadata",
  6301. ".signature.p7s",
  6302. "ThirdPartyNotices.txt",
  6303. "dotnet_library_license.txt",
  6304. "lib/MonoAndroid10/_._",
  6305. "lib/MonoTouch10/_._",
  6306. "lib/net45/_._",
  6307. "lib/net462/System.Runtime.Extensions.dll",
  6308. "lib/portable-net45+win8+wp8+wpa81/_._",
  6309. "lib/win8/_._",
  6310. "lib/wp80/_._",
  6311. "lib/wpa81/_._",
  6312. "lib/xamarinios10/_._",
  6313. "lib/xamarinmac20/_._",
  6314. "lib/xamarintvos10/_._",
  6315. "lib/xamarinwatchos10/_._",
  6316. "ref/MonoAndroid10/_._",
  6317. "ref/MonoTouch10/_._",
  6318. "ref/net45/_._",
  6319. "ref/net462/System.Runtime.Extensions.dll",
  6320. "ref/netcore50/System.Runtime.Extensions.dll",
  6321. "ref/netcore50/System.Runtime.Extensions.xml",
  6322. "ref/netcore50/de/System.Runtime.Extensions.xml",
  6323. "ref/netcore50/es/System.Runtime.Extensions.xml",
  6324. "ref/netcore50/fr/System.Runtime.Extensions.xml",
  6325. "ref/netcore50/it/System.Runtime.Extensions.xml",
  6326. "ref/netcore50/ja/System.Runtime.Extensions.xml",
  6327. "ref/netcore50/ko/System.Runtime.Extensions.xml",
  6328. "ref/netcore50/ru/System.Runtime.Extensions.xml",
  6329. "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
  6330. "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
  6331. "ref/netstandard1.0/System.Runtime.Extensions.dll",
  6332. "ref/netstandard1.0/System.Runtime.Extensions.xml",
  6333. "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
  6334. "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
  6335. "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
  6336. "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
  6337. "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
  6338. "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
  6339. "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
  6340. "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
  6341. "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
  6342. "ref/netstandard1.3/System.Runtime.Extensions.dll",
  6343. "ref/netstandard1.3/System.Runtime.Extensions.xml",
  6344. "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
  6345. "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
  6346. "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
  6347. "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
  6348. "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
  6349. "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
  6350. "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
  6351. "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
  6352. "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
  6353. "ref/netstandard1.5/System.Runtime.Extensions.dll",
  6354. "ref/netstandard1.5/System.Runtime.Extensions.xml",
  6355. "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
  6356. "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
  6357. "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
  6358. "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
  6359. "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
  6360. "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
  6361. "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
  6362. "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
  6363. "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
  6364. "ref/portable-net45+win8+wp8+wpa81/_._",
  6365. "ref/win8/_._",
  6366. "ref/wp80/_._",
  6367. "ref/wpa81/_._",
  6368. "ref/xamarinios10/_._",
  6369. "ref/xamarinmac20/_._",
  6370. "ref/xamarintvos10/_._",
  6371. "ref/xamarinwatchos10/_._",
  6372. "system.runtime.extensions.4.1.0.nupkg.sha512",
  6373. "system.runtime.extensions.nuspec"
  6374. ]
  6375. },
  6376. "System.Runtime.Handles/4.0.1": {
  6377. "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
  6378. "type": "package",
  6379. "path": "system.runtime.handles/4.0.1",
  6380. "files": [
  6381. ".nupkg.metadata",
  6382. ".signature.p7s",
  6383. "ThirdPartyNotices.txt",
  6384. "dotnet_library_license.txt",
  6385. "lib/MonoAndroid10/_._",
  6386. "lib/MonoTouch10/_._",
  6387. "lib/net46/_._",
  6388. "lib/xamarinios10/_._",
  6389. "lib/xamarinmac20/_._",
  6390. "lib/xamarintvos10/_._",
  6391. "lib/xamarinwatchos10/_._",
  6392. "ref/MonoAndroid10/_._",
  6393. "ref/MonoTouch10/_._",
  6394. "ref/net46/_._",
  6395. "ref/netstandard1.3/System.Runtime.Handles.dll",
  6396. "ref/netstandard1.3/System.Runtime.Handles.xml",
  6397. "ref/netstandard1.3/de/System.Runtime.Handles.xml",
  6398. "ref/netstandard1.3/es/System.Runtime.Handles.xml",
  6399. "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
  6400. "ref/netstandard1.3/it/System.Runtime.Handles.xml",
  6401. "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
  6402. "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
  6403. "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
  6404. "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
  6405. "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
  6406. "ref/xamarinios10/_._",
  6407. "ref/xamarinmac20/_._",
  6408. "ref/xamarintvos10/_._",
  6409. "ref/xamarinwatchos10/_._",
  6410. "system.runtime.handles.4.0.1.nupkg.sha512",
  6411. "system.runtime.handles.nuspec"
  6412. ]
  6413. },
  6414. "System.Runtime.InteropServices/4.1.0": {
  6415. "sha512": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
  6416. "type": "package",
  6417. "path": "system.runtime.interopservices/4.1.0",
  6418. "files": [
  6419. ".nupkg.metadata",
  6420. ".signature.p7s",
  6421. "ThirdPartyNotices.txt",
  6422. "dotnet_library_license.txt",
  6423. "lib/MonoAndroid10/_._",
  6424. "lib/MonoTouch10/_._",
  6425. "lib/net45/_._",
  6426. "lib/net462/System.Runtime.InteropServices.dll",
  6427. "lib/portable-net45+win8+wpa81/_._",
  6428. "lib/win8/_._",
  6429. "lib/wpa81/_._",
  6430. "lib/xamarinios10/_._",
  6431. "lib/xamarinmac20/_._",
  6432. "lib/xamarintvos10/_._",
  6433. "lib/xamarinwatchos10/_._",
  6434. "ref/MonoAndroid10/_._",
  6435. "ref/MonoTouch10/_._",
  6436. "ref/net45/_._",
  6437. "ref/net462/System.Runtime.InteropServices.dll",
  6438. "ref/netcore50/System.Runtime.InteropServices.dll",
  6439. "ref/netcore50/System.Runtime.InteropServices.xml",
  6440. "ref/netcore50/de/System.Runtime.InteropServices.xml",
  6441. "ref/netcore50/es/System.Runtime.InteropServices.xml",
  6442. "ref/netcore50/fr/System.Runtime.InteropServices.xml",
  6443. "ref/netcore50/it/System.Runtime.InteropServices.xml",
  6444. "ref/netcore50/ja/System.Runtime.InteropServices.xml",
  6445. "ref/netcore50/ko/System.Runtime.InteropServices.xml",
  6446. "ref/netcore50/ru/System.Runtime.InteropServices.xml",
  6447. "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
  6448. "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
  6449. "ref/netstandard1.1/System.Runtime.InteropServices.dll",
  6450. "ref/netstandard1.1/System.Runtime.InteropServices.xml",
  6451. "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
  6452. "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
  6453. "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
  6454. "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
  6455. "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
  6456. "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
  6457. "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
  6458. "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
  6459. "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
  6460. "ref/netstandard1.2/System.Runtime.InteropServices.dll",
  6461. "ref/netstandard1.2/System.Runtime.InteropServices.xml",
  6462. "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
  6463. "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
  6464. "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
  6465. "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
  6466. "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
  6467. "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
  6468. "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
  6469. "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
  6470. "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
  6471. "ref/netstandard1.3/System.Runtime.InteropServices.dll",
  6472. "ref/netstandard1.3/System.Runtime.InteropServices.xml",
  6473. "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
  6474. "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
  6475. "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
  6476. "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
  6477. "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
  6478. "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
  6479. "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
  6480. "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
  6481. "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
  6482. "ref/netstandard1.5/System.Runtime.InteropServices.dll",
  6483. "ref/netstandard1.5/System.Runtime.InteropServices.xml",
  6484. "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
  6485. "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
  6486. "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
  6487. "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
  6488. "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
  6489. "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
  6490. "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
  6491. "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
  6492. "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
  6493. "ref/portable-net45+win8+wpa81/_._",
  6494. "ref/win8/_._",
  6495. "ref/wpa81/_._",
  6496. "ref/xamarinios10/_._",
  6497. "ref/xamarinmac20/_._",
  6498. "ref/xamarintvos10/_._",
  6499. "ref/xamarinwatchos10/_._",
  6500. "system.runtime.interopservices.4.1.0.nupkg.sha512",
  6501. "system.runtime.interopservices.nuspec"
  6502. ]
  6503. },
  6504. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  6505. "sha512": "hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  6506. "type": "package",
  6507. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  6508. "files": [
  6509. ".nupkg.metadata",
  6510. ".signature.p7s",
  6511. "ThirdPartyNotices.txt",
  6512. "dotnet_library_license.txt",
  6513. "lib/MonoAndroid10/_._",
  6514. "lib/MonoTouch10/_._",
  6515. "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  6516. "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",
  6517. "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",
  6518. "lib/xamarinios10/_._",
  6519. "lib/xamarinmac20/_._",
  6520. "lib/xamarintvos10/_._",
  6521. "lib/xamarinwatchos10/_._",
  6522. "ref/MonoAndroid10/_._",
  6523. "ref/MonoTouch10/_._",
  6524. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  6525. "ref/xamarinios10/_._",
  6526. "ref/xamarinmac20/_._",
  6527. "ref/xamarintvos10/_._",
  6528. "ref/xamarinwatchos10/_._",
  6529. "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  6530. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  6531. "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  6532. "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  6533. "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  6534. "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512",
  6535. "system.runtime.interopservices.runtimeinformation.nuspec"
  6536. ]
  6537. },
  6538. "System.Runtime.Numerics/4.0.1": {
  6539. "sha512": "+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",
  6540. "type": "package",
  6541. "path": "system.runtime.numerics/4.0.1",
  6542. "files": [
  6543. ".nupkg.metadata",
  6544. ".signature.p7s",
  6545. "ThirdPartyNotices.txt",
  6546. "dotnet_library_license.txt",
  6547. "lib/MonoAndroid10/_._",
  6548. "lib/MonoTouch10/_._",
  6549. "lib/net45/_._",
  6550. "lib/netcore50/System.Runtime.Numerics.dll",
  6551. "lib/netstandard1.3/System.Runtime.Numerics.dll",
  6552. "lib/portable-net45+win8+wpa81/_._",
  6553. "lib/win8/_._",
  6554. "lib/wpa81/_._",
  6555. "lib/xamarinios10/_._",
  6556. "lib/xamarinmac20/_._",
  6557. "lib/xamarintvos10/_._",
  6558. "lib/xamarinwatchos10/_._",
  6559. "ref/MonoAndroid10/_._",
  6560. "ref/MonoTouch10/_._",
  6561. "ref/net45/_._",
  6562. "ref/netcore50/System.Runtime.Numerics.dll",
  6563. "ref/netcore50/System.Runtime.Numerics.xml",
  6564. "ref/netcore50/de/System.Runtime.Numerics.xml",
  6565. "ref/netcore50/es/System.Runtime.Numerics.xml",
  6566. "ref/netcore50/fr/System.Runtime.Numerics.xml",
  6567. "ref/netcore50/it/System.Runtime.Numerics.xml",
  6568. "ref/netcore50/ja/System.Runtime.Numerics.xml",
  6569. "ref/netcore50/ko/System.Runtime.Numerics.xml",
  6570. "ref/netcore50/ru/System.Runtime.Numerics.xml",
  6571. "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
  6572. "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
  6573. "ref/netstandard1.1/System.Runtime.Numerics.dll",
  6574. "ref/netstandard1.1/System.Runtime.Numerics.xml",
  6575. "ref/netstandard1.1/de/System.Runtime.Numerics.xml",
  6576. "ref/netstandard1.1/es/System.Runtime.Numerics.xml",
  6577. "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
  6578. "ref/netstandard1.1/it/System.Runtime.Numerics.xml",
  6579. "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
  6580. "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
  6581. "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
  6582. "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
  6583. "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
  6584. "ref/portable-net45+win8+wpa81/_._",
  6585. "ref/win8/_._",
  6586. "ref/wpa81/_._",
  6587. "ref/xamarinios10/_._",
  6588. "ref/xamarinmac20/_._",
  6589. "ref/xamarintvos10/_._",
  6590. "ref/xamarinwatchos10/_._",
  6591. "system.runtime.numerics.4.0.1.nupkg.sha512",
  6592. "system.runtime.numerics.nuspec"
  6593. ]
  6594. },
  6595. "System.Security.Claims/4.0.1": {
  6596. "sha512": "4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==",
  6597. "type": "package",
  6598. "path": "system.security.claims/4.0.1",
  6599. "files": [
  6600. ".nupkg.metadata",
  6601. ".signature.p7s",
  6602. "ThirdPartyNotices.txt",
  6603. "dotnet_library_license.txt",
  6604. "lib/MonoAndroid10/_._",
  6605. "lib/MonoTouch10/_._",
  6606. "lib/net46/System.Security.Claims.dll",
  6607. "lib/netstandard1.3/System.Security.Claims.dll",
  6608. "lib/xamarinios10/_._",
  6609. "lib/xamarinmac20/_._",
  6610. "lib/xamarintvos10/_._",
  6611. "lib/xamarinwatchos10/_._",
  6612. "ref/MonoAndroid10/_._",
  6613. "ref/MonoTouch10/_._",
  6614. "ref/net46/System.Security.Claims.dll",
  6615. "ref/netstandard1.3/System.Security.Claims.dll",
  6616. "ref/netstandard1.3/System.Security.Claims.xml",
  6617. "ref/netstandard1.3/de/System.Security.Claims.xml",
  6618. "ref/netstandard1.3/es/System.Security.Claims.xml",
  6619. "ref/netstandard1.3/fr/System.Security.Claims.xml",
  6620. "ref/netstandard1.3/it/System.Security.Claims.xml",
  6621. "ref/netstandard1.3/ja/System.Security.Claims.xml",
  6622. "ref/netstandard1.3/ko/System.Security.Claims.xml",
  6623. "ref/netstandard1.3/ru/System.Security.Claims.xml",
  6624. "ref/netstandard1.3/zh-hans/System.Security.Claims.xml",
  6625. "ref/netstandard1.3/zh-hant/System.Security.Claims.xml",
  6626. "ref/xamarinios10/_._",
  6627. "ref/xamarinmac20/_._",
  6628. "ref/xamarintvos10/_._",
  6629. "ref/xamarinwatchos10/_._",
  6630. "system.security.claims.4.0.1.nupkg.sha512",
  6631. "system.security.claims.nuspec"
  6632. ]
  6633. },
  6634. "System.Security.Cryptography.Algorithms/4.2.0": {
  6635. "sha512": "8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",
  6636. "type": "package",
  6637. "path": "system.security.cryptography.algorithms/4.2.0",
  6638. "files": [
  6639. ".nupkg.metadata",
  6640. ".signature.p7s",
  6641. "ThirdPartyNotices.txt",
  6642. "dotnet_library_license.txt",
  6643. "lib/MonoAndroid10/_._",
  6644. "lib/MonoTouch10/_._",
  6645. "lib/net46/System.Security.Cryptography.Algorithms.dll",
  6646. "lib/net461/System.Security.Cryptography.Algorithms.dll",
  6647. "lib/net463/System.Security.Cryptography.Algorithms.dll",
  6648. "lib/xamarinios10/_._",
  6649. "lib/xamarinmac20/_._",
  6650. "lib/xamarintvos10/_._",
  6651. "lib/xamarinwatchos10/_._",
  6652. "ref/MonoAndroid10/_._",
  6653. "ref/MonoTouch10/_._",
  6654. "ref/net46/System.Security.Cryptography.Algorithms.dll",
  6655. "ref/net461/System.Security.Cryptography.Algorithms.dll",
  6656. "ref/net463/System.Security.Cryptography.Algorithms.dll",
  6657. "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",
  6658. "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",
  6659. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  6660. "ref/xamarinios10/_._",
  6661. "ref/xamarinmac20/_._",
  6662. "ref/xamarintvos10/_._",
  6663. "ref/xamarinwatchos10/_._",
  6664. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  6665. "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",
  6666. "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",
  6667. "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",
  6668. "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",
  6669. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  6670. "system.security.cryptography.algorithms.4.2.0.nupkg.sha512",
  6671. "system.security.cryptography.algorithms.nuspec"
  6672. ]
  6673. },
  6674. "System.Security.Cryptography.Cng/4.2.0": {
  6675. "sha512": "cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==",
  6676. "type": "package",
  6677. "path": "system.security.cryptography.cng/4.2.0",
  6678. "files": [
  6679. ".nupkg.metadata",
  6680. ".signature.p7s",
  6681. "ThirdPartyNotices.txt",
  6682. "dotnet_library_license.txt",
  6683. "lib/net46/System.Security.Cryptography.Cng.dll",
  6684. "lib/net461/System.Security.Cryptography.Cng.dll",
  6685. "lib/net463/System.Security.Cryptography.Cng.dll",
  6686. "ref/net46/System.Security.Cryptography.Cng.dll",
  6687. "ref/net461/System.Security.Cryptography.Cng.dll",
  6688. "ref/net463/System.Security.Cryptography.Cng.dll",
  6689. "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
  6690. "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
  6691. "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
  6692. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  6693. "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
  6694. "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
  6695. "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll",
  6696. "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
  6697. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  6698. "system.security.cryptography.cng.4.2.0.nupkg.sha512",
  6699. "system.security.cryptography.cng.nuspec"
  6700. ]
  6701. },
  6702. "System.Security.Cryptography.Csp/4.0.0": {
  6703. "sha512": "/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==",
  6704. "type": "package",
  6705. "path": "system.security.cryptography.csp/4.0.0",
  6706. "files": [
  6707. ".nupkg.metadata",
  6708. ".signature.p7s",
  6709. "ThirdPartyNotices.txt",
  6710. "dotnet_library_license.txt",
  6711. "lib/MonoAndroid10/_._",
  6712. "lib/MonoTouch10/_._",
  6713. "lib/net46/System.Security.Cryptography.Csp.dll",
  6714. "lib/xamarinios10/_._",
  6715. "lib/xamarinmac20/_._",
  6716. "lib/xamarintvos10/_._",
  6717. "lib/xamarinwatchos10/_._",
  6718. "ref/MonoAndroid10/_._",
  6719. "ref/MonoTouch10/_._",
  6720. "ref/net46/System.Security.Cryptography.Csp.dll",
  6721. "ref/netstandard1.3/System.Security.Cryptography.Csp.dll",
  6722. "ref/xamarinios10/_._",
  6723. "ref/xamarinmac20/_._",
  6724. "ref/xamarintvos10/_._",
  6725. "ref/xamarinwatchos10/_._",
  6726. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  6727. "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll",
  6728. "runtimes/win/lib/netcore50/_._",
  6729. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  6730. "system.security.cryptography.csp.4.0.0.nupkg.sha512",
  6731. "system.security.cryptography.csp.nuspec"
  6732. ]
  6733. },
  6734. "System.Security.Cryptography.Encoding/4.0.0": {
  6735. "sha512": "FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",
  6736. "type": "package",
  6737. "path": "system.security.cryptography.encoding/4.0.0",
  6738. "files": [
  6739. ".nupkg.metadata",
  6740. ".signature.p7s",
  6741. "ThirdPartyNotices.txt",
  6742. "dotnet_library_license.txt",
  6743. "lib/MonoAndroid10/_._",
  6744. "lib/MonoTouch10/_._",
  6745. "lib/net46/System.Security.Cryptography.Encoding.dll",
  6746. "lib/xamarinios10/_._",
  6747. "lib/xamarinmac20/_._",
  6748. "lib/xamarintvos10/_._",
  6749. "lib/xamarinwatchos10/_._",
  6750. "ref/MonoAndroid10/_._",
  6751. "ref/MonoTouch10/_._",
  6752. "ref/net46/System.Security.Cryptography.Encoding.dll",
  6753. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  6754. "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
  6755. "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
  6756. "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
  6757. "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
  6758. "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
  6759. "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
  6760. "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
  6761. "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
  6762. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
  6763. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
  6764. "ref/xamarinios10/_._",
  6765. "ref/xamarinmac20/_._",
  6766. "ref/xamarintvos10/_._",
  6767. "ref/xamarinwatchos10/_._",
  6768. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  6769. "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",
  6770. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  6771. "system.security.cryptography.encoding.4.0.0.nupkg.sha512",
  6772. "system.security.cryptography.encoding.nuspec"
  6773. ]
  6774. },
  6775. "System.Security.Cryptography.OpenSsl/4.0.0": {
  6776. "sha512": "HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==",
  6777. "type": "package",
  6778. "path": "system.security.cryptography.openssl/4.0.0",
  6779. "files": [
  6780. ".nupkg.metadata",
  6781. ".signature.p7s",
  6782. "ThirdPartyNotices.txt",
  6783. "dotnet_library_license.txt",
  6784. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  6785. "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  6786. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  6787. "system.security.cryptography.openssl.4.0.0.nupkg.sha512",
  6788. "system.security.cryptography.openssl.nuspec"
  6789. ]
  6790. },
  6791. "System.Security.Cryptography.Primitives/4.0.0": {
  6792. "sha512": "Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
  6793. "type": "package",
  6794. "path": "system.security.cryptography.primitives/4.0.0",
  6795. "files": [
  6796. ".nupkg.metadata",
  6797. ".signature.p7s",
  6798. "ThirdPartyNotices.txt",
  6799. "dotnet_library_license.txt",
  6800. "lib/MonoAndroid10/_._",
  6801. "lib/MonoTouch10/_._",
  6802. "lib/net46/System.Security.Cryptography.Primitives.dll",
  6803. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  6804. "lib/xamarinios10/_._",
  6805. "lib/xamarinmac20/_._",
  6806. "lib/xamarintvos10/_._",
  6807. "lib/xamarinwatchos10/_._",
  6808. "ref/MonoAndroid10/_._",
  6809. "ref/MonoTouch10/_._",
  6810. "ref/net46/System.Security.Cryptography.Primitives.dll",
  6811. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  6812. "ref/xamarinios10/_._",
  6813. "ref/xamarinmac20/_._",
  6814. "ref/xamarintvos10/_._",
  6815. "ref/xamarinwatchos10/_._",
  6816. "system.security.cryptography.primitives.4.0.0.nupkg.sha512",
  6817. "system.security.cryptography.primitives.nuspec"
  6818. ]
  6819. },
  6820. "System.Security.Cryptography.X509Certificates/4.1.0": {
  6821. "sha512": "4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",
  6822. "type": "package",
  6823. "path": "system.security.cryptography.x509certificates/4.1.0",
  6824. "files": [
  6825. ".nupkg.metadata",
  6826. ".signature.p7s",
  6827. "ThirdPartyNotices.txt",
  6828. "dotnet_library_license.txt",
  6829. "lib/MonoAndroid10/_._",
  6830. "lib/MonoTouch10/_._",
  6831. "lib/net46/System.Security.Cryptography.X509Certificates.dll",
  6832. "lib/net461/System.Security.Cryptography.X509Certificates.dll",
  6833. "lib/xamarinios10/_._",
  6834. "lib/xamarinmac20/_._",
  6835. "lib/xamarintvos10/_._",
  6836. "lib/xamarinwatchos10/_._",
  6837. "ref/MonoAndroid10/_._",
  6838. "ref/MonoTouch10/_._",
  6839. "ref/net46/System.Security.Cryptography.X509Certificates.dll",
  6840. "ref/net461/System.Security.Cryptography.X509Certificates.dll",
  6841. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
  6842. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
  6843. "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
  6844. "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
  6845. "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
  6846. "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
  6847. "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
  6848. "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
  6849. "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
  6850. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  6851. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  6852. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
  6853. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
  6854. "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
  6855. "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
  6856. "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
  6857. "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
  6858. "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
  6859. "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
  6860. "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
  6861. "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  6862. "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  6863. "ref/xamarinios10/_._",
  6864. "ref/xamarinmac20/_._",
  6865. "ref/xamarintvos10/_._",
  6866. "ref/xamarinwatchos10/_._",
  6867. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  6868. "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",
  6869. "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",
  6870. "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",
  6871. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  6872. "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512",
  6873. "system.security.cryptography.x509certificates.nuspec"
  6874. ]
  6875. },
  6876. "System.Security.Principal/4.0.1": {
  6877. "sha512": "On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==",
  6878. "type": "package",
  6879. "path": "system.security.principal/4.0.1",
  6880. "files": [
  6881. ".nupkg.metadata",
  6882. ".signature.p7s",
  6883. "ThirdPartyNotices.txt",
  6884. "dotnet_library_license.txt",
  6885. "lib/MonoAndroid10/_._",
  6886. "lib/MonoTouch10/_._",
  6887. "lib/net45/_._",
  6888. "lib/netcore50/System.Security.Principal.dll",
  6889. "lib/netstandard1.0/System.Security.Principal.dll",
  6890. "lib/portable-net45+win8+wp8+wpa81/_._",
  6891. "lib/win8/_._",
  6892. "lib/wp80/_._",
  6893. "lib/wpa81/_._",
  6894. "lib/xamarinios10/_._",
  6895. "lib/xamarinmac20/_._",
  6896. "lib/xamarintvos10/_._",
  6897. "lib/xamarinwatchos10/_._",
  6898. "ref/MonoAndroid10/_._",
  6899. "ref/MonoTouch10/_._",
  6900. "ref/net45/_._",
  6901. "ref/netcore50/System.Security.Principal.dll",
  6902. "ref/netcore50/System.Security.Principal.xml",
  6903. "ref/netcore50/de/System.Security.Principal.xml",
  6904. "ref/netcore50/es/System.Security.Principal.xml",
  6905. "ref/netcore50/fr/System.Security.Principal.xml",
  6906. "ref/netcore50/it/System.Security.Principal.xml",
  6907. "ref/netcore50/ja/System.Security.Principal.xml",
  6908. "ref/netcore50/ko/System.Security.Principal.xml",
  6909. "ref/netcore50/ru/System.Security.Principal.xml",
  6910. "ref/netcore50/zh-hans/System.Security.Principal.xml",
  6911. "ref/netcore50/zh-hant/System.Security.Principal.xml",
  6912. "ref/netstandard1.0/System.Security.Principal.dll",
  6913. "ref/netstandard1.0/System.Security.Principal.xml",
  6914. "ref/netstandard1.0/de/System.Security.Principal.xml",
  6915. "ref/netstandard1.0/es/System.Security.Principal.xml",
  6916. "ref/netstandard1.0/fr/System.Security.Principal.xml",
  6917. "ref/netstandard1.0/it/System.Security.Principal.xml",
  6918. "ref/netstandard1.0/ja/System.Security.Principal.xml",
  6919. "ref/netstandard1.0/ko/System.Security.Principal.xml",
  6920. "ref/netstandard1.0/ru/System.Security.Principal.xml",
  6921. "ref/netstandard1.0/zh-hans/System.Security.Principal.xml",
  6922. "ref/netstandard1.0/zh-hant/System.Security.Principal.xml",
  6923. "ref/portable-net45+win8+wp8+wpa81/_._",
  6924. "ref/win8/_._",
  6925. "ref/wp80/_._",
  6926. "ref/wpa81/_._",
  6927. "ref/xamarinios10/_._",
  6928. "ref/xamarinmac20/_._",
  6929. "ref/xamarintvos10/_._",
  6930. "ref/xamarinwatchos10/_._",
  6931. "system.security.principal.4.0.1.nupkg.sha512",
  6932. "system.security.principal.nuspec"
  6933. ]
  6934. },
  6935. "System.Security.Principal.Windows/4.0.0": {
  6936. "sha512": "iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg==",
  6937. "type": "package",
  6938. "path": "system.security.principal.windows/4.0.0",
  6939. "files": [
  6940. ".nupkg.metadata",
  6941. ".signature.p7s",
  6942. "ThirdPartyNotices.txt",
  6943. "dotnet_library_license.txt",
  6944. "lib/net46/System.Security.Principal.Windows.dll",
  6945. "ref/net46/System.Security.Principal.Windows.dll",
  6946. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  6947. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  6948. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  6949. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  6950. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  6951. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  6952. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  6953. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  6954. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  6955. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  6956. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  6957. "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  6958. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  6959. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  6960. "system.security.principal.windows.4.0.0.nupkg.sha512",
  6961. "system.security.principal.windows.nuspec"
  6962. ]
  6963. },
  6964. "System.Text.Encoding/4.0.11": {
  6965. "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
  6966. "type": "package",
  6967. "path": "system.text.encoding/4.0.11",
  6968. "files": [
  6969. ".nupkg.metadata",
  6970. ".signature.p7s",
  6971. "ThirdPartyNotices.txt",
  6972. "dotnet_library_license.txt",
  6973. "lib/MonoAndroid10/_._",
  6974. "lib/MonoTouch10/_._",
  6975. "lib/net45/_._",
  6976. "lib/portable-net45+win8+wp8+wpa81/_._",
  6977. "lib/win8/_._",
  6978. "lib/wp80/_._",
  6979. "lib/wpa81/_._",
  6980. "lib/xamarinios10/_._",
  6981. "lib/xamarinmac20/_._",
  6982. "lib/xamarintvos10/_._",
  6983. "lib/xamarinwatchos10/_._",
  6984. "ref/MonoAndroid10/_._",
  6985. "ref/MonoTouch10/_._",
  6986. "ref/net45/_._",
  6987. "ref/netcore50/System.Text.Encoding.dll",
  6988. "ref/netcore50/System.Text.Encoding.xml",
  6989. "ref/netcore50/de/System.Text.Encoding.xml",
  6990. "ref/netcore50/es/System.Text.Encoding.xml",
  6991. "ref/netcore50/fr/System.Text.Encoding.xml",
  6992. "ref/netcore50/it/System.Text.Encoding.xml",
  6993. "ref/netcore50/ja/System.Text.Encoding.xml",
  6994. "ref/netcore50/ko/System.Text.Encoding.xml",
  6995. "ref/netcore50/ru/System.Text.Encoding.xml",
  6996. "ref/netcore50/zh-hans/System.Text.Encoding.xml",
  6997. "ref/netcore50/zh-hant/System.Text.Encoding.xml",
  6998. "ref/netstandard1.0/System.Text.Encoding.dll",
  6999. "ref/netstandard1.0/System.Text.Encoding.xml",
  7000. "ref/netstandard1.0/de/System.Text.Encoding.xml",
  7001. "ref/netstandard1.0/es/System.Text.Encoding.xml",
  7002. "ref/netstandard1.0/fr/System.Text.Encoding.xml",
  7003. "ref/netstandard1.0/it/System.Text.Encoding.xml",
  7004. "ref/netstandard1.0/ja/System.Text.Encoding.xml",
  7005. "ref/netstandard1.0/ko/System.Text.Encoding.xml",
  7006. "ref/netstandard1.0/ru/System.Text.Encoding.xml",
  7007. "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
  7008. "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
  7009. "ref/netstandard1.3/System.Text.Encoding.dll",
  7010. "ref/netstandard1.3/System.Text.Encoding.xml",
  7011. "ref/netstandard1.3/de/System.Text.Encoding.xml",
  7012. "ref/netstandard1.3/es/System.Text.Encoding.xml",
  7013. "ref/netstandard1.3/fr/System.Text.Encoding.xml",
  7014. "ref/netstandard1.3/it/System.Text.Encoding.xml",
  7015. "ref/netstandard1.3/ja/System.Text.Encoding.xml",
  7016. "ref/netstandard1.3/ko/System.Text.Encoding.xml",
  7017. "ref/netstandard1.3/ru/System.Text.Encoding.xml",
  7018. "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
  7019. "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
  7020. "ref/portable-net45+win8+wp8+wpa81/_._",
  7021. "ref/win8/_._",
  7022. "ref/wp80/_._",
  7023. "ref/wpa81/_._",
  7024. "ref/xamarinios10/_._",
  7025. "ref/xamarinmac20/_._",
  7026. "ref/xamarintvos10/_._",
  7027. "ref/xamarinwatchos10/_._",
  7028. "system.text.encoding.4.0.11.nupkg.sha512",
  7029. "system.text.encoding.nuspec"
  7030. ]
  7031. },
  7032. "System.Text.Encoding.Extensions/4.0.11": {
  7033. "sha512": "jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  7034. "type": "package",
  7035. "path": "system.text.encoding.extensions/4.0.11",
  7036. "files": [
  7037. ".nupkg.metadata",
  7038. ".signature.p7s",
  7039. "ThirdPartyNotices.txt",
  7040. "dotnet_library_license.txt",
  7041. "lib/MonoAndroid10/_._",
  7042. "lib/MonoTouch10/_._",
  7043. "lib/net45/_._",
  7044. "lib/portable-net45+win8+wp8+wpa81/_._",
  7045. "lib/win8/_._",
  7046. "lib/wp80/_._",
  7047. "lib/wpa81/_._",
  7048. "lib/xamarinios10/_._",
  7049. "lib/xamarinmac20/_._",
  7050. "lib/xamarintvos10/_._",
  7051. "lib/xamarinwatchos10/_._",
  7052. "ref/MonoAndroid10/_._",
  7053. "ref/MonoTouch10/_._",
  7054. "ref/net45/_._",
  7055. "ref/netcore50/System.Text.Encoding.Extensions.dll",
  7056. "ref/netcore50/System.Text.Encoding.Extensions.xml",
  7057. "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
  7058. "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
  7059. "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
  7060. "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
  7061. "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
  7062. "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
  7063. "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
  7064. "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
  7065. "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
  7066. "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
  7067. "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
  7068. "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
  7069. "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
  7070. "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
  7071. "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
  7072. "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
  7073. "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
  7074. "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
  7075. "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
  7076. "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
  7077. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
  7078. "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
  7079. "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
  7080. "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
  7081. "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
  7082. "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
  7083. "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
  7084. "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
  7085. "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
  7086. "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
  7087. "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
  7088. "ref/portable-net45+win8+wp8+wpa81/_._",
  7089. "ref/win8/_._",
  7090. "ref/wp80/_._",
  7091. "ref/wpa81/_._",
  7092. "ref/xamarinios10/_._",
  7093. "ref/xamarinmac20/_._",
  7094. "ref/xamarintvos10/_._",
  7095. "ref/xamarinwatchos10/_._",
  7096. "system.text.encoding.extensions.4.0.11.nupkg.sha512",
  7097. "system.text.encoding.extensions.nuspec"
  7098. ]
  7099. },
  7100. "System.Text.RegularExpressions/4.1.0": {
  7101. "sha512": "i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  7102. "type": "package",
  7103. "path": "system.text.regularexpressions/4.1.0",
  7104. "files": [
  7105. ".nupkg.metadata",
  7106. ".signature.p7s",
  7107. "ThirdPartyNotices.txt",
  7108. "dotnet_library_license.txt",
  7109. "lib/MonoAndroid10/_._",
  7110. "lib/MonoTouch10/_._",
  7111. "lib/net45/_._",
  7112. "lib/net463/System.Text.RegularExpressions.dll",
  7113. "lib/netcore50/System.Text.RegularExpressions.dll",
  7114. "lib/netstandard1.6/System.Text.RegularExpressions.dll",
  7115. "lib/portable-net45+win8+wp8+wpa81/_._",
  7116. "lib/win8/_._",
  7117. "lib/wp80/_._",
  7118. "lib/wpa81/_._",
  7119. "lib/xamarinios10/_._",
  7120. "lib/xamarinmac20/_._",
  7121. "lib/xamarintvos10/_._",
  7122. "lib/xamarinwatchos10/_._",
  7123. "ref/MonoAndroid10/_._",
  7124. "ref/MonoTouch10/_._",
  7125. "ref/net45/_._",
  7126. "ref/net463/System.Text.RegularExpressions.dll",
  7127. "ref/netcore50/System.Text.RegularExpressions.dll",
  7128. "ref/netcore50/System.Text.RegularExpressions.xml",
  7129. "ref/netcore50/de/System.Text.RegularExpressions.xml",
  7130. "ref/netcore50/es/System.Text.RegularExpressions.xml",
  7131. "ref/netcore50/fr/System.Text.RegularExpressions.xml",
  7132. "ref/netcore50/it/System.Text.RegularExpressions.xml",
  7133. "ref/netcore50/ja/System.Text.RegularExpressions.xml",
  7134. "ref/netcore50/ko/System.Text.RegularExpressions.xml",
  7135. "ref/netcore50/ru/System.Text.RegularExpressions.xml",
  7136. "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
  7137. "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
  7138. "ref/netstandard1.0/System.Text.RegularExpressions.dll",
  7139. "ref/netstandard1.0/System.Text.RegularExpressions.xml",
  7140. "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
  7141. "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
  7142. "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
  7143. "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
  7144. "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
  7145. "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
  7146. "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
  7147. "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
  7148. "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
  7149. "ref/netstandard1.3/System.Text.RegularExpressions.dll",
  7150. "ref/netstandard1.3/System.Text.RegularExpressions.xml",
  7151. "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
  7152. "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
  7153. "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
  7154. "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
  7155. "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
  7156. "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
  7157. "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
  7158. "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
  7159. "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
  7160. "ref/netstandard1.6/System.Text.RegularExpressions.dll",
  7161. "ref/netstandard1.6/System.Text.RegularExpressions.xml",
  7162. "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
  7163. "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
  7164. "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
  7165. "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
  7166. "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
  7167. "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
  7168. "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
  7169. "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
  7170. "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
  7171. "ref/portable-net45+win8+wp8+wpa81/_._",
  7172. "ref/win8/_._",
  7173. "ref/wp80/_._",
  7174. "ref/wpa81/_._",
  7175. "ref/xamarinios10/_._",
  7176. "ref/xamarinmac20/_._",
  7177. "ref/xamarintvos10/_._",
  7178. "ref/xamarinwatchos10/_._",
  7179. "system.text.regularexpressions.4.1.0.nupkg.sha512",
  7180. "system.text.regularexpressions.nuspec"
  7181. ]
  7182. },
  7183. "System.Threading/4.0.11": {
  7184. "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
  7185. "type": "package",
  7186. "path": "system.threading/4.0.11",
  7187. "files": [
  7188. ".nupkg.metadata",
  7189. ".signature.p7s",
  7190. "ThirdPartyNotices.txt",
  7191. "dotnet_library_license.txt",
  7192. "lib/MonoAndroid10/_._",
  7193. "lib/MonoTouch10/_._",
  7194. "lib/net45/_._",
  7195. "lib/netcore50/System.Threading.dll",
  7196. "lib/netstandard1.3/System.Threading.dll",
  7197. "lib/portable-net45+win8+wp8+wpa81/_._",
  7198. "lib/win8/_._",
  7199. "lib/wp80/_._",
  7200. "lib/wpa81/_._",
  7201. "lib/xamarinios10/_._",
  7202. "lib/xamarinmac20/_._",
  7203. "lib/xamarintvos10/_._",
  7204. "lib/xamarinwatchos10/_._",
  7205. "ref/MonoAndroid10/_._",
  7206. "ref/MonoTouch10/_._",
  7207. "ref/net45/_._",
  7208. "ref/netcore50/System.Threading.dll",
  7209. "ref/netcore50/System.Threading.xml",
  7210. "ref/netcore50/de/System.Threading.xml",
  7211. "ref/netcore50/es/System.Threading.xml",
  7212. "ref/netcore50/fr/System.Threading.xml",
  7213. "ref/netcore50/it/System.Threading.xml",
  7214. "ref/netcore50/ja/System.Threading.xml",
  7215. "ref/netcore50/ko/System.Threading.xml",
  7216. "ref/netcore50/ru/System.Threading.xml",
  7217. "ref/netcore50/zh-hans/System.Threading.xml",
  7218. "ref/netcore50/zh-hant/System.Threading.xml",
  7219. "ref/netstandard1.0/System.Threading.dll",
  7220. "ref/netstandard1.0/System.Threading.xml",
  7221. "ref/netstandard1.0/de/System.Threading.xml",
  7222. "ref/netstandard1.0/es/System.Threading.xml",
  7223. "ref/netstandard1.0/fr/System.Threading.xml",
  7224. "ref/netstandard1.0/it/System.Threading.xml",
  7225. "ref/netstandard1.0/ja/System.Threading.xml",
  7226. "ref/netstandard1.0/ko/System.Threading.xml",
  7227. "ref/netstandard1.0/ru/System.Threading.xml",
  7228. "ref/netstandard1.0/zh-hans/System.Threading.xml",
  7229. "ref/netstandard1.0/zh-hant/System.Threading.xml",
  7230. "ref/netstandard1.3/System.Threading.dll",
  7231. "ref/netstandard1.3/System.Threading.xml",
  7232. "ref/netstandard1.3/de/System.Threading.xml",
  7233. "ref/netstandard1.3/es/System.Threading.xml",
  7234. "ref/netstandard1.3/fr/System.Threading.xml",
  7235. "ref/netstandard1.3/it/System.Threading.xml",
  7236. "ref/netstandard1.3/ja/System.Threading.xml",
  7237. "ref/netstandard1.3/ko/System.Threading.xml",
  7238. "ref/netstandard1.3/ru/System.Threading.xml",
  7239. "ref/netstandard1.3/zh-hans/System.Threading.xml",
  7240. "ref/netstandard1.3/zh-hant/System.Threading.xml",
  7241. "ref/portable-net45+win8+wp8+wpa81/_._",
  7242. "ref/win8/_._",
  7243. "ref/wp80/_._",
  7244. "ref/wpa81/_._",
  7245. "ref/xamarinios10/_._",
  7246. "ref/xamarinmac20/_._",
  7247. "ref/xamarintvos10/_._",
  7248. "ref/xamarinwatchos10/_._",
  7249. "runtimes/aot/lib/netcore50/System.Threading.dll",
  7250. "system.threading.4.0.11.nupkg.sha512",
  7251. "system.threading.nuspec"
  7252. ]
  7253. },
  7254. "System.Threading.Tasks/4.0.11": {
  7255. "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
  7256. "type": "package",
  7257. "path": "system.threading.tasks/4.0.11",
  7258. "files": [
  7259. ".nupkg.metadata",
  7260. ".signature.p7s",
  7261. "ThirdPartyNotices.txt",
  7262. "dotnet_library_license.txt",
  7263. "lib/MonoAndroid10/_._",
  7264. "lib/MonoTouch10/_._",
  7265. "lib/net45/_._",
  7266. "lib/portable-net45+win8+wp8+wpa81/_._",
  7267. "lib/win8/_._",
  7268. "lib/wp80/_._",
  7269. "lib/wpa81/_._",
  7270. "lib/xamarinios10/_._",
  7271. "lib/xamarinmac20/_._",
  7272. "lib/xamarintvos10/_._",
  7273. "lib/xamarinwatchos10/_._",
  7274. "ref/MonoAndroid10/_._",
  7275. "ref/MonoTouch10/_._",
  7276. "ref/net45/_._",
  7277. "ref/netcore50/System.Threading.Tasks.dll",
  7278. "ref/netcore50/System.Threading.Tasks.xml",
  7279. "ref/netcore50/de/System.Threading.Tasks.xml",
  7280. "ref/netcore50/es/System.Threading.Tasks.xml",
  7281. "ref/netcore50/fr/System.Threading.Tasks.xml",
  7282. "ref/netcore50/it/System.Threading.Tasks.xml",
  7283. "ref/netcore50/ja/System.Threading.Tasks.xml",
  7284. "ref/netcore50/ko/System.Threading.Tasks.xml",
  7285. "ref/netcore50/ru/System.Threading.Tasks.xml",
  7286. "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
  7287. "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
  7288. "ref/netstandard1.0/System.Threading.Tasks.dll",
  7289. "ref/netstandard1.0/System.Threading.Tasks.xml",
  7290. "ref/netstandard1.0/de/System.Threading.Tasks.xml",
  7291. "ref/netstandard1.0/es/System.Threading.Tasks.xml",
  7292. "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
  7293. "ref/netstandard1.0/it/System.Threading.Tasks.xml",
  7294. "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
  7295. "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
  7296. "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
  7297. "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
  7298. "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
  7299. "ref/netstandard1.3/System.Threading.Tasks.dll",
  7300. "ref/netstandard1.3/System.Threading.Tasks.xml",
  7301. "ref/netstandard1.3/de/System.Threading.Tasks.xml",
  7302. "ref/netstandard1.3/es/System.Threading.Tasks.xml",
  7303. "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
  7304. "ref/netstandard1.3/it/System.Threading.Tasks.xml",
  7305. "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
  7306. "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
  7307. "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
  7308. "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
  7309. "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
  7310. "ref/portable-net45+win8+wp8+wpa81/_._",
  7311. "ref/win8/_._",
  7312. "ref/wp80/_._",
  7313. "ref/wpa81/_._",
  7314. "ref/xamarinios10/_._",
  7315. "ref/xamarinmac20/_._",
  7316. "ref/xamarintvos10/_._",
  7317. "ref/xamarinwatchos10/_._",
  7318. "system.threading.tasks.4.0.11.nupkg.sha512",
  7319. "system.threading.tasks.nuspec"
  7320. ]
  7321. },
  7322. "System.Threading.Tasks.Extensions/4.0.0": {
  7323. "sha512": "pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==",
  7324. "type": "package",
  7325. "path": "system.threading.tasks.extensions/4.0.0",
  7326. "files": [
  7327. ".nupkg.metadata",
  7328. ".signature.p7s",
  7329. "ThirdPartyNotices.txt",
  7330. "dotnet_library_license.txt",
  7331. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
  7332. "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
  7333. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
  7334. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
  7335. "system.threading.tasks.extensions.4.0.0.nupkg.sha512",
  7336. "system.threading.tasks.extensions.nuspec"
  7337. ]
  7338. },
  7339. "System.Threading.Thread/4.0.0": {
  7340. "sha512": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
  7341. "type": "package",
  7342. "path": "system.threading.thread/4.0.0",
  7343. "files": [
  7344. ".nupkg.metadata",
  7345. ".signature.p7s",
  7346. "ThirdPartyNotices.txt",
  7347. "dotnet_library_license.txt",
  7348. "lib/MonoAndroid10/_._",
  7349. "lib/MonoTouch10/_._",
  7350. "lib/net46/System.Threading.Thread.dll",
  7351. "lib/netcore50/_._",
  7352. "lib/netstandard1.3/System.Threading.Thread.dll",
  7353. "lib/xamarinios10/_._",
  7354. "lib/xamarinmac20/_._",
  7355. "lib/xamarintvos10/_._",
  7356. "lib/xamarinwatchos10/_._",
  7357. "ref/MonoAndroid10/_._",
  7358. "ref/MonoTouch10/_._",
  7359. "ref/net46/System.Threading.Thread.dll",
  7360. "ref/netstandard1.3/System.Threading.Thread.dll",
  7361. "ref/netstandard1.3/System.Threading.Thread.xml",
  7362. "ref/netstandard1.3/de/System.Threading.Thread.xml",
  7363. "ref/netstandard1.3/es/System.Threading.Thread.xml",
  7364. "ref/netstandard1.3/fr/System.Threading.Thread.xml",
  7365. "ref/netstandard1.3/it/System.Threading.Thread.xml",
  7366. "ref/netstandard1.3/ja/System.Threading.Thread.xml",
  7367. "ref/netstandard1.3/ko/System.Threading.Thread.xml",
  7368. "ref/netstandard1.3/ru/System.Threading.Thread.xml",
  7369. "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml",
  7370. "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml",
  7371. "ref/xamarinios10/_._",
  7372. "ref/xamarinmac20/_._",
  7373. "ref/xamarintvos10/_._",
  7374. "ref/xamarinwatchos10/_._",
  7375. "system.threading.thread.4.0.0.nupkg.sha512",
  7376. "system.threading.thread.nuspec"
  7377. ]
  7378. },
  7379. "System.Threading.ThreadPool/4.0.10": {
  7380. "sha512": "IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==",
  7381. "type": "package",
  7382. "path": "system.threading.threadpool/4.0.10",
  7383. "files": [
  7384. ".nupkg.metadata",
  7385. ".signature.p7s",
  7386. "ThirdPartyNotices.txt",
  7387. "dotnet_library_license.txt",
  7388. "lib/MonoAndroid10/_._",
  7389. "lib/MonoTouch10/_._",
  7390. "lib/net46/System.Threading.ThreadPool.dll",
  7391. "lib/netcore50/_._",
  7392. "lib/netstandard1.3/System.Threading.ThreadPool.dll",
  7393. "lib/xamarinios10/_._",
  7394. "lib/xamarinmac20/_._",
  7395. "lib/xamarintvos10/_._",
  7396. "lib/xamarinwatchos10/_._",
  7397. "ref/MonoAndroid10/_._",
  7398. "ref/MonoTouch10/_._",
  7399. "ref/net46/System.Threading.ThreadPool.dll",
  7400. "ref/netstandard1.3/System.Threading.ThreadPool.dll",
  7401. "ref/netstandard1.3/System.Threading.ThreadPool.xml",
  7402. "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
  7403. "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
  7404. "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
  7405. "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
  7406. "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
  7407. "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
  7408. "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
  7409. "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
  7410. "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
  7411. "ref/xamarinios10/_._",
  7412. "ref/xamarinmac20/_._",
  7413. "ref/xamarintvos10/_._",
  7414. "ref/xamarinwatchos10/_._",
  7415. "system.threading.threadpool.4.0.10.nupkg.sha512",
  7416. "system.threading.threadpool.nuspec"
  7417. ]
  7418. },
  7419. "System.Threading.Timer/4.0.1": {
  7420. "sha512": "saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
  7421. "type": "package",
  7422. "path": "system.threading.timer/4.0.1",
  7423. "files": [
  7424. ".nupkg.metadata",
  7425. ".signature.p7s",
  7426. "ThirdPartyNotices.txt",
  7427. "dotnet_library_license.txt",
  7428. "lib/MonoAndroid10/_._",
  7429. "lib/MonoTouch10/_._",
  7430. "lib/net451/_._",
  7431. "lib/portable-net451+win81+wpa81/_._",
  7432. "lib/win81/_._",
  7433. "lib/wpa81/_._",
  7434. "lib/xamarinios10/_._",
  7435. "lib/xamarinmac20/_._",
  7436. "lib/xamarintvos10/_._",
  7437. "lib/xamarinwatchos10/_._",
  7438. "ref/MonoAndroid10/_._",
  7439. "ref/MonoTouch10/_._",
  7440. "ref/net451/_._",
  7441. "ref/netcore50/System.Threading.Timer.dll",
  7442. "ref/netcore50/System.Threading.Timer.xml",
  7443. "ref/netcore50/de/System.Threading.Timer.xml",
  7444. "ref/netcore50/es/System.Threading.Timer.xml",
  7445. "ref/netcore50/fr/System.Threading.Timer.xml",
  7446. "ref/netcore50/it/System.Threading.Timer.xml",
  7447. "ref/netcore50/ja/System.Threading.Timer.xml",
  7448. "ref/netcore50/ko/System.Threading.Timer.xml",
  7449. "ref/netcore50/ru/System.Threading.Timer.xml",
  7450. "ref/netcore50/zh-hans/System.Threading.Timer.xml",
  7451. "ref/netcore50/zh-hant/System.Threading.Timer.xml",
  7452. "ref/netstandard1.2/System.Threading.Timer.dll",
  7453. "ref/netstandard1.2/System.Threading.Timer.xml",
  7454. "ref/netstandard1.2/de/System.Threading.Timer.xml",
  7455. "ref/netstandard1.2/es/System.Threading.Timer.xml",
  7456. "ref/netstandard1.2/fr/System.Threading.Timer.xml",
  7457. "ref/netstandard1.2/it/System.Threading.Timer.xml",
  7458. "ref/netstandard1.2/ja/System.Threading.Timer.xml",
  7459. "ref/netstandard1.2/ko/System.Threading.Timer.xml",
  7460. "ref/netstandard1.2/ru/System.Threading.Timer.xml",
  7461. "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
  7462. "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
  7463. "ref/portable-net451+win81+wpa81/_._",
  7464. "ref/win81/_._",
  7465. "ref/wpa81/_._",
  7466. "ref/xamarinios10/_._",
  7467. "ref/xamarinmac20/_._",
  7468. "ref/xamarintvos10/_._",
  7469. "ref/xamarinwatchos10/_._",
  7470. "system.threading.timer.4.0.1.nupkg.sha512",
  7471. "system.threading.timer.nuspec"
  7472. ]
  7473. },
  7474. "System.Xml.ReaderWriter/4.0.11": {
  7475. "sha512": "ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  7476. "type": "package",
  7477. "path": "system.xml.readerwriter/4.0.11",
  7478. "files": [
  7479. ".nupkg.metadata",
  7480. ".signature.p7s",
  7481. "ThirdPartyNotices.txt",
  7482. "dotnet_library_license.txt",
  7483. "lib/MonoAndroid10/_._",
  7484. "lib/MonoTouch10/_._",
  7485. "lib/net45/_._",
  7486. "lib/netcore50/System.Xml.ReaderWriter.dll",
  7487. "lib/netstandard1.3/System.Xml.ReaderWriter.dll",
  7488. "lib/portable-net45+win8+wp8+wpa81/_._",
  7489. "lib/win8/_._",
  7490. "lib/wp80/_._",
  7491. "lib/wpa81/_._",
  7492. "lib/xamarinios10/_._",
  7493. "lib/xamarinmac20/_._",
  7494. "lib/xamarintvos10/_._",
  7495. "lib/xamarinwatchos10/_._",
  7496. "ref/MonoAndroid10/_._",
  7497. "ref/MonoTouch10/_._",
  7498. "ref/net45/_._",
  7499. "ref/netcore50/System.Xml.ReaderWriter.dll",
  7500. "ref/netcore50/System.Xml.ReaderWriter.xml",
  7501. "ref/netcore50/de/System.Xml.ReaderWriter.xml",
  7502. "ref/netcore50/es/System.Xml.ReaderWriter.xml",
  7503. "ref/netcore50/fr/System.Xml.ReaderWriter.xml",
  7504. "ref/netcore50/it/System.Xml.ReaderWriter.xml",
  7505. "ref/netcore50/ja/System.Xml.ReaderWriter.xml",
  7506. "ref/netcore50/ko/System.Xml.ReaderWriter.xml",
  7507. "ref/netcore50/ru/System.Xml.ReaderWriter.xml",
  7508. "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
  7509. "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
  7510. "ref/netstandard1.0/System.Xml.ReaderWriter.dll",
  7511. "ref/netstandard1.0/System.Xml.ReaderWriter.xml",
  7512. "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
  7513. "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
  7514. "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
  7515. "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
  7516. "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
  7517. "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
  7518. "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
  7519. "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
  7520. "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
  7521. "ref/netstandard1.3/System.Xml.ReaderWriter.dll",
  7522. "ref/netstandard1.3/System.Xml.ReaderWriter.xml",
  7523. "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
  7524. "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
  7525. "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
  7526. "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
  7527. "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
  7528. "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
  7529. "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
  7530. "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
  7531. "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
  7532. "ref/portable-net45+win8+wp8+wpa81/_._",
  7533. "ref/win8/_._",
  7534. "ref/wp80/_._",
  7535. "ref/wpa81/_._",
  7536. "ref/xamarinios10/_._",
  7537. "ref/xamarinmac20/_._",
  7538. "ref/xamarintvos10/_._",
  7539. "ref/xamarinwatchos10/_._",
  7540. "system.xml.readerwriter.4.0.11.nupkg.sha512",
  7541. "system.xml.readerwriter.nuspec"
  7542. ]
  7543. },
  7544. "System.Xml.XDocument/4.0.11": {
  7545. "sha512": "Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  7546. "type": "package",
  7547. "path": "system.xml.xdocument/4.0.11",
  7548. "files": [
  7549. ".nupkg.metadata",
  7550. ".signature.p7s",
  7551. "ThirdPartyNotices.txt",
  7552. "dotnet_library_license.txt",
  7553. "lib/MonoAndroid10/_._",
  7554. "lib/MonoTouch10/_._",
  7555. "lib/net45/_._",
  7556. "lib/netcore50/System.Xml.XDocument.dll",
  7557. "lib/netstandard1.3/System.Xml.XDocument.dll",
  7558. "lib/portable-net45+win8+wp8+wpa81/_._",
  7559. "lib/win8/_._",
  7560. "lib/wp80/_._",
  7561. "lib/wpa81/_._",
  7562. "lib/xamarinios10/_._",
  7563. "lib/xamarinmac20/_._",
  7564. "lib/xamarintvos10/_._",
  7565. "lib/xamarinwatchos10/_._",
  7566. "ref/MonoAndroid10/_._",
  7567. "ref/MonoTouch10/_._",
  7568. "ref/net45/_._",
  7569. "ref/netcore50/System.Xml.XDocument.dll",
  7570. "ref/netcore50/System.Xml.XDocument.xml",
  7571. "ref/netcore50/de/System.Xml.XDocument.xml",
  7572. "ref/netcore50/es/System.Xml.XDocument.xml",
  7573. "ref/netcore50/fr/System.Xml.XDocument.xml",
  7574. "ref/netcore50/it/System.Xml.XDocument.xml",
  7575. "ref/netcore50/ja/System.Xml.XDocument.xml",
  7576. "ref/netcore50/ko/System.Xml.XDocument.xml",
  7577. "ref/netcore50/ru/System.Xml.XDocument.xml",
  7578. "ref/netcore50/zh-hans/System.Xml.XDocument.xml",
  7579. "ref/netcore50/zh-hant/System.Xml.XDocument.xml",
  7580. "ref/netstandard1.0/System.Xml.XDocument.dll",
  7581. "ref/netstandard1.0/System.Xml.XDocument.xml",
  7582. "ref/netstandard1.0/de/System.Xml.XDocument.xml",
  7583. "ref/netstandard1.0/es/System.Xml.XDocument.xml",
  7584. "ref/netstandard1.0/fr/System.Xml.XDocument.xml",
  7585. "ref/netstandard1.0/it/System.Xml.XDocument.xml",
  7586. "ref/netstandard1.0/ja/System.Xml.XDocument.xml",
  7587. "ref/netstandard1.0/ko/System.Xml.XDocument.xml",
  7588. "ref/netstandard1.0/ru/System.Xml.XDocument.xml",
  7589. "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
  7590. "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
  7591. "ref/netstandard1.3/System.Xml.XDocument.dll",
  7592. "ref/netstandard1.3/System.Xml.XDocument.xml",
  7593. "ref/netstandard1.3/de/System.Xml.XDocument.xml",
  7594. "ref/netstandard1.3/es/System.Xml.XDocument.xml",
  7595. "ref/netstandard1.3/fr/System.Xml.XDocument.xml",
  7596. "ref/netstandard1.3/it/System.Xml.XDocument.xml",
  7597. "ref/netstandard1.3/ja/System.Xml.XDocument.xml",
  7598. "ref/netstandard1.3/ko/System.Xml.XDocument.xml",
  7599. "ref/netstandard1.3/ru/System.Xml.XDocument.xml",
  7600. "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
  7601. "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
  7602. "ref/portable-net45+win8+wp8+wpa81/_._",
  7603. "ref/win8/_._",
  7604. "ref/wp80/_._",
  7605. "ref/wpa81/_._",
  7606. "ref/xamarinios10/_._",
  7607. "ref/xamarinmac20/_._",
  7608. "ref/xamarintvos10/_._",
  7609. "ref/xamarinwatchos10/_._",
  7610. "system.xml.xdocument.4.0.11.nupkg.sha512",
  7611. "system.xml.xdocument.nuspec"
  7612. ]
  7613. },
  7614. "System.Xml.XmlDocument/4.0.1": {
  7615. "sha512": "2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==",
  7616. "type": "package",
  7617. "path": "system.xml.xmldocument/4.0.1",
  7618. "files": [
  7619. ".nupkg.metadata",
  7620. ".signature.p7s",
  7621. "ThirdPartyNotices.txt",
  7622. "dotnet_library_license.txt",
  7623. "lib/MonoAndroid10/_._",
  7624. "lib/MonoTouch10/_._",
  7625. "lib/net46/System.Xml.XmlDocument.dll",
  7626. "lib/netstandard1.3/System.Xml.XmlDocument.dll",
  7627. "lib/xamarinios10/_._",
  7628. "lib/xamarinmac20/_._",
  7629. "lib/xamarintvos10/_._",
  7630. "lib/xamarinwatchos10/_._",
  7631. "ref/MonoAndroid10/_._",
  7632. "ref/MonoTouch10/_._",
  7633. "ref/net46/System.Xml.XmlDocument.dll",
  7634. "ref/netstandard1.3/System.Xml.XmlDocument.dll",
  7635. "ref/netstandard1.3/System.Xml.XmlDocument.xml",
  7636. "ref/netstandard1.3/de/System.Xml.XmlDocument.xml",
  7637. "ref/netstandard1.3/es/System.Xml.XmlDocument.xml",
  7638. "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml",
  7639. "ref/netstandard1.3/it/System.Xml.XmlDocument.xml",
  7640. "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml",
  7641. "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml",
  7642. "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml",
  7643. "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml",
  7644. "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml",
  7645. "ref/xamarinios10/_._",
  7646. "ref/xamarinmac20/_._",
  7647. "ref/xamarintvos10/_._",
  7648. "ref/xamarinwatchos10/_._",
  7649. "system.xml.xmldocument.4.0.1.nupkg.sha512",
  7650. "system.xml.xmldocument.nuspec"
  7651. ]
  7652. },
  7653. "System.Xml.XPath/4.0.1": {
  7654. "sha512": "UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==",
  7655. "type": "package",
  7656. "path": "system.xml.xpath/4.0.1",
  7657. "files": [
  7658. ".nupkg.metadata",
  7659. ".signature.p7s",
  7660. "ThirdPartyNotices.txt",
  7661. "dotnet_library_license.txt",
  7662. "lib/MonoAndroid10/_._",
  7663. "lib/MonoTouch10/_._",
  7664. "lib/net46/System.Xml.XPath.dll",
  7665. "lib/netstandard1.3/System.Xml.XPath.dll",
  7666. "lib/xamarinios10/_._",
  7667. "lib/xamarinmac20/_._",
  7668. "lib/xamarintvos10/_._",
  7669. "lib/xamarinwatchos10/_._",
  7670. "ref/MonoAndroid10/_._",
  7671. "ref/MonoTouch10/_._",
  7672. "ref/net46/System.Xml.XPath.dll",
  7673. "ref/netstandard1.3/System.Xml.XPath.dll",
  7674. "ref/netstandard1.3/System.Xml.XPath.xml",
  7675. "ref/netstandard1.3/de/System.Xml.XPath.xml",
  7676. "ref/netstandard1.3/es/System.Xml.XPath.xml",
  7677. "ref/netstandard1.3/fr/System.Xml.XPath.xml",
  7678. "ref/netstandard1.3/it/System.Xml.XPath.xml",
  7679. "ref/netstandard1.3/ja/System.Xml.XPath.xml",
  7680. "ref/netstandard1.3/ko/System.Xml.XPath.xml",
  7681. "ref/netstandard1.3/ru/System.Xml.XPath.xml",
  7682. "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml",
  7683. "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml",
  7684. "ref/xamarinios10/_._",
  7685. "ref/xamarinmac20/_._",
  7686. "ref/xamarintvos10/_._",
  7687. "ref/xamarinwatchos10/_._",
  7688. "system.xml.xpath.4.0.1.nupkg.sha512",
  7689. "system.xml.xpath.nuspec"
  7690. ]
  7691. },
  7692. "System.Xml.XPath.XmlDocument/4.0.1": {
  7693. "sha512": "Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==",
  7694. "type": "package",
  7695. "path": "system.xml.xpath.xmldocument/4.0.1",
  7696. "files": [
  7697. ".nupkg.metadata",
  7698. ".signature.p7s",
  7699. "ThirdPartyNotices.txt",
  7700. "dotnet_library_license.txt",
  7701. "lib/MonoAndroid10/_._",
  7702. "lib/MonoTouch10/_._",
  7703. "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll",
  7704. "lib/xamarinios10/_._",
  7705. "lib/xamarinmac20/_._",
  7706. "lib/xamarintvos10/_._",
  7707. "lib/xamarinwatchos10/_._",
  7708. "ref/MonoAndroid10/_._",
  7709. "ref/MonoTouch10/_._",
  7710. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll",
  7711. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.xml",
  7712. "ref/netstandard1.3/de/System.Xml.XPath.XmlDocument.xml",
  7713. "ref/netstandard1.3/es/System.Xml.XPath.XmlDocument.xml",
  7714. "ref/netstandard1.3/fr/System.Xml.XPath.XmlDocument.xml",
  7715. "ref/netstandard1.3/it/System.Xml.XPath.XmlDocument.xml",
  7716. "ref/netstandard1.3/ja/System.Xml.XPath.XmlDocument.xml",
  7717. "ref/netstandard1.3/ko/System.Xml.XPath.XmlDocument.xml",
  7718. "ref/netstandard1.3/ru/System.Xml.XPath.XmlDocument.xml",
  7719. "ref/netstandard1.3/zh-hans/System.Xml.XPath.XmlDocument.xml",
  7720. "ref/netstandard1.3/zh-hant/System.Xml.XPath.XmlDocument.xml",
  7721. "ref/xamarinios10/_._",
  7722. "ref/xamarinmac20/_._",
  7723. "ref/xamarintvos10/_._",
  7724. "ref/xamarinwatchos10/_._",
  7725. "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512",
  7726. "system.xml.xpath.xmldocument.nuspec"
  7727. ]
  7728. }
  7729. },
  7730. "projectFileDependencyGroups": {
  7731. "net8.0": [
  7732. "Npgsql >= 8.0.2",
  7733. "Renci.SshNet >= 1.0.0"
  7734. ]
  7735. },
  7736. "packageFolders": {
  7737. "/Users/michielcarman/.nuget/packages/": {},
  7738. "/usr/local/share/dotnet/sdk/NuGetFallbackFolder": {}
  7739. },
  7740. "project": {
  7741. "version": "1.0.0",
  7742. "restore": {
  7743. "projectUniqueName": "/Users/michielcarman/Projects/vscodeprojects/resequence_pgsql/resequence_pgsql.csproj",
  7744. "projectName": "resequence_pgsql",
  7745. "projectPath": "/Users/michielcarman/Projects/vscodeprojects/resequence_pgsql/resequence_pgsql.csproj",
  7746. "packagesPath": "/Users/michielcarman/.nuget/packages/",
  7747. "outputPath": "/Users/michielcarman/Projects/vscodeprojects/resequence_pgsql/obj/",
  7748. "projectStyle": "PackageReference",
  7749. "fallbackFolders": [
  7750. "/usr/local/share/dotnet/sdk/NuGetFallbackFolder"
  7751. ],
  7752. "configFilePaths": [
  7753. "/Users/michielcarman/.nuget/NuGet/NuGet.Config"
  7754. ],
  7755. "originalTargetFrameworks": [
  7756. "net8.0"
  7757. ],
  7758. "sources": {
  7759. "https://api.nuget.org/v3/index.json": {}
  7760. },
  7761. "frameworks": {
  7762. "net8.0": {
  7763. "targetAlias": "net8.0",
  7764. "projectReferences": {}
  7765. }
  7766. },
  7767. "warningProperties": {
  7768. "warnAsError": [
  7769. "NU1605"
  7770. ]
  7771. },
  7772. "restoreAuditProperties": {
  7773. "enableAudit": "true",
  7774. "auditLevel": "low",
  7775. "auditMode": "direct"
  7776. }
  7777. },
  7778. "frameworks": {
  7779. "net8.0": {
  7780. "targetAlias": "net8.0",
  7781. "dependencies": {
  7782. "Npgsql": {
  7783. "target": "Package",
  7784. "version": "[8.0.2, )"
  7785. },
  7786. "Renci.SshNet": {
  7787. "target": "Package",
  7788. "version": "[1.0.0, )"
  7789. }
  7790. },
  7791. "imports": [
  7792. "net461",
  7793. "net462",
  7794. "net47",
  7795. "net471",
  7796. "net472",
  7797. "net48",
  7798. "net481"
  7799. ],
  7800. "assetTargetFallback": true,
  7801. "warn": true,
  7802. "downloadDependencies": [
  7803. {
  7804. "name": "Microsoft.NETCore.App.Host.linux-x64",
  7805. "version": "[8.0.2, 8.0.2]"
  7806. }
  7807. ],
  7808. "frameworkReferences": {
  7809. "Microsoft.NETCore.App": {
  7810. "privateAssets": "all"
  7811. }
  7812. },
  7813. "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/8.0.201/PortableRuntimeIdentifierGraph.json"
  7814. }
  7815. },
  7816. "runtimes": {
  7817. "linux-x64": {
  7818. "#import": []
  7819. }
  7820. }
  7821. }
  7822. }