You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1452 lines
57 KiB

9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v7.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v7.0": {
  9. "CustomerOnlineV2.Common/1.0.0": {
  10. "dependencies": {
  11. "DinkToPdf": "1.0.8",
  12. "Microsoft.AspNet.Mvc": "5.2.9",
  13. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  14. "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
  15. "Select.HtmlToPdf.NetCore": "23.2.0-rc2",
  16. "WkHtmlToPdf": "1.0.2"
  17. },
  18. "runtime": {
  19. "CustomerOnlineV2.Common.dll": {}
  20. }
  21. },
  22. "DinkToPdf/1.0.8": {
  23. "dependencies": {
  24. "NETStandard.Library": "1.6.0",
  25. "System.Collections.Concurrent": "4.3.0",
  26. "System.Globalization": "4.3.0",
  27. "System.Reflection.TypeExtensions": "4.3.0",
  28. "System.Runtime": "4.3.0",
  29. "System.Runtime.InteropServices": "4.3.0",
  30. "System.Threading.Thread": "4.0.0"
  31. },
  32. "runtime": {
  33. "lib/netstandard1.6/DinkToPdf.dll": {
  34. "assemblyVersion": "1.0.8.0",
  35. "fileVersion": "1.0.8.0"
  36. }
  37. }
  38. },
  39. "Microsoft.AspNet.Mvc/5.2.9": {
  40. "dependencies": {
  41. "Microsoft.AspNet.Razor": "3.2.9",
  42. "Microsoft.AspNet.WebPages": "3.2.9"
  43. },
  44. "runtime": {
  45. "lib/net45/System.Web.Mvc.dll": {
  46. "assemblyVersion": "5.2.9.0",
  47. "fileVersion": "5.2.61129.10"
  48. }
  49. }
  50. },
  51. "Microsoft.AspNet.Razor/3.2.9": {
  52. "runtime": {
  53. "lib/net45/System.Web.Razor.dll": {
  54. "assemblyVersion": "3.0.0.0",
  55. "fileVersion": "3.0.61129.10"
  56. }
  57. }
  58. },
  59. "Microsoft.AspNet.WebPages/3.2.9": {
  60. "dependencies": {
  61. "Microsoft.AspNet.Razor": "3.2.9",
  62. "Microsoft.Web.Infrastructure": "1.0.0"
  63. },
  64. "runtime": {
  65. "lib/net45/System.Web.Helpers.dll": {
  66. "assemblyVersion": "3.0.0.0",
  67. "fileVersion": "3.0.61129.10"
  68. },
  69. "lib/net45/System.Web.WebPages.Deployment.dll": {
  70. "assemblyVersion": "3.0.0.0",
  71. "fileVersion": "3.0.61129.10"
  72. },
  73. "lib/net45/System.Web.WebPages.Razor.dll": {
  74. "assemblyVersion": "3.0.0.0",
  75. "fileVersion": "3.0.61129.10"
  76. },
  77. "lib/net45/System.Web.WebPages.dll": {
  78. "assemblyVersion": "3.0.0.0",
  79. "fileVersion": "3.0.61129.10"
  80. }
  81. }
  82. },
  83. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  84. "dependencies": {
  85. "Microsoft.AspNetCore.Http.Features": "2.2.0",
  86. "System.Text.Encodings.Web": "4.5.0"
  87. },
  88. "runtime": {
  89. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
  90. "assemblyVersion": "2.2.0.0",
  91. "fileVersion": "2.2.0.18316"
  92. }
  93. }
  94. },
  95. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  96. "dependencies": {
  97. "Microsoft.Extensions.Primitives": "7.0.0"
  98. },
  99. "runtime": {
  100. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
  101. "assemblyVersion": "2.2.0.0",
  102. "fileVersion": "2.2.0.18316"
  103. }
  104. }
  105. },
  106. "Microsoft.Bcl.AsyncInterfaces/1.1.0": {
  107. "runtime": {
  108. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  109. "assemblyVersion": "1.0.0.0",
  110. "fileVersion": "4.700.19.56404"
  111. }
  112. }
  113. },
  114. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  115. "dependencies": {
  116. "Microsoft.Extensions.Primitives": "7.0.0"
  117. },
  118. "runtime": {
  119. "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  120. "assemblyVersion": "7.0.0.0",
  121. "fileVersion": "7.0.22.51805"
  122. }
  123. }
  124. },
  125. "Microsoft.Extensions.Primitives/7.0.0": {
  126. "runtime": {
  127. "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
  128. "assemblyVersion": "7.0.0.0",
  129. "fileVersion": "7.0.22.51805"
  130. }
  131. }
  132. },
  133. "Microsoft.NETCore.Platforms/2.1.2": {},
  134. "Microsoft.NETCore.Targets/1.1.0": {},
  135. "Microsoft.Web.Infrastructure/1.0.0": {
  136. "runtime": {
  137. "lib/net40/Microsoft.Web.Infrastructure.dll": {
  138. "assemblyVersion": "1.0.0.0",
  139. "fileVersion": "1.0.20105.407"
  140. }
  141. }
  142. },
  143. "Microsoft.Win32.Primitives/4.0.1": {
  144. "dependencies": {
  145. "Microsoft.NETCore.Platforms": "2.1.2",
  146. "Microsoft.NETCore.Targets": "1.1.0",
  147. "System.Runtime": "4.3.0"
  148. }
  149. },
  150. "Microsoft.Win32.SystemEvents/4.5.0": {
  151. "dependencies": {
  152. "Microsoft.NETCore.Platforms": "2.1.2"
  153. },
  154. "runtime": {
  155. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  156. "assemblyVersion": "4.0.0.0",
  157. "fileVersion": "4.6.26515.6"
  158. }
  159. },
  160. "runtimeTargets": {
  161. "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll": {
  162. "rid": "win",
  163. "assetType": "runtime",
  164. "assemblyVersion": "4.0.0.0",
  165. "fileVersion": "4.6.26515.6"
  166. }
  167. }
  168. },
  169. "NETStandard.Library/1.6.0": {
  170. "dependencies": {
  171. "Microsoft.NETCore.Platforms": "2.1.2",
  172. "Microsoft.Win32.Primitives": "4.0.1",
  173. "System.AppContext": "4.1.0",
  174. "System.Collections": "4.3.0",
  175. "System.Collections.Concurrent": "4.3.0",
  176. "System.Console": "4.0.0",
  177. "System.Diagnostics.Debug": "4.3.0",
  178. "System.Diagnostics.Tools": "4.0.1",
  179. "System.Diagnostics.Tracing": "4.3.0",
  180. "System.Globalization": "4.3.0",
  181. "System.Globalization.Calendars": "4.0.1",
  182. "System.IO": "4.3.0",
  183. "System.IO.Compression": "4.1.0",
  184. "System.IO.Compression.ZipFile": "4.0.1",
  185. "System.IO.FileSystem": "4.0.1",
  186. "System.IO.FileSystem.Primitives": "4.0.1",
  187. "System.Linq": "4.1.0",
  188. "System.Linq.Expressions": "4.1.0",
  189. "System.Net.Http": "4.1.0",
  190. "System.Net.Primitives": "4.0.11",
  191. "System.Net.Sockets": "4.1.0",
  192. "System.ObjectModel": "4.0.12",
  193. "System.Reflection": "4.3.0",
  194. "System.Reflection.Extensions": "4.0.1",
  195. "System.Reflection.Primitives": "4.3.0",
  196. "System.Resources.ResourceManager": "4.3.0",
  197. "System.Runtime": "4.3.0",
  198. "System.Runtime.Extensions": "4.3.0",
  199. "System.Runtime.Handles": "4.3.0",
  200. "System.Runtime.InteropServices": "4.3.0",
  201. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  202. "System.Runtime.Numerics": "4.0.1",
  203. "System.Security.Cryptography.Algorithms": "4.2.0",
  204. "System.Security.Cryptography.Encoding": "4.0.0",
  205. "System.Security.Cryptography.Primitives": "4.0.0",
  206. "System.Security.Cryptography.X509Certificates": "4.1.0",
  207. "System.Text.Encoding": "4.3.0",
  208. "System.Text.Encoding.Extensions": "4.0.11",
  209. "System.Text.RegularExpressions": "4.1.0",
  210. "System.Threading": "4.3.0",
  211. "System.Threading.Tasks": "4.3.0",
  212. "System.Threading.Timer": "4.0.1",
  213. "System.Xml.ReaderWriter": "4.0.11",
  214. "System.Xml.XDocument": "4.0.11"
  215. }
  216. },
  217. "Newtonsoft.Json/13.0.1": {
  218. "runtime": {
  219. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  220. "assemblyVersion": "13.0.0.0",
  221. "fileVersion": "13.0.1.25517"
  222. }
  223. }
  224. },
  225. "runtime.native.System/4.0.0": {
  226. "dependencies": {
  227. "Microsoft.NETCore.Platforms": "2.1.2",
  228. "Microsoft.NETCore.Targets": "1.1.0"
  229. }
  230. },
  231. "runtime.native.System.IO.Compression/4.1.0": {
  232. "dependencies": {
  233. "Microsoft.NETCore.Platforms": "2.1.2",
  234. "Microsoft.NETCore.Targets": "1.1.0"
  235. }
  236. },
  237. "runtime.native.System.Net.Http/4.0.1": {
  238. "dependencies": {
  239. "Microsoft.NETCore.Platforms": "2.1.2",
  240. "Microsoft.NETCore.Targets": "1.1.0"
  241. }
  242. },
  243. "runtime.native.System.Security.Cryptography/4.0.0": {
  244. "dependencies": {
  245. "Microsoft.NETCore.Platforms": "2.1.2",
  246. "Microsoft.NETCore.Targets": "1.1.0"
  247. }
  248. },
  249. "Select.HtmlToPdf.NetCore/23.2.0-rc2": {
  250. "dependencies": {
  251. "Microsoft.Bcl.AsyncInterfaces": "1.1.0",
  252. "Newtonsoft.Json": "13.0.1",
  253. "System.Buffers": "4.5.1",
  254. "System.Drawing.Common": "4.5.1",
  255. "System.Numerics.Vectors": "4.5.0",
  256. "System.Security.Principal.Windows": "4.5.1",
  257. "System.Text.Encoding.CodePages": "4.5.1",
  258. "System.Threading.Tasks.Extensions": "4.5.2"
  259. },
  260. "runtime": {
  261. "lib/netstandard2.0/Select.HtmlToPdf.dll": {
  262. "assemblyVersion": "23.2.0.0",
  263. "fileVersion": "23.2.0.0"
  264. }
  265. }
  266. },
  267. "System.AppContext/4.1.0": {
  268. "dependencies": {
  269. "System.Runtime": "4.3.0"
  270. }
  271. },
  272. "System.Buffers/4.5.1": {},
  273. "System.Collections/4.3.0": {
  274. "dependencies": {
  275. "Microsoft.NETCore.Platforms": "2.1.2",
  276. "Microsoft.NETCore.Targets": "1.1.0",
  277. "System.Runtime": "4.3.0"
  278. }
  279. },
  280. "System.Collections.Concurrent/4.3.0": {
  281. "dependencies": {
  282. "System.Collections": "4.3.0",
  283. "System.Diagnostics.Debug": "4.3.0",
  284. "System.Diagnostics.Tracing": "4.3.0",
  285. "System.Globalization": "4.3.0",
  286. "System.Reflection": "4.3.0",
  287. "System.Resources.ResourceManager": "4.3.0",
  288. "System.Runtime": "4.3.0",
  289. "System.Runtime.Extensions": "4.3.0",
  290. "System.Threading": "4.3.0",
  291. "System.Threading.Tasks": "4.3.0"
  292. }
  293. },
  294. "System.Console/4.0.0": {
  295. "dependencies": {
  296. "Microsoft.NETCore.Platforms": "2.1.2",
  297. "Microsoft.NETCore.Targets": "1.1.0",
  298. "System.IO": "4.3.0",
  299. "System.Runtime": "4.3.0",
  300. "System.Text.Encoding": "4.3.0"
  301. }
  302. },
  303. "System.Diagnostics.Debug/4.3.0": {
  304. "dependencies": {
  305. "Microsoft.NETCore.Platforms": "2.1.2",
  306. "Microsoft.NETCore.Targets": "1.1.0",
  307. "System.Runtime": "4.3.0"
  308. }
  309. },
  310. "System.Diagnostics.DiagnosticSource/4.0.0": {
  311. "dependencies": {
  312. "System.Collections": "4.3.0",
  313. "System.Diagnostics.Tracing": "4.3.0",
  314. "System.Reflection": "4.3.0",
  315. "System.Runtime": "4.3.0",
  316. "System.Threading": "4.3.0"
  317. }
  318. },
  319. "System.Diagnostics.Tools/4.0.1": {
  320. "dependencies": {
  321. "Microsoft.NETCore.Platforms": "2.1.2",
  322. "Microsoft.NETCore.Targets": "1.1.0",
  323. "System.Runtime": "4.3.0"
  324. }
  325. },
  326. "System.Diagnostics.Tracing/4.3.0": {
  327. "dependencies": {
  328. "Microsoft.NETCore.Platforms": "2.1.2",
  329. "Microsoft.NETCore.Targets": "1.1.0",
  330. "System.Runtime": "4.3.0"
  331. }
  332. },
  333. "System.Drawing.Common/4.5.1": {
  334. "dependencies": {
  335. "Microsoft.NETCore.Platforms": "2.1.2",
  336. "Microsoft.Win32.SystemEvents": "4.5.0"
  337. },
  338. "runtime": {
  339. "lib/netstandard2.0/System.Drawing.Common.dll": {
  340. "assemblyVersion": "4.0.0.1",
  341. "fileVersion": "4.6.26919.2"
  342. }
  343. },
  344. "runtimeTargets": {
  345. "runtimes/unix/lib/netcoreapp2.0/System.Drawing.Common.dll": {
  346. "rid": "unix",
  347. "assetType": "runtime",
  348. "assemblyVersion": "4.0.0.1",
  349. "fileVersion": "4.6.26919.2"
  350. },
  351. "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": {
  352. "rid": "win",
  353. "assetType": "runtime",
  354. "assemblyVersion": "4.0.0.1",
  355. "fileVersion": "4.6.26919.2"
  356. }
  357. }
  358. },
  359. "System.Globalization/4.3.0": {
  360. "dependencies": {
  361. "Microsoft.NETCore.Platforms": "2.1.2",
  362. "Microsoft.NETCore.Targets": "1.1.0",
  363. "System.Runtime": "4.3.0"
  364. }
  365. },
  366. "System.Globalization.Calendars/4.0.1": {
  367. "dependencies": {
  368. "Microsoft.NETCore.Platforms": "2.1.2",
  369. "Microsoft.NETCore.Targets": "1.1.0",
  370. "System.Globalization": "4.3.0",
  371. "System.Runtime": "4.3.0"
  372. }
  373. },
  374. "System.Globalization.Extensions/4.0.1": {
  375. "dependencies": {
  376. "Microsoft.NETCore.Platforms": "2.1.2",
  377. "System.Globalization": "4.3.0",
  378. "System.Resources.ResourceManager": "4.3.0",
  379. "System.Runtime": "4.3.0",
  380. "System.Runtime.Extensions": "4.3.0",
  381. "System.Runtime.InteropServices": "4.3.0"
  382. }
  383. },
  384. "System.IO/4.3.0": {
  385. "dependencies": {
  386. "Microsoft.NETCore.Platforms": "2.1.2",
  387. "Microsoft.NETCore.Targets": "1.1.0",
  388. "System.Runtime": "4.3.0",
  389. "System.Text.Encoding": "4.3.0",
  390. "System.Threading.Tasks": "4.3.0"
  391. }
  392. },
  393. "System.IO.Compression/4.1.0": {
  394. "dependencies": {
  395. "Microsoft.NETCore.Platforms": "2.1.2",
  396. "System.Collections": "4.3.0",
  397. "System.Diagnostics.Debug": "4.3.0",
  398. "System.IO": "4.3.0",
  399. "System.Resources.ResourceManager": "4.3.0",
  400. "System.Runtime": "4.3.0",
  401. "System.Runtime.Extensions": "4.3.0",
  402. "System.Runtime.Handles": "4.3.0",
  403. "System.Runtime.InteropServices": "4.3.0",
  404. "System.Text.Encoding": "4.3.0",
  405. "System.Threading": "4.3.0",
  406. "System.Threading.Tasks": "4.3.0",
  407. "runtime.native.System": "4.0.0",
  408. "runtime.native.System.IO.Compression": "4.1.0"
  409. }
  410. },
  411. "System.IO.Compression.ZipFile/4.0.1": {
  412. "dependencies": {
  413. "System.Buffers": "4.5.1",
  414. "System.IO": "4.3.0",
  415. "System.IO.Compression": "4.1.0",
  416. "System.IO.FileSystem": "4.0.1",
  417. "System.IO.FileSystem.Primitives": "4.0.1",
  418. "System.Resources.ResourceManager": "4.3.0",
  419. "System.Runtime": "4.3.0",
  420. "System.Runtime.Extensions": "4.3.0",
  421. "System.Text.Encoding": "4.3.0"
  422. }
  423. },
  424. "System.IO.FileSystem/4.0.1": {
  425. "dependencies": {
  426. "Microsoft.NETCore.Platforms": "2.1.2",
  427. "Microsoft.NETCore.Targets": "1.1.0",
  428. "System.IO": "4.3.0",
  429. "System.IO.FileSystem.Primitives": "4.0.1",
  430. "System.Runtime": "4.3.0",
  431. "System.Runtime.Handles": "4.3.0",
  432. "System.Text.Encoding": "4.3.0",
  433. "System.Threading.Tasks": "4.3.0"
  434. }
  435. },
  436. "System.IO.FileSystem.Primitives/4.0.1": {
  437. "dependencies": {
  438. "System.Runtime": "4.3.0"
  439. }
  440. },
  441. "System.Linq/4.1.0": {
  442. "dependencies": {
  443. "System.Collections": "4.3.0",
  444. "System.Diagnostics.Debug": "4.3.0",
  445. "System.Resources.ResourceManager": "4.3.0",
  446. "System.Runtime": "4.3.0",
  447. "System.Runtime.Extensions": "4.3.0"
  448. }
  449. },
  450. "System.Linq.Expressions/4.1.0": {
  451. "dependencies": {
  452. "System.Collections": "4.3.0",
  453. "System.Diagnostics.Debug": "4.3.0",
  454. "System.Globalization": "4.3.0",
  455. "System.IO": "4.3.0",
  456. "System.Linq": "4.1.0",
  457. "System.ObjectModel": "4.0.12",
  458. "System.Reflection": "4.3.0",
  459. "System.Reflection.Emit": "4.0.1",
  460. "System.Reflection.Emit.ILGeneration": "4.0.1",
  461. "System.Reflection.Emit.Lightweight": "4.0.1",
  462. "System.Reflection.Extensions": "4.0.1",
  463. "System.Reflection.Primitives": "4.3.0",
  464. "System.Reflection.TypeExtensions": "4.3.0",
  465. "System.Resources.ResourceManager": "4.3.0",
  466. "System.Runtime": "4.3.0",
  467. "System.Runtime.Extensions": "4.3.0",
  468. "System.Threading": "4.3.0"
  469. }
  470. },
  471. "System.Net.Http/4.1.0": {
  472. "dependencies": {
  473. "Microsoft.NETCore.Platforms": "2.1.2",
  474. "System.Collections": "4.3.0",
  475. "System.Diagnostics.Debug": "4.3.0",
  476. "System.Diagnostics.DiagnosticSource": "4.0.0",
  477. "System.Diagnostics.Tracing": "4.3.0",
  478. "System.Globalization": "4.3.0",
  479. "System.Globalization.Extensions": "4.0.1",
  480. "System.IO": "4.3.0",
  481. "System.IO.FileSystem": "4.0.1",
  482. "System.Net.Primitives": "4.0.11",
  483. "System.Resources.ResourceManager": "4.3.0",
  484. "System.Runtime": "4.3.0",
  485. "System.Runtime.Extensions": "4.3.0",
  486. "System.Runtime.Handles": "4.3.0",
  487. "System.Runtime.InteropServices": "4.3.0",
  488. "System.Security.Cryptography.Algorithms": "4.2.0",
  489. "System.Security.Cryptography.Encoding": "4.0.0",
  490. "System.Security.Cryptography.OpenSsl": "4.0.0",
  491. "System.Security.Cryptography.Primitives": "4.0.0",
  492. "System.Security.Cryptography.X509Certificates": "4.1.0",
  493. "System.Text.Encoding": "4.3.0",
  494. "System.Threading": "4.3.0",
  495. "System.Threading.Tasks": "4.3.0",
  496. "runtime.native.System": "4.0.0",
  497. "runtime.native.System.Net.Http": "4.0.1",
  498. "runtime.native.System.Security.Cryptography": "4.0.0"
  499. }
  500. },
  501. "System.Net.Primitives/4.0.11": {
  502. "dependencies": {
  503. "Microsoft.NETCore.Platforms": "2.1.2",
  504. "Microsoft.NETCore.Targets": "1.1.0",
  505. "System.Runtime": "4.3.0",
  506. "System.Runtime.Handles": "4.3.0"
  507. }
  508. },
  509. "System.Net.Sockets/4.1.0": {
  510. "dependencies": {
  511. "Microsoft.NETCore.Platforms": "2.1.2",
  512. "Microsoft.NETCore.Targets": "1.1.0",
  513. "System.IO": "4.3.0",
  514. "System.Net.Primitives": "4.0.11",
  515. "System.Runtime": "4.3.0",
  516. "System.Threading.Tasks": "4.3.0"
  517. }
  518. },
  519. "System.Numerics.Vectors/4.5.0": {},
  520. "System.ObjectModel/4.0.12": {
  521. "dependencies": {
  522. "System.Collections": "4.3.0",
  523. "System.Diagnostics.Debug": "4.3.0",
  524. "System.Resources.ResourceManager": "4.3.0",
  525. "System.Runtime": "4.3.0",
  526. "System.Threading": "4.3.0"
  527. }
  528. },
  529. "System.Reflection/4.3.0": {
  530. "dependencies": {
  531. "Microsoft.NETCore.Platforms": "2.1.2",
  532. "Microsoft.NETCore.Targets": "1.1.0",
  533. "System.IO": "4.3.0",
  534. "System.Reflection.Primitives": "4.3.0",
  535. "System.Runtime": "4.3.0"
  536. }
  537. },
  538. "System.Reflection.Emit/4.0.1": {
  539. "dependencies": {
  540. "System.IO": "4.3.0",
  541. "System.Reflection": "4.3.0",
  542. "System.Reflection.Emit.ILGeneration": "4.0.1",
  543. "System.Reflection.Primitives": "4.3.0",
  544. "System.Runtime": "4.3.0"
  545. }
  546. },
  547. "System.Reflection.Emit.ILGeneration/4.0.1": {
  548. "dependencies": {
  549. "System.Reflection": "4.3.0",
  550. "System.Reflection.Primitives": "4.3.0",
  551. "System.Runtime": "4.3.0"
  552. }
  553. },
  554. "System.Reflection.Emit.Lightweight/4.0.1": {
  555. "dependencies": {
  556. "System.Reflection": "4.3.0",
  557. "System.Reflection.Emit.ILGeneration": "4.0.1",
  558. "System.Reflection.Primitives": "4.3.0",
  559. "System.Runtime": "4.3.0"
  560. }
  561. },
  562. "System.Reflection.Extensions/4.0.1": {
  563. "dependencies": {
  564. "Microsoft.NETCore.Platforms": "2.1.2",
  565. "Microsoft.NETCore.Targets": "1.1.0",
  566. "System.Reflection": "4.3.0",
  567. "System.Runtime": "4.3.0"
  568. }
  569. },
  570. "System.Reflection.Primitives/4.3.0": {
  571. "dependencies": {
  572. "Microsoft.NETCore.Platforms": "2.1.2",
  573. "Microsoft.NETCore.Targets": "1.1.0",
  574. "System.Runtime": "4.3.0"
  575. }
  576. },
  577. "System.Reflection.TypeExtensions/4.3.0": {
  578. "dependencies": {
  579. "System.Reflection": "4.3.0",
  580. "System.Runtime": "4.3.0"
  581. }
  582. },
  583. "System.Resources.ResourceManager/4.3.0": {
  584. "dependencies": {
  585. "Microsoft.NETCore.Platforms": "2.1.2",
  586. "Microsoft.NETCore.Targets": "1.1.0",
  587. "System.Globalization": "4.3.0",
  588. "System.Reflection": "4.3.0",
  589. "System.Runtime": "4.3.0"
  590. }
  591. },
  592. "System.Runtime/4.3.0": {
  593. "dependencies": {
  594. "Microsoft.NETCore.Platforms": "2.1.2",
  595. "Microsoft.NETCore.Targets": "1.1.0"
  596. }
  597. },
  598. "System.Runtime.CompilerServices.Unsafe/4.5.2": {},
  599. "System.Runtime.Extensions/4.3.0": {
  600. "dependencies": {
  601. "Microsoft.NETCore.Platforms": "2.1.2",
  602. "Microsoft.NETCore.Targets": "1.1.0",
  603. "System.Runtime": "4.3.0"
  604. }
  605. },
  606. "System.Runtime.Handles/4.3.0": {
  607. "dependencies": {
  608. "Microsoft.NETCore.Platforms": "2.1.2",
  609. "Microsoft.NETCore.Targets": "1.1.0",
  610. "System.Runtime": "4.3.0"
  611. }
  612. },
  613. "System.Runtime.InteropServices/4.3.0": {
  614. "dependencies": {
  615. "Microsoft.NETCore.Platforms": "2.1.2",
  616. "Microsoft.NETCore.Targets": "1.1.0",
  617. "System.Reflection": "4.3.0",
  618. "System.Reflection.Primitives": "4.3.0",
  619. "System.Runtime": "4.3.0",
  620. "System.Runtime.Handles": "4.3.0"
  621. }
  622. },
  623. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  624. "dependencies": {
  625. "Microsoft.NETCore.Platforms": "2.1.2",
  626. "System.Reflection": "4.3.0",
  627. "System.Resources.ResourceManager": "4.3.0",
  628. "System.Runtime": "4.3.0",
  629. "System.Runtime.InteropServices": "4.3.0",
  630. "System.Threading": "4.3.0",
  631. "runtime.native.System": "4.0.0"
  632. }
  633. },
  634. "System.Runtime.Numerics/4.0.1": {
  635. "dependencies": {
  636. "System.Globalization": "4.3.0",
  637. "System.Resources.ResourceManager": "4.3.0",
  638. "System.Runtime": "4.3.0",
  639. "System.Runtime.Extensions": "4.3.0"
  640. }
  641. },
  642. "System.Security.Cryptography.Algorithms/4.2.0": {
  643. "dependencies": {
  644. "Microsoft.NETCore.Platforms": "2.1.2",
  645. "System.Collections": "4.3.0",
  646. "System.IO": "4.3.0",
  647. "System.Resources.ResourceManager": "4.3.0",
  648. "System.Runtime": "4.3.0",
  649. "System.Runtime.Extensions": "4.3.0",
  650. "System.Runtime.Handles": "4.3.0",
  651. "System.Runtime.InteropServices": "4.3.0",
  652. "System.Runtime.Numerics": "4.0.1",
  653. "System.Security.Cryptography.Encoding": "4.0.0",
  654. "System.Security.Cryptography.Primitives": "4.0.0",
  655. "System.Text.Encoding": "4.3.0",
  656. "runtime.native.System.Security.Cryptography": "4.0.0"
  657. }
  658. },
  659. "System.Security.Cryptography.Cng/4.2.0": {
  660. "dependencies": {
  661. "Microsoft.NETCore.Platforms": "2.1.2",
  662. "System.IO": "4.3.0",
  663. "System.Resources.ResourceManager": "4.3.0",
  664. "System.Runtime": "4.3.0",
  665. "System.Runtime.Extensions": "4.3.0",
  666. "System.Runtime.Handles": "4.3.0",
  667. "System.Runtime.InteropServices": "4.3.0",
  668. "System.Security.Cryptography.Algorithms": "4.2.0",
  669. "System.Security.Cryptography.Encoding": "4.0.0",
  670. "System.Security.Cryptography.Primitives": "4.0.0",
  671. "System.Text.Encoding": "4.3.0"
  672. }
  673. },
  674. "System.Security.Cryptography.Csp/4.0.0": {
  675. "dependencies": {
  676. "Microsoft.NETCore.Platforms": "2.1.2",
  677. "System.IO": "4.3.0",
  678. "System.Reflection": "4.3.0",
  679. "System.Resources.ResourceManager": "4.3.0",
  680. "System.Runtime": "4.3.0",
  681. "System.Runtime.Extensions": "4.3.0",
  682. "System.Runtime.Handles": "4.3.0",
  683. "System.Runtime.InteropServices": "4.3.0",
  684. "System.Security.Cryptography.Algorithms": "4.2.0",
  685. "System.Security.Cryptography.Encoding": "4.0.0",
  686. "System.Security.Cryptography.Primitives": "4.0.0",
  687. "System.Text.Encoding": "4.3.0",
  688. "System.Threading": "4.3.0"
  689. }
  690. },
  691. "System.Security.Cryptography.Encoding/4.0.0": {
  692. "dependencies": {
  693. "Microsoft.NETCore.Platforms": "2.1.2",
  694. "System.Collections": "4.3.0",
  695. "System.Collections.Concurrent": "4.3.0",
  696. "System.Linq": "4.1.0",
  697. "System.Resources.ResourceManager": "4.3.0",
  698. "System.Runtime": "4.3.0",
  699. "System.Runtime.Extensions": "4.3.0",
  700. "System.Runtime.Handles": "4.3.0",
  701. "System.Runtime.InteropServices": "4.3.0",
  702. "System.Security.Cryptography.Primitives": "4.0.0",
  703. "System.Text.Encoding": "4.3.0",
  704. "runtime.native.System.Security.Cryptography": "4.0.0"
  705. }
  706. },
  707. "System.Security.Cryptography.OpenSsl/4.0.0": {
  708. "dependencies": {
  709. "System.Collections": "4.3.0",
  710. "System.IO": "4.3.0",
  711. "System.Resources.ResourceManager": "4.3.0",
  712. "System.Runtime": "4.3.0",
  713. "System.Runtime.Extensions": "4.3.0",
  714. "System.Runtime.Handles": "4.3.0",
  715. "System.Runtime.InteropServices": "4.3.0",
  716. "System.Runtime.Numerics": "4.0.1",
  717. "System.Security.Cryptography.Algorithms": "4.2.0",
  718. "System.Security.Cryptography.Encoding": "4.0.0",
  719. "System.Security.Cryptography.Primitives": "4.0.0",
  720. "System.Text.Encoding": "4.3.0",
  721. "runtime.native.System.Security.Cryptography": "4.0.0"
  722. }
  723. },
  724. "System.Security.Cryptography.Primitives/4.0.0": {
  725. "dependencies": {
  726. "System.Diagnostics.Debug": "4.3.0",
  727. "System.Globalization": "4.3.0",
  728. "System.IO": "4.3.0",
  729. "System.Resources.ResourceManager": "4.3.0",
  730. "System.Runtime": "4.3.0",
  731. "System.Threading": "4.3.0",
  732. "System.Threading.Tasks": "4.3.0"
  733. }
  734. },
  735. "System.Security.Cryptography.X509Certificates/4.1.0": {
  736. "dependencies": {
  737. "Microsoft.NETCore.Platforms": "2.1.2",
  738. "System.Collections": "4.3.0",
  739. "System.Diagnostics.Debug": "4.3.0",
  740. "System.Globalization": "4.3.0",
  741. "System.Globalization.Calendars": "4.0.1",
  742. "System.IO": "4.3.0",
  743. "System.IO.FileSystem": "4.0.1",
  744. "System.IO.FileSystem.Primitives": "4.0.1",
  745. "System.Resources.ResourceManager": "4.3.0",
  746. "System.Runtime": "4.3.0",
  747. "System.Runtime.Extensions": "4.3.0",
  748. "System.Runtime.Handles": "4.3.0",
  749. "System.Runtime.InteropServices": "4.3.0",
  750. "System.Runtime.Numerics": "4.0.1",
  751. "System.Security.Cryptography.Algorithms": "4.2.0",
  752. "System.Security.Cryptography.Cng": "4.2.0",
  753. "System.Security.Cryptography.Csp": "4.0.0",
  754. "System.Security.Cryptography.Encoding": "4.0.0",
  755. "System.Security.Cryptography.OpenSsl": "4.0.0",
  756. "System.Security.Cryptography.Primitives": "4.0.0",
  757. "System.Text.Encoding": "4.3.0",
  758. "System.Threading": "4.3.0",
  759. "runtime.native.System": "4.0.0",
  760. "runtime.native.System.Net.Http": "4.0.1",
  761. "runtime.native.System.Security.Cryptography": "4.0.0"
  762. }
  763. },
  764. "System.Security.Principal.Windows/4.5.1": {
  765. "dependencies": {
  766. "Microsoft.NETCore.Platforms": "2.1.2"
  767. }
  768. },
  769. "System.Text.Encoding/4.3.0": {
  770. "dependencies": {
  771. "Microsoft.NETCore.Platforms": "2.1.2",
  772. "Microsoft.NETCore.Targets": "1.1.0",
  773. "System.Runtime": "4.3.0"
  774. }
  775. },
  776. "System.Text.Encoding.CodePages/4.5.1": {
  777. "dependencies": {
  778. "Microsoft.NETCore.Platforms": "2.1.2",
  779. "System.Runtime.CompilerServices.Unsafe": "4.5.2"
  780. }
  781. },
  782. "System.Text.Encoding.Extensions/4.0.11": {
  783. "dependencies": {
  784. "Microsoft.NETCore.Platforms": "2.1.2",
  785. "Microsoft.NETCore.Targets": "1.1.0",
  786. "System.Runtime": "4.3.0",
  787. "System.Text.Encoding": "4.3.0"
  788. }
  789. },
  790. "System.Text.Encodings.Web/4.5.0": {},
  791. "System.Text.RegularExpressions/4.1.0": {
  792. "dependencies": {
  793. "System.Collections": "4.3.0",
  794. "System.Globalization": "4.3.0",
  795. "System.Resources.ResourceManager": "4.3.0",
  796. "System.Runtime": "4.3.0",
  797. "System.Runtime.Extensions": "4.3.0",
  798. "System.Threading": "4.3.0"
  799. }
  800. },
  801. "System.Threading/4.3.0": {
  802. "dependencies": {
  803. "System.Runtime": "4.3.0",
  804. "System.Threading.Tasks": "4.3.0"
  805. }
  806. },
  807. "System.Threading.Tasks/4.3.0": {
  808. "dependencies": {
  809. "Microsoft.NETCore.Platforms": "2.1.2",
  810. "Microsoft.NETCore.Targets": "1.1.0",
  811. "System.Runtime": "4.3.0"
  812. }
  813. },
  814. "System.Threading.Tasks.Extensions/4.5.2": {},
  815. "System.Threading.Thread/4.0.0": {
  816. "dependencies": {
  817. "System.Runtime": "4.3.0"
  818. }
  819. },
  820. "System.Threading.Timer/4.0.1": {
  821. "dependencies": {
  822. "Microsoft.NETCore.Platforms": "2.1.2",
  823. "Microsoft.NETCore.Targets": "1.1.0",
  824. "System.Runtime": "4.3.0"
  825. }
  826. },
  827. "System.Xml.ReaderWriter/4.0.11": {
  828. "dependencies": {
  829. "System.Collections": "4.3.0",
  830. "System.Diagnostics.Debug": "4.3.0",
  831. "System.Globalization": "4.3.0",
  832. "System.IO": "4.3.0",
  833. "System.IO.FileSystem": "4.0.1",
  834. "System.IO.FileSystem.Primitives": "4.0.1",
  835. "System.Resources.ResourceManager": "4.3.0",
  836. "System.Runtime": "4.3.0",
  837. "System.Runtime.Extensions": "4.3.0",
  838. "System.Runtime.InteropServices": "4.3.0",
  839. "System.Text.Encoding": "4.3.0",
  840. "System.Text.Encoding.Extensions": "4.0.11",
  841. "System.Text.RegularExpressions": "4.1.0",
  842. "System.Threading.Tasks": "4.3.0",
  843. "System.Threading.Tasks.Extensions": "4.5.2"
  844. }
  845. },
  846. "System.Xml.XDocument/4.0.11": {
  847. "dependencies": {
  848. "System.Collections": "4.3.0",
  849. "System.Diagnostics.Debug": "4.3.0",
  850. "System.Diagnostics.Tools": "4.0.1",
  851. "System.Globalization": "4.3.0",
  852. "System.IO": "4.3.0",
  853. "System.Reflection": "4.3.0",
  854. "System.Resources.ResourceManager": "4.3.0",
  855. "System.Runtime": "4.3.0",
  856. "System.Runtime.Extensions": "4.3.0",
  857. "System.Text.Encoding": "4.3.0",
  858. "System.Threading": "4.3.0",
  859. "System.Xml.ReaderWriter": "4.0.11"
  860. }
  861. },
  862. "WkHtmlToPdf/1.0.2": {
  863. "runtime": {
  864. "lib/netstandard2.0/WkHtmlToPdf.dll": {
  865. "assemblyVersion": "1.0.2.0",
  866. "fileVersion": "1.0.2.0"
  867. }
  868. }
  869. }
  870. }
  871. },
  872. "libraries": {
  873. "CustomerOnlineV2.Common/1.0.0": {
  874. "type": "project",
  875. "serviceable": false,
  876. "sha512": ""
  877. },
  878. "DinkToPdf/1.0.8": {
  879. "type": "package",
  880. "serviceable": true,
  881. "sha512": "sha512-wJDlcNXjQ+OnBFwh3LBeAXgrXqlKl0RsgN60XpxEFbyqzdaG9ASb5HTXQjXQPaBguSCOrGZZESPnpcng34TEkw==",
  882. "path": "dinktopdf/1.0.8",
  883. "hashPath": "dinktopdf.1.0.8.nupkg.sha512"
  884. },
  885. "Microsoft.AspNet.Mvc/5.2.9": {
  886. "type": "package",
  887. "serviceable": true,
  888. "sha512": "sha512-bcekKshCAh7kTWSMZPavQStSZQF/QmjEjO2gVWGITEd0/t5eRlb+ZLDE+az2qY1bZ8L6Hz0OCNeS0uzXtJcK5w==",
  889. "path": "microsoft.aspnet.mvc/5.2.9",
  890. "hashPath": "microsoft.aspnet.mvc.5.2.9.nupkg.sha512"
  891. },
  892. "Microsoft.AspNet.Razor/3.2.9": {
  893. "type": "package",
  894. "serviceable": true,
  895. "sha512": "sha512-QOJEnEw3xp+t5lMvYR5nGCF4CfZpHqr2p8uZOBEgDZoB6r2txtSj6581YNr+/dOHjI3YRlo1QAKGQoSohbQ/KA==",
  896. "path": "microsoft.aspnet.razor/3.2.9",
  897. "hashPath": "microsoft.aspnet.razor.3.2.9.nupkg.sha512"
  898. },
  899. "Microsoft.AspNet.WebPages/3.2.9": {
  900. "type": "package",
  901. "serviceable": true,
  902. "sha512": "sha512-yByb721lwv8YFsx1oKA5CLKXa89XVbVMkPafS4bg/bPelBEgChq/coFBQEkA4kwcabG7AR56w3vapnoZUfr2Cw==",
  903. "path": "microsoft.aspnet.webpages/3.2.9",
  904. "hashPath": "microsoft.aspnet.webpages.3.2.9.nupkg.sha512"
  905. },
  906. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  907. "type": "package",
  908. "serviceable": true,
  909. "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
  910. "path": "microsoft.aspnetcore.http.abstractions/2.2.0",
  911. "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
  912. },
  913. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  914. "type": "package",
  915. "serviceable": true,
  916. "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
  917. "path": "microsoft.aspnetcore.http.features/2.2.0",
  918. "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
  919. },
  920. "Microsoft.Bcl.AsyncInterfaces/1.1.0": {
  921. "type": "package",
  922. "serviceable": true,
  923. "sha512": "sha512-1Am6l4Vpn3/K32daEqZI+FFr96OlZkgwK2LcT3pZ2zWubR5zTPW3/FkO1Rat9kb7oQOa4rxgl9LJHc5tspCWfg==",
  924. "path": "microsoft.bcl.asyncinterfaces/1.1.0",
  925. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.0.nupkg.sha512"
  926. },
  927. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  928. "type": "package",
  929. "serviceable": true,
  930. "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
  931. "path": "microsoft.extensions.configuration.abstractions/7.0.0",
  932. "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
  933. },
  934. "Microsoft.Extensions.Primitives/7.0.0": {
  935. "type": "package",
  936. "serviceable": true,
  937. "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
  938. "path": "microsoft.extensions.primitives/7.0.0",
  939. "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
  940. },
  941. "Microsoft.NETCore.Platforms/2.1.2": {
  942. "type": "package",
  943. "serviceable": true,
  944. "sha512": "sha512-mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==",
  945. "path": "microsoft.netcore.platforms/2.1.2",
  946. "hashPath": "microsoft.netcore.platforms.2.1.2.nupkg.sha512"
  947. },
  948. "Microsoft.NETCore.Targets/1.1.0": {
  949. "type": "package",
  950. "serviceable": true,
  951. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  952. "path": "microsoft.netcore.targets/1.1.0",
  953. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  954. },
  955. "Microsoft.Web.Infrastructure/1.0.0": {
  956. "type": "package",
  957. "serviceable": true,
  958. "sha512": "sha512-FNmvLn5m2LTU/Rs2KWVo0SIIh9Ek+U0ojex7xeDaSHw/zgEP77A8vY5cVWgUtBGS8MJfDGNn8rpXJWEIQaPwTg==",
  959. "path": "microsoft.web.infrastructure/1.0.0",
  960. "hashPath": "microsoft.web.infrastructure.1.0.0.nupkg.sha512"
  961. },
  962. "Microsoft.Win32.Primitives/4.0.1": {
  963. "type": "package",
  964. "serviceable": true,
  965. "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
  966. "path": "microsoft.win32.primitives/4.0.1",
  967. "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512"
  968. },
  969. "Microsoft.Win32.SystemEvents/4.5.0": {
  970. "type": "package",
  971. "serviceable": true,
  972. "sha512": "sha512-LuI1oG+24TUj1ZRQQjM5Ew73BKnZE5NZ/7eAdh1o8ST5dPhUnJvIkiIn2re3MwnkRy6ELRnvEbBxHP8uALKhJw==",
  973. "path": "microsoft.win32.systemevents/4.5.0",
  974. "hashPath": "microsoft.win32.systemevents.4.5.0.nupkg.sha512"
  975. },
  976. "NETStandard.Library/1.6.0": {
  977. "type": "package",
  978. "serviceable": true,
  979. "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  980. "path": "netstandard.library/1.6.0",
  981. "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
  982. },
  983. "Newtonsoft.Json/13.0.1": {
  984. "type": "package",
  985. "serviceable": true,
  986. "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  987. "path": "newtonsoft.json/13.0.1",
  988. "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
  989. },
  990. "runtime.native.System/4.0.0": {
  991. "type": "package",
  992. "serviceable": true,
  993. "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
  994. "path": "runtime.native.system/4.0.0",
  995. "hashPath": "runtime.native.system.4.0.0.nupkg.sha512"
  996. },
  997. "runtime.native.System.IO.Compression/4.1.0": {
  998. "type": "package",
  999. "serviceable": true,
  1000. "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
  1001. "path": "runtime.native.system.io.compression/4.1.0",
  1002. "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512"
  1003. },
  1004. "runtime.native.System.Net.Http/4.0.1": {
  1005. "type": "package",
  1006. "serviceable": true,
  1007. "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==",
  1008. "path": "runtime.native.system.net.http/4.0.1",
  1009. "hashPath": "runtime.native.system.net.http.4.0.1.nupkg.sha512"
  1010. },
  1011. "runtime.native.System.Security.Cryptography/4.0.0": {
  1012. "type": "package",
  1013. "serviceable": true,
  1014. "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
  1015. "path": "runtime.native.system.security.cryptography/4.0.0",
  1016. "hashPath": "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512"
  1017. },
  1018. "Select.HtmlToPdf.NetCore/23.2.0-rc2": {
  1019. "type": "package",
  1020. "serviceable": true,
  1021. "sha512": "sha512-TedkJ12/7W7NSE2VeS0ukPm4Ykj6BDivKOcYfVWWKI++GCJNImRgb3xN7RYLAAcoZokcqXEgU+GIz/ToGOtkrA==",
  1022. "path": "select.htmltopdf.netcore/23.2.0-rc2",
  1023. "hashPath": "select.htmltopdf.netcore.23.2.0-rc2.nupkg.sha512"
  1024. },
  1025. "System.AppContext/4.1.0": {
  1026. "type": "package",
  1027. "serviceable": true,
  1028. "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  1029. "path": "system.appcontext/4.1.0",
  1030. "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
  1031. },
  1032. "System.Buffers/4.5.1": {
  1033. "type": "package",
  1034. "serviceable": true,
  1035. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1036. "path": "system.buffers/4.5.1",
  1037. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  1038. },
  1039. "System.Collections/4.3.0": {
  1040. "type": "package",
  1041. "serviceable": true,
  1042. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1043. "path": "system.collections/4.3.0",
  1044. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1045. },
  1046. "System.Collections.Concurrent/4.3.0": {
  1047. "type": "package",
  1048. "serviceable": true,
  1049. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  1050. "path": "system.collections.concurrent/4.3.0",
  1051. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  1052. },
  1053. "System.Console/4.0.0": {
  1054. "type": "package",
  1055. "serviceable": true,
  1056. "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
  1057. "path": "system.console/4.0.0",
  1058. "hashPath": "system.console.4.0.0.nupkg.sha512"
  1059. },
  1060. "System.Diagnostics.Debug/4.3.0": {
  1061. "type": "package",
  1062. "serviceable": true,
  1063. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1064. "path": "system.diagnostics.debug/4.3.0",
  1065. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1066. },
  1067. "System.Diagnostics.DiagnosticSource/4.0.0": {
  1068. "type": "package",
  1069. "serviceable": true,
  1070. "sha512": "sha512-YKglnq4BMTJxfcr6nuT08g+yJ0UxdePIHxosiLuljuHIUR6t4KhFsyaHOaOc1Ofqp0PUvJ0EmcgiEz6T7vEx3w==",
  1071. "path": "system.diagnostics.diagnosticsource/4.0.0",
  1072. "hashPath": "system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512"
  1073. },
  1074. "System.Diagnostics.Tools/4.0.1": {
  1075. "type": "package",
  1076. "serviceable": true,
  1077. "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  1078. "path": "system.diagnostics.tools/4.0.1",
  1079. "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
  1080. },
  1081. "System.Diagnostics.Tracing/4.3.0": {
  1082. "type": "package",
  1083. "serviceable": true,
  1084. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  1085. "path": "system.diagnostics.tracing/4.3.0",
  1086. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  1087. },
  1088. "System.Drawing.Common/4.5.1": {
  1089. "type": "package",
  1090. "serviceable": true,
  1091. "sha512": "sha512-GiyeGi/v4xYDz1vCNFwFvhz9k1XddOG7VD3jxRqzRBCbTHji+s3HxxbxtoymuK4OadEpgotI8zQ5+GEEH9sUEQ==",
  1092. "path": "system.drawing.common/4.5.1",
  1093. "hashPath": "system.drawing.common.4.5.1.nupkg.sha512"
  1094. },
  1095. "System.Globalization/4.3.0": {
  1096. "type": "package",
  1097. "serviceable": true,
  1098. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1099. "path": "system.globalization/4.3.0",
  1100. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1101. },
  1102. "System.Globalization.Calendars/4.0.1": {
  1103. "type": "package",
  1104. "serviceable": true,
  1105. "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",
  1106. "path": "system.globalization.calendars/4.0.1",
  1107. "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512"
  1108. },
  1109. "System.Globalization.Extensions/4.0.1": {
  1110. "type": "package",
  1111. "serviceable": true,
  1112. "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==",
  1113. "path": "system.globalization.extensions/4.0.1",
  1114. "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512"
  1115. },
  1116. "System.IO/4.3.0": {
  1117. "type": "package",
  1118. "serviceable": true,
  1119. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1120. "path": "system.io/4.3.0",
  1121. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1122. },
  1123. "System.IO.Compression/4.1.0": {
  1124. "type": "package",
  1125. "serviceable": true,
  1126. "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
  1127. "path": "system.io.compression/4.1.0",
  1128. "hashPath": "system.io.compression.4.1.0.nupkg.sha512"
  1129. },
  1130. "System.IO.Compression.ZipFile/4.0.1": {
  1131. "type": "package",
  1132. "serviceable": true,
  1133. "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
  1134. "path": "system.io.compression.zipfile/4.0.1",
  1135. "hashPath": "system.io.compression.zipfile.4.0.1.nupkg.sha512"
  1136. },
  1137. "System.IO.FileSystem/4.0.1": {
  1138. "type": "package",
  1139. "serviceable": true,
  1140. "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
  1141. "path": "system.io.filesystem/4.0.1",
  1142. "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
  1143. },
  1144. "System.IO.FileSystem.Primitives/4.0.1": {
  1145. "type": "package",
  1146. "serviceable": true,
  1147. "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
  1148. "path": "system.io.filesystem.primitives/4.0.1",
  1149. "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
  1150. },
  1151. "System.Linq/4.1.0": {
  1152. "type": "package",
  1153. "serviceable": true,
  1154. "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  1155. "path": "system.linq/4.1.0",
  1156. "hashPath": "system.linq.4.1.0.nupkg.sha512"
  1157. },
  1158. "System.Linq.Expressions/4.1.0": {
  1159. "type": "package",
  1160. "serviceable": true,
  1161. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  1162. "path": "system.linq.expressions/4.1.0",
  1163. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  1164. },
  1165. "System.Net.Http/4.1.0": {
  1166. "type": "package",
  1167. "serviceable": true,
  1168. "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",
  1169. "path": "system.net.http/4.1.0",
  1170. "hashPath": "system.net.http.4.1.0.nupkg.sha512"
  1171. },
  1172. "System.Net.Primitives/4.0.11": {
  1173. "type": "package",
  1174. "serviceable": true,
  1175. "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
  1176. "path": "system.net.primitives/4.0.11",
  1177. "hashPath": "system.net.primitives.4.0.11.nupkg.sha512"
  1178. },
  1179. "System.Net.Sockets/4.1.0": {
  1180. "type": "package",
  1181. "serviceable": true,
  1182. "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
  1183. "path": "system.net.sockets/4.1.0",
  1184. "hashPath": "system.net.sockets.4.1.0.nupkg.sha512"
  1185. },
  1186. "System.Numerics.Vectors/4.5.0": {
  1187. "type": "package",
  1188. "serviceable": true,
  1189. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1190. "path": "system.numerics.vectors/4.5.0",
  1191. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1192. },
  1193. "System.ObjectModel/4.0.12": {
  1194. "type": "package",
  1195. "serviceable": true,
  1196. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  1197. "path": "system.objectmodel/4.0.12",
  1198. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  1199. },
  1200. "System.Reflection/4.3.0": {
  1201. "type": "package",
  1202. "serviceable": true,
  1203. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1204. "path": "system.reflection/4.3.0",
  1205. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1206. },
  1207. "System.Reflection.Emit/4.0.1": {
  1208. "type": "package",
  1209. "serviceable": true,
  1210. "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  1211. "path": "system.reflection.emit/4.0.1",
  1212. "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
  1213. },
  1214. "System.Reflection.Emit.ILGeneration/4.0.1": {
  1215. "type": "package",
  1216. "serviceable": true,
  1217. "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  1218. "path": "system.reflection.emit.ilgeneration/4.0.1",
  1219. "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
  1220. },
  1221. "System.Reflection.Emit.Lightweight/4.0.1": {
  1222. "type": "package",
  1223. "serviceable": true,
  1224. "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
  1225. "path": "system.reflection.emit.lightweight/4.0.1",
  1226. "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
  1227. },
  1228. "System.Reflection.Extensions/4.0.1": {
  1229. "type": "package",
  1230. "serviceable": true,
  1231. "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  1232. "path": "system.reflection.extensions/4.0.1",
  1233. "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
  1234. },
  1235. "System.Reflection.Primitives/4.3.0": {
  1236. "type": "package",
  1237. "serviceable": true,
  1238. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1239. "path": "system.reflection.primitives/4.3.0",
  1240. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1241. },
  1242. "System.Reflection.TypeExtensions/4.3.0": {
  1243. "type": "package",
  1244. "serviceable": true,
  1245. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1246. "path": "system.reflection.typeextensions/4.3.0",
  1247. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1248. },
  1249. "System.Resources.ResourceManager/4.3.0": {
  1250. "type": "package",
  1251. "serviceable": true,
  1252. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1253. "path": "system.resources.resourcemanager/4.3.0",
  1254. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1255. },
  1256. "System.Runtime/4.3.0": {
  1257. "type": "package",
  1258. "serviceable": true,
  1259. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1260. "path": "system.runtime/4.3.0",
  1261. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1262. },
  1263. "System.Runtime.CompilerServices.Unsafe/4.5.2": {
  1264. "type": "package",
  1265. "serviceable": true,
  1266. "sha512": "sha512-wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ==",
  1267. "path": "system.runtime.compilerservices.unsafe/4.5.2",
  1268. "hashPath": "system.runtime.compilerservices.unsafe.4.5.2.nupkg.sha512"
  1269. },
  1270. "System.Runtime.Extensions/4.3.0": {
  1271. "type": "package",
  1272. "serviceable": true,
  1273. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1274. "path": "system.runtime.extensions/4.3.0",
  1275. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1276. },
  1277. "System.Runtime.Handles/4.3.0": {
  1278. "type": "package",
  1279. "serviceable": true,
  1280. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1281. "path": "system.runtime.handles/4.3.0",
  1282. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1283. },
  1284. "System.Runtime.InteropServices/4.3.0": {
  1285. "type": "package",
  1286. "serviceable": true,
  1287. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1288. "path": "system.runtime.interopservices/4.3.0",
  1289. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1290. },
  1291. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  1292. "type": "package",
  1293. "serviceable": true,
  1294. "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  1295. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  1296. "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
  1297. },
  1298. "System.Runtime.Numerics/4.0.1": {
  1299. "type": "package",
  1300. "serviceable": true,
  1301. "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",
  1302. "path": "system.runtime.numerics/4.0.1",
  1303. "hashPath": "system.runtime.numerics.4.0.1.nupkg.sha512"
  1304. },
  1305. "System.Security.Cryptography.Algorithms/4.2.0": {
  1306. "type": "package",
  1307. "serviceable": true,
  1308. "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",
  1309. "path": "system.security.cryptography.algorithms/4.2.0",
  1310. "hashPath": "system.security.cryptography.algorithms.4.2.0.nupkg.sha512"
  1311. },
  1312. "System.Security.Cryptography.Cng/4.2.0": {
  1313. "type": "package",
  1314. "serviceable": true,
  1315. "sha512": "sha512-cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==",
  1316. "path": "system.security.cryptography.cng/4.2.0",
  1317. "hashPath": "system.security.cryptography.cng.4.2.0.nupkg.sha512"
  1318. },
  1319. "System.Security.Cryptography.Csp/4.0.0": {
  1320. "type": "package",
  1321. "serviceable": true,
  1322. "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==",
  1323. "path": "system.security.cryptography.csp/4.0.0",
  1324. "hashPath": "system.security.cryptography.csp.4.0.0.nupkg.sha512"
  1325. },
  1326. "System.Security.Cryptography.Encoding/4.0.0": {
  1327. "type": "package",
  1328. "serviceable": true,
  1329. "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",
  1330. "path": "system.security.cryptography.encoding/4.0.0",
  1331. "hashPath": "system.security.cryptography.encoding.4.0.0.nupkg.sha512"
  1332. },
  1333. "System.Security.Cryptography.OpenSsl/4.0.0": {
  1334. "type": "package",
  1335. "serviceable": true,
  1336. "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==",
  1337. "path": "system.security.cryptography.openssl/4.0.0",
  1338. "hashPath": "system.security.cryptography.openssl.4.0.0.nupkg.sha512"
  1339. },
  1340. "System.Security.Cryptography.Primitives/4.0.0": {
  1341. "type": "package",
  1342. "serviceable": true,
  1343. "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
  1344. "path": "system.security.cryptography.primitives/4.0.0",
  1345. "hashPath": "system.security.cryptography.primitives.4.0.0.nupkg.sha512"
  1346. },
  1347. "System.Security.Cryptography.X509Certificates/4.1.0": {
  1348. "type": "package",
  1349. "serviceable": true,
  1350. "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",
  1351. "path": "system.security.cryptography.x509certificates/4.1.0",
  1352. "hashPath": "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512"
  1353. },
  1354. "System.Security.Principal.Windows/4.5.1": {
  1355. "type": "package",
  1356. "serviceable": true,
  1357. "sha512": "sha512-L3R/xk1s+AJB/ZRrwXyjXMmKp+RNgLP92LSidWEM0iCouznJoiiBloDCxRTjmo8hTDAKSWaMrltsttUzg1RhjA==",
  1358. "path": "system.security.principal.windows/4.5.1",
  1359. "hashPath": "system.security.principal.windows.4.5.1.nupkg.sha512"
  1360. },
  1361. "System.Text.Encoding/4.3.0": {
  1362. "type": "package",
  1363. "serviceable": true,
  1364. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1365. "path": "system.text.encoding/4.3.0",
  1366. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1367. },
  1368. "System.Text.Encoding.CodePages/4.5.1": {
  1369. "type": "package",
  1370. "serviceable": true,
  1371. "sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==",
  1372. "path": "system.text.encoding.codepages/4.5.1",
  1373. "hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512"
  1374. },
  1375. "System.Text.Encoding.Extensions/4.0.11": {
  1376. "type": "package",
  1377. "serviceable": true,
  1378. "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  1379. "path": "system.text.encoding.extensions/4.0.11",
  1380. "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
  1381. },
  1382. "System.Text.Encodings.Web/4.5.0": {
  1383. "type": "package",
  1384. "serviceable": true,
  1385. "sha512": "sha512-Xg4G4Indi4dqP1iuAiMSwpiWS54ZghzR644OtsRCm/m/lBMG8dUBhLVN7hLm8NNrNTR+iGbshCPTwrvxZPlm4g==",
  1386. "path": "system.text.encodings.web/4.5.0",
  1387. "hashPath": "system.text.encodings.web.4.5.0.nupkg.sha512"
  1388. },
  1389. "System.Text.RegularExpressions/4.1.0": {
  1390. "type": "package",
  1391. "serviceable": true,
  1392. "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  1393. "path": "system.text.regularexpressions/4.1.0",
  1394. "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
  1395. },
  1396. "System.Threading/4.3.0": {
  1397. "type": "package",
  1398. "serviceable": true,
  1399. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1400. "path": "system.threading/4.3.0",
  1401. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1402. },
  1403. "System.Threading.Tasks/4.3.0": {
  1404. "type": "package",
  1405. "serviceable": true,
  1406. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1407. "path": "system.threading.tasks/4.3.0",
  1408. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1409. },
  1410. "System.Threading.Tasks.Extensions/4.5.2": {
  1411. "type": "package",
  1412. "serviceable": true,
  1413. "sha512": "sha512-BG/TNxDFv0svAzx8OiMXDlsHfGw623BZ8tCXw4YLhDFDvDhNUEV58jKYMGRnkbJNm7c3JNNJDiN7JBMzxRBR2w==",
  1414. "path": "system.threading.tasks.extensions/4.5.2",
  1415. "hashPath": "system.threading.tasks.extensions.4.5.2.nupkg.sha512"
  1416. },
  1417. "System.Threading.Thread/4.0.0": {
  1418. "type": "package",
  1419. "serviceable": true,
  1420. "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
  1421. "path": "system.threading.thread/4.0.0",
  1422. "hashPath": "system.threading.thread.4.0.0.nupkg.sha512"
  1423. },
  1424. "System.Threading.Timer/4.0.1": {
  1425. "type": "package",
  1426. "serviceable": true,
  1427. "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
  1428. "path": "system.threading.timer/4.0.1",
  1429. "hashPath": "system.threading.timer.4.0.1.nupkg.sha512"
  1430. },
  1431. "System.Xml.ReaderWriter/4.0.11": {
  1432. "type": "package",
  1433. "serviceable": true,
  1434. "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  1435. "path": "system.xml.readerwriter/4.0.11",
  1436. "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
  1437. },
  1438. "System.Xml.XDocument/4.0.11": {
  1439. "type": "package",
  1440. "serviceable": true,
  1441. "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  1442. "path": "system.xml.xdocument/4.0.11",
  1443. "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
  1444. },
  1445. "WkHtmlToPdf/1.0.2": {
  1446. "type": "package",
  1447. "serviceable": true,
  1448. "sha512": "sha512-d9uaZ4DHkDKh9F6vIaLbbNcHpbN4XY/LoJsm18V1qljy2xzQYEzG8iDaWBSlPGVr1pVJVZbeDfv6aY0DNoM0lQ==",
  1449. "path": "wkhtmltopdf/1.0.2",
  1450. "hashPath": "wkhtmltopdf.1.0.2.nupkg.sha512"
  1451. }
  1452. }
  1453. }