Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

1455 líneas
58 KiB

  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "resequence_pgsql/1.0.0": {
  10. "dependencies": {
  11. "Npgsql": "8.0.2",
  12. "Renci.SshNet": "1.0.0"
  13. },
  14. "runtime": {
  15. "resequence_pgsql.dll": {}
  16. }
  17. },
  18. "Microsoft.CSharp/4.0.1": {
  19. "dependencies": {
  20. "System.Collections": "4.0.11",
  21. "System.Diagnostics.Debug": "4.0.11",
  22. "System.Dynamic.Runtime": "4.0.11",
  23. "System.Globalization": "4.0.11",
  24. "System.Linq": "4.1.0",
  25. "System.Linq.Expressions": "4.1.0",
  26. "System.ObjectModel": "4.0.12",
  27. "System.Reflection": "4.1.0",
  28. "System.Reflection.Extensions": "4.0.1",
  29. "System.Reflection.Primitives": "4.0.1",
  30. "System.Reflection.TypeExtensions": "4.1.0",
  31. "System.Resources.ResourceManager": "4.0.1",
  32. "System.Runtime": "4.1.0",
  33. "System.Runtime.Extensions": "4.1.0",
  34. "System.Runtime.InteropServices": "4.1.0",
  35. "System.Threading": "4.0.11"
  36. }
  37. },
  38. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  39. "runtime": {
  40. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  41. "assemblyVersion": "8.0.0.0",
  42. "fileVersion": "8.0.23.53103"
  43. }
  44. }
  45. },
  46. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  47. "dependencies": {
  48. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0"
  49. },
  50. "runtime": {
  51. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  52. "assemblyVersion": "8.0.0.0",
  53. "fileVersion": "8.0.23.53103"
  54. }
  55. }
  56. },
  57. "Microsoft.NETCore.Platforms/1.0.1": {},
  58. "Microsoft.NETCore.Targets/1.0.1": {},
  59. "Microsoft.Win32.Primitives/4.0.1": {
  60. "dependencies": {
  61. "Microsoft.NETCore.Platforms": "1.0.1",
  62. "Microsoft.NETCore.Targets": "1.0.1",
  63. "System.Runtime": "4.1.0"
  64. }
  65. },
  66. "NETStandard.Library/1.6.0": {
  67. "dependencies": {
  68. "Microsoft.NETCore.Platforms": "1.0.1",
  69. "Microsoft.Win32.Primitives": "4.0.1",
  70. "System.AppContext": "4.1.0",
  71. "System.Collections": "4.0.11",
  72. "System.Collections.Concurrent": "4.0.12",
  73. "System.Console": "4.0.0",
  74. "System.Diagnostics.Debug": "4.0.11",
  75. "System.Diagnostics.Tools": "4.0.1",
  76. "System.Diagnostics.Tracing": "4.1.0",
  77. "System.Globalization": "4.0.11",
  78. "System.Globalization.Calendars": "4.0.1",
  79. "System.IO": "4.1.0",
  80. "System.IO.Compression": "4.1.0",
  81. "System.IO.Compression.ZipFile": "4.0.1",
  82. "System.IO.FileSystem": "4.0.1",
  83. "System.IO.FileSystem.Primitives": "4.0.1",
  84. "System.Linq": "4.1.0",
  85. "System.Linq.Expressions": "4.1.0",
  86. "System.Net.Http": "4.1.0",
  87. "System.Net.Primitives": "4.0.11",
  88. "System.Net.Sockets": "4.1.0",
  89. "System.ObjectModel": "4.0.12",
  90. "System.Reflection": "4.1.0",
  91. "System.Reflection.Extensions": "4.0.1",
  92. "System.Reflection.Primitives": "4.0.1",
  93. "System.Resources.ResourceManager": "4.0.1",
  94. "System.Runtime": "4.1.0",
  95. "System.Runtime.Extensions": "4.1.0",
  96. "System.Runtime.Handles": "4.0.1",
  97. "System.Runtime.InteropServices": "4.1.0",
  98. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  99. "System.Runtime.Numerics": "4.0.1",
  100. "System.Security.Cryptography.Algorithms": "4.2.0",
  101. "System.Security.Cryptography.Encoding": "4.0.0",
  102. "System.Security.Cryptography.Primitives": "4.0.0",
  103. "System.Security.Cryptography.X509Certificates": "4.1.0",
  104. "System.Text.Encoding": "4.0.11",
  105. "System.Text.Encoding.Extensions": "4.0.11",
  106. "System.Text.RegularExpressions": "4.1.0",
  107. "System.Threading": "4.0.11",
  108. "System.Threading.Tasks": "4.0.11",
  109. "System.Threading.Timer": "4.0.1",
  110. "System.Xml.ReaderWriter": "4.0.11",
  111. "System.Xml.XDocument": "4.0.11"
  112. }
  113. },
  114. "Npgsql/8.0.2": {
  115. "dependencies": {
  116. "Microsoft.Extensions.Logging.Abstractions": "8.0.0"
  117. },
  118. "runtime": {
  119. "lib/net8.0/Npgsql.dll": {
  120. "assemblyVersion": "8.0.2.0",
  121. "fileVersion": "8.0.2.0"
  122. }
  123. }
  124. },
  125. "Renci.SshNet/1.0.0": {
  126. "dependencies": {
  127. "Microsoft.CSharp": "4.0.1",
  128. "NETStandard.Library": "1.6.0",
  129. "SshNet.Security.Cryptography": "1.2.0",
  130. "System.Diagnostics.Debug": "4.0.11",
  131. "System.Diagnostics.Tools": "4.0.1",
  132. "System.Diagnostics.TraceSource": "4.0.0",
  133. "System.Globalization": "4.0.11",
  134. "System.IO": "4.1.0",
  135. "System.IO.FileSystem": "4.0.1",
  136. "System.IO.FileSystem.Primitives": "4.0.1",
  137. "System.Linq": "4.1.0",
  138. "System.Net.NameResolution": "4.0.0",
  139. "System.Net.Sockets": "4.1.0",
  140. "System.Reflection.Extensions": "4.0.1",
  141. "System.Runtime.Extensions": "4.1.0",
  142. "System.Security.Cryptography.Algorithms": "4.2.0",
  143. "System.Text.RegularExpressions": "4.1.0",
  144. "System.Threading": "4.0.11",
  145. "System.Threading.Thread": "4.0.0",
  146. "System.Threading.ThreadPool": "4.0.10",
  147. "System.Threading.Timer": "4.0.1",
  148. "System.Xml.XPath.XmlDocument": "4.0.1",
  149. "System.Xml.XmlDocument": "4.0.1"
  150. },
  151. "runtime": {
  152. "lib/netstandard1.3/Renci.SshNet.dll": {
  153. "assemblyVersion": "2016.1.0.0",
  154. "fileVersion": "2016.1.0.0"
  155. }
  156. }
  157. },
  158. "runtime.native.System/4.0.0": {
  159. "dependencies": {
  160. "Microsoft.NETCore.Platforms": "1.0.1",
  161. "Microsoft.NETCore.Targets": "1.0.1"
  162. }
  163. },
  164. "runtime.native.System.IO.Compression/4.1.0": {
  165. "dependencies": {
  166. "Microsoft.NETCore.Platforms": "1.0.1",
  167. "Microsoft.NETCore.Targets": "1.0.1"
  168. }
  169. },
  170. "runtime.native.System.Net.Http/4.0.1": {
  171. "dependencies": {
  172. "Microsoft.NETCore.Platforms": "1.0.1",
  173. "Microsoft.NETCore.Targets": "1.0.1"
  174. }
  175. },
  176. "runtime.native.System.Security.Cryptography/4.0.0": {
  177. "dependencies": {
  178. "Microsoft.NETCore.Platforms": "1.0.1",
  179. "Microsoft.NETCore.Targets": "1.0.1"
  180. }
  181. },
  182. "SshNet.Security.Cryptography/1.2.0": {
  183. "dependencies": {
  184. "System.IO": "4.1.0",
  185. "System.Security.Cryptography.Primitives": "4.0.0"
  186. },
  187. "runtime": {
  188. "lib/netstandard1.3/SshNet.Security.Cryptography.dll": {
  189. "assemblyVersion": "1.2.0.0",
  190. "fileVersion": "1.2.0.0"
  191. }
  192. }
  193. },
  194. "System.AppContext/4.1.0": {
  195. "dependencies": {
  196. "System.Runtime": "4.1.0"
  197. }
  198. },
  199. "System.Buffers/4.0.0": {
  200. "dependencies": {
  201. "System.Diagnostics.Debug": "4.0.11",
  202. "System.Diagnostics.Tracing": "4.1.0",
  203. "System.Resources.ResourceManager": "4.0.1",
  204. "System.Runtime": "4.1.0",
  205. "System.Threading": "4.0.11"
  206. }
  207. },
  208. "System.Collections/4.0.11": {
  209. "dependencies": {
  210. "Microsoft.NETCore.Platforms": "1.0.1",
  211. "Microsoft.NETCore.Targets": "1.0.1",
  212. "System.Runtime": "4.1.0"
  213. }
  214. },
  215. "System.Collections.Concurrent/4.0.12": {
  216. "dependencies": {
  217. "System.Collections": "4.0.11",
  218. "System.Diagnostics.Debug": "4.0.11",
  219. "System.Diagnostics.Tracing": "4.1.0",
  220. "System.Globalization": "4.0.11",
  221. "System.Reflection": "4.1.0",
  222. "System.Resources.ResourceManager": "4.0.1",
  223. "System.Runtime": "4.1.0",
  224. "System.Runtime.Extensions": "4.1.0",
  225. "System.Threading": "4.0.11",
  226. "System.Threading.Tasks": "4.0.11"
  227. }
  228. },
  229. "System.Console/4.0.0": {
  230. "dependencies": {
  231. "Microsoft.NETCore.Platforms": "1.0.1",
  232. "Microsoft.NETCore.Targets": "1.0.1",
  233. "System.IO": "4.1.0",
  234. "System.Runtime": "4.1.0",
  235. "System.Text.Encoding": "4.0.11"
  236. }
  237. },
  238. "System.Diagnostics.Debug/4.0.11": {
  239. "dependencies": {
  240. "Microsoft.NETCore.Platforms": "1.0.1",
  241. "Microsoft.NETCore.Targets": "1.0.1",
  242. "System.Runtime": "4.1.0"
  243. }
  244. },
  245. "System.Diagnostics.DiagnosticSource/4.0.0": {
  246. "dependencies": {
  247. "System.Collections": "4.0.11",
  248. "System.Diagnostics.Tracing": "4.1.0",
  249. "System.Reflection": "4.1.0",
  250. "System.Runtime": "4.1.0",
  251. "System.Threading": "4.0.11"
  252. }
  253. },
  254. "System.Diagnostics.Tools/4.0.1": {
  255. "dependencies": {
  256. "Microsoft.NETCore.Platforms": "1.0.1",
  257. "Microsoft.NETCore.Targets": "1.0.1",
  258. "System.Runtime": "4.1.0"
  259. }
  260. },
  261. "System.Diagnostics.TraceSource/4.0.0": {
  262. "dependencies": {
  263. "Microsoft.NETCore.Platforms": "1.0.1",
  264. "System.Collections": "4.0.11",
  265. "System.Diagnostics.Debug": "4.0.11",
  266. "System.Globalization": "4.0.11",
  267. "System.Resources.ResourceManager": "4.0.1",
  268. "System.Runtime": "4.1.0",
  269. "System.Runtime.Extensions": "4.1.0",
  270. "System.Threading": "4.0.11",
  271. "runtime.native.System": "4.0.0"
  272. }
  273. },
  274. "System.Diagnostics.Tracing/4.1.0": {
  275. "dependencies": {
  276. "Microsoft.NETCore.Platforms": "1.0.1",
  277. "Microsoft.NETCore.Targets": "1.0.1",
  278. "System.Runtime": "4.1.0"
  279. }
  280. },
  281. "System.Dynamic.Runtime/4.0.11": {
  282. "dependencies": {
  283. "System.Collections": "4.0.11",
  284. "System.Diagnostics.Debug": "4.0.11",
  285. "System.Globalization": "4.0.11",
  286. "System.Linq": "4.1.0",
  287. "System.Linq.Expressions": "4.1.0",
  288. "System.ObjectModel": "4.0.12",
  289. "System.Reflection": "4.1.0",
  290. "System.Reflection.Emit": "4.0.1",
  291. "System.Reflection.Emit.ILGeneration": "4.0.1",
  292. "System.Reflection.Primitives": "4.0.1",
  293. "System.Reflection.TypeExtensions": "4.1.0",
  294. "System.Resources.ResourceManager": "4.0.1",
  295. "System.Runtime": "4.1.0",
  296. "System.Runtime.Extensions": "4.1.0",
  297. "System.Threading": "4.0.11"
  298. }
  299. },
  300. "System.Globalization/4.0.11": {
  301. "dependencies": {
  302. "Microsoft.NETCore.Platforms": "1.0.1",
  303. "Microsoft.NETCore.Targets": "1.0.1",
  304. "System.Runtime": "4.1.0"
  305. }
  306. },
  307. "System.Globalization.Calendars/4.0.1": {
  308. "dependencies": {
  309. "Microsoft.NETCore.Platforms": "1.0.1",
  310. "Microsoft.NETCore.Targets": "1.0.1",
  311. "System.Globalization": "4.0.11",
  312. "System.Runtime": "4.1.0"
  313. }
  314. },
  315. "System.Globalization.Extensions/4.0.1": {
  316. "dependencies": {
  317. "Microsoft.NETCore.Platforms": "1.0.1",
  318. "System.Globalization": "4.0.11",
  319. "System.Resources.ResourceManager": "4.0.1",
  320. "System.Runtime": "4.1.0",
  321. "System.Runtime.Extensions": "4.1.0",
  322. "System.Runtime.InteropServices": "4.1.0"
  323. }
  324. },
  325. "System.IO/4.1.0": {
  326. "dependencies": {
  327. "Microsoft.NETCore.Platforms": "1.0.1",
  328. "Microsoft.NETCore.Targets": "1.0.1",
  329. "System.Runtime": "4.1.0",
  330. "System.Text.Encoding": "4.0.11",
  331. "System.Threading.Tasks": "4.0.11"
  332. }
  333. },
  334. "System.IO.Compression/4.1.0": {
  335. "dependencies": {
  336. "Microsoft.NETCore.Platforms": "1.0.1",
  337. "System.Collections": "4.0.11",
  338. "System.Diagnostics.Debug": "4.0.11",
  339. "System.IO": "4.1.0",
  340. "System.Resources.ResourceManager": "4.0.1",
  341. "System.Runtime": "4.1.0",
  342. "System.Runtime.Extensions": "4.1.0",
  343. "System.Runtime.Handles": "4.0.1",
  344. "System.Runtime.InteropServices": "4.1.0",
  345. "System.Text.Encoding": "4.0.11",
  346. "System.Threading": "4.0.11",
  347. "System.Threading.Tasks": "4.0.11",
  348. "runtime.native.System": "4.0.0",
  349. "runtime.native.System.IO.Compression": "4.1.0"
  350. }
  351. },
  352. "System.IO.Compression.ZipFile/4.0.1": {
  353. "dependencies": {
  354. "System.Buffers": "4.0.0",
  355. "System.IO": "4.1.0",
  356. "System.IO.Compression": "4.1.0",
  357. "System.IO.FileSystem": "4.0.1",
  358. "System.IO.FileSystem.Primitives": "4.0.1",
  359. "System.Resources.ResourceManager": "4.0.1",
  360. "System.Runtime": "4.1.0",
  361. "System.Runtime.Extensions": "4.1.0",
  362. "System.Text.Encoding": "4.0.11"
  363. }
  364. },
  365. "System.IO.FileSystem/4.0.1": {
  366. "dependencies": {
  367. "Microsoft.NETCore.Platforms": "1.0.1",
  368. "Microsoft.NETCore.Targets": "1.0.1",
  369. "System.IO": "4.1.0",
  370. "System.IO.FileSystem.Primitives": "4.0.1",
  371. "System.Runtime": "4.1.0",
  372. "System.Runtime.Handles": "4.0.1",
  373. "System.Text.Encoding": "4.0.11",
  374. "System.Threading.Tasks": "4.0.11"
  375. }
  376. },
  377. "System.IO.FileSystem.Primitives/4.0.1": {
  378. "dependencies": {
  379. "System.Runtime": "4.1.0"
  380. }
  381. },
  382. "System.Linq/4.1.0": {
  383. "dependencies": {
  384. "System.Collections": "4.0.11",
  385. "System.Diagnostics.Debug": "4.0.11",
  386. "System.Resources.ResourceManager": "4.0.1",
  387. "System.Runtime": "4.1.0",
  388. "System.Runtime.Extensions": "4.1.0"
  389. }
  390. },
  391. "System.Linq.Expressions/4.1.0": {
  392. "dependencies": {
  393. "System.Collections": "4.0.11",
  394. "System.Diagnostics.Debug": "4.0.11",
  395. "System.Globalization": "4.0.11",
  396. "System.IO": "4.1.0",
  397. "System.Linq": "4.1.0",
  398. "System.ObjectModel": "4.0.12",
  399. "System.Reflection": "4.1.0",
  400. "System.Reflection.Emit": "4.0.1",
  401. "System.Reflection.Emit.ILGeneration": "4.0.1",
  402. "System.Reflection.Emit.Lightweight": "4.0.1",
  403. "System.Reflection.Extensions": "4.0.1",
  404. "System.Reflection.Primitives": "4.0.1",
  405. "System.Reflection.TypeExtensions": "4.1.0",
  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. }
  411. },
  412. "System.Net.Http/4.1.0": {
  413. "dependencies": {
  414. "Microsoft.NETCore.Platforms": "1.0.1",
  415. "System.Collections": "4.0.11",
  416. "System.Diagnostics.Debug": "4.0.11",
  417. "System.Diagnostics.DiagnosticSource": "4.0.0",
  418. "System.Diagnostics.Tracing": "4.1.0",
  419. "System.Globalization": "4.0.11",
  420. "System.Globalization.Extensions": "4.0.1",
  421. "System.IO": "4.1.0",
  422. "System.IO.FileSystem": "4.0.1",
  423. "System.Net.Primitives": "4.0.11",
  424. "System.Resources.ResourceManager": "4.0.1",
  425. "System.Runtime": "4.1.0",
  426. "System.Runtime.Extensions": "4.1.0",
  427. "System.Runtime.Handles": "4.0.1",
  428. "System.Runtime.InteropServices": "4.1.0",
  429. "System.Security.Cryptography.Algorithms": "4.2.0",
  430. "System.Security.Cryptography.Encoding": "4.0.0",
  431. "System.Security.Cryptography.OpenSsl": "4.0.0",
  432. "System.Security.Cryptography.Primitives": "4.0.0",
  433. "System.Security.Cryptography.X509Certificates": "4.1.0",
  434. "System.Text.Encoding": "4.0.11",
  435. "System.Threading": "4.0.11",
  436. "System.Threading.Tasks": "4.0.11",
  437. "runtime.native.System": "4.0.0",
  438. "runtime.native.System.Net.Http": "4.0.1",
  439. "runtime.native.System.Security.Cryptography": "4.0.0"
  440. }
  441. },
  442. "System.Net.NameResolution/4.0.0": {
  443. "dependencies": {
  444. "Microsoft.NETCore.Platforms": "1.0.1",
  445. "System.Collections": "4.0.11",
  446. "System.Diagnostics.Tracing": "4.1.0",
  447. "System.Globalization": "4.0.11",
  448. "System.Net.Primitives": "4.0.11",
  449. "System.Resources.ResourceManager": "4.0.1",
  450. "System.Runtime": "4.1.0",
  451. "System.Runtime.Extensions": "4.1.0",
  452. "System.Runtime.Handles": "4.0.1",
  453. "System.Runtime.InteropServices": "4.1.0",
  454. "System.Security.Principal.Windows": "4.0.0",
  455. "System.Threading": "4.0.11",
  456. "System.Threading.Tasks": "4.0.11",
  457. "runtime.native.System": "4.0.0"
  458. }
  459. },
  460. "System.Net.Primitives/4.0.11": {
  461. "dependencies": {
  462. "Microsoft.NETCore.Platforms": "1.0.1",
  463. "Microsoft.NETCore.Targets": "1.0.1",
  464. "System.Runtime": "4.1.0",
  465. "System.Runtime.Handles": "4.0.1"
  466. }
  467. },
  468. "System.Net.Sockets/4.1.0": {
  469. "dependencies": {
  470. "Microsoft.NETCore.Platforms": "1.0.1",
  471. "Microsoft.NETCore.Targets": "1.0.1",
  472. "System.IO": "4.1.0",
  473. "System.Net.Primitives": "4.0.11",
  474. "System.Runtime": "4.1.0",
  475. "System.Threading.Tasks": "4.0.11"
  476. }
  477. },
  478. "System.ObjectModel/4.0.12": {
  479. "dependencies": {
  480. "System.Collections": "4.0.11",
  481. "System.Diagnostics.Debug": "4.0.11",
  482. "System.Resources.ResourceManager": "4.0.1",
  483. "System.Runtime": "4.1.0",
  484. "System.Threading": "4.0.11"
  485. }
  486. },
  487. "System.Reflection/4.1.0": {
  488. "dependencies": {
  489. "Microsoft.NETCore.Platforms": "1.0.1",
  490. "Microsoft.NETCore.Targets": "1.0.1",
  491. "System.IO": "4.1.0",
  492. "System.Reflection.Primitives": "4.0.1",
  493. "System.Runtime": "4.1.0"
  494. }
  495. },
  496. "System.Reflection.Emit/4.0.1": {
  497. "dependencies": {
  498. "System.IO": "4.1.0",
  499. "System.Reflection": "4.1.0",
  500. "System.Reflection.Emit.ILGeneration": "4.0.1",
  501. "System.Reflection.Primitives": "4.0.1",
  502. "System.Runtime": "4.1.0"
  503. }
  504. },
  505. "System.Reflection.Emit.ILGeneration/4.0.1": {
  506. "dependencies": {
  507. "System.Reflection": "4.1.0",
  508. "System.Reflection.Primitives": "4.0.1",
  509. "System.Runtime": "4.1.0"
  510. }
  511. },
  512. "System.Reflection.Emit.Lightweight/4.0.1": {
  513. "dependencies": {
  514. "System.Reflection": "4.1.0",
  515. "System.Reflection.Emit.ILGeneration": "4.0.1",
  516. "System.Reflection.Primitives": "4.0.1",
  517. "System.Runtime": "4.1.0"
  518. }
  519. },
  520. "System.Reflection.Extensions/4.0.1": {
  521. "dependencies": {
  522. "Microsoft.NETCore.Platforms": "1.0.1",
  523. "Microsoft.NETCore.Targets": "1.0.1",
  524. "System.Reflection": "4.1.0",
  525. "System.Runtime": "4.1.0"
  526. }
  527. },
  528. "System.Reflection.Primitives/4.0.1": {
  529. "dependencies": {
  530. "Microsoft.NETCore.Platforms": "1.0.1",
  531. "Microsoft.NETCore.Targets": "1.0.1",
  532. "System.Runtime": "4.1.0"
  533. }
  534. },
  535. "System.Reflection.TypeExtensions/4.1.0": {
  536. "dependencies": {
  537. "System.Reflection": "4.1.0",
  538. "System.Runtime": "4.1.0"
  539. }
  540. },
  541. "System.Resources.ResourceManager/4.0.1": {
  542. "dependencies": {
  543. "Microsoft.NETCore.Platforms": "1.0.1",
  544. "Microsoft.NETCore.Targets": "1.0.1",
  545. "System.Globalization": "4.0.11",
  546. "System.Reflection": "4.1.0",
  547. "System.Runtime": "4.1.0"
  548. }
  549. },
  550. "System.Runtime/4.1.0": {
  551. "dependencies": {
  552. "Microsoft.NETCore.Platforms": "1.0.1",
  553. "Microsoft.NETCore.Targets": "1.0.1"
  554. }
  555. },
  556. "System.Runtime.Extensions/4.1.0": {
  557. "dependencies": {
  558. "Microsoft.NETCore.Platforms": "1.0.1",
  559. "Microsoft.NETCore.Targets": "1.0.1",
  560. "System.Runtime": "4.1.0"
  561. }
  562. },
  563. "System.Runtime.Handles/4.0.1": {
  564. "dependencies": {
  565. "Microsoft.NETCore.Platforms": "1.0.1",
  566. "Microsoft.NETCore.Targets": "1.0.1",
  567. "System.Runtime": "4.1.0"
  568. }
  569. },
  570. "System.Runtime.InteropServices/4.1.0": {
  571. "dependencies": {
  572. "Microsoft.NETCore.Platforms": "1.0.1",
  573. "Microsoft.NETCore.Targets": "1.0.1",
  574. "System.Reflection": "4.1.0",
  575. "System.Reflection.Primitives": "4.0.1",
  576. "System.Runtime": "4.1.0",
  577. "System.Runtime.Handles": "4.0.1"
  578. }
  579. },
  580. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  581. "dependencies": {
  582. "Microsoft.NETCore.Platforms": "1.0.1",
  583. "System.Reflection": "4.1.0",
  584. "System.Resources.ResourceManager": "4.0.1",
  585. "System.Runtime": "4.1.0",
  586. "System.Runtime.InteropServices": "4.1.0",
  587. "System.Threading": "4.0.11",
  588. "runtime.native.System": "4.0.0"
  589. }
  590. },
  591. "System.Runtime.Numerics/4.0.1": {
  592. "dependencies": {
  593. "System.Globalization": "4.0.11",
  594. "System.Resources.ResourceManager": "4.0.1",
  595. "System.Runtime": "4.1.0",
  596. "System.Runtime.Extensions": "4.1.0"
  597. }
  598. },
  599. "System.Security.Claims/4.0.1": {
  600. "dependencies": {
  601. "System.Collections": "4.0.11",
  602. "System.Globalization": "4.0.11",
  603. "System.IO": "4.1.0",
  604. "System.Resources.ResourceManager": "4.0.1",
  605. "System.Runtime": "4.1.0",
  606. "System.Runtime.Extensions": "4.1.0",
  607. "System.Security.Principal": "4.0.1"
  608. }
  609. },
  610. "System.Security.Cryptography.Algorithms/4.2.0": {
  611. "dependencies": {
  612. "Microsoft.NETCore.Platforms": "1.0.1",
  613. "System.Collections": "4.0.11",
  614. "System.IO": "4.1.0",
  615. "System.Resources.ResourceManager": "4.0.1",
  616. "System.Runtime": "4.1.0",
  617. "System.Runtime.Extensions": "4.1.0",
  618. "System.Runtime.Handles": "4.0.1",
  619. "System.Runtime.InteropServices": "4.1.0",
  620. "System.Runtime.Numerics": "4.0.1",
  621. "System.Security.Cryptography.Encoding": "4.0.0",
  622. "System.Security.Cryptography.Primitives": "4.0.0",
  623. "System.Text.Encoding": "4.0.11",
  624. "runtime.native.System.Security.Cryptography": "4.0.0"
  625. }
  626. },
  627. "System.Security.Cryptography.Cng/4.2.0": {
  628. "dependencies": {
  629. "Microsoft.NETCore.Platforms": "1.0.1",
  630. "System.IO": "4.1.0",
  631. "System.Resources.ResourceManager": "4.0.1",
  632. "System.Runtime": "4.1.0",
  633. "System.Runtime.Extensions": "4.1.0",
  634. "System.Runtime.Handles": "4.0.1",
  635. "System.Runtime.InteropServices": "4.1.0",
  636. "System.Security.Cryptography.Algorithms": "4.2.0",
  637. "System.Security.Cryptography.Encoding": "4.0.0",
  638. "System.Security.Cryptography.Primitives": "4.0.0",
  639. "System.Text.Encoding": "4.0.11"
  640. }
  641. },
  642. "System.Security.Cryptography.Csp/4.0.0": {
  643. "dependencies": {
  644. "Microsoft.NETCore.Platforms": "1.0.1",
  645. "System.IO": "4.1.0",
  646. "System.Reflection": "4.1.0",
  647. "System.Resources.ResourceManager": "4.0.1",
  648. "System.Runtime": "4.1.0",
  649. "System.Runtime.Extensions": "4.1.0",
  650. "System.Runtime.Handles": "4.0.1",
  651. "System.Runtime.InteropServices": "4.1.0",
  652. "System.Security.Cryptography.Algorithms": "4.2.0",
  653. "System.Security.Cryptography.Encoding": "4.0.0",
  654. "System.Security.Cryptography.Primitives": "4.0.0",
  655. "System.Text.Encoding": "4.0.11",
  656. "System.Threading": "4.0.11"
  657. }
  658. },
  659. "System.Security.Cryptography.Encoding/4.0.0": {
  660. "dependencies": {
  661. "Microsoft.NETCore.Platforms": "1.0.1",
  662. "System.Collections": "4.0.11",
  663. "System.Collections.Concurrent": "4.0.12",
  664. "System.Linq": "4.1.0",
  665. "System.Resources.ResourceManager": "4.0.1",
  666. "System.Runtime": "4.1.0",
  667. "System.Runtime.Extensions": "4.1.0",
  668. "System.Runtime.Handles": "4.0.1",
  669. "System.Runtime.InteropServices": "4.1.0",
  670. "System.Security.Cryptography.Primitives": "4.0.0",
  671. "System.Text.Encoding": "4.0.11",
  672. "runtime.native.System.Security.Cryptography": "4.0.0"
  673. }
  674. },
  675. "System.Security.Cryptography.OpenSsl/4.0.0": {
  676. "dependencies": {
  677. "System.Collections": "4.0.11",
  678. "System.IO": "4.1.0",
  679. "System.Resources.ResourceManager": "4.0.1",
  680. "System.Runtime": "4.1.0",
  681. "System.Runtime.Extensions": "4.1.0",
  682. "System.Runtime.Handles": "4.0.1",
  683. "System.Runtime.InteropServices": "4.1.0",
  684. "System.Runtime.Numerics": "4.0.1",
  685. "System.Security.Cryptography.Algorithms": "4.2.0",
  686. "System.Security.Cryptography.Encoding": "4.0.0",
  687. "System.Security.Cryptography.Primitives": "4.0.0",
  688. "System.Text.Encoding": "4.0.11",
  689. "runtime.native.System.Security.Cryptography": "4.0.0"
  690. }
  691. },
  692. "System.Security.Cryptography.Primitives/4.0.0": {
  693. "dependencies": {
  694. "System.Diagnostics.Debug": "4.0.11",
  695. "System.Globalization": "4.0.11",
  696. "System.IO": "4.1.0",
  697. "System.Resources.ResourceManager": "4.0.1",
  698. "System.Runtime": "4.1.0",
  699. "System.Threading": "4.0.11",
  700. "System.Threading.Tasks": "4.0.11"
  701. }
  702. },
  703. "System.Security.Cryptography.X509Certificates/4.1.0": {
  704. "dependencies": {
  705. "Microsoft.NETCore.Platforms": "1.0.1",
  706. "System.Collections": "4.0.11",
  707. "System.Diagnostics.Debug": "4.0.11",
  708. "System.Globalization": "4.0.11",
  709. "System.Globalization.Calendars": "4.0.1",
  710. "System.IO": "4.1.0",
  711. "System.IO.FileSystem": "4.0.1",
  712. "System.IO.FileSystem.Primitives": "4.0.1",
  713. "System.Resources.ResourceManager": "4.0.1",
  714. "System.Runtime": "4.1.0",
  715. "System.Runtime.Extensions": "4.1.0",
  716. "System.Runtime.Handles": "4.0.1",
  717. "System.Runtime.InteropServices": "4.1.0",
  718. "System.Runtime.Numerics": "4.0.1",
  719. "System.Security.Cryptography.Algorithms": "4.2.0",
  720. "System.Security.Cryptography.Cng": "4.2.0",
  721. "System.Security.Cryptography.Csp": "4.0.0",
  722. "System.Security.Cryptography.Encoding": "4.0.0",
  723. "System.Security.Cryptography.OpenSsl": "4.0.0",
  724. "System.Security.Cryptography.Primitives": "4.0.0",
  725. "System.Text.Encoding": "4.0.11",
  726. "System.Threading": "4.0.11",
  727. "runtime.native.System": "4.0.0",
  728. "runtime.native.System.Net.Http": "4.0.1",
  729. "runtime.native.System.Security.Cryptography": "4.0.0"
  730. }
  731. },
  732. "System.Security.Principal/4.0.1": {
  733. "dependencies": {
  734. "System.Runtime": "4.1.0"
  735. }
  736. },
  737. "System.Security.Principal.Windows/4.0.0": {
  738. "dependencies": {
  739. "Microsoft.NETCore.Platforms": "1.0.1",
  740. "Microsoft.Win32.Primitives": "4.0.1",
  741. "System.Collections": "4.0.11",
  742. "System.Diagnostics.Debug": "4.0.11",
  743. "System.Reflection": "4.1.0",
  744. "System.Resources.ResourceManager": "4.0.1",
  745. "System.Runtime": "4.1.0",
  746. "System.Runtime.Extensions": "4.1.0",
  747. "System.Runtime.Handles": "4.0.1",
  748. "System.Runtime.InteropServices": "4.1.0",
  749. "System.Security.Claims": "4.0.1",
  750. "System.Security.Principal": "4.0.1",
  751. "System.Text.Encoding": "4.0.11",
  752. "System.Threading": "4.0.11"
  753. }
  754. },
  755. "System.Text.Encoding/4.0.11": {
  756. "dependencies": {
  757. "Microsoft.NETCore.Platforms": "1.0.1",
  758. "Microsoft.NETCore.Targets": "1.0.1",
  759. "System.Runtime": "4.1.0"
  760. }
  761. },
  762. "System.Text.Encoding.Extensions/4.0.11": {
  763. "dependencies": {
  764. "Microsoft.NETCore.Platforms": "1.0.1",
  765. "Microsoft.NETCore.Targets": "1.0.1",
  766. "System.Runtime": "4.1.0",
  767. "System.Text.Encoding": "4.0.11"
  768. }
  769. },
  770. "System.Text.RegularExpressions/4.1.0": {
  771. "dependencies": {
  772. "System.Collections": "4.0.11",
  773. "System.Globalization": "4.0.11",
  774. "System.Resources.ResourceManager": "4.0.1",
  775. "System.Runtime": "4.1.0",
  776. "System.Runtime.Extensions": "4.1.0",
  777. "System.Threading": "4.0.11"
  778. }
  779. },
  780. "System.Threading/4.0.11": {
  781. "dependencies": {
  782. "System.Runtime": "4.1.0",
  783. "System.Threading.Tasks": "4.0.11"
  784. }
  785. },
  786. "System.Threading.Tasks/4.0.11": {
  787. "dependencies": {
  788. "Microsoft.NETCore.Platforms": "1.0.1",
  789. "Microsoft.NETCore.Targets": "1.0.1",
  790. "System.Runtime": "4.1.0"
  791. }
  792. },
  793. "System.Threading.Tasks.Extensions/4.0.0": {
  794. "dependencies": {
  795. "System.Collections": "4.0.11",
  796. "System.Runtime": "4.1.0",
  797. "System.Threading.Tasks": "4.0.11"
  798. }
  799. },
  800. "System.Threading.Thread/4.0.0": {
  801. "dependencies": {
  802. "System.Runtime": "4.1.0"
  803. }
  804. },
  805. "System.Threading.ThreadPool/4.0.10": {
  806. "dependencies": {
  807. "System.Runtime": "4.1.0",
  808. "System.Runtime.Handles": "4.0.1"
  809. }
  810. },
  811. "System.Threading.Timer/4.0.1": {
  812. "dependencies": {
  813. "Microsoft.NETCore.Platforms": "1.0.1",
  814. "Microsoft.NETCore.Targets": "1.0.1",
  815. "System.Runtime": "4.1.0"
  816. }
  817. },
  818. "System.Xml.ReaderWriter/4.0.11": {
  819. "dependencies": {
  820. "System.Collections": "4.0.11",
  821. "System.Diagnostics.Debug": "4.0.11",
  822. "System.Globalization": "4.0.11",
  823. "System.IO": "4.1.0",
  824. "System.IO.FileSystem": "4.0.1",
  825. "System.IO.FileSystem.Primitives": "4.0.1",
  826. "System.Resources.ResourceManager": "4.0.1",
  827. "System.Runtime": "4.1.0",
  828. "System.Runtime.Extensions": "4.1.0",
  829. "System.Runtime.InteropServices": "4.1.0",
  830. "System.Text.Encoding": "4.0.11",
  831. "System.Text.Encoding.Extensions": "4.0.11",
  832. "System.Text.RegularExpressions": "4.1.0",
  833. "System.Threading.Tasks": "4.0.11",
  834. "System.Threading.Tasks.Extensions": "4.0.0"
  835. }
  836. },
  837. "System.Xml.XDocument/4.0.11": {
  838. "dependencies": {
  839. "System.Collections": "4.0.11",
  840. "System.Diagnostics.Debug": "4.0.11",
  841. "System.Diagnostics.Tools": "4.0.1",
  842. "System.Globalization": "4.0.11",
  843. "System.IO": "4.1.0",
  844. "System.Reflection": "4.1.0",
  845. "System.Resources.ResourceManager": "4.0.1",
  846. "System.Runtime": "4.1.0",
  847. "System.Runtime.Extensions": "4.1.0",
  848. "System.Text.Encoding": "4.0.11",
  849. "System.Threading": "4.0.11",
  850. "System.Xml.ReaderWriter": "4.0.11"
  851. }
  852. },
  853. "System.Xml.XmlDocument/4.0.1": {
  854. "dependencies": {
  855. "System.Collections": "4.0.11",
  856. "System.Diagnostics.Debug": "4.0.11",
  857. "System.Globalization": "4.0.11",
  858. "System.IO": "4.1.0",
  859. "System.Resources.ResourceManager": "4.0.1",
  860. "System.Runtime": "4.1.0",
  861. "System.Runtime.Extensions": "4.1.0",
  862. "System.Text.Encoding": "4.0.11",
  863. "System.Threading": "4.0.11",
  864. "System.Xml.ReaderWriter": "4.0.11"
  865. }
  866. },
  867. "System.Xml.XPath/4.0.1": {
  868. "dependencies": {
  869. "System.Collections": "4.0.11",
  870. "System.Diagnostics.Debug": "4.0.11",
  871. "System.Globalization": "4.0.11",
  872. "System.IO": "4.1.0",
  873. "System.Resources.ResourceManager": "4.0.1",
  874. "System.Runtime": "4.1.0",
  875. "System.Runtime.Extensions": "4.1.0",
  876. "System.Threading": "4.0.11",
  877. "System.Xml.ReaderWriter": "4.0.11"
  878. }
  879. },
  880. "System.Xml.XPath.XmlDocument/4.0.1": {
  881. "dependencies": {
  882. "System.Collections": "4.0.11",
  883. "System.Globalization": "4.0.11",
  884. "System.IO": "4.1.0",
  885. "System.Resources.ResourceManager": "4.0.1",
  886. "System.Runtime": "4.1.0",
  887. "System.Runtime.Extensions": "4.1.0",
  888. "System.Threading": "4.0.11",
  889. "System.Xml.ReaderWriter": "4.0.11",
  890. "System.Xml.XPath": "4.0.1",
  891. "System.Xml.XmlDocument": "4.0.1"
  892. },
  893. "runtime": {
  894. "lib/netstandard1.3/System.Xml.XPath.XmlDocument.dll": {
  895. "assemblyVersion": "4.0.1.0",
  896. "fileVersion": "1.0.24212.1"
  897. }
  898. }
  899. }
  900. }
  901. },
  902. "libraries": {
  903. "resequence_pgsql/1.0.0": {
  904. "type": "project",
  905. "serviceable": false,
  906. "sha512": ""
  907. },
  908. "Microsoft.CSharp/4.0.1": {
  909. "type": "package",
  910. "serviceable": true,
  911. "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==",
  912. "path": "microsoft.csharp/4.0.1",
  913. "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512"
  914. },
  915. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": {
  916. "type": "package",
  917. "serviceable": true,
  918. "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==",
  919. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0",
  920. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512"
  921. },
  922. "Microsoft.Extensions.Logging.Abstractions/8.0.0": {
  923. "type": "package",
  924. "serviceable": true,
  925. "sha512": "sha512-arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==",
  926. "path": "microsoft.extensions.logging.abstractions/8.0.0",
  927. "hashPath": "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512"
  928. },
  929. "Microsoft.NETCore.Platforms/1.0.1": {
  930. "type": "package",
  931. "serviceable": true,
  932. "sha512": "sha512-2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==",
  933. "path": "microsoft.netcore.platforms/1.0.1",
  934. "hashPath": "microsoft.netcore.platforms.1.0.1.nupkg.sha512"
  935. },
  936. "Microsoft.NETCore.Targets/1.0.1": {
  937. "type": "package",
  938. "serviceable": true,
  939. "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==",
  940. "path": "microsoft.netcore.targets/1.0.1",
  941. "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512"
  942. },
  943. "Microsoft.Win32.Primitives/4.0.1": {
  944. "type": "package",
  945. "serviceable": true,
  946. "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
  947. "path": "microsoft.win32.primitives/4.0.1",
  948. "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512"
  949. },
  950. "NETStandard.Library/1.6.0": {
  951. "type": "package",
  952. "serviceable": true,
  953. "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  954. "path": "netstandard.library/1.6.0",
  955. "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
  956. },
  957. "Npgsql/8.0.2": {
  958. "type": "package",
  959. "serviceable": true,
  960. "sha512": "sha512-MuJzLoWCaQhQAR3oh66YR0Ir6mxuezncGX3f8wxvAc21g0+9HICktJQlqMoODhxztZKXE5k9GxRxqUAN+vPb4g==",
  961. "path": "npgsql/8.0.2",
  962. "hashPath": "npgsql.8.0.2.nupkg.sha512"
  963. },
  964. "Renci.SshNet/1.0.0": {
  965. "type": "package",
  966. "serviceable": true,
  967. "sha512": "sha512-7ngta4rM+eNlxI2LjCGIvaxFCmHuZ+IYCgoMgBaz3vfgoiXRyvBt8kRnOnlCSEWFYGFkkmVhAygdy08UU/GdSw==",
  968. "path": "renci.sshnet/1.0.0",
  969. "hashPath": "renci.sshnet.1.0.0.nupkg.sha512"
  970. },
  971. "runtime.native.System/4.0.0": {
  972. "type": "package",
  973. "serviceable": true,
  974. "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
  975. "path": "runtime.native.system/4.0.0",
  976. "hashPath": "runtime.native.system.4.0.0.nupkg.sha512"
  977. },
  978. "runtime.native.System.IO.Compression/4.1.0": {
  979. "type": "package",
  980. "serviceable": true,
  981. "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
  982. "path": "runtime.native.system.io.compression/4.1.0",
  983. "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512"
  984. },
  985. "runtime.native.System.Net.Http/4.0.1": {
  986. "type": "package",
  987. "serviceable": true,
  988. "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==",
  989. "path": "runtime.native.system.net.http/4.0.1",
  990. "hashPath": "runtime.native.system.net.http.4.0.1.nupkg.sha512"
  991. },
  992. "runtime.native.System.Security.Cryptography/4.0.0": {
  993. "type": "package",
  994. "serviceable": true,
  995. "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
  996. "path": "runtime.native.system.security.cryptography/4.0.0",
  997. "hashPath": "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512"
  998. },
  999. "SshNet.Security.Cryptography/1.2.0": {
  1000. "type": "package",
  1001. "serviceable": true,
  1002. "sha512": "sha512-EeFsirrrkIK+cdlYsxukNjBN98cbU7eHfTYZEwxsbOa3dvgR/OhOD06C0sTxvNPhe4UQ6yM0p1sKcT69jqgjTw==",
  1003. "path": "sshnet.security.cryptography/1.2.0",
  1004. "hashPath": "sshnet.security.cryptography.1.2.0.nupkg.sha512"
  1005. },
  1006. "System.AppContext/4.1.0": {
  1007. "type": "package",
  1008. "serviceable": true,
  1009. "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  1010. "path": "system.appcontext/4.1.0",
  1011. "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
  1012. },
  1013. "System.Buffers/4.0.0": {
  1014. "type": "package",
  1015. "serviceable": true,
  1016. "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==",
  1017. "path": "system.buffers/4.0.0",
  1018. "hashPath": "system.buffers.4.0.0.nupkg.sha512"
  1019. },
  1020. "System.Collections/4.0.11": {
  1021. "type": "package",
  1022. "serviceable": true,
  1023. "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
  1024. "path": "system.collections/4.0.11",
  1025. "hashPath": "system.collections.4.0.11.nupkg.sha512"
  1026. },
  1027. "System.Collections.Concurrent/4.0.12": {
  1028. "type": "package",
  1029. "serviceable": true,
  1030. "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==",
  1031. "path": "system.collections.concurrent/4.0.12",
  1032. "hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512"
  1033. },
  1034. "System.Console/4.0.0": {
  1035. "type": "package",
  1036. "serviceable": true,
  1037. "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
  1038. "path": "system.console/4.0.0",
  1039. "hashPath": "system.console.4.0.0.nupkg.sha512"
  1040. },
  1041. "System.Diagnostics.Debug/4.0.11": {
  1042. "type": "package",
  1043. "serviceable": true,
  1044. "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
  1045. "path": "system.diagnostics.debug/4.0.11",
  1046. "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
  1047. },
  1048. "System.Diagnostics.DiagnosticSource/4.0.0": {
  1049. "type": "package",
  1050. "serviceable": true,
  1051. "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==",
  1052. "path": "system.diagnostics.diagnosticsource/4.0.0",
  1053. "hashPath": "system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512"
  1054. },
  1055. "System.Diagnostics.Tools/4.0.1": {
  1056. "type": "package",
  1057. "serviceable": true,
  1058. "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  1059. "path": "system.diagnostics.tools/4.0.1",
  1060. "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
  1061. },
  1062. "System.Diagnostics.TraceSource/4.0.0": {
  1063. "type": "package",
  1064. "serviceable": true,
  1065. "sha512": "sha512-6WVCczFZKXwpWpzd/iJkYnsmWTSFFiU24Xx/YdHXBcu+nFI/ehTgeqdJQFbtRPzbrO3KtRNjvkhtj4t5/WwWsA==",
  1066. "path": "system.diagnostics.tracesource/4.0.0",
  1067. "hashPath": "system.diagnostics.tracesource.4.0.0.nupkg.sha512"
  1068. },
  1069. "System.Diagnostics.Tracing/4.1.0": {
  1070. "type": "package",
  1071. "serviceable": true,
  1072. "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",
  1073. "path": "system.diagnostics.tracing/4.1.0",
  1074. "hashPath": "system.diagnostics.tracing.4.1.0.nupkg.sha512"
  1075. },
  1076. "System.Dynamic.Runtime/4.0.11": {
  1077. "type": "package",
  1078. "serviceable": true,
  1079. "sha512": "sha512-db34f6LHYM0U0JpE+sOmjar27BnqTVkbLJhgfwMpTdgTigG/Hna3m2MYVwnFzGGKnEJk2UXFuoVTr8WUbU91/A==",
  1080. "path": "system.dynamic.runtime/4.0.11",
  1081. "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512"
  1082. },
  1083. "System.Globalization/4.0.11": {
  1084. "type": "package",
  1085. "serviceable": true,
  1086. "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
  1087. "path": "system.globalization/4.0.11",
  1088. "hashPath": "system.globalization.4.0.11.nupkg.sha512"
  1089. },
  1090. "System.Globalization.Calendars/4.0.1": {
  1091. "type": "package",
  1092. "serviceable": true,
  1093. "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",
  1094. "path": "system.globalization.calendars/4.0.1",
  1095. "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512"
  1096. },
  1097. "System.Globalization.Extensions/4.0.1": {
  1098. "type": "package",
  1099. "serviceable": true,
  1100. "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==",
  1101. "path": "system.globalization.extensions/4.0.1",
  1102. "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512"
  1103. },
  1104. "System.IO/4.1.0": {
  1105. "type": "package",
  1106. "serviceable": true,
  1107. "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==",
  1108. "path": "system.io/4.1.0",
  1109. "hashPath": "system.io.4.1.0.nupkg.sha512"
  1110. },
  1111. "System.IO.Compression/4.1.0": {
  1112. "type": "package",
  1113. "serviceable": true,
  1114. "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
  1115. "path": "system.io.compression/4.1.0",
  1116. "hashPath": "system.io.compression.4.1.0.nupkg.sha512"
  1117. },
  1118. "System.IO.Compression.ZipFile/4.0.1": {
  1119. "type": "package",
  1120. "serviceable": true,
  1121. "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
  1122. "path": "system.io.compression.zipfile/4.0.1",
  1123. "hashPath": "system.io.compression.zipfile.4.0.1.nupkg.sha512"
  1124. },
  1125. "System.IO.FileSystem/4.0.1": {
  1126. "type": "package",
  1127. "serviceable": true,
  1128. "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
  1129. "path": "system.io.filesystem/4.0.1",
  1130. "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
  1131. },
  1132. "System.IO.FileSystem.Primitives/4.0.1": {
  1133. "type": "package",
  1134. "serviceable": true,
  1135. "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
  1136. "path": "system.io.filesystem.primitives/4.0.1",
  1137. "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
  1138. },
  1139. "System.Linq/4.1.0": {
  1140. "type": "package",
  1141. "serviceable": true,
  1142. "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  1143. "path": "system.linq/4.1.0",
  1144. "hashPath": "system.linq.4.1.0.nupkg.sha512"
  1145. },
  1146. "System.Linq.Expressions/4.1.0": {
  1147. "type": "package",
  1148. "serviceable": true,
  1149. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  1150. "path": "system.linq.expressions/4.1.0",
  1151. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  1152. },
  1153. "System.Net.Http/4.1.0": {
  1154. "type": "package",
  1155. "serviceable": true,
  1156. "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",
  1157. "path": "system.net.http/4.1.0",
  1158. "hashPath": "system.net.http.4.1.0.nupkg.sha512"
  1159. },
  1160. "System.Net.NameResolution/4.0.0": {
  1161. "type": "package",
  1162. "serviceable": true,
  1163. "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==",
  1164. "path": "system.net.nameresolution/4.0.0",
  1165. "hashPath": "system.net.nameresolution.4.0.0.nupkg.sha512"
  1166. },
  1167. "System.Net.Primitives/4.0.11": {
  1168. "type": "package",
  1169. "serviceable": true,
  1170. "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
  1171. "path": "system.net.primitives/4.0.11",
  1172. "hashPath": "system.net.primitives.4.0.11.nupkg.sha512"
  1173. },
  1174. "System.Net.Sockets/4.1.0": {
  1175. "type": "package",
  1176. "serviceable": true,
  1177. "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
  1178. "path": "system.net.sockets/4.1.0",
  1179. "hashPath": "system.net.sockets.4.1.0.nupkg.sha512"
  1180. },
  1181. "System.ObjectModel/4.0.12": {
  1182. "type": "package",
  1183. "serviceable": true,
  1184. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  1185. "path": "system.objectmodel/4.0.12",
  1186. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  1187. },
  1188. "System.Reflection/4.1.0": {
  1189. "type": "package",
  1190. "serviceable": true,
  1191. "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==",
  1192. "path": "system.reflection/4.1.0",
  1193. "hashPath": "system.reflection.4.1.0.nupkg.sha512"
  1194. },
  1195. "System.Reflection.Emit/4.0.1": {
  1196. "type": "package",
  1197. "serviceable": true,
  1198. "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  1199. "path": "system.reflection.emit/4.0.1",
  1200. "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
  1201. },
  1202. "System.Reflection.Emit.ILGeneration/4.0.1": {
  1203. "type": "package",
  1204. "serviceable": true,
  1205. "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  1206. "path": "system.reflection.emit.ilgeneration/4.0.1",
  1207. "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
  1208. },
  1209. "System.Reflection.Emit.Lightweight/4.0.1": {
  1210. "type": "package",
  1211. "serviceable": true,
  1212. "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
  1213. "path": "system.reflection.emit.lightweight/4.0.1",
  1214. "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
  1215. },
  1216. "System.Reflection.Extensions/4.0.1": {
  1217. "type": "package",
  1218. "serviceable": true,
  1219. "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  1220. "path": "system.reflection.extensions/4.0.1",
  1221. "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
  1222. },
  1223. "System.Reflection.Primitives/4.0.1": {
  1224. "type": "package",
  1225. "serviceable": true,
  1226. "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==",
  1227. "path": "system.reflection.primitives/4.0.1",
  1228. "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512"
  1229. },
  1230. "System.Reflection.TypeExtensions/4.1.0": {
  1231. "type": "package",
  1232. "serviceable": true,
  1233. "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
  1234. "path": "system.reflection.typeextensions/4.1.0",
  1235. "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512"
  1236. },
  1237. "System.Resources.ResourceManager/4.0.1": {
  1238. "type": "package",
  1239. "serviceable": true,
  1240. "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
  1241. "path": "system.resources.resourcemanager/4.0.1",
  1242. "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
  1243. },
  1244. "System.Runtime/4.1.0": {
  1245. "type": "package",
  1246. "serviceable": true,
  1247. "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==",
  1248. "path": "system.runtime/4.1.0",
  1249. "hashPath": "system.runtime.4.1.0.nupkg.sha512"
  1250. },
  1251. "System.Runtime.Extensions/4.1.0": {
  1252. "type": "package",
  1253. "serviceable": true,
  1254. "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
  1255. "path": "system.runtime.extensions/4.1.0",
  1256. "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
  1257. },
  1258. "System.Runtime.Handles/4.0.1": {
  1259. "type": "package",
  1260. "serviceable": true,
  1261. "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
  1262. "path": "system.runtime.handles/4.0.1",
  1263. "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512"
  1264. },
  1265. "System.Runtime.InteropServices/4.1.0": {
  1266. "type": "package",
  1267. "serviceable": true,
  1268. "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
  1269. "path": "system.runtime.interopservices/4.1.0",
  1270. "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512"
  1271. },
  1272. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  1273. "type": "package",
  1274. "serviceable": true,
  1275. "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  1276. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  1277. "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
  1278. },
  1279. "System.Runtime.Numerics/4.0.1": {
  1280. "type": "package",
  1281. "serviceable": true,
  1282. "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",
  1283. "path": "system.runtime.numerics/4.0.1",
  1284. "hashPath": "system.runtime.numerics.4.0.1.nupkg.sha512"
  1285. },
  1286. "System.Security.Claims/4.0.1": {
  1287. "type": "package",
  1288. "serviceable": true,
  1289. "sha512": "sha512-4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==",
  1290. "path": "system.security.claims/4.0.1",
  1291. "hashPath": "system.security.claims.4.0.1.nupkg.sha512"
  1292. },
  1293. "System.Security.Cryptography.Algorithms/4.2.0": {
  1294. "type": "package",
  1295. "serviceable": true,
  1296. "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",
  1297. "path": "system.security.cryptography.algorithms/4.2.0",
  1298. "hashPath": "system.security.cryptography.algorithms.4.2.0.nupkg.sha512"
  1299. },
  1300. "System.Security.Cryptography.Cng/4.2.0": {
  1301. "type": "package",
  1302. "serviceable": true,
  1303. "sha512": "sha512-cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==",
  1304. "path": "system.security.cryptography.cng/4.2.0",
  1305. "hashPath": "system.security.cryptography.cng.4.2.0.nupkg.sha512"
  1306. },
  1307. "System.Security.Cryptography.Csp/4.0.0": {
  1308. "type": "package",
  1309. "serviceable": true,
  1310. "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==",
  1311. "path": "system.security.cryptography.csp/4.0.0",
  1312. "hashPath": "system.security.cryptography.csp.4.0.0.nupkg.sha512"
  1313. },
  1314. "System.Security.Cryptography.Encoding/4.0.0": {
  1315. "type": "package",
  1316. "serviceable": true,
  1317. "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",
  1318. "path": "system.security.cryptography.encoding/4.0.0",
  1319. "hashPath": "system.security.cryptography.encoding.4.0.0.nupkg.sha512"
  1320. },
  1321. "System.Security.Cryptography.OpenSsl/4.0.0": {
  1322. "type": "package",
  1323. "serviceable": true,
  1324. "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==",
  1325. "path": "system.security.cryptography.openssl/4.0.0",
  1326. "hashPath": "system.security.cryptography.openssl.4.0.0.nupkg.sha512"
  1327. },
  1328. "System.Security.Cryptography.Primitives/4.0.0": {
  1329. "type": "package",
  1330. "serviceable": true,
  1331. "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
  1332. "path": "system.security.cryptography.primitives/4.0.0",
  1333. "hashPath": "system.security.cryptography.primitives.4.0.0.nupkg.sha512"
  1334. },
  1335. "System.Security.Cryptography.X509Certificates/4.1.0": {
  1336. "type": "package",
  1337. "serviceable": true,
  1338. "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",
  1339. "path": "system.security.cryptography.x509certificates/4.1.0",
  1340. "hashPath": "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512"
  1341. },
  1342. "System.Security.Principal/4.0.1": {
  1343. "type": "package",
  1344. "serviceable": true,
  1345. "sha512": "sha512-On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==",
  1346. "path": "system.security.principal/4.0.1",
  1347. "hashPath": "system.security.principal.4.0.1.nupkg.sha512"
  1348. },
  1349. "System.Security.Principal.Windows/4.0.0": {
  1350. "type": "package",
  1351. "serviceable": true,
  1352. "sha512": "sha512-iFx15AF3RMEPZn3COh8+Bb2Thv2zsmLd93RchS1b8Mj5SNYeGqbYNCSn5AES1+gq56p4ujGZPrl0xN7ngkXOHg==",
  1353. "path": "system.security.principal.windows/4.0.0",
  1354. "hashPath": "system.security.principal.windows.4.0.0.nupkg.sha512"
  1355. },
  1356. "System.Text.Encoding/4.0.11": {
  1357. "type": "package",
  1358. "serviceable": true,
  1359. "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==",
  1360. "path": "system.text.encoding/4.0.11",
  1361. "hashPath": "system.text.encoding.4.0.11.nupkg.sha512"
  1362. },
  1363. "System.Text.Encoding.Extensions/4.0.11": {
  1364. "type": "package",
  1365. "serviceable": true,
  1366. "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  1367. "path": "system.text.encoding.extensions/4.0.11",
  1368. "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
  1369. },
  1370. "System.Text.RegularExpressions/4.1.0": {
  1371. "type": "package",
  1372. "serviceable": true,
  1373. "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  1374. "path": "system.text.regularexpressions/4.1.0",
  1375. "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
  1376. },
  1377. "System.Threading/4.0.11": {
  1378. "type": "package",
  1379. "serviceable": true,
  1380. "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
  1381. "path": "system.threading/4.0.11",
  1382. "hashPath": "system.threading.4.0.11.nupkg.sha512"
  1383. },
  1384. "System.Threading.Tasks/4.0.11": {
  1385. "type": "package",
  1386. "serviceable": true,
  1387. "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==",
  1388. "path": "system.threading.tasks/4.0.11",
  1389. "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512"
  1390. },
  1391. "System.Threading.Tasks.Extensions/4.0.0": {
  1392. "type": "package",
  1393. "serviceable": true,
  1394. "sha512": "sha512-pH4FZDsZQ/WmgJtN4LWYmRdJAEeVkyriSwrv2Teoe5FOU0Yxlb6II6GL8dBPOfRmutHGATduj3ooMt7dJ2+i+w==",
  1395. "path": "system.threading.tasks.extensions/4.0.0",
  1396. "hashPath": "system.threading.tasks.extensions.4.0.0.nupkg.sha512"
  1397. },
  1398. "System.Threading.Thread/4.0.0": {
  1399. "type": "package",
  1400. "serviceable": true,
  1401. "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
  1402. "path": "system.threading.thread/4.0.0",
  1403. "hashPath": "system.threading.thread.4.0.0.nupkg.sha512"
  1404. },
  1405. "System.Threading.ThreadPool/4.0.10": {
  1406. "type": "package",
  1407. "serviceable": true,
  1408. "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==",
  1409. "path": "system.threading.threadpool/4.0.10",
  1410. "hashPath": "system.threading.threadpool.4.0.10.nupkg.sha512"
  1411. },
  1412. "System.Threading.Timer/4.0.1": {
  1413. "type": "package",
  1414. "serviceable": true,
  1415. "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
  1416. "path": "system.threading.timer/4.0.1",
  1417. "hashPath": "system.threading.timer.4.0.1.nupkg.sha512"
  1418. },
  1419. "System.Xml.ReaderWriter/4.0.11": {
  1420. "type": "package",
  1421. "serviceable": true,
  1422. "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  1423. "path": "system.xml.readerwriter/4.0.11",
  1424. "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
  1425. },
  1426. "System.Xml.XDocument/4.0.11": {
  1427. "type": "package",
  1428. "serviceable": true,
  1429. "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  1430. "path": "system.xml.xdocument/4.0.11",
  1431. "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
  1432. },
  1433. "System.Xml.XmlDocument/4.0.1": {
  1434. "type": "package",
  1435. "serviceable": true,
  1436. "sha512": "sha512-2eZu6IP+etFVBBFUFzw2w6J21DqIN5eL9Y8r8JfJWUmV28Z5P0SNU01oCisVHQgHsDhHPnmq2s1hJrJCFZWloQ==",
  1437. "path": "system.xml.xmldocument/4.0.1",
  1438. "hashPath": "system.xml.xmldocument.4.0.1.nupkg.sha512"
  1439. },
  1440. "System.Xml.XPath/4.0.1": {
  1441. "type": "package",
  1442. "serviceable": true,
  1443. "sha512": "sha512-UWd1H+1IJ9Wlq5nognZ/XJdyj8qPE4XufBUkAW59ijsCPjZkZe0MUzKKJFBr+ZWBe5Wq1u1d5f2CYgE93uH7DA==",
  1444. "path": "system.xml.xpath/4.0.1",
  1445. "hashPath": "system.xml.xpath.4.0.1.nupkg.sha512"
  1446. },
  1447. "System.Xml.XPath.XmlDocument/4.0.1": {
  1448. "type": "package",
  1449. "serviceable": true,
  1450. "sha512": "sha512-Zm2BdeanuncYs3NhCj4c9e1x3EXFzFBVv2wPEc/Dj4ZbI9R8ecLSR5frAsx4zJCPBtKQreQ7Q/KxJEohJZbfzA==",
  1451. "path": "system.xml.xpath.xmldocument/4.0.1",
  1452. "hashPath": "system.xml.xpath.xmldocument.4.0.1.nupkg.sha512"
  1453. }
  1454. }
  1455. }