Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

5418 linhas
226 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. },
  1561. "libraries": {
  1562. "Microsoft.CSharp/4.0.1": {
  1563. "sha512": "17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
  1564. "type": "package",
  1565. "path": "microsoft.csharp/4.0.1",
  1566. "files": [
  1567. ".nupkg.metadata",
  1568. ".signature.p7s",
  1569. "ThirdPartyNotices.txt",
  1570. "dotnet_library_license.txt",
  1571. "lib/MonoAndroid10/_._",
  1572. "lib/MonoTouch10/_._",
  1573. "lib/net45/_._",
  1574. "lib/netcore50/Microsoft.CSharp.dll",
  1575. "lib/netstandard1.3/Microsoft.CSharp.dll",
  1576. "lib/portable-net45+win8+wp8+wpa81/_._",
  1577. "lib/win8/_._",
  1578. "lib/wp80/_._",
  1579. "lib/wpa81/_._",
  1580. "lib/xamarinios10/_._",
  1581. "lib/xamarinmac20/_._",
  1582. "lib/xamarintvos10/_._",
  1583. "lib/xamarinwatchos10/_._",
  1584. "microsoft.csharp.4.0.1.nupkg.sha512",
  1585. "microsoft.csharp.nuspec",
  1586. "ref/MonoAndroid10/_._",
  1587. "ref/MonoTouch10/_._",
  1588. "ref/net45/_._",
  1589. "ref/netcore50/Microsoft.CSharp.dll",
  1590. "ref/netcore50/Microsoft.CSharp.xml",
  1591. "ref/netcore50/de/Microsoft.CSharp.xml",
  1592. "ref/netcore50/es/Microsoft.CSharp.xml",
  1593. "ref/netcore50/fr/Microsoft.CSharp.xml",
  1594. "ref/netcore50/it/Microsoft.CSharp.xml",
  1595. "ref/netcore50/ja/Microsoft.CSharp.xml",
  1596. "ref/netcore50/ko/Microsoft.CSharp.xml",
  1597. "ref/netcore50/ru/Microsoft.CSharp.xml",
  1598. "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
  1599. "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
  1600. "ref/netstandard1.0/Microsoft.CSharp.dll",
  1601. "ref/netstandard1.0/Microsoft.CSharp.xml",
  1602. "ref/netstandard1.0/de/Microsoft.CSharp.xml",
  1603. "ref/netstandard1.0/es/Microsoft.CSharp.xml",
  1604. "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
  1605. "ref/netstandard1.0/it/Microsoft.CSharp.xml",
  1606. "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
  1607. "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
  1608. "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
  1609. "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
  1610. "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
  1611. "ref/portable-net45+win8+wp8+wpa81/_._",
  1612. "ref/win8/_._",
  1613. "ref/wp80/_._",
  1614. "ref/wpa81/_._",
  1615. "ref/xamarinios10/_._",
  1616. "ref/xamarinmac20/_._",
  1617. "ref/xamarintvos10/_._",
  1618. "ref/xamarinwatchos10/_._"
  1619. ]
  1620. },
  1621. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  1622. "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  1623. "type": "package",
  1624. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  1625. "files": [
  1626. ".nupkg.metadata",
  1627. ".signature.p7s",
  1628. "Icon.png",
  1629. "LICENSE.TXT",
  1630. "PACKAGE.md",
  1631. "THIRD-PARTY-NOTICES.TXT",
  1632. "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  1633. "buildTransitive/net462/_._",
  1634. "buildTransitive/net6.0/_._",
  1635. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
  1636. "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  1637. "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  1638. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  1639. "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  1640. "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  1641. "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  1642. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  1643. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  1644. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  1645. "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  1646. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
  1647. "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
  1648. "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
  1649. "microsoft.extensions.dependencyinjection.abstractions.nuspec",
  1650. "useSharedDesignerContext.txt"
  1651. ]
  1652. },
  1653. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  1654. "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  1655. "type": "package",
  1656. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  1657. "files": [
  1658. ".nupkg.metadata",
  1659. ".signature.p7s",
  1660. "Icon.png",
  1661. "LICENSE.TXT",
  1662. "PACKAGE.md",
  1663. "THIRD-PARTY-NOTICES.TXT",
  1664. "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
  1665. "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  1666. "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  1667. "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  1668. "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  1669. "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  1670. "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  1671. "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  1672. "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  1673. "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  1674. "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  1675. "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  1676. "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  1677. "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  1678. "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
  1679. "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  1680. "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  1681. "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  1682. "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  1683. "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  1684. "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  1685. "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  1686. "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  1687. "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  1688. "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  1689. "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  1690. "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  1691. "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  1692. "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
  1693. "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
  1694. "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
  1695. "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
  1696. "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
  1697. "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
  1698. "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
  1699. "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
  1700. "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
  1701. "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
  1702. "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
  1703. "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
  1704. "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
  1705. "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
  1706. "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
  1707. "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
  1708. "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets",
  1709. "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  1710. "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
  1711. "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
  1712. "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
  1713. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
  1714. "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
  1715. "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll",
  1716. "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml",
  1717. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
  1718. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml",
  1719. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
  1720. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
  1721. "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
  1722. "microsoft.extensions.logging.abstractions.nuspec",
  1723. "useSharedDesignerContext.txt"
  1724. ]
  1725. },
  1726. "Microsoft.NETCore.Platforms/1.0.1": {
  1727. "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
  1728. "type": "package",
  1729. "path": "microsoft.netcore.platforms/1.0.1",
  1730. "files": [
  1731. ".nupkg.metadata",
  1732. ".signature.p7s",
  1733. "ThirdPartyNotices.txt",
  1734. "dotnet_library_license.txt",
  1735. "lib/netstandard1.0/_._",
  1736. "microsoft.netcore.platforms.1.0.1.nupkg.sha512",
  1737. "microsoft.netcore.platforms.nuspec",
  1738. "runtime.json"
  1739. ]
  1740. },
  1741. "Microsoft.NETCore.Targets/1.0.1": {
  1742. "sha512": "rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
  1743. "type": "package",
  1744. "path": "microsoft.netcore.targets/1.0.1",
  1745. "files": [
  1746. ".nupkg.metadata",
  1747. ".signature.p7s",
  1748. "ThirdPartyNotices.txt",
  1749. "dotnet_library_license.txt",
  1750. "lib/netstandard1.0/_._",
  1751. "microsoft.netcore.targets.1.0.1.nupkg.sha512",
  1752. "microsoft.netcore.targets.nuspec",
  1753. "runtime.json"
  1754. ]
  1755. },
  1756. "Microsoft.Win32.Primitives/4.0.1": {
  1757. "sha512": "fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
  1758. "type": "package",
  1759. "path": "microsoft.win32.primitives/4.0.1",
  1760. "files": [
  1761. ".nupkg.metadata",
  1762. ".signature.p7s",
  1763. "ThirdPartyNotices.txt",
  1764. "dotnet_library_license.txt",
  1765. "lib/MonoAndroid10/_._",
  1766. "lib/MonoTouch10/_._",
  1767. "lib/net46/Microsoft.Win32.Primitives.dll",
  1768. "lib/xamarinios10/_._",
  1769. "lib/xamarinmac20/_._",
  1770. "lib/xamarintvos10/_._",
  1771. "lib/xamarinwatchos10/_._",
  1772. "microsoft.win32.primitives.4.0.1.nupkg.sha512",
  1773. "microsoft.win32.primitives.nuspec",
  1774. "ref/MonoAndroid10/_._",
  1775. "ref/MonoTouch10/_._",
  1776. "ref/net46/Microsoft.Win32.Primitives.dll",
  1777. "ref/netstandard1.3/Microsoft.Win32.Primitives.dll",
  1778. "ref/netstandard1.3/Microsoft.Win32.Primitives.xml",
  1779. "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml",
  1780. "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml",
  1781. "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml",
  1782. "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml",
  1783. "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml",
  1784. "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml",
  1785. "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml",
  1786. "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml",
  1787. "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml",
  1788. "ref/xamarinios10/_._",
  1789. "ref/xamarinmac20/_._",
  1790. "ref/xamarintvos10/_._",
  1791. "ref/xamarinwatchos10/_._"
  1792. ]
  1793. },
  1794. "NETStandard.Library/1.6.0": {
  1795. "sha512": "ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  1796. "type": "package",
  1797. "path": "netstandard.library/1.6.0",
  1798. "files": [
  1799. ".nupkg.metadata",
  1800. ".signature.p7s",
  1801. "ThirdPartyNotices.txt",
  1802. "dotnet_library_license.txt",
  1803. "netstandard.library.1.6.0.nupkg.sha512",
  1804. "netstandard.library.nuspec"
  1805. ]
  1806. },
  1807. "Npgsql/8.0.2": {
  1808. "sha512": "MuJzLoWCaQhQAR3oh66YR0Ir6mxuezncGX3f8wxvAc21g0+9HICktJQlqMoODhxztZKXE5k9GxRxqUAN+vPb4g==",
  1809. "type": "package",
  1810. "path": "npgsql/8.0.2",
  1811. "files": [
  1812. ".nupkg.metadata",
  1813. ".signature.p7s",
  1814. "README.md",
  1815. "lib/net6.0/Npgsql.dll",
  1816. "lib/net6.0/Npgsql.xml",
  1817. "lib/net7.0/Npgsql.dll",
  1818. "lib/net7.0/Npgsql.xml",
  1819. "lib/net8.0/Npgsql.dll",
  1820. "lib/net8.0/Npgsql.xml",
  1821. "lib/netstandard2.0/Npgsql.dll",
  1822. "lib/netstandard2.0/Npgsql.xml",
  1823. "lib/netstandard2.1/Npgsql.dll",
  1824. "lib/netstandard2.1/Npgsql.xml",
  1825. "npgsql.8.0.2.nupkg.sha512",
  1826. "npgsql.nuspec",
  1827. "postgresql.png"
  1828. ]
  1829. },
  1830. "Renci.SshNet/1.0.0": {
  1831. "sha512": "7ngta4rM+eNlxI2LjCGIvaxFCmHuZ+IYCgoMgBaz3vfgoiXRyvBt8kRnOnlCSEWFYGFkkmVhAygdy08UU/GdSw==",
  1832. "type": "package",
  1833. "path": "renci.sshnet/1.0.0",
  1834. "files": [
  1835. ".nupkg.metadata",
  1836. ".signature.p7s",
  1837. "lib/netstandard1.3/Renci.SshNet.dll",
  1838. "lib/netstandard1.3/Renci.SshNet.xml",
  1839. "renci.sshnet.1.0.0.nupkg.sha512",
  1840. "renci.sshnet.nuspec"
  1841. ]
  1842. },
  1843. "runtime.native.System/4.0.0": {
  1844. "sha512": "QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
  1845. "type": "package",
  1846. "path": "runtime.native.system/4.0.0",
  1847. "files": [
  1848. ".nupkg.metadata",
  1849. ".signature.p7s",
  1850. "ThirdPartyNotices.txt",
  1851. "dotnet_library_license.txt",
  1852. "lib/netstandard1.0/_._",
  1853. "runtime.native.system.4.0.0.nupkg.sha512",
  1854. "runtime.native.system.nuspec"
  1855. ]
  1856. },
  1857. "runtime.native.System.IO.Compression/4.1.0": {
  1858. "sha512": "Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
  1859. "type": "package",
  1860. "path": "runtime.native.system.io.compression/4.1.0",
  1861. "files": [
  1862. ".nupkg.metadata",
  1863. ".signature.p7s",
  1864. "ThirdPartyNotices.txt",
  1865. "dotnet_library_license.txt",
  1866. "lib/netstandard1.0/_._",
  1867. "runtime.native.system.io.compression.4.1.0.nupkg.sha512",
  1868. "runtime.native.system.io.compression.nuspec"
  1869. ]
  1870. },
  1871. "runtime.native.System.Net.Http/4.0.1": {
  1872. "sha512": "Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==",
  1873. "type": "package",
  1874. "path": "runtime.native.system.net.http/4.0.1",
  1875. "files": [
  1876. ".nupkg.metadata",
  1877. ".signature.p7s",
  1878. "ThirdPartyNotices.txt",
  1879. "dotnet_library_license.txt",
  1880. "lib/netstandard1.0/_._",
  1881. "runtime.native.system.net.http.4.0.1.nupkg.sha512",
  1882. "runtime.native.system.net.http.nuspec"
  1883. ]
  1884. },
  1885. "runtime.native.System.Security.Cryptography/4.0.0": {
  1886. "sha512": "2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
  1887. "type": "package",
  1888. "path": "runtime.native.system.security.cryptography/4.0.0",
  1889. "files": [
  1890. ".nupkg.metadata",
  1891. ".signature.p7s",
  1892. "ThirdPartyNotices.txt",
  1893. "dotnet_library_license.txt",
  1894. "lib/netstandard1.0/_._",
  1895. "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512",
  1896. "runtime.native.system.security.cryptography.nuspec"
  1897. ]
  1898. },
  1899. "SshNet.Security.Cryptography/1.2.0": {
  1900. "sha512": "EeFsirrrkIK+cdlYsxukNjBN98cbU7eHfTYZEwxsbOa3dvgR/OhOD06C0sTxvNPhe4UQ6yM0p1sKcT69jqgjTw==",
  1901. "type": "package",
  1902. "path": "sshnet.security.cryptography/1.2.0",
  1903. "files": [
  1904. ".nupkg.metadata",
  1905. ".signature.p7s",
  1906. "lib/net20/SshNet.Security.Cryptography.dll",
  1907. "lib/net20/SshNet.Security.Cryptography.xml",
  1908. "lib/net40/SshNet.Security.Cryptography.dll",
  1909. "lib/net40/SshNet.Security.Cryptography.xml",
  1910. "lib/net45/SshNet.Security.Cryptography.dll",
  1911. "lib/net45/SshNet.Security.Cryptography.xml",
  1912. "lib/netstandard1.0/SshNet.Security.Cryptography.dll",
  1913. "lib/netstandard1.0/SshNet.Security.Cryptography.xml",
  1914. "lib/netstandard1.3/SshNet.Security.Cryptography.dll",
  1915. "lib/netstandard1.3/SshNet.Security.Cryptography.xml",
  1916. "lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.dll",
  1917. "lib/portable-net45+win8+wpa81/SshNet.Security.Cryptography.xml",
  1918. "lib/sl4/SshNet.Security.Cryptography.dll",
  1919. "lib/sl4/SshNet.Security.Cryptography.xml",
  1920. "lib/sl5/SshNet.Security.Cryptography.dll",
  1921. "lib/sl5/SshNet.Security.Cryptography.xml",
  1922. "lib/uap10.0/SshNet.Security.Cryptography.dll",
  1923. "lib/uap10.0/SshNet.Security.Cryptography.xml",
  1924. "lib/wp71/SshNet.Security.Cryptography.dll",
  1925. "lib/wp71/SshNet.Security.Cryptography.xml",
  1926. "lib/wp8/SshNet.Security.Cryptography.dll",
  1927. "lib/wp8/SshNet.Security.Cryptography.xml",
  1928. "sshnet.security.cryptography.1.2.0.nupkg.sha512",
  1929. "sshnet.security.cryptography.nuspec"
  1930. ]
  1931. },
  1932. "System.AppContext/4.1.0": {
  1933. "sha512": "3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  1934. "type": "package",
  1935. "path": "system.appcontext/4.1.0",
  1936. "files": [
  1937. ".nupkg.metadata",
  1938. ".signature.p7s",
  1939. "ThirdPartyNotices.txt",
  1940. "dotnet_library_license.txt",
  1941. "lib/MonoAndroid10/_._",
  1942. "lib/MonoTouch10/_._",
  1943. "lib/net46/System.AppContext.dll",
  1944. "lib/net463/System.AppContext.dll",
  1945. "lib/netcore50/System.AppContext.dll",
  1946. "lib/netstandard1.6/System.AppContext.dll",
  1947. "lib/xamarinios10/_._",
  1948. "lib/xamarinmac20/_._",
  1949. "lib/xamarintvos10/_._",
  1950. "lib/xamarinwatchos10/_._",
  1951. "ref/MonoAndroid10/_._",
  1952. "ref/MonoTouch10/_._",
  1953. "ref/net46/System.AppContext.dll",
  1954. "ref/net463/System.AppContext.dll",
  1955. "ref/netstandard/_._",
  1956. "ref/netstandard1.3/System.AppContext.dll",
  1957. "ref/netstandard1.3/System.AppContext.xml",
  1958. "ref/netstandard1.3/de/System.AppContext.xml",
  1959. "ref/netstandard1.3/es/System.AppContext.xml",
  1960. "ref/netstandard1.3/fr/System.AppContext.xml",
  1961. "ref/netstandard1.3/it/System.AppContext.xml",
  1962. "ref/netstandard1.3/ja/System.AppContext.xml",
  1963. "ref/netstandard1.3/ko/System.AppContext.xml",
  1964. "ref/netstandard1.3/ru/System.AppContext.xml",
  1965. "ref/netstandard1.3/zh-hans/System.AppContext.xml",
  1966. "ref/netstandard1.3/zh-hant/System.AppContext.xml",
  1967. "ref/netstandard1.6/System.AppContext.dll",
  1968. "ref/netstandard1.6/System.AppContext.xml",
  1969. "ref/netstandard1.6/de/System.AppContext.xml",
  1970. "ref/netstandard1.6/es/System.AppContext.xml",
  1971. "ref/netstandard1.6/fr/System.AppContext.xml",
  1972. "ref/netstandard1.6/it/System.AppContext.xml",
  1973. "ref/netstandard1.6/ja/System.AppContext.xml",
  1974. "ref/netstandard1.6/ko/System.AppContext.xml",
  1975. "ref/netstandard1.6/ru/System.AppContext.xml",
  1976. "ref/netstandard1.6/zh-hans/System.AppContext.xml",
  1977. "ref/netstandard1.6/zh-hant/System.AppContext.xml",
  1978. "ref/xamarinios10/_._",
  1979. "ref/xamarinmac20/_._",
  1980. "ref/xamarintvos10/_._",
  1981. "ref/xamarinwatchos10/_._",
  1982. "runtimes/aot/lib/netcore50/System.AppContext.dll",
  1983. "system.appcontext.4.1.0.nupkg.sha512",
  1984. "system.appcontext.nuspec"
  1985. ]
  1986. },
  1987. "System.Buffers/4.0.0": {
  1988. "sha512": "msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==",
  1989. "type": "package",
  1990. "path": "system.buffers/4.0.0",
  1991. "files": [
  1992. ".nupkg.metadata",
  1993. ".signature.p7s",
  1994. "ThirdPartyNotices.txt",
  1995. "dotnet_library_license.txt",
  1996. "lib/netstandard1.1/.xml",
  1997. "lib/netstandard1.1/System.Buffers.dll",
  1998. "system.buffers.4.0.0.nupkg.sha512",
  1999. "system.buffers.nuspec"
  2000. ]
  2001. },
  2002. "System.Collections/4.0.11": {
  2003. "sha512": "YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
  2004. "type": "package",
  2005. "path": "system.collections/4.0.11",
  2006. "files": [
  2007. ".nupkg.metadata",
  2008. ".signature.p7s",
  2009. "ThirdPartyNotices.txt",
  2010. "dotnet_library_license.txt",
  2011. "lib/MonoAndroid10/_._",
  2012. "lib/MonoTouch10/_._",
  2013. "lib/net45/_._",
  2014. "lib/portable-net45+win8+wp8+wpa81/_._",
  2015. "lib/win8/_._",
  2016. "lib/wp80/_._",
  2017. "lib/wpa81/_._",
  2018. "lib/xamarinios10/_._",
  2019. "lib/xamarinmac20/_._",
  2020. "lib/xamarintvos10/_._",
  2021. "lib/xamarinwatchos10/_._",
  2022. "ref/MonoAndroid10/_._",
  2023. "ref/MonoTouch10/_._",
  2024. "ref/net45/_._",
  2025. "ref/netcore50/System.Collections.dll",
  2026. "ref/netcore50/System.Collections.xml",
  2027. "ref/netcore50/de/System.Collections.xml",
  2028. "ref/netcore50/es/System.Collections.xml",
  2029. "ref/netcore50/fr/System.Collections.xml",
  2030. "ref/netcore50/it/System.Collections.xml",
  2031. "ref/netcore50/ja/System.Collections.xml",
  2032. "ref/netcore50/ko/System.Collections.xml",
  2033. "ref/netcore50/ru/System.Collections.xml",
  2034. "ref/netcore50/zh-hans/System.Collections.xml",
  2035. "ref/netcore50/zh-hant/System.Collections.xml",
  2036. "ref/netstandard1.0/System.Collections.dll",
  2037. "ref/netstandard1.0/System.Collections.xml",
  2038. "ref/netstandard1.0/de/System.Collections.xml",
  2039. "ref/netstandard1.0/es/System.Collections.xml",
  2040. "ref/netstandard1.0/fr/System.Collections.xml",
  2041. "ref/netstandard1.0/it/System.Collections.xml",
  2042. "ref/netstandard1.0/ja/System.Collections.xml",
  2043. "ref/netstandard1.0/ko/System.Collections.xml",
  2044. "ref/netstandard1.0/ru/System.Collections.xml",
  2045. "ref/netstandard1.0/zh-hans/System.Collections.xml",
  2046. "ref/netstandard1.0/zh-hant/System.Collections.xml",
  2047. "ref/netstandard1.3/System.Collections.dll",
  2048. "ref/netstandard1.3/System.Collections.xml",
  2049. "ref/netstandard1.3/de/System.Collections.xml",
  2050. "ref/netstandard1.3/es/System.Collections.xml",
  2051. "ref/netstandard1.3/fr/System.Collections.xml",
  2052. "ref/netstandard1.3/it/System.Collections.xml",
  2053. "ref/netstandard1.3/ja/System.Collections.xml",
  2054. "ref/netstandard1.3/ko/System.Collections.xml",
  2055. "ref/netstandard1.3/ru/System.Collections.xml",
  2056. "ref/netstandard1.3/zh-hans/System.Collections.xml",
  2057. "ref/netstandard1.3/zh-hant/System.Collections.xml",
  2058. "ref/portable-net45+win8+wp8+wpa81/_._",
  2059. "ref/win8/_._",
  2060. "ref/wp80/_._",
  2061. "ref/wpa81/_._",
  2062. "ref/xamarinios10/_._",
  2063. "ref/xamarinmac20/_._",
  2064. "ref/xamarintvos10/_._",
  2065. "ref/xamarinwatchos10/_._",
  2066. "system.collections.4.0.11.nupkg.sha512",
  2067. "system.collections.nuspec"
  2068. ]
  2069. },
  2070. "System.Collections.Concurrent/4.0.12": {
  2071. "sha512": "2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==",
  2072. "type": "package",
  2073. "path": "system.collections.concurrent/4.0.12",
  2074. "files": [
  2075. ".nupkg.metadata",
  2076. ".signature.p7s",
  2077. "ThirdPartyNotices.txt",
  2078. "dotnet_library_license.txt",
  2079. "lib/MonoAndroid10/_._",
  2080. "lib/MonoTouch10/_._",
  2081. "lib/net45/_._",
  2082. "lib/netcore50/System.Collections.Concurrent.dll",
  2083. "lib/netstandard1.3/System.Collections.Concurrent.dll",
  2084. "lib/portable-net45+win8+wpa81/_._",
  2085. "lib/win8/_._",
  2086. "lib/wpa81/_._",
  2087. "lib/xamarinios10/_._",
  2088. "lib/xamarinmac20/_._",
  2089. "lib/xamarintvos10/_._",
  2090. "lib/xamarinwatchos10/_._",
  2091. "ref/MonoAndroid10/_._",
  2092. "ref/MonoTouch10/_._",
  2093. "ref/net45/_._",
  2094. "ref/netcore50/System.Collections.Concurrent.dll",
  2095. "ref/netcore50/System.Collections.Concurrent.xml",
  2096. "ref/netcore50/de/System.Collections.Concurrent.xml",
  2097. "ref/netcore50/es/System.Collections.Concurrent.xml",
  2098. "ref/netcore50/fr/System.Collections.Concurrent.xml",
  2099. "ref/netcore50/it/System.Collections.Concurrent.xml",
  2100. "ref/netcore50/ja/System.Collections.Concurrent.xml",
  2101. "ref/netcore50/ko/System.Collections.Concurrent.xml",
  2102. "ref/netcore50/ru/System.Collections.Concurrent.xml",
  2103. "ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
  2104. "ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
  2105. "ref/netstandard1.1/System.Collections.Concurrent.dll",
  2106. "ref/netstandard1.1/System.Collections.Concurrent.xml",
  2107. "ref/netstandard1.1/de/System.Collections.Concurrent.xml",
  2108. "ref/netstandard1.1/es/System.Collections.Concurrent.xml",
  2109. "ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
  2110. "ref/netstandard1.1/it/System.Collections.Concurrent.xml",
  2111. "ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
  2112. "ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
  2113. "ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
  2114. "ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
  2115. "ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
  2116. "ref/netstandard1.3/System.Collections.Concurrent.dll",
  2117. "ref/netstandard1.3/System.Collections.Concurrent.xml",
  2118. "ref/netstandard1.3/de/System.Collections.Concurrent.xml",
  2119. "ref/netstandard1.3/es/System.Collections.Concurrent.xml",
  2120. "ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
  2121. "ref/netstandard1.3/it/System.Collections.Concurrent.xml",
  2122. "ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
  2123. "ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
  2124. "ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
  2125. "ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
  2126. "ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
  2127. "ref/portable-net45+win8+wpa81/_._",
  2128. "ref/win8/_._",
  2129. "ref/wpa81/_._",
  2130. "ref/xamarinios10/_._",
  2131. "ref/xamarinmac20/_._",
  2132. "ref/xamarintvos10/_._",
  2133. "ref/xamarinwatchos10/_._",
  2134. "system.collections.concurrent.4.0.12.nupkg.sha512",
  2135. "system.collections.concurrent.nuspec"
  2136. ]
  2137. },
  2138. "System.Console/4.0.0": {
  2139. "sha512": "qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
  2140. "type": "package",
  2141. "path": "system.console/4.0.0",
  2142. "files": [
  2143. ".nupkg.metadata",
  2144. ".signature.p7s",
  2145. "ThirdPartyNotices.txt",
  2146. "dotnet_library_license.txt",
  2147. "lib/MonoAndroid10/_._",
  2148. "lib/MonoTouch10/_._",
  2149. "lib/net46/System.Console.dll",
  2150. "lib/xamarinios10/_._",
  2151. "lib/xamarinmac20/_._",
  2152. "lib/xamarintvos10/_._",
  2153. "lib/xamarinwatchos10/_._",
  2154. "ref/MonoAndroid10/_._",
  2155. "ref/MonoTouch10/_._",
  2156. "ref/net46/System.Console.dll",
  2157. "ref/netstandard1.3/System.Console.dll",
  2158. "ref/netstandard1.3/System.Console.xml",
  2159. "ref/netstandard1.3/de/System.Console.xml",
  2160. "ref/netstandard1.3/es/System.Console.xml",
  2161. "ref/netstandard1.3/fr/System.Console.xml",
  2162. "ref/netstandard1.3/it/System.Console.xml",
  2163. "ref/netstandard1.3/ja/System.Console.xml",
  2164. "ref/netstandard1.3/ko/System.Console.xml",
  2165. "ref/netstandard1.3/ru/System.Console.xml",
  2166. "ref/netstandard1.3/zh-hans/System.Console.xml",
  2167. "ref/netstandard1.3/zh-hant/System.Console.xml",
  2168. "ref/xamarinios10/_._",
  2169. "ref/xamarinmac20/_._",
  2170. "ref/xamarintvos10/_._",
  2171. "ref/xamarinwatchos10/_._",
  2172. "system.console.4.0.0.nupkg.sha512",
  2173. "system.console.nuspec"
  2174. ]
  2175. },
  2176. "System.Diagnostics.Debug/4.0.11": {
  2177. "sha512": "w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
  2178. "type": "package",
  2179. "path": "system.diagnostics.debug/4.0.11",
  2180. "files": [
  2181. ".nupkg.metadata",
  2182. ".signature.p7s",
  2183. "ThirdPartyNotices.txt",
  2184. "dotnet_library_license.txt",
  2185. "lib/MonoAndroid10/_._",
  2186. "lib/MonoTouch10/_._",
  2187. "lib/net45/_._",
  2188. "lib/portable-net45+win8+wp8+wpa81/_._",
  2189. "lib/win8/_._",
  2190. "lib/wp80/_._",
  2191. "lib/wpa81/_._",
  2192. "lib/xamarinios10/_._",
  2193. "lib/xamarinmac20/_._",
  2194. "lib/xamarintvos10/_._",
  2195. "lib/xamarinwatchos10/_._",
  2196. "ref/MonoAndroid10/_._",
  2197. "ref/MonoTouch10/_._",
  2198. "ref/net45/_._",
  2199. "ref/netcore50/System.Diagnostics.Debug.dll",
  2200. "ref/netcore50/System.Diagnostics.Debug.xml",
  2201. "ref/netcore50/de/System.Diagnostics.Debug.xml",
  2202. "ref/netcore50/es/System.Diagnostics.Debug.xml",
  2203. "ref/netcore50/fr/System.Diagnostics.Debug.xml",
  2204. "ref/netcore50/it/System.Diagnostics.Debug.xml",
  2205. "ref/netcore50/ja/System.Diagnostics.Debug.xml",
  2206. "ref/netcore50/ko/System.Diagnostics.Debug.xml",
  2207. "ref/netcore50/ru/System.Diagnostics.Debug.xml",
  2208. "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
  2209. "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
  2210. "ref/netstandard1.0/System.Diagnostics.Debug.dll",
  2211. "ref/netstandard1.0/System.Diagnostics.Debug.xml",
  2212. "ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
  2213. "ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
  2214. "ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
  2215. "ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
  2216. "ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
  2217. "ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
  2218. "ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
  2219. "ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
  2220. "ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
  2221. "ref/netstandard1.3/System.Diagnostics.Debug.dll",
  2222. "ref/netstandard1.3/System.Diagnostics.Debug.xml",
  2223. "ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
  2224. "ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
  2225. "ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
  2226. "ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
  2227. "ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
  2228. "ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
  2229. "ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
  2230. "ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
  2231. "ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
  2232. "ref/portable-net45+win8+wp8+wpa81/_._",
  2233. "ref/win8/_._",
  2234. "ref/wp80/_._",
  2235. "ref/wpa81/_._",
  2236. "ref/xamarinios10/_._",
  2237. "ref/xamarinmac20/_._",
  2238. "ref/xamarintvos10/_._",
  2239. "ref/xamarinwatchos10/_._",
  2240. "system.diagnostics.debug.4.0.11.nupkg.sha512",
  2241. "system.diagnostics.debug.nuspec"
  2242. ]
  2243. },
  2244. "System.Diagnostics.DiagnosticSource/4.0.0": {
  2245. "sha512": "YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==",
  2246. "type": "package",
  2247. "path": "system.diagnostics.diagnosticsource/4.0.0",
  2248. "files": [
  2249. ".nupkg.metadata",
  2250. ".signature.p7s",
  2251. "ThirdPartyNotices.txt",
  2252. "dotnet_library_license.txt",
  2253. "lib/net46/System.Diagnostics.DiagnosticSource.dll",
  2254. "lib/net46/System.Diagnostics.DiagnosticSource.xml",
  2255. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll",
  2256. "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml",
  2257. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll",
  2258. "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml",
  2259. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll",
  2260. "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml",
  2261. "system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512",
  2262. "system.diagnostics.diagnosticsource.nuspec"
  2263. ]
  2264. },
  2265. "System.Diagnostics.Tools/4.0.1": {
  2266. "sha512": "xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  2267. "type": "package",
  2268. "path": "system.diagnostics.tools/4.0.1",
  2269. "files": [
  2270. ".nupkg.metadata",
  2271. ".signature.p7s",
  2272. "ThirdPartyNotices.txt",
  2273. "dotnet_library_license.txt",
  2274. "lib/MonoAndroid10/_._",
  2275. "lib/MonoTouch10/_._",
  2276. "lib/net45/_._",
  2277. "lib/portable-net45+win8+wp8+wpa81/_._",
  2278. "lib/win8/_._",
  2279. "lib/wp80/_._",
  2280. "lib/wpa81/_._",
  2281. "lib/xamarinios10/_._",
  2282. "lib/xamarinmac20/_._",
  2283. "lib/xamarintvos10/_._",
  2284. "lib/xamarinwatchos10/_._",
  2285. "ref/MonoAndroid10/_._",
  2286. "ref/MonoTouch10/_._",
  2287. "ref/net45/_._",
  2288. "ref/netcore50/System.Diagnostics.Tools.dll",
  2289. "ref/netcore50/System.Diagnostics.Tools.xml",
  2290. "ref/netcore50/de/System.Diagnostics.Tools.xml",
  2291. "ref/netcore50/es/System.Diagnostics.Tools.xml",
  2292. "ref/netcore50/fr/System.Diagnostics.Tools.xml",
  2293. "ref/netcore50/it/System.Diagnostics.Tools.xml",
  2294. "ref/netcore50/ja/System.Diagnostics.Tools.xml",
  2295. "ref/netcore50/ko/System.Diagnostics.Tools.xml",
  2296. "ref/netcore50/ru/System.Diagnostics.Tools.xml",
  2297. "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
  2298. "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
  2299. "ref/netstandard1.0/System.Diagnostics.Tools.dll",
  2300. "ref/netstandard1.0/System.Diagnostics.Tools.xml",
  2301. "ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
  2302. "ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
  2303. "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
  2304. "ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
  2305. "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
  2306. "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
  2307. "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
  2308. "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
  2309. "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
  2310. "ref/portable-net45+win8+wp8+wpa81/_._",
  2311. "ref/win8/_._",
  2312. "ref/wp80/_._",
  2313. "ref/wpa81/_._",
  2314. "ref/xamarinios10/_._",
  2315. "ref/xamarinmac20/_._",
  2316. "ref/xamarintvos10/_._",
  2317. "ref/xamarinwatchos10/_._",
  2318. "system.diagnostics.tools.4.0.1.nupkg.sha512",
  2319. "system.diagnostics.tools.nuspec"
  2320. ]
  2321. },
  2322. "System.Diagnostics.TraceSource/4.0.0": {
  2323. "sha512": "6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==",
  2324. "type": "package",
  2325. "path": "system.diagnostics.tracesource/4.0.0",
  2326. "files": [
  2327. ".nupkg.metadata",
  2328. ".signature.p7s",
  2329. "ThirdPartyNotices.txt",
  2330. "dotnet_library_license.txt",
  2331. "lib/MonoAndroid10/_._",
  2332. "lib/MonoTouch10/_._",
  2333. "lib/net46/System.Diagnostics.TraceSource.dll",
  2334. "lib/xamarinios10/_._",
  2335. "lib/xamarinmac20/_._",
  2336. "lib/xamarintvos10/_._",
  2337. "lib/xamarinwatchos10/_._",
  2338. "ref/MonoAndroid10/_._",
  2339. "ref/MonoTouch10/_._",
  2340. "ref/net46/System.Diagnostics.TraceSource.dll",
  2341. "ref/netstandard1.3/System.Diagnostics.TraceSource.dll",
  2342. "ref/netstandard1.3/System.Diagnostics.TraceSource.xml",
  2343. "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml",
  2344. "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml",
  2345. "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml",
  2346. "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml",
  2347. "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml",
  2348. "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml",
  2349. "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml",
  2350. "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml",
  2351. "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml",
  2352. "ref/xamarinios10/_._",
  2353. "ref/xamarinmac20/_._",
  2354. "ref/xamarintvos10/_._",
  2355. "ref/xamarinwatchos10/_._",
  2356. "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll",
  2357. "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll",
  2358. "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll",
  2359. "system.diagnostics.tracesource.4.0.0.nupkg.sha512",
  2360. "system.diagnostics.tracesource.nuspec"
  2361. ]
  2362. },
  2363. "System.Diagnostics.Tracing/4.1.0": {
  2364. "sha512": "vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",
  2365. "type": "package",
  2366. "path": "system.diagnostics.tracing/4.1.0",
  2367. "files": [
  2368. ".nupkg.metadata",
  2369. ".signature.p7s",
  2370. "ThirdPartyNotices.txt",
  2371. "dotnet_library_license.txt",
  2372. "lib/MonoAndroid10/_._",
  2373. "lib/MonoTouch10/_._",
  2374. "lib/net45/_._",
  2375. "lib/net462/System.Diagnostics.Tracing.dll",
  2376. "lib/portable-net45+win8+wpa81/_._",
  2377. "lib/win8/_._",
  2378. "lib/wpa81/_._",
  2379. "lib/xamarinios10/_._",
  2380. "lib/xamarinmac20/_._",
  2381. "lib/xamarintvos10/_._",
  2382. "lib/xamarinwatchos10/_._",
  2383. "ref/MonoAndroid10/_._",
  2384. "ref/MonoTouch10/_._",
  2385. "ref/net45/_._",
  2386. "ref/net462/System.Diagnostics.Tracing.dll",
  2387. "ref/netcore50/System.Diagnostics.Tracing.dll",
  2388. "ref/netcore50/System.Diagnostics.Tracing.xml",
  2389. "ref/netcore50/de/System.Diagnostics.Tracing.xml",
  2390. "ref/netcore50/es/System.Diagnostics.Tracing.xml",
  2391. "ref/netcore50/fr/System.Diagnostics.Tracing.xml",
  2392. "ref/netcore50/it/System.Diagnostics.Tracing.xml",
  2393. "ref/netcore50/ja/System.Diagnostics.Tracing.xml",
  2394. "ref/netcore50/ko/System.Diagnostics.Tracing.xml",
  2395. "ref/netcore50/ru/System.Diagnostics.Tracing.xml",
  2396. "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
  2397. "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
  2398. "ref/netstandard1.1/System.Diagnostics.Tracing.dll",
  2399. "ref/netstandard1.1/System.Diagnostics.Tracing.xml",
  2400. "ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
  2401. "ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
  2402. "ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
  2403. "ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
  2404. "ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
  2405. "ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
  2406. "ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
  2407. "ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
  2408. "ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
  2409. "ref/netstandard1.2/System.Diagnostics.Tracing.dll",
  2410. "ref/netstandard1.2/System.Diagnostics.Tracing.xml",
  2411. "ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
  2412. "ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
  2413. "ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
  2414. "ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
  2415. "ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
  2416. "ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
  2417. "ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
  2418. "ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
  2419. "ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
  2420. "ref/netstandard1.3/System.Diagnostics.Tracing.dll",
  2421. "ref/netstandard1.3/System.Diagnostics.Tracing.xml",
  2422. "ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
  2423. "ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
  2424. "ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
  2425. "ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
  2426. "ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
  2427. "ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
  2428. "ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
  2429. "ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
  2430. "ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
  2431. "ref/netstandard1.5/System.Diagnostics.Tracing.dll",
  2432. "ref/netstandard1.5/System.Diagnostics.Tracing.xml",
  2433. "ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
  2434. "ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
  2435. "ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
  2436. "ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
  2437. "ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
  2438. "ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
  2439. "ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
  2440. "ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
  2441. "ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
  2442. "ref/portable-net45+win8+wpa81/_._",
  2443. "ref/win8/_._",
  2444. "ref/wpa81/_._",
  2445. "ref/xamarinios10/_._",
  2446. "ref/xamarinmac20/_._",
  2447. "ref/xamarintvos10/_._",
  2448. "ref/xamarinwatchos10/_._",
  2449. "system.diagnostics.tracing.4.1.0.nupkg.sha512",
  2450. "system.diagnostics.tracing.nuspec"
  2451. ]
  2452. },
  2453. "System.Dynamic.Runtime/4.0.11": {
  2454. "sha512": "db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
  2455. "type": "package",
  2456. "path": "system.dynamic.runtime/4.0.11",
  2457. "files": [
  2458. ".nupkg.metadata",
  2459. ".signature.p7s",
  2460. "ThirdPartyNotices.txt",
  2461. "dotnet_library_license.txt",
  2462. "lib/MonoAndroid10/_._",
  2463. "lib/MonoTouch10/_._",
  2464. "lib/net45/_._",
  2465. "lib/netcore50/System.Dynamic.Runtime.dll",
  2466. "lib/netstandard1.3/System.Dynamic.Runtime.dll",
  2467. "lib/portable-net45+win8+wp8+wpa81/_._",
  2468. "lib/win8/_._",
  2469. "lib/wp80/_._",
  2470. "lib/wpa81/_._",
  2471. "lib/xamarinios10/_._",
  2472. "lib/xamarinmac20/_._",
  2473. "lib/xamarintvos10/_._",
  2474. "lib/xamarinwatchos10/_._",
  2475. "ref/MonoAndroid10/_._",
  2476. "ref/MonoTouch10/_._",
  2477. "ref/net45/_._",
  2478. "ref/netcore50/System.Dynamic.Runtime.dll",
  2479. "ref/netcore50/System.Dynamic.Runtime.xml",
  2480. "ref/netcore50/de/System.Dynamic.Runtime.xml",
  2481. "ref/netcore50/es/System.Dynamic.Runtime.xml",
  2482. "ref/netcore50/fr/System.Dynamic.Runtime.xml",
  2483. "ref/netcore50/it/System.Dynamic.Runtime.xml",
  2484. "ref/netcore50/ja/System.Dynamic.Runtime.xml",
  2485. "ref/netcore50/ko/System.Dynamic.Runtime.xml",
  2486. "ref/netcore50/ru/System.Dynamic.Runtime.xml",
  2487. "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
  2488. "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
  2489. "ref/netstandard1.0/System.Dynamic.Runtime.dll",
  2490. "ref/netstandard1.0/System.Dynamic.Runtime.xml",
  2491. "ref/netstandard1.0/de/System.Dynamic.Runtime.xml",
  2492. "ref/netstandard1.0/es/System.Dynamic.Runtime.xml",
  2493. "ref/netstandard1.0/fr/System.Dynamic.Runtime.xml",
  2494. "ref/netstandard1.0/it/System.Dynamic.Runtime.xml",
  2495. "ref/netstandard1.0/ja/System.Dynamic.Runtime.xml",
  2496. "ref/netstandard1.0/ko/System.Dynamic.Runtime.xml",
  2497. "ref/netstandard1.0/ru/System.Dynamic.Runtime.xml",
  2498. "ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml",
  2499. "ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml",
  2500. "ref/netstandard1.3/System.Dynamic.Runtime.dll",
  2501. "ref/netstandard1.3/System.Dynamic.Runtime.xml",
  2502. "ref/netstandard1.3/de/System.Dynamic.Runtime.xml",
  2503. "ref/netstandard1.3/es/System.Dynamic.Runtime.xml",
  2504. "ref/netstandard1.3/fr/System.Dynamic.Runtime.xml",
  2505. "ref/netstandard1.3/it/System.Dynamic.Runtime.xml",
  2506. "ref/netstandard1.3/ja/System.Dynamic.Runtime.xml",
  2507. "ref/netstandard1.3/ko/System.Dynamic.Runtime.xml",
  2508. "ref/netstandard1.3/ru/System.Dynamic.Runtime.xml",
  2509. "ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml",
  2510. "ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml",
  2511. "ref/portable-net45+win8+wp8+wpa81/_._",
  2512. "ref/win8/_._",
  2513. "ref/wp80/_._",
  2514. "ref/wpa81/_._",
  2515. "ref/xamarinios10/_._",
  2516. "ref/xamarinmac20/_._",
  2517. "ref/xamarintvos10/_._",
  2518. "ref/xamarinwatchos10/_._",
  2519. "runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll",
  2520. "system.dynamic.runtime.4.0.11.nupkg.sha512",
  2521. "system.dynamic.runtime.nuspec"
  2522. ]
  2523. },
  2524. "System.Globalization/4.0.11": {
  2525. "sha512": "B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
  2526. "type": "package",
  2527. "path": "system.globalization/4.0.11",
  2528. "files": [
  2529. ".nupkg.metadata",
  2530. ".signature.p7s",
  2531. "ThirdPartyNotices.txt",
  2532. "dotnet_library_license.txt",
  2533. "lib/MonoAndroid10/_._",
  2534. "lib/MonoTouch10/_._",
  2535. "lib/net45/_._",
  2536. "lib/portable-net45+win8+wp8+wpa81/_._",
  2537. "lib/win8/_._",
  2538. "lib/wp80/_._",
  2539. "lib/wpa81/_._",
  2540. "lib/xamarinios10/_._",
  2541. "lib/xamarinmac20/_._",
  2542. "lib/xamarintvos10/_._",
  2543. "lib/xamarinwatchos10/_._",
  2544. "ref/MonoAndroid10/_._",
  2545. "ref/MonoTouch10/_._",
  2546. "ref/net45/_._",
  2547. "ref/netcore50/System.Globalization.dll",
  2548. "ref/netcore50/System.Globalization.xml",
  2549. "ref/netcore50/de/System.Globalization.xml",
  2550. "ref/netcore50/es/System.Globalization.xml",
  2551. "ref/netcore50/fr/System.Globalization.xml",
  2552. "ref/netcore50/it/System.Globalization.xml",
  2553. "ref/netcore50/ja/System.Globalization.xml",
  2554. "ref/netcore50/ko/System.Globalization.xml",
  2555. "ref/netcore50/ru/System.Globalization.xml",
  2556. "ref/netcore50/zh-hans/System.Globalization.xml",
  2557. "ref/netcore50/zh-hant/System.Globalization.xml",
  2558. "ref/netstandard1.0/System.Globalization.dll",
  2559. "ref/netstandard1.0/System.Globalization.xml",
  2560. "ref/netstandard1.0/de/System.Globalization.xml",
  2561. "ref/netstandard1.0/es/System.Globalization.xml",
  2562. "ref/netstandard1.0/fr/System.Globalization.xml",
  2563. "ref/netstandard1.0/it/System.Globalization.xml",
  2564. "ref/netstandard1.0/ja/System.Globalization.xml",
  2565. "ref/netstandard1.0/ko/System.Globalization.xml",
  2566. "ref/netstandard1.0/ru/System.Globalization.xml",
  2567. "ref/netstandard1.0/zh-hans/System.Globalization.xml",
  2568. "ref/netstandard1.0/zh-hant/System.Globalization.xml",
  2569. "ref/netstandard1.3/System.Globalization.dll",
  2570. "ref/netstandard1.3/System.Globalization.xml",
  2571. "ref/netstandard1.3/de/System.Globalization.xml",
  2572. "ref/netstandard1.3/es/System.Globalization.xml",
  2573. "ref/netstandard1.3/fr/System.Globalization.xml",
  2574. "ref/netstandard1.3/it/System.Globalization.xml",
  2575. "ref/netstandard1.3/ja/System.Globalization.xml",
  2576. "ref/netstandard1.3/ko/System.Globalization.xml",
  2577. "ref/netstandard1.3/ru/System.Globalization.xml",
  2578. "ref/netstandard1.3/zh-hans/System.Globalization.xml",
  2579. "ref/netstandard1.3/zh-hant/System.Globalization.xml",
  2580. "ref/portable-net45+win8+wp8+wpa81/_._",
  2581. "ref/win8/_._",
  2582. "ref/wp80/_._",
  2583. "ref/wpa81/_._",
  2584. "ref/xamarinios10/_._",
  2585. "ref/xamarinmac20/_._",
  2586. "ref/xamarintvos10/_._",
  2587. "ref/xamarinwatchos10/_._",
  2588. "system.globalization.4.0.11.nupkg.sha512",
  2589. "system.globalization.nuspec"
  2590. ]
  2591. },
  2592. "System.Globalization.Calendars/4.0.1": {
  2593. "sha512": "L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",
  2594. "type": "package",
  2595. "path": "system.globalization.calendars/4.0.1",
  2596. "files": [
  2597. ".nupkg.metadata",
  2598. ".signature.p7s",
  2599. "ThirdPartyNotices.txt",
  2600. "dotnet_library_license.txt",
  2601. "lib/MonoAndroid10/_._",
  2602. "lib/MonoTouch10/_._",
  2603. "lib/net46/System.Globalization.Calendars.dll",
  2604. "lib/xamarinios10/_._",
  2605. "lib/xamarinmac20/_._",
  2606. "lib/xamarintvos10/_._",
  2607. "lib/xamarinwatchos10/_._",
  2608. "ref/MonoAndroid10/_._",
  2609. "ref/MonoTouch10/_._",
  2610. "ref/net46/System.Globalization.Calendars.dll",
  2611. "ref/netstandard1.3/System.Globalization.Calendars.dll",
  2612. "ref/netstandard1.3/System.Globalization.Calendars.xml",
  2613. "ref/netstandard1.3/de/System.Globalization.Calendars.xml",
  2614. "ref/netstandard1.3/es/System.Globalization.Calendars.xml",
  2615. "ref/netstandard1.3/fr/System.Globalization.Calendars.xml",
  2616. "ref/netstandard1.3/it/System.Globalization.Calendars.xml",
  2617. "ref/netstandard1.3/ja/System.Globalization.Calendars.xml",
  2618. "ref/netstandard1.3/ko/System.Globalization.Calendars.xml",
  2619. "ref/netstandard1.3/ru/System.Globalization.Calendars.xml",
  2620. "ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml",
  2621. "ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml",
  2622. "ref/xamarinios10/_._",
  2623. "ref/xamarinmac20/_._",
  2624. "ref/xamarintvos10/_._",
  2625. "ref/xamarinwatchos10/_._",
  2626. "system.globalization.calendars.4.0.1.nupkg.sha512",
  2627. "system.globalization.calendars.nuspec"
  2628. ]
  2629. },
  2630. "System.Globalization.Extensions/4.0.1": {
  2631. "sha512": "KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==",
  2632. "type": "package",
  2633. "path": "system.globalization.extensions/4.0.1",
  2634. "files": [
  2635. ".nupkg.metadata",
  2636. ".signature.p7s",
  2637. "ThirdPartyNotices.txt",
  2638. "dotnet_library_license.txt",
  2639. "lib/MonoAndroid10/_._",
  2640. "lib/MonoTouch10/_._",
  2641. "lib/net46/System.Globalization.Extensions.dll",
  2642. "lib/xamarinios10/_._",
  2643. "lib/xamarinmac20/_._",
  2644. "lib/xamarintvos10/_._",
  2645. "lib/xamarinwatchos10/_._",
  2646. "ref/MonoAndroid10/_._",
  2647. "ref/MonoTouch10/_._",
  2648. "ref/net46/System.Globalization.Extensions.dll",
  2649. "ref/netstandard1.3/System.Globalization.Extensions.dll",
  2650. "ref/netstandard1.3/System.Globalization.Extensions.xml",
  2651. "ref/netstandard1.3/de/System.Globalization.Extensions.xml",
  2652. "ref/netstandard1.3/es/System.Globalization.Extensions.xml",
  2653. "ref/netstandard1.3/fr/System.Globalization.Extensions.xml",
  2654. "ref/netstandard1.3/it/System.Globalization.Extensions.xml",
  2655. "ref/netstandard1.3/ja/System.Globalization.Extensions.xml",
  2656. "ref/netstandard1.3/ko/System.Globalization.Extensions.xml",
  2657. "ref/netstandard1.3/ru/System.Globalization.Extensions.xml",
  2658. "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml",
  2659. "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml",
  2660. "ref/xamarinios10/_._",
  2661. "ref/xamarinmac20/_._",
  2662. "ref/xamarintvos10/_._",
  2663. "ref/xamarinwatchos10/_._",
  2664. "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll",
  2665. "runtimes/win/lib/net46/System.Globalization.Extensions.dll",
  2666. "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll",
  2667. "system.globalization.extensions.4.0.1.nupkg.sha512",
  2668. "system.globalization.extensions.nuspec"
  2669. ]
  2670. },
  2671. "System.IO/4.1.0": {
  2672. "sha512": "3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
  2673. "type": "package",
  2674. "path": "system.io/4.1.0",
  2675. "files": [
  2676. ".nupkg.metadata",
  2677. ".signature.p7s",
  2678. "ThirdPartyNotices.txt",
  2679. "dotnet_library_license.txt",
  2680. "lib/MonoAndroid10/_._",
  2681. "lib/MonoTouch10/_._",
  2682. "lib/net45/_._",
  2683. "lib/net462/System.IO.dll",
  2684. "lib/portable-net45+win8+wp8+wpa81/_._",
  2685. "lib/win8/_._",
  2686. "lib/wp80/_._",
  2687. "lib/wpa81/_._",
  2688. "lib/xamarinios10/_._",
  2689. "lib/xamarinmac20/_._",
  2690. "lib/xamarintvos10/_._",
  2691. "lib/xamarinwatchos10/_._",
  2692. "ref/MonoAndroid10/_._",
  2693. "ref/MonoTouch10/_._",
  2694. "ref/net45/_._",
  2695. "ref/net462/System.IO.dll",
  2696. "ref/netcore50/System.IO.dll",
  2697. "ref/netcore50/System.IO.xml",
  2698. "ref/netcore50/de/System.IO.xml",
  2699. "ref/netcore50/es/System.IO.xml",
  2700. "ref/netcore50/fr/System.IO.xml",
  2701. "ref/netcore50/it/System.IO.xml",
  2702. "ref/netcore50/ja/System.IO.xml",
  2703. "ref/netcore50/ko/System.IO.xml",
  2704. "ref/netcore50/ru/System.IO.xml",
  2705. "ref/netcore50/zh-hans/System.IO.xml",
  2706. "ref/netcore50/zh-hant/System.IO.xml",
  2707. "ref/netstandard1.0/System.IO.dll",
  2708. "ref/netstandard1.0/System.IO.xml",
  2709. "ref/netstandard1.0/de/System.IO.xml",
  2710. "ref/netstandard1.0/es/System.IO.xml",
  2711. "ref/netstandard1.0/fr/System.IO.xml",
  2712. "ref/netstandard1.0/it/System.IO.xml",
  2713. "ref/netstandard1.0/ja/System.IO.xml",
  2714. "ref/netstandard1.0/ko/System.IO.xml",
  2715. "ref/netstandard1.0/ru/System.IO.xml",
  2716. "ref/netstandard1.0/zh-hans/System.IO.xml",
  2717. "ref/netstandard1.0/zh-hant/System.IO.xml",
  2718. "ref/netstandard1.3/System.IO.dll",
  2719. "ref/netstandard1.3/System.IO.xml",
  2720. "ref/netstandard1.3/de/System.IO.xml",
  2721. "ref/netstandard1.3/es/System.IO.xml",
  2722. "ref/netstandard1.3/fr/System.IO.xml",
  2723. "ref/netstandard1.3/it/System.IO.xml",
  2724. "ref/netstandard1.3/ja/System.IO.xml",
  2725. "ref/netstandard1.3/ko/System.IO.xml",
  2726. "ref/netstandard1.3/ru/System.IO.xml",
  2727. "ref/netstandard1.3/zh-hans/System.IO.xml",
  2728. "ref/netstandard1.3/zh-hant/System.IO.xml",
  2729. "ref/netstandard1.5/System.IO.dll",
  2730. "ref/netstandard1.5/System.IO.xml",
  2731. "ref/netstandard1.5/de/System.IO.xml",
  2732. "ref/netstandard1.5/es/System.IO.xml",
  2733. "ref/netstandard1.5/fr/System.IO.xml",
  2734. "ref/netstandard1.5/it/System.IO.xml",
  2735. "ref/netstandard1.5/ja/System.IO.xml",
  2736. "ref/netstandard1.5/ko/System.IO.xml",
  2737. "ref/netstandard1.5/ru/System.IO.xml",
  2738. "ref/netstandard1.5/zh-hans/System.IO.xml",
  2739. "ref/netstandard1.5/zh-hant/System.IO.xml",
  2740. "ref/portable-net45+win8+wp8+wpa81/_._",
  2741. "ref/win8/_._",
  2742. "ref/wp80/_._",
  2743. "ref/wpa81/_._",
  2744. "ref/xamarinios10/_._",
  2745. "ref/xamarinmac20/_._",
  2746. "ref/xamarintvos10/_._",
  2747. "ref/xamarinwatchos10/_._",
  2748. "system.io.4.1.0.nupkg.sha512",
  2749. "system.io.nuspec"
  2750. ]
  2751. },
  2752. "System.IO.Compression/4.1.0": {
  2753. "sha512": "TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
  2754. "type": "package",
  2755. "path": "system.io.compression/4.1.0",
  2756. "files": [
  2757. ".nupkg.metadata",
  2758. ".signature.p7s",
  2759. "ThirdPartyNotices.txt",
  2760. "dotnet_library_license.txt",
  2761. "lib/MonoAndroid10/_._",
  2762. "lib/MonoTouch10/_._",
  2763. "lib/net45/_._",
  2764. "lib/net46/System.IO.Compression.dll",
  2765. "lib/portable-net45+win8+wpa81/_._",
  2766. "lib/win8/_._",
  2767. "lib/wpa81/_._",
  2768. "lib/xamarinios10/_._",
  2769. "lib/xamarinmac20/_._",
  2770. "lib/xamarintvos10/_._",
  2771. "lib/xamarinwatchos10/_._",
  2772. "ref/MonoAndroid10/_._",
  2773. "ref/MonoTouch10/_._",
  2774. "ref/net45/_._",
  2775. "ref/net46/System.IO.Compression.dll",
  2776. "ref/netcore50/System.IO.Compression.dll",
  2777. "ref/netcore50/System.IO.Compression.xml",
  2778. "ref/netcore50/de/System.IO.Compression.xml",
  2779. "ref/netcore50/es/System.IO.Compression.xml",
  2780. "ref/netcore50/fr/System.IO.Compression.xml",
  2781. "ref/netcore50/it/System.IO.Compression.xml",
  2782. "ref/netcore50/ja/System.IO.Compression.xml",
  2783. "ref/netcore50/ko/System.IO.Compression.xml",
  2784. "ref/netcore50/ru/System.IO.Compression.xml",
  2785. "ref/netcore50/zh-hans/System.IO.Compression.xml",
  2786. "ref/netcore50/zh-hant/System.IO.Compression.xml",
  2787. "ref/netstandard1.1/System.IO.Compression.dll",
  2788. "ref/netstandard1.1/System.IO.Compression.xml",
  2789. "ref/netstandard1.1/de/System.IO.Compression.xml",
  2790. "ref/netstandard1.1/es/System.IO.Compression.xml",
  2791. "ref/netstandard1.1/fr/System.IO.Compression.xml",
  2792. "ref/netstandard1.1/it/System.IO.Compression.xml",
  2793. "ref/netstandard1.1/ja/System.IO.Compression.xml",
  2794. "ref/netstandard1.1/ko/System.IO.Compression.xml",
  2795. "ref/netstandard1.1/ru/System.IO.Compression.xml",
  2796. "ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
  2797. "ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
  2798. "ref/netstandard1.3/System.IO.Compression.dll",
  2799. "ref/netstandard1.3/System.IO.Compression.xml",
  2800. "ref/netstandard1.3/de/System.IO.Compression.xml",
  2801. "ref/netstandard1.3/es/System.IO.Compression.xml",
  2802. "ref/netstandard1.3/fr/System.IO.Compression.xml",
  2803. "ref/netstandard1.3/it/System.IO.Compression.xml",
  2804. "ref/netstandard1.3/ja/System.IO.Compression.xml",
  2805. "ref/netstandard1.3/ko/System.IO.Compression.xml",
  2806. "ref/netstandard1.3/ru/System.IO.Compression.xml",
  2807. "ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
  2808. "ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
  2809. "ref/portable-net45+win8+wpa81/_._",
  2810. "ref/win8/_._",
  2811. "ref/wpa81/_._",
  2812. "ref/xamarinios10/_._",
  2813. "ref/xamarinmac20/_._",
  2814. "ref/xamarintvos10/_._",
  2815. "ref/xamarinwatchos10/_._",
  2816. "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
  2817. "runtimes/win/lib/net46/System.IO.Compression.dll",
  2818. "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll",
  2819. "system.io.compression.4.1.0.nupkg.sha512",
  2820. "system.io.compression.nuspec"
  2821. ]
  2822. },
  2823. "System.IO.Compression.ZipFile/4.0.1": {
  2824. "sha512": "hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
  2825. "type": "package",
  2826. "path": "system.io.compression.zipfile/4.0.1",
  2827. "files": [
  2828. ".nupkg.metadata",
  2829. ".signature.p7s",
  2830. "ThirdPartyNotices.txt",
  2831. "dotnet_library_license.txt",
  2832. "lib/MonoAndroid10/_._",
  2833. "lib/MonoTouch10/_._",
  2834. "lib/net46/System.IO.Compression.ZipFile.dll",
  2835. "lib/netstandard1.3/System.IO.Compression.ZipFile.dll",
  2836. "lib/xamarinios10/_._",
  2837. "lib/xamarinmac20/_._",
  2838. "lib/xamarintvos10/_._",
  2839. "lib/xamarinwatchos10/_._",
  2840. "ref/MonoAndroid10/_._",
  2841. "ref/MonoTouch10/_._",
  2842. "ref/net46/System.IO.Compression.ZipFile.dll",
  2843. "ref/netstandard1.3/System.IO.Compression.ZipFile.dll",
  2844. "ref/netstandard1.3/System.IO.Compression.ZipFile.xml",
  2845. "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml",
  2846. "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml",
  2847. "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml",
  2848. "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml",
  2849. "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml",
  2850. "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml",
  2851. "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml",
  2852. "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml",
  2853. "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml",
  2854. "ref/xamarinios10/_._",
  2855. "ref/xamarinmac20/_._",
  2856. "ref/xamarintvos10/_._",
  2857. "ref/xamarinwatchos10/_._",
  2858. "system.io.compression.zipfile.4.0.1.nupkg.sha512",
  2859. "system.io.compression.zipfile.nuspec"
  2860. ]
  2861. },
  2862. "System.IO.FileSystem/4.0.1": {
  2863. "sha512": "IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
  2864. "type": "package",
  2865. "path": "system.io.filesystem/4.0.1",
  2866. "files": [
  2867. ".nupkg.metadata",
  2868. ".signature.p7s",
  2869. "ThirdPartyNotices.txt",
  2870. "dotnet_library_license.txt",
  2871. "lib/MonoAndroid10/_._",
  2872. "lib/MonoTouch10/_._",
  2873. "lib/net46/System.IO.FileSystem.dll",
  2874. "lib/xamarinios10/_._",
  2875. "lib/xamarinmac20/_._",
  2876. "lib/xamarintvos10/_._",
  2877. "lib/xamarinwatchos10/_._",
  2878. "ref/MonoAndroid10/_._",
  2879. "ref/MonoTouch10/_._",
  2880. "ref/net46/System.IO.FileSystem.dll",
  2881. "ref/netstandard1.3/System.IO.FileSystem.dll",
  2882. "ref/netstandard1.3/System.IO.FileSystem.xml",
  2883. "ref/netstandard1.3/de/System.IO.FileSystem.xml",
  2884. "ref/netstandard1.3/es/System.IO.FileSystem.xml",
  2885. "ref/netstandard1.3/fr/System.IO.FileSystem.xml",
  2886. "ref/netstandard1.3/it/System.IO.FileSystem.xml",
  2887. "ref/netstandard1.3/ja/System.IO.FileSystem.xml",
  2888. "ref/netstandard1.3/ko/System.IO.FileSystem.xml",
  2889. "ref/netstandard1.3/ru/System.IO.FileSystem.xml",
  2890. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml",
  2891. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml",
  2892. "ref/xamarinios10/_._",
  2893. "ref/xamarinmac20/_._",
  2894. "ref/xamarintvos10/_._",
  2895. "ref/xamarinwatchos10/_._",
  2896. "system.io.filesystem.4.0.1.nupkg.sha512",
  2897. "system.io.filesystem.nuspec"
  2898. ]
  2899. },
  2900. "System.IO.FileSystem.Primitives/4.0.1": {
  2901. "sha512": "kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
  2902. "type": "package",
  2903. "path": "system.io.filesystem.primitives/4.0.1",
  2904. "files": [
  2905. ".nupkg.metadata",
  2906. ".signature.p7s",
  2907. "ThirdPartyNotices.txt",
  2908. "dotnet_library_license.txt",
  2909. "lib/MonoAndroid10/_._",
  2910. "lib/MonoTouch10/_._",
  2911. "lib/net46/System.IO.FileSystem.Primitives.dll",
  2912. "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  2913. "lib/xamarinios10/_._",
  2914. "lib/xamarinmac20/_._",
  2915. "lib/xamarintvos10/_._",
  2916. "lib/xamarinwatchos10/_._",
  2917. "ref/MonoAndroid10/_._",
  2918. "ref/MonoTouch10/_._",
  2919. "ref/net46/System.IO.FileSystem.Primitives.dll",
  2920. "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll",
  2921. "ref/netstandard1.3/System.IO.FileSystem.Primitives.xml",
  2922. "ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml",
  2923. "ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml",
  2924. "ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml",
  2925. "ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml",
  2926. "ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml",
  2927. "ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml",
  2928. "ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml",
  2929. "ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml",
  2930. "ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml",
  2931. "ref/xamarinios10/_._",
  2932. "ref/xamarinmac20/_._",
  2933. "ref/xamarintvos10/_._",
  2934. "ref/xamarinwatchos10/_._",
  2935. "system.io.filesystem.primitives.4.0.1.nupkg.sha512",
  2936. "system.io.filesystem.primitives.nuspec"
  2937. ]
  2938. },
  2939. "System.Linq/4.1.0": {
  2940. "sha512": "bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  2941. "type": "package",
  2942. "path": "system.linq/4.1.0",
  2943. "files": [
  2944. ".nupkg.metadata",
  2945. ".signature.p7s",
  2946. "ThirdPartyNotices.txt",
  2947. "dotnet_library_license.txt",
  2948. "lib/MonoAndroid10/_._",
  2949. "lib/MonoTouch10/_._",
  2950. "lib/net45/_._",
  2951. "lib/net463/System.Linq.dll",
  2952. "lib/netcore50/System.Linq.dll",
  2953. "lib/netstandard1.6/System.Linq.dll",
  2954. "lib/portable-net45+win8+wp8+wpa81/_._",
  2955. "lib/win8/_._",
  2956. "lib/wp80/_._",
  2957. "lib/wpa81/_._",
  2958. "lib/xamarinios10/_._",
  2959. "lib/xamarinmac20/_._",
  2960. "lib/xamarintvos10/_._",
  2961. "lib/xamarinwatchos10/_._",
  2962. "ref/MonoAndroid10/_._",
  2963. "ref/MonoTouch10/_._",
  2964. "ref/net45/_._",
  2965. "ref/net463/System.Linq.dll",
  2966. "ref/netcore50/System.Linq.dll",
  2967. "ref/netcore50/System.Linq.xml",
  2968. "ref/netcore50/de/System.Linq.xml",
  2969. "ref/netcore50/es/System.Linq.xml",
  2970. "ref/netcore50/fr/System.Linq.xml",
  2971. "ref/netcore50/it/System.Linq.xml",
  2972. "ref/netcore50/ja/System.Linq.xml",
  2973. "ref/netcore50/ko/System.Linq.xml",
  2974. "ref/netcore50/ru/System.Linq.xml",
  2975. "ref/netcore50/zh-hans/System.Linq.xml",
  2976. "ref/netcore50/zh-hant/System.Linq.xml",
  2977. "ref/netstandard1.0/System.Linq.dll",
  2978. "ref/netstandard1.0/System.Linq.xml",
  2979. "ref/netstandard1.0/de/System.Linq.xml",
  2980. "ref/netstandard1.0/es/System.Linq.xml",
  2981. "ref/netstandard1.0/fr/System.Linq.xml",
  2982. "ref/netstandard1.0/it/System.Linq.xml",
  2983. "ref/netstandard1.0/ja/System.Linq.xml",
  2984. "ref/netstandard1.0/ko/System.Linq.xml",
  2985. "ref/netstandard1.0/ru/System.Linq.xml",
  2986. "ref/netstandard1.0/zh-hans/System.Linq.xml",
  2987. "ref/netstandard1.0/zh-hant/System.Linq.xml",
  2988. "ref/netstandard1.6/System.Linq.dll",
  2989. "ref/netstandard1.6/System.Linq.xml",
  2990. "ref/netstandard1.6/de/System.Linq.xml",
  2991. "ref/netstandard1.6/es/System.Linq.xml",
  2992. "ref/netstandard1.6/fr/System.Linq.xml",
  2993. "ref/netstandard1.6/it/System.Linq.xml",
  2994. "ref/netstandard1.6/ja/System.Linq.xml",
  2995. "ref/netstandard1.6/ko/System.Linq.xml",
  2996. "ref/netstandard1.6/ru/System.Linq.xml",
  2997. "ref/netstandard1.6/zh-hans/System.Linq.xml",
  2998. "ref/netstandard1.6/zh-hant/System.Linq.xml",
  2999. "ref/portable-net45+win8+wp8+wpa81/_._",
  3000. "ref/win8/_._",
  3001. "ref/wp80/_._",
  3002. "ref/wpa81/_._",
  3003. "ref/xamarinios10/_._",
  3004. "ref/xamarinmac20/_._",
  3005. "ref/xamarintvos10/_._",
  3006. "ref/xamarinwatchos10/_._",
  3007. "system.linq.4.1.0.nupkg.sha512",
  3008. "system.linq.nuspec"
  3009. ]
  3010. },
  3011. "System.Linq.Expressions/4.1.0": {
  3012. "sha512": "I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  3013. "type": "package",
  3014. "path": "system.linq.expressions/4.1.0",
  3015. "files": [
  3016. ".nupkg.metadata",
  3017. ".signature.p7s",
  3018. "ThirdPartyNotices.txt",
  3019. "dotnet_library_license.txt",
  3020. "lib/MonoAndroid10/_._",
  3021. "lib/MonoTouch10/_._",
  3022. "lib/net45/_._",
  3023. "lib/net463/System.Linq.Expressions.dll",
  3024. "lib/netcore50/System.Linq.Expressions.dll",
  3025. "lib/netstandard1.6/System.Linq.Expressions.dll",
  3026. "lib/portable-net45+win8+wp8+wpa81/_._",
  3027. "lib/win8/_._",
  3028. "lib/wp80/_._",
  3029. "lib/wpa81/_._",
  3030. "lib/xamarinios10/_._",
  3031. "lib/xamarinmac20/_._",
  3032. "lib/xamarintvos10/_._",
  3033. "lib/xamarinwatchos10/_._",
  3034. "ref/MonoAndroid10/_._",
  3035. "ref/MonoTouch10/_._",
  3036. "ref/net45/_._",
  3037. "ref/net463/System.Linq.Expressions.dll",
  3038. "ref/netcore50/System.Linq.Expressions.dll",
  3039. "ref/netcore50/System.Linq.Expressions.xml",
  3040. "ref/netcore50/de/System.Linq.Expressions.xml",
  3041. "ref/netcore50/es/System.Linq.Expressions.xml",
  3042. "ref/netcore50/fr/System.Linq.Expressions.xml",
  3043. "ref/netcore50/it/System.Linq.Expressions.xml",
  3044. "ref/netcore50/ja/System.Linq.Expressions.xml",
  3045. "ref/netcore50/ko/System.Linq.Expressions.xml",
  3046. "ref/netcore50/ru/System.Linq.Expressions.xml",
  3047. "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
  3048. "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
  3049. "ref/netstandard1.0/System.Linq.Expressions.dll",
  3050. "ref/netstandard1.0/System.Linq.Expressions.xml",
  3051. "ref/netstandard1.0/de/System.Linq.Expressions.xml",
  3052. "ref/netstandard1.0/es/System.Linq.Expressions.xml",
  3053. "ref/netstandard1.0/fr/System.Linq.Expressions.xml",
  3054. "ref/netstandard1.0/it/System.Linq.Expressions.xml",
  3055. "ref/netstandard1.0/ja/System.Linq.Expressions.xml",
  3056. "ref/netstandard1.0/ko/System.Linq.Expressions.xml",
  3057. "ref/netstandard1.0/ru/System.Linq.Expressions.xml",
  3058. "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
  3059. "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
  3060. "ref/netstandard1.3/System.Linq.Expressions.dll",
  3061. "ref/netstandard1.3/System.Linq.Expressions.xml",
  3062. "ref/netstandard1.3/de/System.Linq.Expressions.xml",
  3063. "ref/netstandard1.3/es/System.Linq.Expressions.xml",
  3064. "ref/netstandard1.3/fr/System.Linq.Expressions.xml",
  3065. "ref/netstandard1.3/it/System.Linq.Expressions.xml",
  3066. "ref/netstandard1.3/ja/System.Linq.Expressions.xml",
  3067. "ref/netstandard1.3/ko/System.Linq.Expressions.xml",
  3068. "ref/netstandard1.3/ru/System.Linq.Expressions.xml",
  3069. "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
  3070. "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
  3071. "ref/netstandard1.6/System.Linq.Expressions.dll",
  3072. "ref/netstandard1.6/System.Linq.Expressions.xml",
  3073. "ref/netstandard1.6/de/System.Linq.Expressions.xml",
  3074. "ref/netstandard1.6/es/System.Linq.Expressions.xml",
  3075. "ref/netstandard1.6/fr/System.Linq.Expressions.xml",
  3076. "ref/netstandard1.6/it/System.Linq.Expressions.xml",
  3077. "ref/netstandard1.6/ja/System.Linq.Expressions.xml",
  3078. "ref/netstandard1.6/ko/System.Linq.Expressions.xml",
  3079. "ref/netstandard1.6/ru/System.Linq.Expressions.xml",
  3080. "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
  3081. "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
  3082. "ref/portable-net45+win8+wp8+wpa81/_._",
  3083. "ref/win8/_._",
  3084. "ref/wp80/_._",
  3085. "ref/wpa81/_._",
  3086. "ref/xamarinios10/_._",
  3087. "ref/xamarinmac20/_._",
  3088. "ref/xamarintvos10/_._",
  3089. "ref/xamarinwatchos10/_._",
  3090. "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll",
  3091. "system.linq.expressions.4.1.0.nupkg.sha512",
  3092. "system.linq.expressions.nuspec"
  3093. ]
  3094. },
  3095. "System.Net.Http/4.1.0": {
  3096. "sha512": "ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",
  3097. "type": "package",
  3098. "path": "system.net.http/4.1.0",
  3099. "files": [
  3100. ".nupkg.metadata",
  3101. ".signature.p7s",
  3102. "ThirdPartyNotices.txt",
  3103. "dotnet_library_license.txt",
  3104. "lib/Xamarinmac20/_._",
  3105. "lib/monoandroid10/_._",
  3106. "lib/monotouch10/_._",
  3107. "lib/net45/_._",
  3108. "lib/net46/System.Net.Http.dll",
  3109. "lib/portable-net45+win8+wpa81/_._",
  3110. "lib/win8/_._",
  3111. "lib/wpa81/_._",
  3112. "lib/xamarinios10/_._",
  3113. "lib/xamarintvos10/_._",
  3114. "lib/xamarinwatchos10/_._",
  3115. "ref/Xamarinmac20/_._",
  3116. "ref/monoandroid10/_._",
  3117. "ref/monotouch10/_._",
  3118. "ref/net45/_._",
  3119. "ref/net46/System.Net.Http.dll",
  3120. "ref/net46/System.Net.Http.xml",
  3121. "ref/net46/de/System.Net.Http.xml",
  3122. "ref/net46/es/System.Net.Http.xml",
  3123. "ref/net46/fr/System.Net.Http.xml",
  3124. "ref/net46/it/System.Net.Http.xml",
  3125. "ref/net46/ja/System.Net.Http.xml",
  3126. "ref/net46/ko/System.Net.Http.xml",
  3127. "ref/net46/ru/System.Net.Http.xml",
  3128. "ref/net46/zh-hans/System.Net.Http.xml",
  3129. "ref/net46/zh-hant/System.Net.Http.xml",
  3130. "ref/netcore50/System.Net.Http.dll",
  3131. "ref/netcore50/System.Net.Http.xml",
  3132. "ref/netcore50/de/System.Net.Http.xml",
  3133. "ref/netcore50/es/System.Net.Http.xml",
  3134. "ref/netcore50/fr/System.Net.Http.xml",
  3135. "ref/netcore50/it/System.Net.Http.xml",
  3136. "ref/netcore50/ja/System.Net.Http.xml",
  3137. "ref/netcore50/ko/System.Net.Http.xml",
  3138. "ref/netcore50/ru/System.Net.Http.xml",
  3139. "ref/netcore50/zh-hans/System.Net.Http.xml",
  3140. "ref/netcore50/zh-hant/System.Net.Http.xml",
  3141. "ref/netstandard1.1/System.Net.Http.dll",
  3142. "ref/netstandard1.1/System.Net.Http.xml",
  3143. "ref/netstandard1.1/de/System.Net.Http.xml",
  3144. "ref/netstandard1.1/es/System.Net.Http.xml",
  3145. "ref/netstandard1.1/fr/System.Net.Http.xml",
  3146. "ref/netstandard1.1/it/System.Net.Http.xml",
  3147. "ref/netstandard1.1/ja/System.Net.Http.xml",
  3148. "ref/netstandard1.1/ko/System.Net.Http.xml",
  3149. "ref/netstandard1.1/ru/System.Net.Http.xml",
  3150. "ref/netstandard1.1/zh-hans/System.Net.Http.xml",
  3151. "ref/netstandard1.1/zh-hant/System.Net.Http.xml",
  3152. "ref/netstandard1.3/System.Net.Http.dll",
  3153. "ref/netstandard1.3/System.Net.Http.xml",
  3154. "ref/netstandard1.3/de/System.Net.Http.xml",
  3155. "ref/netstandard1.3/es/System.Net.Http.xml",
  3156. "ref/netstandard1.3/fr/System.Net.Http.xml",
  3157. "ref/netstandard1.3/it/System.Net.Http.xml",
  3158. "ref/netstandard1.3/ja/System.Net.Http.xml",
  3159. "ref/netstandard1.3/ko/System.Net.Http.xml",
  3160. "ref/netstandard1.3/ru/System.Net.Http.xml",
  3161. "ref/netstandard1.3/zh-hans/System.Net.Http.xml",
  3162. "ref/netstandard1.3/zh-hant/System.Net.Http.xml",
  3163. "ref/portable-net45+win8+wpa81/_._",
  3164. "ref/win8/_._",
  3165. "ref/wpa81/_._",
  3166. "ref/xamarinios10/_._",
  3167. "ref/xamarintvos10/_._",
  3168. "ref/xamarinwatchos10/_._",
  3169. "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
  3170. "runtimes/win/lib/net46/System.Net.Http.dll",
  3171. "runtimes/win/lib/netcore50/System.Net.Http.dll",
  3172. "runtimes/win/lib/netstandard1.3/System.Net.Http.dll",
  3173. "system.net.http.4.1.0.nupkg.sha512",
  3174. "system.net.http.nuspec"
  3175. ]
  3176. },
  3177. "System.Net.NameResolution/4.0.0": {
  3178. "sha512": "JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==",
  3179. "type": "package",
  3180. "path": "system.net.nameresolution/4.0.0",
  3181. "files": [
  3182. ".nupkg.metadata",
  3183. ".signature.p7s",
  3184. "ThirdPartyNotices.txt",
  3185. "dotnet_library_license.txt",
  3186. "lib/MonoAndroid10/_._",
  3187. "lib/MonoTouch10/_._",
  3188. "lib/net46/System.Net.NameResolution.dll",
  3189. "lib/xamarinios10/_._",
  3190. "lib/xamarinmac20/_._",
  3191. "lib/xamarintvos10/_._",
  3192. "lib/xamarinwatchos10/_._",
  3193. "ref/MonoAndroid10/_._",
  3194. "ref/MonoTouch10/_._",
  3195. "ref/net46/System.Net.NameResolution.dll",
  3196. "ref/netstandard1.3/System.Net.NameResolution.dll",
  3197. "ref/netstandard1.3/System.Net.NameResolution.xml",
  3198. "ref/netstandard1.3/de/System.Net.NameResolution.xml",
  3199. "ref/netstandard1.3/es/System.Net.NameResolution.xml",
  3200. "ref/netstandard1.3/fr/System.Net.NameResolution.xml",
  3201. "ref/netstandard1.3/it/System.Net.NameResolution.xml",
  3202. "ref/netstandard1.3/ja/System.Net.NameResolution.xml",
  3203. "ref/netstandard1.3/ko/System.Net.NameResolution.xml",
  3204. "ref/netstandard1.3/ru/System.Net.NameResolution.xml",
  3205. "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml",
  3206. "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml",
  3207. "ref/xamarinios10/_._",
  3208. "ref/xamarinmac20/_._",
  3209. "ref/xamarintvos10/_._",
  3210. "ref/xamarinwatchos10/_._",
  3211. "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll",
  3212. "runtimes/win/lib/net46/System.Net.NameResolution.dll",
  3213. "runtimes/win/lib/netcore50/System.Net.NameResolution.dll",
  3214. "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll",
  3215. "system.net.nameresolution.4.0.0.nupkg.sha512",
  3216. "system.net.nameresolution.nuspec"
  3217. ]
  3218. },
  3219. "System.Net.Primitives/4.0.11": {
  3220. "sha512": "hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
  3221. "type": "package",
  3222. "path": "system.net.primitives/4.0.11",
  3223. "files": [
  3224. ".nupkg.metadata",
  3225. ".signature.p7s",
  3226. "ThirdPartyNotices.txt",
  3227. "dotnet_library_license.txt",
  3228. "lib/MonoAndroid10/_._",
  3229. "lib/MonoTouch10/_._",
  3230. "lib/net45/_._",
  3231. "lib/portable-net45+win8+wp8+wpa81/_._",
  3232. "lib/win8/_._",
  3233. "lib/wp80/_._",
  3234. "lib/wpa81/_._",
  3235. "lib/xamarinios10/_._",
  3236. "lib/xamarinmac20/_._",
  3237. "lib/xamarintvos10/_._",
  3238. "lib/xamarinwatchos10/_._",
  3239. "ref/MonoAndroid10/_._",
  3240. "ref/MonoTouch10/_._",
  3241. "ref/net45/_._",
  3242. "ref/netcore50/System.Net.Primitives.dll",
  3243. "ref/netcore50/System.Net.Primitives.xml",
  3244. "ref/netcore50/de/System.Net.Primitives.xml",
  3245. "ref/netcore50/es/System.Net.Primitives.xml",
  3246. "ref/netcore50/fr/System.Net.Primitives.xml",
  3247. "ref/netcore50/it/System.Net.Primitives.xml",
  3248. "ref/netcore50/ja/System.Net.Primitives.xml",
  3249. "ref/netcore50/ko/System.Net.Primitives.xml",
  3250. "ref/netcore50/ru/System.Net.Primitives.xml",
  3251. "ref/netcore50/zh-hans/System.Net.Primitives.xml",
  3252. "ref/netcore50/zh-hant/System.Net.Primitives.xml",
  3253. "ref/netstandard1.0/System.Net.Primitives.dll",
  3254. "ref/netstandard1.0/System.Net.Primitives.xml",
  3255. "ref/netstandard1.0/de/System.Net.Primitives.xml",
  3256. "ref/netstandard1.0/es/System.Net.Primitives.xml",
  3257. "ref/netstandard1.0/fr/System.Net.Primitives.xml",
  3258. "ref/netstandard1.0/it/System.Net.Primitives.xml",
  3259. "ref/netstandard1.0/ja/System.Net.Primitives.xml",
  3260. "ref/netstandard1.0/ko/System.Net.Primitives.xml",
  3261. "ref/netstandard1.0/ru/System.Net.Primitives.xml",
  3262. "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
  3263. "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
  3264. "ref/netstandard1.1/System.Net.Primitives.dll",
  3265. "ref/netstandard1.1/System.Net.Primitives.xml",
  3266. "ref/netstandard1.1/de/System.Net.Primitives.xml",
  3267. "ref/netstandard1.1/es/System.Net.Primitives.xml",
  3268. "ref/netstandard1.1/fr/System.Net.Primitives.xml",
  3269. "ref/netstandard1.1/it/System.Net.Primitives.xml",
  3270. "ref/netstandard1.1/ja/System.Net.Primitives.xml",
  3271. "ref/netstandard1.1/ko/System.Net.Primitives.xml",
  3272. "ref/netstandard1.1/ru/System.Net.Primitives.xml",
  3273. "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
  3274. "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
  3275. "ref/netstandard1.3/System.Net.Primitives.dll",
  3276. "ref/netstandard1.3/System.Net.Primitives.xml",
  3277. "ref/netstandard1.3/de/System.Net.Primitives.xml",
  3278. "ref/netstandard1.3/es/System.Net.Primitives.xml",
  3279. "ref/netstandard1.3/fr/System.Net.Primitives.xml",
  3280. "ref/netstandard1.3/it/System.Net.Primitives.xml",
  3281. "ref/netstandard1.3/ja/System.Net.Primitives.xml",
  3282. "ref/netstandard1.3/ko/System.Net.Primitives.xml",
  3283. "ref/netstandard1.3/ru/System.Net.Primitives.xml",
  3284. "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
  3285. "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
  3286. "ref/portable-net45+win8+wp8+wpa81/_._",
  3287. "ref/win8/_._",
  3288. "ref/wp80/_._",
  3289. "ref/wpa81/_._",
  3290. "ref/xamarinios10/_._",
  3291. "ref/xamarinmac20/_._",
  3292. "ref/xamarintvos10/_._",
  3293. "ref/xamarinwatchos10/_._",
  3294. "system.net.primitives.4.0.11.nupkg.sha512",
  3295. "system.net.primitives.nuspec"
  3296. ]
  3297. },
  3298. "System.Net.Sockets/4.1.0": {
  3299. "sha512": "xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
  3300. "type": "package",
  3301. "path": "system.net.sockets/4.1.0",
  3302. "files": [
  3303. ".nupkg.metadata",
  3304. ".signature.p7s",
  3305. "ThirdPartyNotices.txt",
  3306. "dotnet_library_license.txt",
  3307. "lib/MonoAndroid10/_._",
  3308. "lib/MonoTouch10/_._",
  3309. "lib/net46/System.Net.Sockets.dll",
  3310. "lib/xamarinios10/_._",
  3311. "lib/xamarinmac20/_._",
  3312. "lib/xamarintvos10/_._",
  3313. "lib/xamarinwatchos10/_._",
  3314. "ref/MonoAndroid10/_._",
  3315. "ref/MonoTouch10/_._",
  3316. "ref/net46/System.Net.Sockets.dll",
  3317. "ref/netstandard1.3/System.Net.Sockets.dll",
  3318. "ref/netstandard1.3/System.Net.Sockets.xml",
  3319. "ref/netstandard1.3/de/System.Net.Sockets.xml",
  3320. "ref/netstandard1.3/es/System.Net.Sockets.xml",
  3321. "ref/netstandard1.3/fr/System.Net.Sockets.xml",
  3322. "ref/netstandard1.3/it/System.Net.Sockets.xml",
  3323. "ref/netstandard1.3/ja/System.Net.Sockets.xml",
  3324. "ref/netstandard1.3/ko/System.Net.Sockets.xml",
  3325. "ref/netstandard1.3/ru/System.Net.Sockets.xml",
  3326. "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml",
  3327. "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml",
  3328. "ref/xamarinios10/_._",
  3329. "ref/xamarinmac20/_._",
  3330. "ref/xamarintvos10/_._",
  3331. "ref/xamarinwatchos10/_._",
  3332. "system.net.sockets.4.1.0.nupkg.sha512",
  3333. "system.net.sockets.nuspec"
  3334. ]
  3335. },
  3336. "System.ObjectModel/4.0.12": {
  3337. "sha512": "tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  3338. "type": "package",
  3339. "path": "system.objectmodel/4.0.12",
  3340. "files": [
  3341. ".nupkg.metadata",
  3342. ".signature.p7s",
  3343. "ThirdPartyNotices.txt",
  3344. "dotnet_library_license.txt",
  3345. "lib/MonoAndroid10/_._",
  3346. "lib/MonoTouch10/_._",
  3347. "lib/net45/_._",
  3348. "lib/netcore50/System.ObjectModel.dll",
  3349. "lib/netstandard1.3/System.ObjectModel.dll",
  3350. "lib/portable-net45+win8+wp8+wpa81/_._",
  3351. "lib/win8/_._",
  3352. "lib/wp80/_._",
  3353. "lib/wpa81/_._",
  3354. "lib/xamarinios10/_._",
  3355. "lib/xamarinmac20/_._",
  3356. "lib/xamarintvos10/_._",
  3357. "lib/xamarinwatchos10/_._",
  3358. "ref/MonoAndroid10/_._",
  3359. "ref/MonoTouch10/_._",
  3360. "ref/net45/_._",
  3361. "ref/netcore50/System.ObjectModel.dll",
  3362. "ref/netcore50/System.ObjectModel.xml",
  3363. "ref/netcore50/de/System.ObjectModel.xml",
  3364. "ref/netcore50/es/System.ObjectModel.xml",
  3365. "ref/netcore50/fr/System.ObjectModel.xml",
  3366. "ref/netcore50/it/System.ObjectModel.xml",
  3367. "ref/netcore50/ja/System.ObjectModel.xml",
  3368. "ref/netcore50/ko/System.ObjectModel.xml",
  3369. "ref/netcore50/ru/System.ObjectModel.xml",
  3370. "ref/netcore50/zh-hans/System.ObjectModel.xml",
  3371. "ref/netcore50/zh-hant/System.ObjectModel.xml",
  3372. "ref/netstandard1.0/System.ObjectModel.dll",
  3373. "ref/netstandard1.0/System.ObjectModel.xml",
  3374. "ref/netstandard1.0/de/System.ObjectModel.xml",
  3375. "ref/netstandard1.0/es/System.ObjectModel.xml",
  3376. "ref/netstandard1.0/fr/System.ObjectModel.xml",
  3377. "ref/netstandard1.0/it/System.ObjectModel.xml",
  3378. "ref/netstandard1.0/ja/System.ObjectModel.xml",
  3379. "ref/netstandard1.0/ko/System.ObjectModel.xml",
  3380. "ref/netstandard1.0/ru/System.ObjectModel.xml",
  3381. "ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
  3382. "ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
  3383. "ref/netstandard1.3/System.ObjectModel.dll",
  3384. "ref/netstandard1.3/System.ObjectModel.xml",
  3385. "ref/netstandard1.3/de/System.ObjectModel.xml",
  3386. "ref/netstandard1.3/es/System.ObjectModel.xml",
  3387. "ref/netstandard1.3/fr/System.ObjectModel.xml",
  3388. "ref/netstandard1.3/it/System.ObjectModel.xml",
  3389. "ref/netstandard1.3/ja/System.ObjectModel.xml",
  3390. "ref/netstandard1.3/ko/System.ObjectModel.xml",
  3391. "ref/netstandard1.3/ru/System.ObjectModel.xml",
  3392. "ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
  3393. "ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
  3394. "ref/portable-net45+win8+wp8+wpa81/_._",
  3395. "ref/win8/_._",
  3396. "ref/wp80/_._",
  3397. "ref/wpa81/_._",
  3398. "ref/xamarinios10/_._",
  3399. "ref/xamarinmac20/_._",
  3400. "ref/xamarintvos10/_._",
  3401. "ref/xamarinwatchos10/_._",
  3402. "system.objectmodel.4.0.12.nupkg.sha512",
  3403. "system.objectmodel.nuspec"
  3404. ]
  3405. },
  3406. "System.Reflection/4.1.0": {
  3407. "sha512": "JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
  3408. "type": "package",
  3409. "path": "system.reflection/4.1.0",
  3410. "files": [
  3411. ".nupkg.metadata",
  3412. ".signature.p7s",
  3413. "ThirdPartyNotices.txt",
  3414. "dotnet_library_license.txt",
  3415. "lib/MonoAndroid10/_._",
  3416. "lib/MonoTouch10/_._",
  3417. "lib/net45/_._",
  3418. "lib/net462/System.Reflection.dll",
  3419. "lib/portable-net45+win8+wp8+wpa81/_._",
  3420. "lib/win8/_._",
  3421. "lib/wp80/_._",
  3422. "lib/wpa81/_._",
  3423. "lib/xamarinios10/_._",
  3424. "lib/xamarinmac20/_._",
  3425. "lib/xamarintvos10/_._",
  3426. "lib/xamarinwatchos10/_._",
  3427. "ref/MonoAndroid10/_._",
  3428. "ref/MonoTouch10/_._",
  3429. "ref/net45/_._",
  3430. "ref/net462/System.Reflection.dll",
  3431. "ref/netcore50/System.Reflection.dll",
  3432. "ref/netcore50/System.Reflection.xml",
  3433. "ref/netcore50/de/System.Reflection.xml",
  3434. "ref/netcore50/es/System.Reflection.xml",
  3435. "ref/netcore50/fr/System.Reflection.xml",
  3436. "ref/netcore50/it/System.Reflection.xml",
  3437. "ref/netcore50/ja/System.Reflection.xml",
  3438. "ref/netcore50/ko/System.Reflection.xml",
  3439. "ref/netcore50/ru/System.Reflection.xml",
  3440. "ref/netcore50/zh-hans/System.Reflection.xml",
  3441. "ref/netcore50/zh-hant/System.Reflection.xml",
  3442. "ref/netstandard1.0/System.Reflection.dll",
  3443. "ref/netstandard1.0/System.Reflection.xml",
  3444. "ref/netstandard1.0/de/System.Reflection.xml",
  3445. "ref/netstandard1.0/es/System.Reflection.xml",
  3446. "ref/netstandard1.0/fr/System.Reflection.xml",
  3447. "ref/netstandard1.0/it/System.Reflection.xml",
  3448. "ref/netstandard1.0/ja/System.Reflection.xml",
  3449. "ref/netstandard1.0/ko/System.Reflection.xml",
  3450. "ref/netstandard1.0/ru/System.Reflection.xml",
  3451. "ref/netstandard1.0/zh-hans/System.Reflection.xml",
  3452. "ref/netstandard1.0/zh-hant/System.Reflection.xml",
  3453. "ref/netstandard1.3/System.Reflection.dll",
  3454. "ref/netstandard1.3/System.Reflection.xml",
  3455. "ref/netstandard1.3/de/System.Reflection.xml",
  3456. "ref/netstandard1.3/es/System.Reflection.xml",
  3457. "ref/netstandard1.3/fr/System.Reflection.xml",
  3458. "ref/netstandard1.3/it/System.Reflection.xml",
  3459. "ref/netstandard1.3/ja/System.Reflection.xml",
  3460. "ref/netstandard1.3/ko/System.Reflection.xml",
  3461. "ref/netstandard1.3/ru/System.Reflection.xml",
  3462. "ref/netstandard1.3/zh-hans/System.Reflection.xml",
  3463. "ref/netstandard1.3/zh-hant/System.Reflection.xml",
  3464. "ref/netstandard1.5/System.Reflection.dll",
  3465. "ref/netstandard1.5/System.Reflection.xml",
  3466. "ref/netstandard1.5/de/System.Reflection.xml",
  3467. "ref/netstandard1.5/es/System.Reflection.xml",
  3468. "ref/netstandard1.5/fr/System.Reflection.xml",
  3469. "ref/netstandard1.5/it/System.Reflection.xml",
  3470. "ref/netstandard1.5/ja/System.Reflection.xml",
  3471. "ref/netstandard1.5/ko/System.Reflection.xml",
  3472. "ref/netstandard1.5/ru/System.Reflection.xml",
  3473. "ref/netstandard1.5/zh-hans/System.Reflection.xml",
  3474. "ref/netstandard1.5/zh-hant/System.Reflection.xml",
  3475. "ref/portable-net45+win8+wp8+wpa81/_._",
  3476. "ref/win8/_._",
  3477. "ref/wp80/_._",
  3478. "ref/wpa81/_._",
  3479. "ref/xamarinios10/_._",
  3480. "ref/xamarinmac20/_._",
  3481. "ref/xamarintvos10/_._",
  3482. "ref/xamarinwatchos10/_._",
  3483. "system.reflection.4.1.0.nupkg.sha512",
  3484. "system.reflection.nuspec"
  3485. ]
  3486. },
  3487. "System.Reflection.Emit/4.0.1": {
  3488. "sha512": "P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  3489. "type": "package",
  3490. "path": "system.reflection.emit/4.0.1",
  3491. "files": [
  3492. ".nupkg.metadata",
  3493. ".signature.p7s",
  3494. "ThirdPartyNotices.txt",
  3495. "dotnet_library_license.txt",
  3496. "lib/MonoAndroid10/_._",
  3497. "lib/net45/_._",
  3498. "lib/netcore50/System.Reflection.Emit.dll",
  3499. "lib/netstandard1.3/System.Reflection.Emit.dll",
  3500. "lib/xamarinmac20/_._",
  3501. "ref/MonoAndroid10/_._",
  3502. "ref/net45/_._",
  3503. "ref/netstandard1.1/System.Reflection.Emit.dll",
  3504. "ref/netstandard1.1/System.Reflection.Emit.xml",
  3505. "ref/netstandard1.1/de/System.Reflection.Emit.xml",
  3506. "ref/netstandard1.1/es/System.Reflection.Emit.xml",
  3507. "ref/netstandard1.1/fr/System.Reflection.Emit.xml",
  3508. "ref/netstandard1.1/it/System.Reflection.Emit.xml",
  3509. "ref/netstandard1.1/ja/System.Reflection.Emit.xml",
  3510. "ref/netstandard1.1/ko/System.Reflection.Emit.xml",
  3511. "ref/netstandard1.1/ru/System.Reflection.Emit.xml",
  3512. "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml",
  3513. "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml",
  3514. "ref/xamarinmac20/_._",
  3515. "system.reflection.emit.4.0.1.nupkg.sha512",
  3516. "system.reflection.emit.nuspec"
  3517. ]
  3518. },
  3519. "System.Reflection.Emit.ILGeneration/4.0.1": {
  3520. "sha512": "Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  3521. "type": "package",
  3522. "path": "system.reflection.emit.ilgeneration/4.0.1",
  3523. "files": [
  3524. ".nupkg.metadata",
  3525. ".signature.p7s",
  3526. "ThirdPartyNotices.txt",
  3527. "dotnet_library_license.txt",
  3528. "lib/net45/_._",
  3529. "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
  3530. "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll",
  3531. "lib/portable-net45+wp8/_._",
  3532. "lib/wp80/_._",
  3533. "ref/net45/_._",
  3534. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll",
  3535. "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml",
  3536. "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml",
  3537. "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml",
  3538. "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml",
  3539. "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml",
  3540. "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml",
  3541. "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml",
  3542. "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml",
  3543. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml",
  3544. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml",
  3545. "ref/portable-net45+wp8/_._",
  3546. "ref/wp80/_._",
  3547. "runtimes/aot/lib/netcore50/_._",
  3548. "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512",
  3549. "system.reflection.emit.ilgeneration.nuspec"
  3550. ]
  3551. },
  3552. "System.Reflection.Emit.Lightweight/4.0.1": {
  3553. "sha512": "sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
  3554. "type": "package",
  3555. "path": "system.reflection.emit.lightweight/4.0.1",
  3556. "files": [
  3557. ".nupkg.metadata",
  3558. ".signature.p7s",
  3559. "ThirdPartyNotices.txt",
  3560. "dotnet_library_license.txt",
  3561. "lib/net45/_._",
  3562. "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
  3563. "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll",
  3564. "lib/portable-net45+wp8/_._",
  3565. "lib/wp80/_._",
  3566. "ref/net45/_._",
  3567. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll",
  3568. "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml",
  3569. "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml",
  3570. "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml",
  3571. "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml",
  3572. "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml",
  3573. "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml",
  3574. "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml",
  3575. "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml",
  3576. "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml",
  3577. "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml",
  3578. "ref/portable-net45+wp8/_._",
  3579. "ref/wp80/_._",
  3580. "runtimes/aot/lib/netcore50/_._",
  3581. "system.reflection.emit.lightweight.4.0.1.nupkg.sha512",
  3582. "system.reflection.emit.lightweight.nuspec"
  3583. ]
  3584. },
  3585. "System.Reflection.Extensions/4.0.1": {
  3586. "sha512": "GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  3587. "type": "package",
  3588. "path": "system.reflection.extensions/4.0.1",
  3589. "files": [
  3590. ".nupkg.metadata",
  3591. ".signature.p7s",
  3592. "ThirdPartyNotices.txt",
  3593. "dotnet_library_license.txt",
  3594. "lib/MonoAndroid10/_._",
  3595. "lib/MonoTouch10/_._",
  3596. "lib/net45/_._",
  3597. "lib/portable-net45+win8+wp8+wpa81/_._",
  3598. "lib/win8/_._",
  3599. "lib/wp80/_._",
  3600. "lib/wpa81/_._",
  3601. "lib/xamarinios10/_._",
  3602. "lib/xamarinmac20/_._",
  3603. "lib/xamarintvos10/_._",
  3604. "lib/xamarinwatchos10/_._",
  3605. "ref/MonoAndroid10/_._",
  3606. "ref/MonoTouch10/_._",
  3607. "ref/net45/_._",
  3608. "ref/netcore50/System.Reflection.Extensions.dll",
  3609. "ref/netcore50/System.Reflection.Extensions.xml",
  3610. "ref/netcore50/de/System.Reflection.Extensions.xml",
  3611. "ref/netcore50/es/System.Reflection.Extensions.xml",
  3612. "ref/netcore50/fr/System.Reflection.Extensions.xml",
  3613. "ref/netcore50/it/System.Reflection.Extensions.xml",
  3614. "ref/netcore50/ja/System.Reflection.Extensions.xml",
  3615. "ref/netcore50/ko/System.Reflection.Extensions.xml",
  3616. "ref/netcore50/ru/System.Reflection.Extensions.xml",
  3617. "ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
  3618. "ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
  3619. "ref/netstandard1.0/System.Reflection.Extensions.dll",
  3620. "ref/netstandard1.0/System.Reflection.Extensions.xml",
  3621. "ref/netstandard1.0/de/System.Reflection.Extensions.xml",
  3622. "ref/netstandard1.0/es/System.Reflection.Extensions.xml",
  3623. "ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
  3624. "ref/netstandard1.0/it/System.Reflection.Extensions.xml",
  3625. "ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
  3626. "ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
  3627. "ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
  3628. "ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
  3629. "ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
  3630. "ref/portable-net45+win8+wp8+wpa81/_._",
  3631. "ref/win8/_._",
  3632. "ref/wp80/_._",
  3633. "ref/wpa81/_._",
  3634. "ref/xamarinios10/_._",
  3635. "ref/xamarinmac20/_._",
  3636. "ref/xamarintvos10/_._",
  3637. "ref/xamarinwatchos10/_._",
  3638. "system.reflection.extensions.4.0.1.nupkg.sha512",
  3639. "system.reflection.extensions.nuspec"
  3640. ]
  3641. },
  3642. "System.Reflection.Primitives/4.0.1": {
  3643. "sha512": "4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
  3644. "type": "package",
  3645. "path": "system.reflection.primitives/4.0.1",
  3646. "files": [
  3647. ".nupkg.metadata",
  3648. ".signature.p7s",
  3649. "ThirdPartyNotices.txt",
  3650. "dotnet_library_license.txt",
  3651. "lib/MonoAndroid10/_._",
  3652. "lib/MonoTouch10/_._",
  3653. "lib/net45/_._",
  3654. "lib/portable-net45+win8+wp8+wpa81/_._",
  3655. "lib/win8/_._",
  3656. "lib/wp80/_._",
  3657. "lib/wpa81/_._",
  3658. "lib/xamarinios10/_._",
  3659. "lib/xamarinmac20/_._",
  3660. "lib/xamarintvos10/_._",
  3661. "lib/xamarinwatchos10/_._",
  3662. "ref/MonoAndroid10/_._",
  3663. "ref/MonoTouch10/_._",
  3664. "ref/net45/_._",
  3665. "ref/netcore50/System.Reflection.Primitives.dll",
  3666. "ref/netcore50/System.Reflection.Primitives.xml",
  3667. "ref/netcore50/de/System.Reflection.Primitives.xml",
  3668. "ref/netcore50/es/System.Reflection.Primitives.xml",
  3669. "ref/netcore50/fr/System.Reflection.Primitives.xml",
  3670. "ref/netcore50/it/System.Reflection.Primitives.xml",
  3671. "ref/netcore50/ja/System.Reflection.Primitives.xml",
  3672. "ref/netcore50/ko/System.Reflection.Primitives.xml",
  3673. "ref/netcore50/ru/System.Reflection.Primitives.xml",
  3674. "ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
  3675. "ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
  3676. "ref/netstandard1.0/System.Reflection.Primitives.dll",
  3677. "ref/netstandard1.0/System.Reflection.Primitives.xml",
  3678. "ref/netstandard1.0/de/System.Reflection.Primitives.xml",
  3679. "ref/netstandard1.0/es/System.Reflection.Primitives.xml",
  3680. "ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
  3681. "ref/netstandard1.0/it/System.Reflection.Primitives.xml",
  3682. "ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
  3683. "ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
  3684. "ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
  3685. "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
  3686. "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
  3687. "ref/portable-net45+win8+wp8+wpa81/_._",
  3688. "ref/win8/_._",
  3689. "ref/wp80/_._",
  3690. "ref/wpa81/_._",
  3691. "ref/xamarinios10/_._",
  3692. "ref/xamarinmac20/_._",
  3693. "ref/xamarintvos10/_._",
  3694. "ref/xamarinwatchos10/_._",
  3695. "system.reflection.primitives.4.0.1.nupkg.sha512",
  3696. "system.reflection.primitives.nuspec"
  3697. ]
  3698. },
  3699. "System.Reflection.TypeExtensions/4.1.0": {
  3700. "sha512": "tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
  3701. "type": "package",
  3702. "path": "system.reflection.typeextensions/4.1.0",
  3703. "files": [
  3704. ".nupkg.metadata",
  3705. ".signature.p7s",
  3706. "ThirdPartyNotices.txt",
  3707. "dotnet_library_license.txt",
  3708. "lib/MonoAndroid10/_._",
  3709. "lib/MonoTouch10/_._",
  3710. "lib/net46/System.Reflection.TypeExtensions.dll",
  3711. "lib/net462/System.Reflection.TypeExtensions.dll",
  3712. "lib/netcore50/System.Reflection.TypeExtensions.dll",
  3713. "lib/netstandard1.5/System.Reflection.TypeExtensions.dll",
  3714. "lib/xamarinios10/_._",
  3715. "lib/xamarinmac20/_._",
  3716. "lib/xamarintvos10/_._",
  3717. "lib/xamarinwatchos10/_._",
  3718. "ref/MonoAndroid10/_._",
  3719. "ref/MonoTouch10/_._",
  3720. "ref/net46/System.Reflection.TypeExtensions.dll",
  3721. "ref/net462/System.Reflection.TypeExtensions.dll",
  3722. "ref/netstandard1.3/System.Reflection.TypeExtensions.dll",
  3723. "ref/netstandard1.3/System.Reflection.TypeExtensions.xml",
  3724. "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml",
  3725. "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml",
  3726. "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml",
  3727. "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml",
  3728. "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml",
  3729. "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml",
  3730. "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml",
  3731. "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml",
  3732. "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml",
  3733. "ref/netstandard1.5/System.Reflection.TypeExtensions.dll",
  3734. "ref/netstandard1.5/System.Reflection.TypeExtensions.xml",
  3735. "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml",
  3736. "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml",
  3737. "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml",
  3738. "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml",
  3739. "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml",
  3740. "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml",
  3741. "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml",
  3742. "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml",
  3743. "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml",
  3744. "ref/xamarinios10/_._",
  3745. "ref/xamarinmac20/_._",
  3746. "ref/xamarintvos10/_._",
  3747. "ref/xamarinwatchos10/_._",
  3748. "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll",
  3749. "system.reflection.typeextensions.4.1.0.nupkg.sha512",
  3750. "system.reflection.typeextensions.nuspec"
  3751. ]
  3752. },
  3753. "System.Resources.ResourceManager/4.0.1": {
  3754. "sha512": "TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
  3755. "type": "package",
  3756. "path": "system.resources.resourcemanager/4.0.1",
  3757. "files": [
  3758. ".nupkg.metadata",
  3759. ".signature.p7s",
  3760. "ThirdPartyNotices.txt",
  3761. "dotnet_library_license.txt",
  3762. "lib/MonoAndroid10/_._",
  3763. "lib/MonoTouch10/_._",
  3764. "lib/net45/_._",
  3765. "lib/portable-net45+win8+wp8+wpa81/_._",
  3766. "lib/win8/_._",
  3767. "lib/wp80/_._",
  3768. "lib/wpa81/_._",
  3769. "lib/xamarinios10/_._",
  3770. "lib/xamarinmac20/_._",
  3771. "lib/xamarintvos10/_._",
  3772. "lib/xamarinwatchos10/_._",
  3773. "ref/MonoAndroid10/_._",
  3774. "ref/MonoTouch10/_._",
  3775. "ref/net45/_._",
  3776. "ref/netcore50/System.Resources.ResourceManager.dll",
  3777. "ref/netcore50/System.Resources.ResourceManager.xml",
  3778. "ref/netcore50/de/System.Resources.ResourceManager.xml",
  3779. "ref/netcore50/es/System.Resources.ResourceManager.xml",
  3780. "ref/netcore50/fr/System.Resources.ResourceManager.xml",
  3781. "ref/netcore50/it/System.Resources.ResourceManager.xml",
  3782. "ref/netcore50/ja/System.Resources.ResourceManager.xml",
  3783. "ref/netcore50/ko/System.Resources.ResourceManager.xml",
  3784. "ref/netcore50/ru/System.Resources.ResourceManager.xml",
  3785. "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
  3786. "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
  3787. "ref/netstandard1.0/System.Resources.ResourceManager.dll",
  3788. "ref/netstandard1.0/System.Resources.ResourceManager.xml",
  3789. "ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
  3790. "ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
  3791. "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
  3792. "ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
  3793. "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
  3794. "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
  3795. "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
  3796. "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
  3797. "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
  3798. "ref/portable-net45+win8+wp8+wpa81/_._",
  3799. "ref/win8/_._",
  3800. "ref/wp80/_._",
  3801. "ref/wpa81/_._",
  3802. "ref/xamarinios10/_._",
  3803. "ref/xamarinmac20/_._",
  3804. "ref/xamarintvos10/_._",
  3805. "ref/xamarinwatchos10/_._",
  3806. "system.resources.resourcemanager.4.0.1.nupkg.sha512",
  3807. "system.resources.resourcemanager.nuspec"
  3808. ]
  3809. },
  3810. "System.Runtime/4.1.0": {
  3811. "sha512": "v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
  3812. "type": "package",
  3813. "path": "system.runtime/4.1.0",
  3814. "files": [
  3815. ".nupkg.metadata",
  3816. ".signature.p7s",
  3817. "ThirdPartyNotices.txt",
  3818. "dotnet_library_license.txt",
  3819. "lib/MonoAndroid10/_._",
  3820. "lib/MonoTouch10/_._",
  3821. "lib/net45/_._",
  3822. "lib/net462/System.Runtime.dll",
  3823. "lib/portable-net45+win8+wp80+wpa81/_._",
  3824. "lib/win8/_._",
  3825. "lib/wp80/_._",
  3826. "lib/wpa81/_._",
  3827. "lib/xamarinios10/_._",
  3828. "lib/xamarinmac20/_._",
  3829. "lib/xamarintvos10/_._",
  3830. "lib/xamarinwatchos10/_._",
  3831. "ref/MonoAndroid10/_._",
  3832. "ref/MonoTouch10/_._",
  3833. "ref/net45/_._",
  3834. "ref/net462/System.Runtime.dll",
  3835. "ref/netcore50/System.Runtime.dll",
  3836. "ref/netcore50/System.Runtime.xml",
  3837. "ref/netcore50/de/System.Runtime.xml",
  3838. "ref/netcore50/es/System.Runtime.xml",
  3839. "ref/netcore50/fr/System.Runtime.xml",
  3840. "ref/netcore50/it/System.Runtime.xml",
  3841. "ref/netcore50/ja/System.Runtime.xml",
  3842. "ref/netcore50/ko/System.Runtime.xml",
  3843. "ref/netcore50/ru/System.Runtime.xml",
  3844. "ref/netcore50/zh-hans/System.Runtime.xml",
  3845. "ref/netcore50/zh-hant/System.Runtime.xml",
  3846. "ref/netstandard1.0/System.Runtime.dll",
  3847. "ref/netstandard1.0/System.Runtime.xml",
  3848. "ref/netstandard1.0/de/System.Runtime.xml",
  3849. "ref/netstandard1.0/es/System.Runtime.xml",
  3850. "ref/netstandard1.0/fr/System.Runtime.xml",
  3851. "ref/netstandard1.0/it/System.Runtime.xml",
  3852. "ref/netstandard1.0/ja/System.Runtime.xml",
  3853. "ref/netstandard1.0/ko/System.Runtime.xml",
  3854. "ref/netstandard1.0/ru/System.Runtime.xml",
  3855. "ref/netstandard1.0/zh-hans/System.Runtime.xml",
  3856. "ref/netstandard1.0/zh-hant/System.Runtime.xml",
  3857. "ref/netstandard1.2/System.Runtime.dll",
  3858. "ref/netstandard1.2/System.Runtime.xml",
  3859. "ref/netstandard1.2/de/System.Runtime.xml",
  3860. "ref/netstandard1.2/es/System.Runtime.xml",
  3861. "ref/netstandard1.2/fr/System.Runtime.xml",
  3862. "ref/netstandard1.2/it/System.Runtime.xml",
  3863. "ref/netstandard1.2/ja/System.Runtime.xml",
  3864. "ref/netstandard1.2/ko/System.Runtime.xml",
  3865. "ref/netstandard1.2/ru/System.Runtime.xml",
  3866. "ref/netstandard1.2/zh-hans/System.Runtime.xml",
  3867. "ref/netstandard1.2/zh-hant/System.Runtime.xml",
  3868. "ref/netstandard1.3/System.Runtime.dll",
  3869. "ref/netstandard1.3/System.Runtime.xml",
  3870. "ref/netstandard1.3/de/System.Runtime.xml",
  3871. "ref/netstandard1.3/es/System.Runtime.xml",
  3872. "ref/netstandard1.3/fr/System.Runtime.xml",
  3873. "ref/netstandard1.3/it/System.Runtime.xml",
  3874. "ref/netstandard1.3/ja/System.Runtime.xml",
  3875. "ref/netstandard1.3/ko/System.Runtime.xml",
  3876. "ref/netstandard1.3/ru/System.Runtime.xml",
  3877. "ref/netstandard1.3/zh-hans/System.Runtime.xml",
  3878. "ref/netstandard1.3/zh-hant/System.Runtime.xml",
  3879. "ref/netstandard1.5/System.Runtime.dll",
  3880. "ref/netstandard1.5/System.Runtime.xml",
  3881. "ref/netstandard1.5/de/System.Runtime.xml",
  3882. "ref/netstandard1.5/es/System.Runtime.xml",
  3883. "ref/netstandard1.5/fr/System.Runtime.xml",
  3884. "ref/netstandard1.5/it/System.Runtime.xml",
  3885. "ref/netstandard1.5/ja/System.Runtime.xml",
  3886. "ref/netstandard1.5/ko/System.Runtime.xml",
  3887. "ref/netstandard1.5/ru/System.Runtime.xml",
  3888. "ref/netstandard1.5/zh-hans/System.Runtime.xml",
  3889. "ref/netstandard1.5/zh-hant/System.Runtime.xml",
  3890. "ref/portable-net45+win8+wp80+wpa81/_._",
  3891. "ref/win8/_._",
  3892. "ref/wp80/_._",
  3893. "ref/wpa81/_._",
  3894. "ref/xamarinios10/_._",
  3895. "ref/xamarinmac20/_._",
  3896. "ref/xamarintvos10/_._",
  3897. "ref/xamarinwatchos10/_._",
  3898. "system.runtime.4.1.0.nupkg.sha512",
  3899. "system.runtime.nuspec"
  3900. ]
  3901. },
  3902. "System.Runtime.Extensions/4.1.0": {
  3903. "sha512": "CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
  3904. "type": "package",
  3905. "path": "system.runtime.extensions/4.1.0",
  3906. "files": [
  3907. ".nupkg.metadata",
  3908. ".signature.p7s",
  3909. "ThirdPartyNotices.txt",
  3910. "dotnet_library_license.txt",
  3911. "lib/MonoAndroid10/_._",
  3912. "lib/MonoTouch10/_._",
  3913. "lib/net45/_._",
  3914. "lib/net462/System.Runtime.Extensions.dll",
  3915. "lib/portable-net45+win8+wp8+wpa81/_._",
  3916. "lib/win8/_._",
  3917. "lib/wp80/_._",
  3918. "lib/wpa81/_._",
  3919. "lib/xamarinios10/_._",
  3920. "lib/xamarinmac20/_._",
  3921. "lib/xamarintvos10/_._",
  3922. "lib/xamarinwatchos10/_._",
  3923. "ref/MonoAndroid10/_._",
  3924. "ref/MonoTouch10/_._",
  3925. "ref/net45/_._",
  3926. "ref/net462/System.Runtime.Extensions.dll",
  3927. "ref/netcore50/System.Runtime.Extensions.dll",
  3928. "ref/netcore50/System.Runtime.Extensions.xml",
  3929. "ref/netcore50/de/System.Runtime.Extensions.xml",
  3930. "ref/netcore50/es/System.Runtime.Extensions.xml",
  3931. "ref/netcore50/fr/System.Runtime.Extensions.xml",
  3932. "ref/netcore50/it/System.Runtime.Extensions.xml",
  3933. "ref/netcore50/ja/System.Runtime.Extensions.xml",
  3934. "ref/netcore50/ko/System.Runtime.Extensions.xml",
  3935. "ref/netcore50/ru/System.Runtime.Extensions.xml",
  3936. "ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
  3937. "ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
  3938. "ref/netstandard1.0/System.Runtime.Extensions.dll",
  3939. "ref/netstandard1.0/System.Runtime.Extensions.xml",
  3940. "ref/netstandard1.0/de/System.Runtime.Extensions.xml",
  3941. "ref/netstandard1.0/es/System.Runtime.Extensions.xml",
  3942. "ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
  3943. "ref/netstandard1.0/it/System.Runtime.Extensions.xml",
  3944. "ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
  3945. "ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
  3946. "ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
  3947. "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
  3948. "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
  3949. "ref/netstandard1.3/System.Runtime.Extensions.dll",
  3950. "ref/netstandard1.3/System.Runtime.Extensions.xml",
  3951. "ref/netstandard1.3/de/System.Runtime.Extensions.xml",
  3952. "ref/netstandard1.3/es/System.Runtime.Extensions.xml",
  3953. "ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
  3954. "ref/netstandard1.3/it/System.Runtime.Extensions.xml",
  3955. "ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
  3956. "ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
  3957. "ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
  3958. "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
  3959. "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
  3960. "ref/netstandard1.5/System.Runtime.Extensions.dll",
  3961. "ref/netstandard1.5/System.Runtime.Extensions.xml",
  3962. "ref/netstandard1.5/de/System.Runtime.Extensions.xml",
  3963. "ref/netstandard1.5/es/System.Runtime.Extensions.xml",
  3964. "ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
  3965. "ref/netstandard1.5/it/System.Runtime.Extensions.xml",
  3966. "ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
  3967. "ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
  3968. "ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
  3969. "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
  3970. "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
  3971. "ref/portable-net45+win8+wp8+wpa81/_._",
  3972. "ref/win8/_._",
  3973. "ref/wp80/_._",
  3974. "ref/wpa81/_._",
  3975. "ref/xamarinios10/_._",
  3976. "ref/xamarinmac20/_._",
  3977. "ref/xamarintvos10/_._",
  3978. "ref/xamarinwatchos10/_._",
  3979. "system.runtime.extensions.4.1.0.nupkg.sha512",
  3980. "system.runtime.extensions.nuspec"
  3981. ]
  3982. },
  3983. "System.Runtime.Handles/4.0.1": {
  3984. "sha512": "nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
  3985. "type": "package",
  3986. "path": "system.runtime.handles/4.0.1",
  3987. "files": [
  3988. ".nupkg.metadata",
  3989. ".signature.p7s",
  3990. "ThirdPartyNotices.txt",
  3991. "dotnet_library_license.txt",
  3992. "lib/MonoAndroid10/_._",
  3993. "lib/MonoTouch10/_._",
  3994. "lib/net46/_._",
  3995. "lib/xamarinios10/_._",
  3996. "lib/xamarinmac20/_._",
  3997. "lib/xamarintvos10/_._",
  3998. "lib/xamarinwatchos10/_._",
  3999. "ref/MonoAndroid10/_._",
  4000. "ref/MonoTouch10/_._",
  4001. "ref/net46/_._",
  4002. "ref/netstandard1.3/System.Runtime.Handles.dll",
  4003. "ref/netstandard1.3/System.Runtime.Handles.xml",
  4004. "ref/netstandard1.3/de/System.Runtime.Handles.xml",
  4005. "ref/netstandard1.3/es/System.Runtime.Handles.xml",
  4006. "ref/netstandard1.3/fr/System.Runtime.Handles.xml",
  4007. "ref/netstandard1.3/it/System.Runtime.Handles.xml",
  4008. "ref/netstandard1.3/ja/System.Runtime.Handles.xml",
  4009. "ref/netstandard1.3/ko/System.Runtime.Handles.xml",
  4010. "ref/netstandard1.3/ru/System.Runtime.Handles.xml",
  4011. "ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml",
  4012. "ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml",
  4013. "ref/xamarinios10/_._",
  4014. "ref/xamarinmac20/_._",
  4015. "ref/xamarintvos10/_._",
  4016. "ref/xamarinwatchos10/_._",
  4017. "system.runtime.handles.4.0.1.nupkg.sha512",
  4018. "system.runtime.handles.nuspec"
  4019. ]
  4020. },
  4021. "System.Runtime.InteropServices/4.1.0": {
  4022. "sha512": "16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
  4023. "type": "package",
  4024. "path": "system.runtime.interopservices/4.1.0",
  4025. "files": [
  4026. ".nupkg.metadata",
  4027. ".signature.p7s",
  4028. "ThirdPartyNotices.txt",
  4029. "dotnet_library_license.txt",
  4030. "lib/MonoAndroid10/_._",
  4031. "lib/MonoTouch10/_._",
  4032. "lib/net45/_._",
  4033. "lib/net462/System.Runtime.InteropServices.dll",
  4034. "lib/portable-net45+win8+wpa81/_._",
  4035. "lib/win8/_._",
  4036. "lib/wpa81/_._",
  4037. "lib/xamarinios10/_._",
  4038. "lib/xamarinmac20/_._",
  4039. "lib/xamarintvos10/_._",
  4040. "lib/xamarinwatchos10/_._",
  4041. "ref/MonoAndroid10/_._",
  4042. "ref/MonoTouch10/_._",
  4043. "ref/net45/_._",
  4044. "ref/net462/System.Runtime.InteropServices.dll",
  4045. "ref/netcore50/System.Runtime.InteropServices.dll",
  4046. "ref/netcore50/System.Runtime.InteropServices.xml",
  4047. "ref/netcore50/de/System.Runtime.InteropServices.xml",
  4048. "ref/netcore50/es/System.Runtime.InteropServices.xml",
  4049. "ref/netcore50/fr/System.Runtime.InteropServices.xml",
  4050. "ref/netcore50/it/System.Runtime.InteropServices.xml",
  4051. "ref/netcore50/ja/System.Runtime.InteropServices.xml",
  4052. "ref/netcore50/ko/System.Runtime.InteropServices.xml",
  4053. "ref/netcore50/ru/System.Runtime.InteropServices.xml",
  4054. "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
  4055. "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
  4056. "ref/netstandard1.1/System.Runtime.InteropServices.dll",
  4057. "ref/netstandard1.1/System.Runtime.InteropServices.xml",
  4058. "ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
  4059. "ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
  4060. "ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
  4061. "ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
  4062. "ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
  4063. "ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
  4064. "ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
  4065. "ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
  4066. "ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
  4067. "ref/netstandard1.2/System.Runtime.InteropServices.dll",
  4068. "ref/netstandard1.2/System.Runtime.InteropServices.xml",
  4069. "ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
  4070. "ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
  4071. "ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
  4072. "ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
  4073. "ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
  4074. "ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
  4075. "ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
  4076. "ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
  4077. "ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
  4078. "ref/netstandard1.3/System.Runtime.InteropServices.dll",
  4079. "ref/netstandard1.3/System.Runtime.InteropServices.xml",
  4080. "ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
  4081. "ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
  4082. "ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
  4083. "ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
  4084. "ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
  4085. "ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
  4086. "ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
  4087. "ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
  4088. "ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
  4089. "ref/netstandard1.5/System.Runtime.InteropServices.dll",
  4090. "ref/netstandard1.5/System.Runtime.InteropServices.xml",
  4091. "ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
  4092. "ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
  4093. "ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
  4094. "ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
  4095. "ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
  4096. "ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
  4097. "ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
  4098. "ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
  4099. "ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
  4100. "ref/portable-net45+win8+wpa81/_._",
  4101. "ref/win8/_._",
  4102. "ref/wpa81/_._",
  4103. "ref/xamarinios10/_._",
  4104. "ref/xamarinmac20/_._",
  4105. "ref/xamarintvos10/_._",
  4106. "ref/xamarinwatchos10/_._",
  4107. "system.runtime.interopservices.4.1.0.nupkg.sha512",
  4108. "system.runtime.interopservices.nuspec"
  4109. ]
  4110. },
  4111. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  4112. "sha512": "hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  4113. "type": "package",
  4114. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  4115. "files": [
  4116. ".nupkg.metadata",
  4117. ".signature.p7s",
  4118. "ThirdPartyNotices.txt",
  4119. "dotnet_library_license.txt",
  4120. "lib/MonoAndroid10/_._",
  4121. "lib/MonoTouch10/_._",
  4122. "lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  4123. "lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",
  4124. "lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",
  4125. "lib/xamarinios10/_._",
  4126. "lib/xamarinmac20/_._",
  4127. "lib/xamarintvos10/_._",
  4128. "lib/xamarinwatchos10/_._",
  4129. "ref/MonoAndroid10/_._",
  4130. "ref/MonoTouch10/_._",
  4131. "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  4132. "ref/xamarinios10/_._",
  4133. "ref/xamarinmac20/_._",
  4134. "ref/xamarintvos10/_._",
  4135. "ref/xamarinwatchos10/_._",
  4136. "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  4137. "runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  4138. "runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
  4139. "runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
  4140. "runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
  4141. "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512",
  4142. "system.runtime.interopservices.runtimeinformation.nuspec"
  4143. ]
  4144. },
  4145. "System.Runtime.Numerics/4.0.1": {
  4146. "sha512": "+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",
  4147. "type": "package",
  4148. "path": "system.runtime.numerics/4.0.1",
  4149. "files": [
  4150. ".nupkg.metadata",
  4151. ".signature.p7s",
  4152. "ThirdPartyNotices.txt",
  4153. "dotnet_library_license.txt",
  4154. "lib/MonoAndroid10/_._",
  4155. "lib/MonoTouch10/_._",
  4156. "lib/net45/_._",
  4157. "lib/netcore50/System.Runtime.Numerics.dll",
  4158. "lib/netstandard1.3/System.Runtime.Numerics.dll",
  4159. "lib/portable-net45+win8+wpa81/_._",
  4160. "lib/win8/_._",
  4161. "lib/wpa81/_._",
  4162. "lib/xamarinios10/_._",
  4163. "lib/xamarinmac20/_._",
  4164. "lib/xamarintvos10/_._",
  4165. "lib/xamarinwatchos10/_._",
  4166. "ref/MonoAndroid10/_._",
  4167. "ref/MonoTouch10/_._",
  4168. "ref/net45/_._",
  4169. "ref/netcore50/System.Runtime.Numerics.dll",
  4170. "ref/netcore50/System.Runtime.Numerics.xml",
  4171. "ref/netcore50/de/System.Runtime.Numerics.xml",
  4172. "ref/netcore50/es/System.Runtime.Numerics.xml",
  4173. "ref/netcore50/fr/System.Runtime.Numerics.xml",
  4174. "ref/netcore50/it/System.Runtime.Numerics.xml",
  4175. "ref/netcore50/ja/System.Runtime.Numerics.xml",
  4176. "ref/netcore50/ko/System.Runtime.Numerics.xml",
  4177. "ref/netcore50/ru/System.Runtime.Numerics.xml",
  4178. "ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
  4179. "ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
  4180. "ref/netstandard1.1/System.Runtime.Numerics.dll",
  4181. "ref/netstandard1.1/System.Runtime.Numerics.xml",
  4182. "ref/netstandard1.1/de/System.Runtime.Numerics.xml",
  4183. "ref/netstandard1.1/es/System.Runtime.Numerics.xml",
  4184. "ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
  4185. "ref/netstandard1.1/it/System.Runtime.Numerics.xml",
  4186. "ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
  4187. "ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
  4188. "ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
  4189. "ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
  4190. "ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
  4191. "ref/portable-net45+win8+wpa81/_._",
  4192. "ref/win8/_._",
  4193. "ref/wpa81/_._",
  4194. "ref/xamarinios10/_._",
  4195. "ref/xamarinmac20/_._",
  4196. "ref/xamarintvos10/_._",
  4197. "ref/xamarinwatchos10/_._",
  4198. "system.runtime.numerics.4.0.1.nupkg.sha512",
  4199. "system.runtime.numerics.nuspec"
  4200. ]
  4201. },
  4202. "System.Security.Claims/4.0.1": {
  4203. "sha512": "4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==",
  4204. "type": "package",
  4205. "path": "system.security.claims/4.0.1",
  4206. "files": [
  4207. ".nupkg.metadata",
  4208. ".signature.p7s",
  4209. "ThirdPartyNotices.txt",
  4210. "dotnet_library_license.txt",
  4211. "lib/MonoAndroid10/_._",
  4212. "lib/MonoTouch10/_._",
  4213. "lib/net46/System.Security.Claims.dll",
  4214. "lib/netstandard1.3/System.Security.Claims.dll",
  4215. "lib/xamarinios10/_._",
  4216. "lib/xamarinmac20/_._",
  4217. "lib/xamarintvos10/_._",
  4218. "lib/xamarinwatchos10/_._",
  4219. "ref/MonoAndroid10/_._",
  4220. "ref/MonoTouch10/_._",
  4221. "ref/net46/System.Security.Claims.dll",
  4222. "ref/netstandard1.3/System.Security.Claims.dll",
  4223. "ref/netstandard1.3/System.Security.Claims.xml",
  4224. "ref/netstandard1.3/de/System.Security.Claims.xml",
  4225. "ref/netstandard1.3/es/System.Security.Claims.xml",
  4226. "ref/netstandard1.3/fr/System.Security.Claims.xml",
  4227. "ref/netstandard1.3/it/System.Security.Claims.xml",
  4228. "ref/netstandard1.3/ja/System.Security.Claims.xml",
  4229. "ref/netstandard1.3/ko/System.Security.Claims.xml",
  4230. "ref/netstandard1.3/ru/System.Security.Claims.xml",
  4231. "ref/netstandard1.3/zh-hans/System.Security.Claims.xml",
  4232. "ref/netstandard1.3/zh-hant/System.Security.Claims.xml",
  4233. "ref/xamarinios10/_._",
  4234. "ref/xamarinmac20/_._",
  4235. "ref/xamarintvos10/_._",
  4236. "ref/xamarinwatchos10/_._",
  4237. "system.security.claims.4.0.1.nupkg.sha512",
  4238. "system.security.claims.nuspec"
  4239. ]
  4240. },
  4241. "System.Security.Cryptography.Algorithms/4.2.0": {
  4242. "sha512": "8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",
  4243. "type": "package",
  4244. "path": "system.security.cryptography.algorithms/4.2.0",
  4245. "files": [
  4246. ".nupkg.metadata",
  4247. ".signature.p7s",
  4248. "ThirdPartyNotices.txt",
  4249. "dotnet_library_license.txt",
  4250. "lib/MonoAndroid10/_._",
  4251. "lib/MonoTouch10/_._",
  4252. "lib/net46/System.Security.Cryptography.Algorithms.dll",
  4253. "lib/net461/System.Security.Cryptography.Algorithms.dll",
  4254. "lib/net463/System.Security.Cryptography.Algorithms.dll",
  4255. "lib/xamarinios10/_._",
  4256. "lib/xamarinmac20/_._",
  4257. "lib/xamarintvos10/_._",
  4258. "lib/xamarinwatchos10/_._",
  4259. "ref/MonoAndroid10/_._",
  4260. "ref/MonoTouch10/_._",
  4261. "ref/net46/System.Security.Cryptography.Algorithms.dll",
  4262. "ref/net461/System.Security.Cryptography.Algorithms.dll",
  4263. "ref/net463/System.Security.Cryptography.Algorithms.dll",
  4264. "ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll",
  4265. "ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll",
  4266. "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  4267. "ref/xamarinios10/_._",
  4268. "ref/xamarinmac20/_._",
  4269. "ref/xamarintvos10/_._",
  4270. "ref/xamarinwatchos10/_._",
  4271. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  4272. "runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll",
  4273. "runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll",
  4274. "runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll",
  4275. "runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll",
  4276. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll",
  4277. "system.security.cryptography.algorithms.4.2.0.nupkg.sha512",
  4278. "system.security.cryptography.algorithms.nuspec"
  4279. ]
  4280. },
  4281. "System.Security.Cryptography.Cng/4.2.0": {
  4282. "sha512": "cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==",
  4283. "type": "package",
  4284. "path": "system.security.cryptography.cng/4.2.0",
  4285. "files": [
  4286. ".nupkg.metadata",
  4287. ".signature.p7s",
  4288. "ThirdPartyNotices.txt",
  4289. "dotnet_library_license.txt",
  4290. "lib/net46/System.Security.Cryptography.Cng.dll",
  4291. "lib/net461/System.Security.Cryptography.Cng.dll",
  4292. "lib/net463/System.Security.Cryptography.Cng.dll",
  4293. "ref/net46/System.Security.Cryptography.Cng.dll",
  4294. "ref/net461/System.Security.Cryptography.Cng.dll",
  4295. "ref/net463/System.Security.Cryptography.Cng.dll",
  4296. "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
  4297. "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
  4298. "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
  4299. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  4300. "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
  4301. "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
  4302. "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll",
  4303. "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
  4304. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
  4305. "system.security.cryptography.cng.4.2.0.nupkg.sha512",
  4306. "system.security.cryptography.cng.nuspec"
  4307. ]
  4308. },
  4309. "System.Security.Cryptography.Csp/4.0.0": {
  4310. "sha512": "/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==",
  4311. "type": "package",
  4312. "path": "system.security.cryptography.csp/4.0.0",
  4313. "files": [
  4314. ".nupkg.metadata",
  4315. ".signature.p7s",
  4316. "ThirdPartyNotices.txt",
  4317. "dotnet_library_license.txt",
  4318. "lib/MonoAndroid10/_._",
  4319. "lib/MonoTouch10/_._",
  4320. "lib/net46/System.Security.Cryptography.Csp.dll",
  4321. "lib/xamarinios10/_._",
  4322. "lib/xamarinmac20/_._",
  4323. "lib/xamarintvos10/_._",
  4324. "lib/xamarinwatchos10/_._",
  4325. "ref/MonoAndroid10/_._",
  4326. "ref/MonoTouch10/_._",
  4327. "ref/net46/System.Security.Cryptography.Csp.dll",
  4328. "ref/netstandard1.3/System.Security.Cryptography.Csp.dll",
  4329. "ref/xamarinios10/_._",
  4330. "ref/xamarinmac20/_._",
  4331. "ref/xamarintvos10/_._",
  4332. "ref/xamarinwatchos10/_._",
  4333. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  4334. "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll",
  4335. "runtimes/win/lib/netcore50/_._",
  4336. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll",
  4337. "system.security.cryptography.csp.4.0.0.nupkg.sha512",
  4338. "system.security.cryptography.csp.nuspec"
  4339. ]
  4340. },
  4341. "System.Security.Cryptography.Encoding/4.0.0": {
  4342. "sha512": "FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",
  4343. "type": "package",
  4344. "path": "system.security.cryptography.encoding/4.0.0",
  4345. "files": [
  4346. ".nupkg.metadata",
  4347. ".signature.p7s",
  4348. "ThirdPartyNotices.txt",
  4349. "dotnet_library_license.txt",
  4350. "lib/MonoAndroid10/_._",
  4351. "lib/MonoTouch10/_._",
  4352. "lib/net46/System.Security.Cryptography.Encoding.dll",
  4353. "lib/xamarinios10/_._",
  4354. "lib/xamarinmac20/_._",
  4355. "lib/xamarintvos10/_._",
  4356. "lib/xamarinwatchos10/_._",
  4357. "ref/MonoAndroid10/_._",
  4358. "ref/MonoTouch10/_._",
  4359. "ref/net46/System.Security.Cryptography.Encoding.dll",
  4360. "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  4361. "ref/netstandard1.3/System.Security.Cryptography.Encoding.xml",
  4362. "ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml",
  4363. "ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml",
  4364. "ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml",
  4365. "ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml",
  4366. "ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml",
  4367. "ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml",
  4368. "ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml",
  4369. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml",
  4370. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml",
  4371. "ref/xamarinios10/_._",
  4372. "ref/xamarinmac20/_._",
  4373. "ref/xamarintvos10/_._",
  4374. "ref/xamarinwatchos10/_._",
  4375. "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  4376. "runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll",
  4377. "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll",
  4378. "system.security.cryptography.encoding.4.0.0.nupkg.sha512",
  4379. "system.security.cryptography.encoding.nuspec"
  4380. ]
  4381. },
  4382. "System.Security.Cryptography.OpenSsl/4.0.0": {
  4383. "sha512": "HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==",
  4384. "type": "package",
  4385. "path": "system.security.cryptography.openssl/4.0.0",
  4386. "files": [
  4387. ".nupkg.metadata",
  4388. ".signature.p7s",
  4389. "ThirdPartyNotices.txt",
  4390. "dotnet_library_license.txt",
  4391. "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  4392. "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  4393. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll",
  4394. "system.security.cryptography.openssl.4.0.0.nupkg.sha512",
  4395. "system.security.cryptography.openssl.nuspec"
  4396. ]
  4397. },
  4398. "System.Security.Cryptography.Primitives/4.0.0": {
  4399. "sha512": "Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
  4400. "type": "package",
  4401. "path": "system.security.cryptography.primitives/4.0.0",
  4402. "files": [
  4403. ".nupkg.metadata",
  4404. ".signature.p7s",
  4405. "ThirdPartyNotices.txt",
  4406. "dotnet_library_license.txt",
  4407. "lib/MonoAndroid10/_._",
  4408. "lib/MonoTouch10/_._",
  4409. "lib/net46/System.Security.Cryptography.Primitives.dll",
  4410. "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  4411. "lib/xamarinios10/_._",
  4412. "lib/xamarinmac20/_._",
  4413. "lib/xamarintvos10/_._",
  4414. "lib/xamarinwatchos10/_._",
  4415. "ref/MonoAndroid10/_._",
  4416. "ref/MonoTouch10/_._",
  4417. "ref/net46/System.Security.Cryptography.Primitives.dll",
  4418. "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll",
  4419. "ref/xamarinios10/_._",
  4420. "ref/xamarinmac20/_._",
  4421. "ref/xamarintvos10/_._",
  4422. "ref/xamarinwatchos10/_._",
  4423. "system.security.cryptography.primitives.4.0.0.nupkg.sha512",
  4424. "system.security.cryptography.primitives.nuspec"
  4425. ]
  4426. },
  4427. "System.Security.Cryptography.X509Certificates/4.1.0": {
  4428. "sha512": "4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",
  4429. "type": "package",
  4430. "path": "system.security.cryptography.x509certificates/4.1.0",
  4431. "files": [
  4432. ".nupkg.metadata",
  4433. ".signature.p7s",
  4434. "ThirdPartyNotices.txt",
  4435. "dotnet_library_license.txt",
  4436. "lib/MonoAndroid10/_._",
  4437. "lib/MonoTouch10/_._",
  4438. "lib/net46/System.Security.Cryptography.X509Certificates.dll",
  4439. "lib/net461/System.Security.Cryptography.X509Certificates.dll",
  4440. "lib/xamarinios10/_._",
  4441. "lib/xamarinmac20/_._",
  4442. "lib/xamarintvos10/_._",
  4443. "lib/xamarinwatchos10/_._",
  4444. "ref/MonoAndroid10/_._",
  4445. "ref/MonoTouch10/_._",
  4446. "ref/net46/System.Security.Cryptography.X509Certificates.dll",
  4447. "ref/net461/System.Security.Cryptography.X509Certificates.dll",
  4448. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll",
  4449. "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml",
  4450. "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml",
  4451. "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml",
  4452. "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml",
  4453. "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml",
  4454. "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml",
  4455. "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml",
  4456. "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml",
  4457. "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  4458. "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  4459. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll",
  4460. "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml",
  4461. "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml",
  4462. "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml",
  4463. "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml",
  4464. "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml",
  4465. "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml",
  4466. "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml",
  4467. "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml",
  4468. "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml",
  4469. "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml",
  4470. "ref/xamarinios10/_._",
  4471. "ref/xamarinmac20/_._",
  4472. "ref/xamarintvos10/_._",
  4473. "ref/xamarinwatchos10/_._",
  4474. "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  4475. "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll",
  4476. "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll",
  4477. "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll",
  4478. "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll",
  4479. "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512",
  4480. "system.security.cryptography.x509certificates.nuspec"
  4481. ]
  4482. },
  4483. "System.Security.Principal/4.0.1": {
  4484. "sha512": "On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==",
  4485. "type": "package",
  4486. "path": "system.security.principal/4.0.1",
  4487. "files": [
  4488. ".nupkg.metadata",
  4489. ".signature.p7s",
  4490. "ThirdPartyNotices.txt",
  4491. "dotnet_library_license.txt",
  4492. "lib/MonoAndroid10/_._",
  4493. "lib/MonoTouch10/_._",
  4494. "lib/net45/_._",
  4495. "lib/netcore50/System.Security.Principal.dll",
  4496. "lib/netstandard1.0/System.Security.Principal.dll",
  4497. "lib/portable-net45+win8+wp8+wpa81/_._",
  4498. "lib/win8/_._",
  4499. "lib/wp80/_._",
  4500. "lib/wpa81/_._",
  4501. "lib/xamarinios10/_._",
  4502. "lib/xamarinmac20/_._",
  4503. "lib/xamarintvos10/_._",
  4504. "lib/xamarinwatchos10/_._",
  4505. "ref/MonoAndroid10/_._",
  4506. "ref/MonoTouch10/_._",
  4507. "ref/net45/_._",
  4508. "ref/netcore50/System.Security.Principal.dll",
  4509. "ref/netcore50/System.Security.Principal.xml",
  4510. "ref/netcore50/de/System.Security.Principal.xml",
  4511. "ref/netcore50/es/System.Security.Principal.xml",
  4512. "ref/netcore50/fr/System.Security.Principal.xml",
  4513. "ref/netcore50/it/System.Security.Principal.xml",
  4514. "ref/netcore50/ja/System.Security.Principal.xml",
  4515. "ref/netcore50/ko/System.Security.Principal.xml",
  4516. "ref/netcore50/ru/System.Security.Principal.xml",
  4517. "ref/netcore50/zh-hans/System.Security.Principal.xml",
  4518. "ref/netcore50/zh-hant/System.Security.Principal.xml",
  4519. "ref/netstandard1.0/System.Security.Principal.dll",
  4520. "ref/netstandard1.0/System.Security.Principal.xml",
  4521. "ref/netstandard1.0/de/System.Security.Principal.xml",
  4522. "ref/netstandard1.0/es/System.Security.Principal.xml",
  4523. "ref/netstandard1.0/fr/System.Security.Principal.xml",
  4524. "ref/netstandard1.0/it/System.Security.Principal.xml",
  4525. "ref/netstandard1.0/ja/System.Security.Principal.xml",
  4526. "ref/netstandard1.0/ko/System.Security.Principal.xml",
  4527. "ref/netstandard1.0/ru/System.Security.Principal.xml",
  4528. "ref/netstandard1.0/zh-hans/System.Security.Principal.xml",
  4529. "ref/netstandard1.0/zh-hant/System.Security.Principal.xml",
  4530. "ref/portable-net45+win8+wp8+wpa81/_._",
  4531. "ref/win8/_._",
  4532. "ref/wp80/_._",
  4533. "ref/wpa81/_._",
  4534. "ref/xamarinios10/_._",
  4535. "ref/xamarinmac20/_._",
  4536. "ref/xamarintvos10/_._",
  4537. "ref/xamarinwatchos10/_._",
  4538. "system.security.principal.4.0.1.nupkg.sha512",
  4539. "system.security.principal.nuspec"
  4540. ]
  4541. },
  4542. "System.Security.Principal.Windows/4.0.0": {
  4543. "sha512": "iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg==",
  4544. "type": "package",
  4545. "path": "system.security.principal.windows/4.0.0",
  4546. "files": [
  4547. ".nupkg.metadata",
  4548. ".signature.p7s",
  4549. "ThirdPartyNotices.txt",
  4550. "dotnet_library_license.txt",
  4551. "lib/net46/System.Security.Principal.Windows.dll",
  4552. "ref/net46/System.Security.Principal.Windows.dll",
  4553. "ref/netstandard1.3/System.Security.Principal.Windows.dll",
  4554. "ref/netstandard1.3/System.Security.Principal.Windows.xml",
  4555. "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
  4556. "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
  4557. "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
  4558. "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
  4559. "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
  4560. "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
  4561. "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
  4562. "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
  4563. "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
  4564. "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  4565. "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
  4566. "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
  4567. "system.security.principal.windows.4.0.0.nupkg.sha512",
  4568. "system.security.principal.windows.nuspec"
  4569. ]
  4570. },
  4571. "System.Text.Encoding/4.0.11": {
  4572. "sha512": "U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
  4573. "type": "package",
  4574. "path": "system.text.encoding/4.0.11",
  4575. "files": [
  4576. ".nupkg.metadata",
  4577. ".signature.p7s",
  4578. "ThirdPartyNotices.txt",
  4579. "dotnet_library_license.txt",
  4580. "lib/MonoAndroid10/_._",
  4581. "lib/MonoTouch10/_._",
  4582. "lib/net45/_._",
  4583. "lib/portable-net45+win8+wp8+wpa81/_._",
  4584. "lib/win8/_._",
  4585. "lib/wp80/_._",
  4586. "lib/wpa81/_._",
  4587. "lib/xamarinios10/_._",
  4588. "lib/xamarinmac20/_._",
  4589. "lib/xamarintvos10/_._",
  4590. "lib/xamarinwatchos10/_._",
  4591. "ref/MonoAndroid10/_._",
  4592. "ref/MonoTouch10/_._",
  4593. "ref/net45/_._",
  4594. "ref/netcore50/System.Text.Encoding.dll",
  4595. "ref/netcore50/System.Text.Encoding.xml",
  4596. "ref/netcore50/de/System.Text.Encoding.xml",
  4597. "ref/netcore50/es/System.Text.Encoding.xml",
  4598. "ref/netcore50/fr/System.Text.Encoding.xml",
  4599. "ref/netcore50/it/System.Text.Encoding.xml",
  4600. "ref/netcore50/ja/System.Text.Encoding.xml",
  4601. "ref/netcore50/ko/System.Text.Encoding.xml",
  4602. "ref/netcore50/ru/System.Text.Encoding.xml",
  4603. "ref/netcore50/zh-hans/System.Text.Encoding.xml",
  4604. "ref/netcore50/zh-hant/System.Text.Encoding.xml",
  4605. "ref/netstandard1.0/System.Text.Encoding.dll",
  4606. "ref/netstandard1.0/System.Text.Encoding.xml",
  4607. "ref/netstandard1.0/de/System.Text.Encoding.xml",
  4608. "ref/netstandard1.0/es/System.Text.Encoding.xml",
  4609. "ref/netstandard1.0/fr/System.Text.Encoding.xml",
  4610. "ref/netstandard1.0/it/System.Text.Encoding.xml",
  4611. "ref/netstandard1.0/ja/System.Text.Encoding.xml",
  4612. "ref/netstandard1.0/ko/System.Text.Encoding.xml",
  4613. "ref/netstandard1.0/ru/System.Text.Encoding.xml",
  4614. "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
  4615. "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
  4616. "ref/netstandard1.3/System.Text.Encoding.dll",
  4617. "ref/netstandard1.3/System.Text.Encoding.xml",
  4618. "ref/netstandard1.3/de/System.Text.Encoding.xml",
  4619. "ref/netstandard1.3/es/System.Text.Encoding.xml",
  4620. "ref/netstandard1.3/fr/System.Text.Encoding.xml",
  4621. "ref/netstandard1.3/it/System.Text.Encoding.xml",
  4622. "ref/netstandard1.3/ja/System.Text.Encoding.xml",
  4623. "ref/netstandard1.3/ko/System.Text.Encoding.xml",
  4624. "ref/netstandard1.3/ru/System.Text.Encoding.xml",
  4625. "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
  4626. "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
  4627. "ref/portable-net45+win8+wp8+wpa81/_._",
  4628. "ref/win8/_._",
  4629. "ref/wp80/_._",
  4630. "ref/wpa81/_._",
  4631. "ref/xamarinios10/_._",
  4632. "ref/xamarinmac20/_._",
  4633. "ref/xamarintvos10/_._",
  4634. "ref/xamarinwatchos10/_._",
  4635. "system.text.encoding.4.0.11.nupkg.sha512",
  4636. "system.text.encoding.nuspec"
  4637. ]
  4638. },
  4639. "System.Text.Encoding.Extensions/4.0.11": {
  4640. "sha512": "jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  4641. "type": "package",
  4642. "path": "system.text.encoding.extensions/4.0.11",
  4643. "files": [
  4644. ".nupkg.metadata",
  4645. ".signature.p7s",
  4646. "ThirdPartyNotices.txt",
  4647. "dotnet_library_license.txt",
  4648. "lib/MonoAndroid10/_._",
  4649. "lib/MonoTouch10/_._",
  4650. "lib/net45/_._",
  4651. "lib/portable-net45+win8+wp8+wpa81/_._",
  4652. "lib/win8/_._",
  4653. "lib/wp80/_._",
  4654. "lib/wpa81/_._",
  4655. "lib/xamarinios10/_._",
  4656. "lib/xamarinmac20/_._",
  4657. "lib/xamarintvos10/_._",
  4658. "lib/xamarinwatchos10/_._",
  4659. "ref/MonoAndroid10/_._",
  4660. "ref/MonoTouch10/_._",
  4661. "ref/net45/_._",
  4662. "ref/netcore50/System.Text.Encoding.Extensions.dll",
  4663. "ref/netcore50/System.Text.Encoding.Extensions.xml",
  4664. "ref/netcore50/de/System.Text.Encoding.Extensions.xml",
  4665. "ref/netcore50/es/System.Text.Encoding.Extensions.xml",
  4666. "ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
  4667. "ref/netcore50/it/System.Text.Encoding.Extensions.xml",
  4668. "ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
  4669. "ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
  4670. "ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
  4671. "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
  4672. "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
  4673. "ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
  4674. "ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
  4675. "ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
  4676. "ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
  4677. "ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
  4678. "ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
  4679. "ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
  4680. "ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
  4681. "ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
  4682. "ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
  4683. "ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
  4684. "ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
  4685. "ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
  4686. "ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
  4687. "ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
  4688. "ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
  4689. "ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
  4690. "ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
  4691. "ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
  4692. "ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
  4693. "ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
  4694. "ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
  4695. "ref/portable-net45+win8+wp8+wpa81/_._",
  4696. "ref/win8/_._",
  4697. "ref/wp80/_._",
  4698. "ref/wpa81/_._",
  4699. "ref/xamarinios10/_._",
  4700. "ref/xamarinmac20/_._",
  4701. "ref/xamarintvos10/_._",
  4702. "ref/xamarinwatchos10/_._",
  4703. "system.text.encoding.extensions.4.0.11.nupkg.sha512",
  4704. "system.text.encoding.extensions.nuspec"
  4705. ]
  4706. },
  4707. "System.Text.RegularExpressions/4.1.0": {
  4708. "sha512": "i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  4709. "type": "package",
  4710. "path": "system.text.regularexpressions/4.1.0",
  4711. "files": [
  4712. ".nupkg.metadata",
  4713. ".signature.p7s",
  4714. "ThirdPartyNotices.txt",
  4715. "dotnet_library_license.txt",
  4716. "lib/MonoAndroid10/_._",
  4717. "lib/MonoTouch10/_._",
  4718. "lib/net45/_._",
  4719. "lib/net463/System.Text.RegularExpressions.dll",
  4720. "lib/netcore50/System.Text.RegularExpressions.dll",
  4721. "lib/netstandard1.6/System.Text.RegularExpressions.dll",
  4722. "lib/portable-net45+win8+wp8+wpa81/_._",
  4723. "lib/win8/_._",
  4724. "lib/wp80/_._",
  4725. "lib/wpa81/_._",
  4726. "lib/xamarinios10/_._",
  4727. "lib/xamarinmac20/_._",
  4728. "lib/xamarintvos10/_._",
  4729. "lib/xamarinwatchos10/_._",
  4730. "ref/MonoAndroid10/_._",
  4731. "ref/MonoTouch10/_._",
  4732. "ref/net45/_._",
  4733. "ref/net463/System.Text.RegularExpressions.dll",
  4734. "ref/netcore50/System.Text.RegularExpressions.dll",
  4735. "ref/netcore50/System.Text.RegularExpressions.xml",
  4736. "ref/netcore50/de/System.Text.RegularExpressions.xml",
  4737. "ref/netcore50/es/System.Text.RegularExpressions.xml",
  4738. "ref/netcore50/fr/System.Text.RegularExpressions.xml",
  4739. "ref/netcore50/it/System.Text.RegularExpressions.xml",
  4740. "ref/netcore50/ja/System.Text.RegularExpressions.xml",
  4741. "ref/netcore50/ko/System.Text.RegularExpressions.xml",
  4742. "ref/netcore50/ru/System.Text.RegularExpressions.xml",
  4743. "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
  4744. "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
  4745. "ref/netstandard1.0/System.Text.RegularExpressions.dll",
  4746. "ref/netstandard1.0/System.Text.RegularExpressions.xml",
  4747. "ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
  4748. "ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
  4749. "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
  4750. "ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
  4751. "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
  4752. "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
  4753. "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
  4754. "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
  4755. "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
  4756. "ref/netstandard1.3/System.Text.RegularExpressions.dll",
  4757. "ref/netstandard1.3/System.Text.RegularExpressions.xml",
  4758. "ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
  4759. "ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
  4760. "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
  4761. "ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
  4762. "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
  4763. "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
  4764. "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
  4765. "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
  4766. "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
  4767. "ref/netstandard1.6/System.Text.RegularExpressions.dll",
  4768. "ref/netstandard1.6/System.Text.RegularExpressions.xml",
  4769. "ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
  4770. "ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
  4771. "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
  4772. "ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
  4773. "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
  4774. "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
  4775. "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
  4776. "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
  4777. "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
  4778. "ref/portable-net45+win8+wp8+wpa81/_._",
  4779. "ref/win8/_._",
  4780. "ref/wp80/_._",
  4781. "ref/wpa81/_._",
  4782. "ref/xamarinios10/_._",
  4783. "ref/xamarinmac20/_._",
  4784. "ref/xamarintvos10/_._",
  4785. "ref/xamarinwatchos10/_._",
  4786. "system.text.regularexpressions.4.1.0.nupkg.sha512",
  4787. "system.text.regularexpressions.nuspec"
  4788. ]
  4789. },
  4790. "System.Threading/4.0.11": {
  4791. "sha512": "N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
  4792. "type": "package",
  4793. "path": "system.threading/4.0.11",
  4794. "files": [
  4795. ".nupkg.metadata",
  4796. ".signature.p7s",
  4797. "ThirdPartyNotices.txt",
  4798. "dotnet_library_license.txt",
  4799. "lib/MonoAndroid10/_._",
  4800. "lib/MonoTouch10/_._",
  4801. "lib/net45/_._",
  4802. "lib/netcore50/System.Threading.dll",
  4803. "lib/netstandard1.3/System.Threading.dll",
  4804. "lib/portable-net45+win8+wp8+wpa81/_._",
  4805. "lib/win8/_._",
  4806. "lib/wp80/_._",
  4807. "lib/wpa81/_._",
  4808. "lib/xamarinios10/_._",
  4809. "lib/xamarinmac20/_._",
  4810. "lib/xamarintvos10/_._",
  4811. "lib/xamarinwatchos10/_._",
  4812. "ref/MonoAndroid10/_._",
  4813. "ref/MonoTouch10/_._",
  4814. "ref/net45/_._",
  4815. "ref/netcore50/System.Threading.dll",
  4816. "ref/netcore50/System.Threading.xml",
  4817. "ref/netcore50/de/System.Threading.xml",
  4818. "ref/netcore50/es/System.Threading.xml",
  4819. "ref/netcore50/fr/System.Threading.xml",
  4820. "ref/netcore50/it/System.Threading.xml",
  4821. "ref/netcore50/ja/System.Threading.xml",
  4822. "ref/netcore50/ko/System.Threading.xml",
  4823. "ref/netcore50/ru/System.Threading.xml",
  4824. "ref/netcore50/zh-hans/System.Threading.xml",
  4825. "ref/netcore50/zh-hant/System.Threading.xml",
  4826. "ref/netstandard1.0/System.Threading.dll",
  4827. "ref/netstandard1.0/System.Threading.xml",
  4828. "ref/netstandard1.0/de/System.Threading.xml",
  4829. "ref/netstandard1.0/es/System.Threading.xml",
  4830. "ref/netstandard1.0/fr/System.Threading.xml",
  4831. "ref/netstandard1.0/it/System.Threading.xml",
  4832. "ref/netstandard1.0/ja/System.Threading.xml",
  4833. "ref/netstandard1.0/ko/System.Threading.xml",
  4834. "ref/netstandard1.0/ru/System.Threading.xml",
  4835. "ref/netstandard1.0/zh-hans/System.Threading.xml",
  4836. "ref/netstandard1.0/zh-hant/System.Threading.xml",
  4837. "ref/netstandard1.3/System.Threading.dll",
  4838. "ref/netstandard1.3/System.Threading.xml",
  4839. "ref/netstandard1.3/de/System.Threading.xml",
  4840. "ref/netstandard1.3/es/System.Threading.xml",
  4841. "ref/netstandard1.3/fr/System.Threading.xml",
  4842. "ref/netstandard1.3/it/System.Threading.xml",
  4843. "ref/netstandard1.3/ja/System.Threading.xml",
  4844. "ref/netstandard1.3/ko/System.Threading.xml",
  4845. "ref/netstandard1.3/ru/System.Threading.xml",
  4846. "ref/netstandard1.3/zh-hans/System.Threading.xml",
  4847. "ref/netstandard1.3/zh-hant/System.Threading.xml",
  4848. "ref/portable-net45+win8+wp8+wpa81/_._",
  4849. "ref/win8/_._",
  4850. "ref/wp80/_._",
  4851. "ref/wpa81/_._",
  4852. "ref/xamarinios10/_._",
  4853. "ref/xamarinmac20/_._",
  4854. "ref/xamarintvos10/_._",
  4855. "ref/xamarinwatchos10/_._",
  4856. "runtimes/aot/lib/netcore50/System.Threading.dll",
  4857. "system.threading.4.0.11.nupkg.sha512",
  4858. "system.threading.nuspec"
  4859. ]
  4860. },
  4861. "System.Threading.Tasks/4.0.11": {
  4862. "sha512": "k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
  4863. "type": "package",
  4864. "path": "system.threading.tasks/4.0.11",
  4865. "files": [
  4866. ".nupkg.metadata",
  4867. ".signature.p7s",
  4868. "ThirdPartyNotices.txt",
  4869. "dotnet_library_license.txt",
  4870. "lib/MonoAndroid10/_._",
  4871. "lib/MonoTouch10/_._",
  4872. "lib/net45/_._",
  4873. "lib/portable-net45+win8+wp8+wpa81/_._",
  4874. "lib/win8/_._",
  4875. "lib/wp80/_._",
  4876. "lib/wpa81/_._",
  4877. "lib/xamarinios10/_._",
  4878. "lib/xamarinmac20/_._",
  4879. "lib/xamarintvos10/_._",
  4880. "lib/xamarinwatchos10/_._",
  4881. "ref/MonoAndroid10/_._",
  4882. "ref/MonoTouch10/_._",
  4883. "ref/net45/_._",
  4884. "ref/netcore50/System.Threading.Tasks.dll",
  4885. "ref/netcore50/System.Threading.Tasks.xml",
  4886. "ref/netcore50/de/System.Threading.Tasks.xml",
  4887. "ref/netcore50/es/System.Threading.Tasks.xml",
  4888. "ref/netcore50/fr/System.Threading.Tasks.xml",
  4889. "ref/netcore50/it/System.Threading.Tasks.xml",
  4890. "ref/netcore50/ja/System.Threading.Tasks.xml",
  4891. "ref/netcore50/ko/System.Threading.Tasks.xml",
  4892. "ref/netcore50/ru/System.Threading.Tasks.xml",
  4893. "ref/netcore50/zh-hans/System.Threading.Tasks.xml",
  4894. "ref/netcore50/zh-hant/System.Threading.Tasks.xml",
  4895. "ref/netstandard1.0/System.Threading.Tasks.dll",
  4896. "ref/netstandard1.0/System.Threading.Tasks.xml",
  4897. "ref/netstandard1.0/de/System.Threading.Tasks.xml",
  4898. "ref/netstandard1.0/es/System.Threading.Tasks.xml",
  4899. "ref/netstandard1.0/fr/System.Threading.Tasks.xml",
  4900. "ref/netstandard1.0/it/System.Threading.Tasks.xml",
  4901. "ref/netstandard1.0/ja/System.Threading.Tasks.xml",
  4902. "ref/netstandard1.0/ko/System.Threading.Tasks.xml",
  4903. "ref/netstandard1.0/ru/System.Threading.Tasks.xml",
  4904. "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
  4905. "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
  4906. "ref/netstandard1.3/System.Threading.Tasks.dll",
  4907. "ref/netstandard1.3/System.Threading.Tasks.xml",
  4908. "ref/netstandard1.3/de/System.Threading.Tasks.xml",
  4909. "ref/netstandard1.3/es/System.Threading.Tasks.xml",
  4910. "ref/netstandard1.3/fr/System.Threading.Tasks.xml",
  4911. "ref/netstandard1.3/it/System.Threading.Tasks.xml",
  4912. "ref/netstandard1.3/ja/System.Threading.Tasks.xml",
  4913. "ref/netstandard1.3/ko/System.Threading.Tasks.xml",
  4914. "ref/netstandard1.3/ru/System.Threading.Tasks.xml",
  4915. "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
  4916. "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
  4917. "ref/portable-net45+win8+wp8+wpa81/_._",
  4918. "ref/win8/_._",
  4919. "ref/wp80/_._",
  4920. "ref/wpa81/_._",
  4921. "ref/xamarinios10/_._",
  4922. "ref/xamarinmac20/_._",
  4923. "ref/xamarintvos10/_._",
  4924. "ref/xamarinwatchos10/_._",
  4925. "system.threading.tasks.4.0.11.nupkg.sha512",
  4926. "system.threading.tasks.nuspec"
  4927. ]
  4928. },
  4929. "System.Threading.Tasks.Extensions/4.0.0": {
  4930. "sha512": "pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==",
  4931. "type": "package",
  4932. "path": "system.threading.tasks.extensions/4.0.0",
  4933. "files": [
  4934. ".nupkg.metadata",
  4935. ".signature.p7s",
  4936. "ThirdPartyNotices.txt",
  4937. "dotnet_library_license.txt",
  4938. "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
  4939. "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
  4940. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
  4941. "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
  4942. "system.threading.tasks.extensions.4.0.0.nupkg.sha512",
  4943. "system.threading.tasks.extensions.nuspec"
  4944. ]
  4945. },
  4946. "System.Threading.Thread/4.0.0": {
  4947. "sha512": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
  4948. "type": "package",
  4949. "path": "system.threading.thread/4.0.0",
  4950. "files": [
  4951. ".nupkg.metadata",
  4952. ".signature.p7s",
  4953. "ThirdPartyNotices.txt",
  4954. "dotnet_library_license.txt",
  4955. "lib/MonoAndroid10/_._",
  4956. "lib/MonoTouch10/_._",
  4957. "lib/net46/System.Threading.Thread.dll",
  4958. "lib/netcore50/_._",
  4959. "lib/netstandard1.3/System.Threading.Thread.dll",
  4960. "lib/xamarinios10/_._",
  4961. "lib/xamarinmac20/_._",
  4962. "lib/xamarintvos10/_._",
  4963. "lib/xamarinwatchos10/_._",
  4964. "ref/MonoAndroid10/_._",
  4965. "ref/MonoTouch10/_._",
  4966. "ref/net46/System.Threading.Thread.dll",
  4967. "ref/netstandard1.3/System.Threading.Thread.dll",
  4968. "ref/netstandard1.3/System.Threading.Thread.xml",
  4969. "ref/netstandard1.3/de/System.Threading.Thread.xml",
  4970. "ref/netstandard1.3/es/System.Threading.Thread.xml",
  4971. "ref/netstandard1.3/fr/System.Threading.Thread.xml",
  4972. "ref/netstandard1.3/it/System.Threading.Thread.xml",
  4973. "ref/netstandard1.3/ja/System.Threading.Thread.xml",
  4974. "ref/netstandard1.3/ko/System.Threading.Thread.xml",
  4975. "ref/netstandard1.3/ru/System.Threading.Thread.xml",
  4976. "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml",
  4977. "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml",
  4978. "ref/xamarinios10/_._",
  4979. "ref/xamarinmac20/_._",
  4980. "ref/xamarintvos10/_._",
  4981. "ref/xamarinwatchos10/_._",
  4982. "system.threading.thread.4.0.0.nupkg.sha512",
  4983. "system.threading.thread.nuspec"
  4984. ]
  4985. },
  4986. "System.Threading.ThreadPool/4.0.10": {
  4987. "sha512": "IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==",
  4988. "type": "package",
  4989. "path": "system.threading.threadpool/4.0.10",
  4990. "files": [
  4991. ".nupkg.metadata",
  4992. ".signature.p7s",
  4993. "ThirdPartyNotices.txt",
  4994. "dotnet_library_license.txt",
  4995. "lib/MonoAndroid10/_._",
  4996. "lib/MonoTouch10/_._",
  4997. "lib/net46/System.Threading.ThreadPool.dll",
  4998. "lib/netcore50/_._",
  4999. "lib/netstandard1.3/System.Threading.ThreadPool.dll",
  5000. "lib/xamarinios10/_._",
  5001. "lib/xamarinmac20/_._",
  5002. "lib/xamarintvos10/_._",
  5003. "lib/xamarinwatchos10/_._",
  5004. "ref/MonoAndroid10/_._",
  5005. "ref/MonoTouch10/_._",
  5006. "ref/net46/System.Threading.ThreadPool.dll",
  5007. "ref/netstandard1.3/System.Threading.ThreadPool.dll",
  5008. "ref/netstandard1.3/System.Threading.ThreadPool.xml",
  5009. "ref/netstandard1.3/de/System.Threading.ThreadPool.xml",
  5010. "ref/netstandard1.3/es/System.Threading.ThreadPool.xml",
  5011. "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml",
  5012. "ref/netstandard1.3/it/System.Threading.ThreadPool.xml",
  5013. "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml",
  5014. "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml",
  5015. "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml",
  5016. "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml",
  5017. "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml",
  5018. "ref/xamarinios10/_._",
  5019. "ref/xamarinmac20/_._",
  5020. "ref/xamarintvos10/_._",
  5021. "ref/xamarinwatchos10/_._",
  5022. "system.threading.threadpool.4.0.10.nupkg.sha512",
  5023. "system.threading.threadpool.nuspec"
  5024. ]
  5025. },
  5026. "System.Threading.Timer/4.0.1": {
  5027. "sha512": "saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
  5028. "type": "package",
  5029. "path": "system.threading.timer/4.0.1",
  5030. "files": [
  5031. ".nupkg.metadata",
  5032. ".signature.p7s",
  5033. "ThirdPartyNotices.txt",
  5034. "dotnet_library_license.txt",
  5035. "lib/MonoAndroid10/_._",
  5036. "lib/MonoTouch10/_._",
  5037. "lib/net451/_._",
  5038. "lib/portable-net451+win81+wpa81/_._",
  5039. "lib/win81/_._",
  5040. "lib/wpa81/_._",
  5041. "lib/xamarinios10/_._",
  5042. "lib/xamarinmac20/_._",
  5043. "lib/xamarintvos10/_._",
  5044. "lib/xamarinwatchos10/_._",
  5045. "ref/MonoAndroid10/_._",
  5046. "ref/MonoTouch10/_._",
  5047. "ref/net451/_._",
  5048. "ref/netcore50/System.Threading.Timer.dll",
  5049. "ref/netcore50/System.Threading.Timer.xml",
  5050. "ref/netcore50/de/System.Threading.Timer.xml",
  5051. "ref/netcore50/es/System.Threading.Timer.xml",
  5052. "ref/netcore50/fr/System.Threading.Timer.xml",
  5053. "ref/netcore50/it/System.Threading.Timer.xml",
  5054. "ref/netcore50/ja/System.Threading.Timer.xml",
  5055. "ref/netcore50/ko/System.Threading.Timer.xml",
  5056. "ref/netcore50/ru/System.Threading.Timer.xml",
  5057. "ref/netcore50/zh-hans/System.Threading.Timer.xml",
  5058. "ref/netcore50/zh-hant/System.Threading.Timer.xml",
  5059. "ref/netstandard1.2/System.Threading.Timer.dll",
  5060. "ref/netstandard1.2/System.Threading.Timer.xml",
  5061. "ref/netstandard1.2/de/System.Threading.Timer.xml",
  5062. "ref/netstandard1.2/es/System.Threading.Timer.xml",
  5063. "ref/netstandard1.2/fr/System.Threading.Timer.xml",
  5064. "ref/netstandard1.2/it/System.Threading.Timer.xml",
  5065. "ref/netstandard1.2/ja/System.Threading.Timer.xml",
  5066. "ref/netstandard1.2/ko/System.Threading.Timer.xml",
  5067. "ref/netstandard1.2/ru/System.Threading.Timer.xml",
  5068. "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
  5069. "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
  5070. "ref/portable-net451+win81+wpa81/_._",
  5071. "ref/win81/_._",
  5072. "ref/wpa81/_._",
  5073. "ref/xamarinios10/_._",
  5074. "ref/xamarinmac20/_._",
  5075. "ref/xamarintvos10/_._",
  5076. "ref/xamarinwatchos10/_._",
  5077. "system.threading.timer.4.0.1.nupkg.sha512",
  5078. "system.threading.timer.nuspec"
  5079. ]
  5080. },
  5081. "System.Xml.ReaderWriter/4.0.11": {
  5082. "sha512": "ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  5083. "type": "package",
  5084. "path": "system.xml.readerwriter/4.0.11",
  5085. "files": [
  5086. ".nupkg.metadata",
  5087. ".signature.p7s",
  5088. "ThirdPartyNotices.txt",
  5089. "dotnet_library_license.txt",
  5090. "lib/MonoAndroid10/_._",
  5091. "lib/MonoTouch10/_._",
  5092. "lib/net45/_._",
  5093. "lib/netcore50/System.Xml.ReaderWriter.dll",
  5094. "lib/netstandard1.3/System.Xml.ReaderWriter.dll",
  5095. "lib/portable-net45+win8+wp8+wpa81/_._",
  5096. "lib/win8/_._",
  5097. "lib/wp80/_._",
  5098. "lib/wpa81/_._",
  5099. "lib/xamarinios10/_._",
  5100. "lib/xamarinmac20/_._",
  5101. "lib/xamarintvos10/_._",
  5102. "lib/xamarinwatchos10/_._",
  5103. "ref/MonoAndroid10/_._",
  5104. "ref/MonoTouch10/_._",
  5105. "ref/net45/_._",
  5106. "ref/netcore50/System.Xml.ReaderWriter.dll",
  5107. "ref/netcore50/System.Xml.ReaderWriter.xml",
  5108. "ref/netcore50/de/System.Xml.ReaderWriter.xml",
  5109. "ref/netcore50/es/System.Xml.ReaderWriter.xml",
  5110. "ref/netcore50/fr/System.Xml.ReaderWriter.xml",
  5111. "ref/netcore50/it/System.Xml.ReaderWriter.xml",
  5112. "ref/netcore50/ja/System.Xml.ReaderWriter.xml",
  5113. "ref/netcore50/ko/System.Xml.ReaderWriter.xml",
  5114. "ref/netcore50/ru/System.Xml.ReaderWriter.xml",
  5115. "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
  5116. "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
  5117. "ref/netstandard1.0/System.Xml.ReaderWriter.dll",
  5118. "ref/netstandard1.0/System.Xml.ReaderWriter.xml",
  5119. "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
  5120. "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
  5121. "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
  5122. "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
  5123. "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
  5124. "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
  5125. "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
  5126. "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
  5127. "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
  5128. "ref/netstandard1.3/System.Xml.ReaderWriter.dll",
  5129. "ref/netstandard1.3/System.Xml.ReaderWriter.xml",
  5130. "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
  5131. "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
  5132. "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
  5133. "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
  5134. "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
  5135. "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
  5136. "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
  5137. "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
  5138. "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
  5139. "ref/portable-net45+win8+wp8+wpa81/_._",
  5140. "ref/win8/_._",
  5141. "ref/wp80/_._",
  5142. "ref/wpa81/_._",
  5143. "ref/xamarinios10/_._",
  5144. "ref/xamarinmac20/_._",
  5145. "ref/xamarintvos10/_._",
  5146. "ref/xamarinwatchos10/_._",
  5147. "system.xml.readerwriter.4.0.11.nupkg.sha512",
  5148. "system.xml.readerwriter.nuspec"
  5149. ]
  5150. },
  5151. "System.Xml.XDocument/4.0.11": {
  5152. "sha512": "Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  5153. "type": "package",
  5154. "path": "system.xml.xdocument/4.0.11",
  5155. "files": [
  5156. ".nupkg.metadata",
  5157. ".signature.p7s",
  5158. "ThirdPartyNotices.txt",
  5159. "dotnet_library_license.txt",
  5160. "lib/MonoAndroid10/_._",
  5161. "lib/MonoTouch10/_._",
  5162. "lib/net45/_._",
  5163. "lib/netcore50/System.Xml.XDocument.dll",
  5164. "lib/netstandard1.3/System.Xml.XDocument.dll",
  5165. "lib/portable-net45+win8+wp8+wpa81/_._",
  5166. "lib/win8/_._",
  5167. "lib/wp80/_._",
  5168. "lib/wpa81/_._",
  5169. "lib/xamarinios10/_._",
  5170. "lib/xamarinmac20/_._",
  5171. "lib/xamarintvos10/_._",
  5172. "lib/xamarinwatchos10/_._",
  5173. "ref/MonoAndroid10/_._",
  5174. "ref/MonoTouch10/_._",
  5175. "ref/net45/_._",
  5176. "ref/netcore50/System.Xml.XDocument.dll",
  5177. "ref/netcore50/System.Xml.XDocument.xml",
  5178. "ref/netcore50/de/System.Xml.XDocument.xml",
  5179. "ref/netcore50/es/System.Xml.XDocument.xml",
  5180. "ref/netcore50/fr/System.Xml.XDocument.xml",
  5181. "ref/netcore50/it/System.Xml.XDocument.xml",
  5182. "ref/netcore50/ja/System.Xml.XDocument.xml",
  5183. "ref/netcore50/ko/System.Xml.XDocument.xml",
  5184. "ref/netcore50/ru/System.Xml.XDocument.xml",
  5185. "ref/netcore50/zh-hans/System.Xml.XDocument.xml",
  5186. "ref/netcore50/zh-hant/System.Xml.XDocument.xml",
  5187. "ref/netstandard1.0/System.Xml.XDocument.dll",
  5188. "ref/netstandard1.0/System.Xml.XDocument.xml",
  5189. "ref/netstandard1.0/de/System.Xml.XDocument.xml",
  5190. "ref/netstandard1.0/es/System.Xml.XDocument.xml",
  5191. "ref/netstandard1.0/fr/System.Xml.XDocument.xml",
  5192. "ref/netstandard1.0/it/System.Xml.XDocument.xml",
  5193. "ref/netstandard1.0/ja/System.Xml.XDocument.xml",
  5194. "ref/netstandard1.0/ko/System.Xml.XDocument.xml",
  5195. "ref/netstandard1.0/ru/System.Xml.XDocument.xml",
  5196. "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
  5197. "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
  5198. "ref/netstandard1.3/System.Xml.XDocument.dll",
  5199. "ref/netstandard1.3/System.Xml.XDocument.xml",
  5200. "ref/netstandard1.3/de/System.Xml.XDocument.xml",
  5201. "ref/netstandard1.3/es/System.Xml.XDocument.xml",
  5202. "ref/netstandard1.3/fr/System.Xml.XDocument.xml",
  5203. "ref/netstandard1.3/it/System.Xml.XDocument.xml",
  5204. "ref/netstandard1.3/ja/System.Xml.XDocument.xml",
  5205. "ref/netstandard1.3/ko/System.Xml.XDocument.xml",
  5206. "ref/netstandard1.3/ru/System.Xml.XDocument.xml",
  5207. "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
  5208. "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
  5209. "ref/portable-net45+win8+wp8+wpa81/_._",
  5210. "ref/win8/_._",
  5211. "ref/wp80/_._",
  5212. "ref/wpa81/_._",
  5213. "ref/xamarinios10/_._",
  5214. "ref/xamarinmac20/_._",
  5215. "ref/xamarintvos10/_._",
  5216. "ref/xamarinwatchos10/_._",
  5217. "system.xml.xdocument.4.0.11.nupkg.sha512",
  5218. "system.xml.xdocument.nuspec"
  5219. ]
  5220. },
  5221. "System.Xml.XmlDocument/4.0.1": {
  5222. "sha512": "2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==",
  5223. "type": "package",
  5224. "path": "system.xml.xmldocument/4.0.1",
  5225. "files": [
  5226. ".nupkg.metadata",
  5227. ".signature.p7s",
  5228. "ThirdPartyNotices.txt",
  5229. "dotnet_library_license.txt",
  5230. "lib/MonoAndroid10/_._",
  5231. "lib/MonoTouch10/_._",
  5232. "lib/net46/System.Xml.XmlDocument.dll",
  5233. "lib/netstandard1.3/System.Xml.XmlDocument.dll",
  5234. "lib/xamarinios10/_._",
  5235. "lib/xamarinmac20/_._",
  5236. "lib/xamarintvos10/_._",
  5237. "lib/xamarinwatchos10/_._",
  5238. "ref/MonoAndroid10/_._",
  5239. "ref/MonoTouch10/_._",
  5240. "ref/net46/System.Xml.XmlDocument.dll",
  5241. "ref/netstandard1.3/System.Xml.XmlDocument.dll",
  5242. "ref/netstandard1.3/System.Xml.XmlDocument.xml",
  5243. "ref/netstandard1.3/de/System.Xml.XmlDocument.xml",
  5244. "ref/netstandard1.3/es/System.Xml.XmlDocument.xml",
  5245. "ref/netstandard1.3/fr/System.Xml.XmlDocument.xml",
  5246. "ref/netstandard1.3/it/System.Xml.XmlDocument.xml",
  5247. "ref/netstandard1.3/ja/System.Xml.XmlDocument.xml",
  5248. "ref/netstandard1.3/ko/System.Xml.XmlDocument.xml",
  5249. "ref/netstandard1.3/ru/System.Xml.XmlDocument.xml",
  5250. "ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml",
  5251. "ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml",
  5252. "ref/xamarinios10/_._",
  5253. "ref/xamarinmac20/_._",
  5254. "ref/xamarintvos10/_._",
  5255. "ref/xamarinwatchos10/_._",
  5256. "system.xml.xmldocument.4.0.1.nupkg.sha512",
  5257. "system.xml.xmldocument.nuspec"
  5258. ]
  5259. },
  5260. "System.Xml.XPath/4.0.1": {
  5261. "sha512": "UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==",
  5262. "type": "package",
  5263. "path": "system.xml.xpath/4.0.1",
  5264. "files": [
  5265. ".nupkg.metadata",
  5266. ".signature.p7s",
  5267. "ThirdPartyNotices.txt",
  5268. "dotnet_library_license.txt",
  5269. "lib/MonoAndroid10/_._",
  5270. "lib/MonoTouch10/_._",
  5271. "lib/net46/System.Xml.XPath.dll",
  5272. "lib/netstandard1.3/System.Xml.XPath.dll",
  5273. "lib/xamarinios10/_._",
  5274. "lib/xamarinmac20/_._",
  5275. "lib/xamarintvos10/_._",
  5276. "lib/xamarinwatchos10/_._",
  5277. "ref/MonoAndroid10/_._",
  5278. "ref/MonoTouch10/_._",
  5279. "ref/net46/System.Xml.XPath.dll",
  5280. "ref/netstandard1.3/System.Xml.XPath.dll",
  5281. "ref/netstandard1.3/System.Xml.XPath.xml",
  5282. "ref/netstandard1.3/de/System.Xml.XPath.xml",
  5283. "ref/netstandard1.3/es/System.Xml.XPath.xml",
  5284. "ref/netstandard1.3/fr/System.Xml.XPath.xml",
  5285. "ref/netstandard1.3/it/System.Xml.XPath.xml",
  5286. "ref/netstandard1.3/ja/System.Xml.XPath.xml",
  5287. "ref/netstandard1.3/ko/System.Xml.XPath.xml",
  5288. "ref/netstandard1.3/ru/System.Xml.XPath.xml",
  5289. "ref/netstandard1.3/zh-hans/System.Xml.XPath.xml",
  5290. "ref/netstandard1.3/zh-hant/System.Xml.XPath.xml",
  5291. "ref/xamarinios10/_._",
  5292. "ref/xamarinmac20/_._",
  5293. "ref/xamarintvos10/_._",
  5294. "ref/xamarinwatchos10/_._",
  5295. "system.xml.xpath.4.0.1.nupkg.sha512",
  5296. "system.xml.xpath.nuspec"
  5297. ]
  5298. },
  5299. "System.Xml.XPath.XmlDocument/4.0.1": {
  5300. "sha512": "Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==",
  5301. "type": "package",
  5302. "path": "system.xml.xpath.xmldocument/4.0.1",
  5303. "files": [
  5304. ".nupkg.metadata",
  5305. ".signature.p7s",
  5306. "ThirdPartyNotices.txt",
  5307. "dotnet_library_license.txt",
  5308. "lib/MonoAndroid10/_._",
  5309. "lib/MonoTouch10/_._",
  5310. "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll",
  5311. "lib/xamarinios10/_._",
  5312. "lib/xamarinmac20/_._",
  5313. "lib/xamarintvos10/_._",
  5314. "lib/xamarinwatchos10/_._",
  5315. "ref/MonoAndroid10/_._",
  5316. "ref/MonoTouch10/_._",
  5317. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.dll",
  5318. "ref/netstandard1.3/System.Xml.XPath.XmlDocument.xml",
  5319. "ref/netstandard1.3/de/System.Xml.XPath.XmlDocument.xml",
  5320. "ref/netstandard1.3/es/System.Xml.XPath.XmlDocument.xml",
  5321. "ref/netstandard1.3/fr/System.Xml.XPath.XmlDocument.xml",
  5322. "ref/netstandard1.3/it/System.Xml.XPath.XmlDocument.xml",
  5323. "ref/netstandard1.3/ja/System.Xml.XPath.XmlDocument.xml",
  5324. "ref/netstandard1.3/ko/System.Xml.XPath.XmlDocument.xml",
  5325. "ref/netstandard1.3/ru/System.Xml.XPath.XmlDocument.xml",
  5326. "ref/netstandard1.3/zh-hans/System.Xml.XPath.XmlDocument.xml",
  5327. "ref/netstandard1.3/zh-hant/System.Xml.XPath.XmlDocument.xml",
  5328. "ref/xamarinios10/_._",
  5329. "ref/xamarinmac20/_._",
  5330. "ref/xamarintvos10/_._",
  5331. "ref/xamarinwatchos10/_._",
  5332. "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512",
  5333. "system.xml.xpath.xmldocument.nuspec"
  5334. ]
  5335. }
  5336. },
  5337. "projectFileDependencyGroups": {
  5338. "net8.0": [
  5339. "Npgsql >= 8.0.2",
  5340. "Renci.SshNet >= 1.0.0"
  5341. ]
  5342. },
  5343. "packageFolders": {
  5344. "/Users/michielcarman/.nuget/packages/": {},
  5345. "/usr/local/share/dotnet/sdk/NuGetFallbackFolder": {}
  5346. },
  5347. "project": {
  5348. "version": "1.0.0",
  5349. "restore": {
  5350. "projectUniqueName": "/Users/michielcarman/Projects/vscodeprojects/resequence_pgsql/resequence_pgsql.csproj",
  5351. "projectName": "resequence_pgsql",
  5352. "projectPath": "/Users/michielcarman/Projects/vscodeprojects/resequence_pgsql/resequence_pgsql.csproj",
  5353. "packagesPath": "/Users/michielcarman/.nuget/packages/",
  5354. "outputPath": "/Users/michielcarman/Projects/vscodeprojects/resequence_pgsql/obj/",
  5355. "projectStyle": "PackageReference",
  5356. "fallbackFolders": [
  5357. "/usr/local/share/dotnet/sdk/NuGetFallbackFolder"
  5358. ],
  5359. "configFilePaths": [
  5360. "/Users/michielcarman/.nuget/NuGet/NuGet.Config"
  5361. ],
  5362. "originalTargetFrameworks": [
  5363. "net8.0"
  5364. ],
  5365. "sources": {
  5366. "https://api.nuget.org/v3/index.json": {}
  5367. },
  5368. "frameworks": {
  5369. "net8.0": {
  5370. "targetAlias": "net8.0",
  5371. "projectReferences": {}
  5372. }
  5373. },
  5374. "warningProperties": {
  5375. "warnAsError": [
  5376. "NU1605"
  5377. ]
  5378. },
  5379. "restoreAuditProperties": {
  5380. "enableAudit": "true",
  5381. "auditLevel": "low",
  5382. "auditMode": "direct"
  5383. }
  5384. },
  5385. "frameworks": {
  5386. "net8.0": {
  5387. "targetAlias": "net8.0",
  5388. "dependencies": {
  5389. "Npgsql": {
  5390. "target": "Package",
  5391. "version": "[8.0.2, )"
  5392. },
  5393. "Renci.SshNet": {
  5394. "target": "Package",
  5395. "version": "[1.0.0, )"
  5396. }
  5397. },
  5398. "imports": [
  5399. "net461",
  5400. "net462",
  5401. "net47",
  5402. "net471",
  5403. "net472",
  5404. "net48",
  5405. "net481"
  5406. ],
  5407. "assetTargetFallback": true,
  5408. "warn": true,
  5409. "frameworkReferences": {
  5410. "Microsoft.NETCore.App": {
  5411. "privateAssets": "all"
  5412. }
  5413. },
  5414. "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/8.0.201/PortableRuntimeIdentifierGraph.json"
  5415. }
  5416. }
  5417. }
  5418. }