Executable that will resequence ids in all tables of a postgres database built with .netcore 8.0 Cross Platform Compatible
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

1789 wiersze
73 KiB

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