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.

1979 lines
77 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
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
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
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
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.Repository/1.0.0": {
  10. "dependencies": {
  11. "CustomerOnlineV2.Common": "1.0.0",
  12. "DinkToPdf": "1.0.8",
  13. "Microsoft.Data.SqlClient": "5.0.1",
  14. "Microsoft.Extensions.Logging.Abstractions": "7.0.0",
  15. "NPoco": "5.7.1",
  16. "Newtonsoft.Json": "13.0.3",
  17. "Select.HtmlToPdf.NetCore": "23.2.0-rc2",
  18. "WkHtmlToPdf": "1.0.2"
  19. },
  20. "runtime": {
  21. "CustomerOnlineV2.Repository.dll": {}
  22. }
  23. },
  24. "Azure.Core/1.24.0": {
  25. "dependencies": {
  26. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  27. "System.Diagnostics.DiagnosticSource": "5.0.0",
  28. "System.Memory.Data": "1.0.2",
  29. "System.Numerics.Vectors": "4.5.0",
  30. "System.Text.Encodings.Web": "4.7.2",
  31. "System.Text.Json": "4.7.2",
  32. "System.Threading.Tasks.Extensions": "4.5.4"
  33. },
  34. "runtime": {
  35. "lib/net5.0/Azure.Core.dll": {
  36. "assemblyVersion": "1.24.0.0",
  37. "fileVersion": "1.2400.22.20404"
  38. }
  39. }
  40. },
  41. "Azure.Identity/1.6.0": {
  42. "dependencies": {
  43. "Azure.Core": "1.24.0",
  44. "Microsoft.Identity.Client": "4.45.0",
  45. "Microsoft.Identity.Client.Extensions.Msal": "2.19.3",
  46. "System.Memory": "4.5.4",
  47. "System.Security.Cryptography.ProtectedData": "5.0.0",
  48. "System.Text.Json": "4.7.2",
  49. "System.Threading.Tasks.Extensions": "4.5.4"
  50. },
  51. "runtime": {
  52. "lib/netstandard2.0/Azure.Identity.dll": {
  53. "assemblyVersion": "1.6.0.0",
  54. "fileVersion": "1.600.22.20503"
  55. }
  56. }
  57. },
  58. "DinkToPdf/1.0.8": {
  59. "dependencies": {
  60. "NETStandard.Library": "1.6.0",
  61. "System.Collections.Concurrent": "4.3.0",
  62. "System.Globalization": "4.3.0",
  63. "System.Reflection.TypeExtensions": "4.3.0",
  64. "System.Runtime": "4.3.0",
  65. "System.Runtime.InteropServices": "4.3.0",
  66. "System.Threading.Thread": "4.0.0"
  67. },
  68. "runtime": {
  69. "lib/netstandard1.6/DinkToPdf.dll": {
  70. "assemblyVersion": "1.0.8.0",
  71. "fileVersion": "1.0.8.0"
  72. }
  73. }
  74. },
  75. "Microsoft.AspNet.Mvc/5.2.9": {
  76. "dependencies": {
  77. "Microsoft.AspNet.Razor": "3.2.9",
  78. "Microsoft.AspNet.WebPages": "3.2.9"
  79. },
  80. "runtime": {
  81. "lib/net45/System.Web.Mvc.dll": {
  82. "assemblyVersion": "5.2.9.0",
  83. "fileVersion": "5.2.61129.10"
  84. }
  85. }
  86. },
  87. "Microsoft.AspNet.Razor/3.2.9": {
  88. "runtime": {
  89. "lib/net45/System.Web.Razor.dll": {
  90. "assemblyVersion": "3.0.0.0",
  91. "fileVersion": "3.0.61129.10"
  92. }
  93. }
  94. },
  95. "Microsoft.AspNet.WebPages/3.2.9": {
  96. "dependencies": {
  97. "Microsoft.AspNet.Razor": "3.2.9",
  98. "Microsoft.Web.Infrastructure": "1.0.0"
  99. },
  100. "runtime": {
  101. "lib/net45/System.Web.Helpers.dll": {
  102. "assemblyVersion": "3.0.0.0",
  103. "fileVersion": "3.0.61129.10"
  104. },
  105. "lib/net45/System.Web.WebPages.Deployment.dll": {
  106. "assemblyVersion": "3.0.0.0",
  107. "fileVersion": "3.0.61129.10"
  108. },
  109. "lib/net45/System.Web.WebPages.Razor.dll": {
  110. "assemblyVersion": "3.0.0.0",
  111. "fileVersion": "3.0.61129.10"
  112. },
  113. "lib/net45/System.Web.WebPages.dll": {
  114. "assemblyVersion": "3.0.0.0",
  115. "fileVersion": "3.0.61129.10"
  116. }
  117. }
  118. },
  119. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  120. "dependencies": {
  121. "Microsoft.AspNetCore.Http.Features": "2.2.0",
  122. "System.Text.Encodings.Web": "4.7.2"
  123. },
  124. "runtime": {
  125. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {
  126. "assemblyVersion": "2.2.0.0",
  127. "fileVersion": "2.2.0.18316"
  128. }
  129. }
  130. },
  131. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  132. "dependencies": {
  133. "Microsoft.Extensions.Primitives": "7.0.0"
  134. },
  135. "runtime": {
  136. "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
  137. "assemblyVersion": "2.2.0.0",
  138. "fileVersion": "2.2.0.18316"
  139. }
  140. }
  141. },
  142. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  143. "runtime": {
  144. "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
  145. "assemblyVersion": "1.0.0.0",
  146. "fileVersion": "4.700.20.21406"
  147. }
  148. }
  149. },
  150. "Microsoft.CSharp/4.5.0": {},
  151. "Microsoft.Data.SqlClient/5.0.1": {
  152. "dependencies": {
  153. "Azure.Identity": "1.6.0",
  154. "Microsoft.Data.SqlClient.SNI.runtime": "5.0.1",
  155. "Microsoft.Identity.Client": "4.45.0",
  156. "Microsoft.IdentityModel.JsonWebTokens": "6.21.0",
  157. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.21.0",
  158. "Microsoft.SqlServer.Server": "1.0.0",
  159. "Microsoft.Win32.Registry": "5.0.0",
  160. "System.Buffers": "4.5.1",
  161. "System.Configuration.ConfigurationManager": "5.0.0",
  162. "System.Diagnostics.DiagnosticSource": "5.0.0",
  163. "System.IO": "4.3.0",
  164. "System.Resources.ResourceManager": "4.3.0",
  165. "System.Runtime.Caching": "5.0.0",
  166. "System.Security.Cryptography.Cng": "5.0.0",
  167. "System.Security.Principal.Windows": "5.0.0",
  168. "System.Text.Encoding.CodePages": "5.0.0",
  169. "System.Text.Encodings.Web": "4.7.2"
  170. },
  171. "runtime": {
  172. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  173. "assemblyVersion": "5.0.0.0",
  174. "fileVersion": "5.0.0.0"
  175. }
  176. },
  177. "runtimeTargets": {
  178. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  179. "rid": "unix",
  180. "assetType": "runtime",
  181. "assemblyVersion": "5.0.0.0",
  182. "fileVersion": "5.0.0.0"
  183. },
  184. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  185. "rid": "win",
  186. "assetType": "runtime",
  187. "assemblyVersion": "5.0.0.0",
  188. "fileVersion": "5.0.0.0"
  189. }
  190. }
  191. },
  192. "Microsoft.Data.SqlClient.SNI.runtime/5.0.1": {
  193. "runtimeTargets": {
  194. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  195. "rid": "win-arm",
  196. "assetType": "native",
  197. "fileVersion": "5.0.1.0"
  198. },
  199. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  200. "rid": "win-arm64",
  201. "assetType": "native",
  202. "fileVersion": "5.0.1.0"
  203. },
  204. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  205. "rid": "win-x64",
  206. "assetType": "native",
  207. "fileVersion": "5.0.1.0"
  208. },
  209. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  210. "rid": "win-x86",
  211. "assetType": "native",
  212. "fileVersion": "5.0.1.0"
  213. }
  214. }
  215. },
  216. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  217. "dependencies": {
  218. "Microsoft.Extensions.Primitives": "7.0.0"
  219. },
  220. "runtime": {
  221. "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  222. "assemblyVersion": "7.0.0.0",
  223. "fileVersion": "7.0.22.51805"
  224. }
  225. }
  226. },
  227. "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
  228. "runtime": {
  229. "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  230. "assemblyVersion": "7.0.0.0",
  231. "fileVersion": "7.0.22.51805"
  232. }
  233. }
  234. },
  235. "Microsoft.Extensions.Primitives/7.0.0": {
  236. "runtime": {
  237. "lib/net7.0/Microsoft.Extensions.Primitives.dll": {
  238. "assemblyVersion": "7.0.0.0",
  239. "fileVersion": "7.0.22.51805"
  240. }
  241. }
  242. },
  243. "Microsoft.Identity.Client/4.45.0": {
  244. "dependencies": {
  245. "Microsoft.IdentityModel.Abstractions": "6.21.0"
  246. },
  247. "runtime": {
  248. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  249. "assemblyVersion": "4.45.0.0",
  250. "fileVersion": "4.45.0.0"
  251. }
  252. }
  253. },
  254. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  255. "dependencies": {
  256. "Microsoft.Identity.Client": "4.45.0",
  257. "System.Security.Cryptography.ProtectedData": "5.0.0"
  258. },
  259. "runtime": {
  260. "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": {
  261. "assemblyVersion": "2.19.3.0",
  262. "fileVersion": "2.19.3.0"
  263. }
  264. }
  265. },
  266. "Microsoft.IdentityModel.Abstractions/6.21.0": {
  267. "runtime": {
  268. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  269. "assemblyVersion": "6.21.0.0",
  270. "fileVersion": "6.21.0.30701"
  271. }
  272. }
  273. },
  274. "Microsoft.IdentityModel.JsonWebTokens/6.21.0": {
  275. "dependencies": {
  276. "Microsoft.IdentityModel.Tokens": "6.21.0"
  277. },
  278. "runtime": {
  279. "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  280. "assemblyVersion": "6.21.0.0",
  281. "fileVersion": "6.21.0.30701"
  282. }
  283. }
  284. },
  285. "Microsoft.IdentityModel.Logging/6.21.0": {
  286. "dependencies": {
  287. "Microsoft.IdentityModel.Abstractions": "6.21.0"
  288. },
  289. "runtime": {
  290. "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
  291. "assemblyVersion": "6.21.0.0",
  292. "fileVersion": "6.21.0.30701"
  293. }
  294. }
  295. },
  296. "Microsoft.IdentityModel.Protocols/6.21.0": {
  297. "dependencies": {
  298. "Microsoft.IdentityModel.Logging": "6.21.0",
  299. "Microsoft.IdentityModel.Tokens": "6.21.0"
  300. },
  301. "runtime": {
  302. "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
  303. "assemblyVersion": "6.21.0.0",
  304. "fileVersion": "6.21.0.30701"
  305. }
  306. }
  307. },
  308. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.21.0": {
  309. "dependencies": {
  310. "Microsoft.IdentityModel.Protocols": "6.21.0",
  311. "System.IdentityModel.Tokens.Jwt": "6.21.0"
  312. },
  313. "runtime": {
  314. "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  315. "assemblyVersion": "6.21.0.0",
  316. "fileVersion": "6.21.0.30701"
  317. }
  318. }
  319. },
  320. "Microsoft.IdentityModel.Tokens/6.21.0": {
  321. "dependencies": {
  322. "Microsoft.CSharp": "4.5.0",
  323. "Microsoft.IdentityModel.Logging": "6.21.0",
  324. "System.Security.Cryptography.Cng": "5.0.0"
  325. },
  326. "runtime": {
  327. "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
  328. "assemblyVersion": "6.21.0.0",
  329. "fileVersion": "6.21.0.30701"
  330. }
  331. }
  332. },
  333. "Microsoft.NETCore.Platforms/5.0.0": {},
  334. "Microsoft.NETCore.Targets/1.1.0": {},
  335. "Microsoft.SqlServer.Server/1.0.0": {
  336. "runtime": {
  337. "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
  338. "assemblyVersion": "1.0.0.0",
  339. "fileVersion": "1.0.0.0"
  340. }
  341. }
  342. },
  343. "Microsoft.Web.Infrastructure/1.0.0": {
  344. "runtime": {
  345. "lib/net40/Microsoft.Web.Infrastructure.dll": {
  346. "assemblyVersion": "1.0.0.0",
  347. "fileVersion": "1.0.20105.407"
  348. }
  349. }
  350. },
  351. "Microsoft.Win32.Primitives/4.0.1": {
  352. "dependencies": {
  353. "Microsoft.NETCore.Platforms": "5.0.0",
  354. "Microsoft.NETCore.Targets": "1.1.0",
  355. "System.Runtime": "4.3.0"
  356. }
  357. },
  358. "Microsoft.Win32.Registry/5.0.0": {
  359. "dependencies": {
  360. "System.Security.AccessControl": "5.0.0",
  361. "System.Security.Principal.Windows": "5.0.0"
  362. }
  363. },
  364. "Microsoft.Win32.SystemEvents/5.0.0": {
  365. "dependencies": {
  366. "Microsoft.NETCore.Platforms": "5.0.0"
  367. },
  368. "runtime": {
  369. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  370. "assemblyVersion": "5.0.0.0",
  371. "fileVersion": "5.0.20.51904"
  372. }
  373. },
  374. "runtimeTargets": {
  375. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  376. "rid": "win",
  377. "assetType": "runtime",
  378. "assemblyVersion": "5.0.0.0",
  379. "fileVersion": "5.0.20.51904"
  380. }
  381. }
  382. },
  383. "NETStandard.Library/1.6.0": {
  384. "dependencies": {
  385. "Microsoft.NETCore.Platforms": "5.0.0",
  386. "Microsoft.Win32.Primitives": "4.0.1",
  387. "System.AppContext": "4.1.0",
  388. "System.Collections": "4.3.0",
  389. "System.Collections.Concurrent": "4.3.0",
  390. "System.Console": "4.0.0",
  391. "System.Diagnostics.Debug": "4.3.0",
  392. "System.Diagnostics.Tools": "4.0.1",
  393. "System.Diagnostics.Tracing": "4.3.0",
  394. "System.Globalization": "4.3.0",
  395. "System.Globalization.Calendars": "4.0.1",
  396. "System.IO": "4.3.0",
  397. "System.IO.Compression": "4.1.0",
  398. "System.IO.Compression.ZipFile": "4.0.1",
  399. "System.IO.FileSystem": "4.0.1",
  400. "System.IO.FileSystem.Primitives": "4.0.1",
  401. "System.Linq": "4.1.0",
  402. "System.Linq.Expressions": "4.1.0",
  403. "System.Net.Http": "4.1.0",
  404. "System.Net.Primitives": "4.0.11",
  405. "System.Net.Sockets": "4.1.0",
  406. "System.ObjectModel": "4.0.12",
  407. "System.Reflection": "4.3.0",
  408. "System.Reflection.Extensions": "4.0.1",
  409. "System.Reflection.Primitives": "4.3.0",
  410. "System.Resources.ResourceManager": "4.3.0",
  411. "System.Runtime": "4.3.0",
  412. "System.Runtime.Extensions": "4.3.0",
  413. "System.Runtime.Handles": "4.3.0",
  414. "System.Runtime.InteropServices": "4.3.0",
  415. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  416. "System.Runtime.Numerics": "4.0.1",
  417. "System.Security.Cryptography.Algorithms": "4.2.0",
  418. "System.Security.Cryptography.Encoding": "4.0.0",
  419. "System.Security.Cryptography.Primitives": "4.0.0",
  420. "System.Security.Cryptography.X509Certificates": "4.1.0",
  421. "System.Text.Encoding": "4.3.0",
  422. "System.Text.Encoding.Extensions": "4.0.11",
  423. "System.Text.RegularExpressions": "4.1.0",
  424. "System.Threading": "4.3.0",
  425. "System.Threading.Tasks": "4.3.0",
  426. "System.Threading.Timer": "4.0.1",
  427. "System.Xml.ReaderWriter": "4.0.11",
  428. "System.Xml.XDocument": "4.0.11"
  429. }
  430. },
  431. "Newtonsoft.Json/13.0.3": {
  432. "runtime": {
  433. "lib/net6.0/Newtonsoft.Json.dll": {
  434. "assemblyVersion": "13.0.0.0",
  435. "fileVersion": "13.0.3.27908"
  436. }
  437. }
  438. },
  439. "NPoco/5.7.1": {
  440. "dependencies": {
  441. "System.Linq.Async": "5.0.0",
  442. "System.Reflection.Emit.Lightweight": "4.7.0"
  443. },
  444. "runtime": {
  445. "lib/netstandard2.1/NPoco.dll": {
  446. "assemblyVersion": "5.7.1.0",
  447. "fileVersion": "5.7.1.0"
  448. }
  449. }
  450. },
  451. "runtime.native.System/4.0.0": {
  452. "dependencies": {
  453. "Microsoft.NETCore.Platforms": "5.0.0",
  454. "Microsoft.NETCore.Targets": "1.1.0"
  455. }
  456. },
  457. "runtime.native.System.IO.Compression/4.1.0": {
  458. "dependencies": {
  459. "Microsoft.NETCore.Platforms": "5.0.0",
  460. "Microsoft.NETCore.Targets": "1.1.0"
  461. }
  462. },
  463. "runtime.native.System.Net.Http/4.0.1": {
  464. "dependencies": {
  465. "Microsoft.NETCore.Platforms": "5.0.0",
  466. "Microsoft.NETCore.Targets": "1.1.0"
  467. }
  468. },
  469. "runtime.native.System.Security.Cryptography/4.0.0": {
  470. "dependencies": {
  471. "Microsoft.NETCore.Platforms": "5.0.0",
  472. "Microsoft.NETCore.Targets": "1.1.0"
  473. }
  474. },
  475. "Select.HtmlToPdf.NetCore/23.2.0-rc2": {
  476. "dependencies": {
  477. "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
  478. "Newtonsoft.Json": "13.0.3",
  479. "System.Buffers": "4.5.1",
  480. "System.Drawing.Common": "5.0.0",
  481. "System.Numerics.Vectors": "4.5.0",
  482. "System.Security.Principal.Windows": "5.0.0",
  483. "System.Text.Encoding.CodePages": "5.0.0",
  484. "System.Threading.Tasks.Extensions": "4.5.4"
  485. },
  486. "runtime": {
  487. "lib/netstandard2.0/Select.HtmlToPdf.dll": {
  488. "assemblyVersion": "23.2.0.0",
  489. "fileVersion": "23.2.0.0"
  490. }
  491. }
  492. },
  493. "System.AppContext/4.1.0": {
  494. "dependencies": {
  495. "System.Runtime": "4.3.0"
  496. }
  497. },
  498. "System.Buffers/4.5.1": {},
  499. "System.Collections/4.3.0": {
  500. "dependencies": {
  501. "Microsoft.NETCore.Platforms": "5.0.0",
  502. "Microsoft.NETCore.Targets": "1.1.0",
  503. "System.Runtime": "4.3.0"
  504. }
  505. },
  506. "System.Collections.Concurrent/4.3.0": {
  507. "dependencies": {
  508. "System.Collections": "4.3.0",
  509. "System.Diagnostics.Debug": "4.3.0",
  510. "System.Diagnostics.Tracing": "4.3.0",
  511. "System.Globalization": "4.3.0",
  512. "System.Reflection": "4.3.0",
  513. "System.Resources.ResourceManager": "4.3.0",
  514. "System.Runtime": "4.3.0",
  515. "System.Runtime.Extensions": "4.3.0",
  516. "System.Threading": "4.3.0",
  517. "System.Threading.Tasks": "4.3.0"
  518. }
  519. },
  520. "System.Configuration.ConfigurationManager/5.0.0": {
  521. "dependencies": {
  522. "System.Security.Cryptography.ProtectedData": "5.0.0",
  523. "System.Security.Permissions": "5.0.0"
  524. },
  525. "runtime": {
  526. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  527. "assemblyVersion": "5.0.0.0",
  528. "fileVersion": "5.0.20.51904"
  529. }
  530. }
  531. },
  532. "System.Console/4.0.0": {
  533. "dependencies": {
  534. "Microsoft.NETCore.Platforms": "5.0.0",
  535. "Microsoft.NETCore.Targets": "1.1.0",
  536. "System.IO": "4.3.0",
  537. "System.Runtime": "4.3.0",
  538. "System.Text.Encoding": "4.3.0"
  539. }
  540. },
  541. "System.Diagnostics.Debug/4.3.0": {
  542. "dependencies": {
  543. "Microsoft.NETCore.Platforms": "5.0.0",
  544. "Microsoft.NETCore.Targets": "1.1.0",
  545. "System.Runtime": "4.3.0"
  546. }
  547. },
  548. "System.Diagnostics.DiagnosticSource/5.0.0": {},
  549. "System.Diagnostics.Tools/4.0.1": {
  550. "dependencies": {
  551. "Microsoft.NETCore.Platforms": "5.0.0",
  552. "Microsoft.NETCore.Targets": "1.1.0",
  553. "System.Runtime": "4.3.0"
  554. }
  555. },
  556. "System.Diagnostics.Tracing/4.3.0": {
  557. "dependencies": {
  558. "Microsoft.NETCore.Platforms": "5.0.0",
  559. "Microsoft.NETCore.Targets": "1.1.0",
  560. "System.Runtime": "4.3.0"
  561. }
  562. },
  563. "System.Drawing.Common/5.0.0": {
  564. "dependencies": {
  565. "Microsoft.Win32.SystemEvents": "5.0.0"
  566. },
  567. "runtime": {
  568. "lib/netcoreapp3.0/System.Drawing.Common.dll": {
  569. "assemblyVersion": "5.0.0.0",
  570. "fileVersion": "5.0.20.51904"
  571. }
  572. },
  573. "runtimeTargets": {
  574. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  575. "rid": "unix",
  576. "assetType": "runtime",
  577. "assemblyVersion": "5.0.0.0",
  578. "fileVersion": "5.0.20.51904"
  579. },
  580. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  581. "rid": "win",
  582. "assetType": "runtime",
  583. "assemblyVersion": "5.0.0.0",
  584. "fileVersion": "5.0.20.51904"
  585. }
  586. }
  587. },
  588. "System.Formats.Asn1/5.0.0": {},
  589. "System.Globalization/4.3.0": {
  590. "dependencies": {
  591. "Microsoft.NETCore.Platforms": "5.0.0",
  592. "Microsoft.NETCore.Targets": "1.1.0",
  593. "System.Runtime": "4.3.0"
  594. }
  595. },
  596. "System.Globalization.Calendars/4.0.1": {
  597. "dependencies": {
  598. "Microsoft.NETCore.Platforms": "5.0.0",
  599. "Microsoft.NETCore.Targets": "1.1.0",
  600. "System.Globalization": "4.3.0",
  601. "System.Runtime": "4.3.0"
  602. }
  603. },
  604. "System.Globalization.Extensions/4.0.1": {
  605. "dependencies": {
  606. "Microsoft.NETCore.Platforms": "5.0.0",
  607. "System.Globalization": "4.3.0",
  608. "System.Resources.ResourceManager": "4.3.0",
  609. "System.Runtime": "4.3.0",
  610. "System.Runtime.Extensions": "4.3.0",
  611. "System.Runtime.InteropServices": "4.3.0"
  612. }
  613. },
  614. "System.IdentityModel.Tokens.Jwt/6.21.0": {
  615. "dependencies": {
  616. "Microsoft.IdentityModel.JsonWebTokens": "6.21.0",
  617. "Microsoft.IdentityModel.Tokens": "6.21.0"
  618. },
  619. "runtime": {
  620. "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
  621. "assemblyVersion": "6.21.0.0",
  622. "fileVersion": "6.21.0.30701"
  623. }
  624. }
  625. },
  626. "System.IO/4.3.0": {
  627. "dependencies": {
  628. "Microsoft.NETCore.Platforms": "5.0.0",
  629. "Microsoft.NETCore.Targets": "1.1.0",
  630. "System.Runtime": "4.3.0",
  631. "System.Text.Encoding": "4.3.0",
  632. "System.Threading.Tasks": "4.3.0"
  633. }
  634. },
  635. "System.IO.Compression/4.1.0": {
  636. "dependencies": {
  637. "Microsoft.NETCore.Platforms": "5.0.0",
  638. "System.Collections": "4.3.0",
  639. "System.Diagnostics.Debug": "4.3.0",
  640. "System.IO": "4.3.0",
  641. "System.Resources.ResourceManager": "4.3.0",
  642. "System.Runtime": "4.3.0",
  643. "System.Runtime.Extensions": "4.3.0",
  644. "System.Runtime.Handles": "4.3.0",
  645. "System.Runtime.InteropServices": "4.3.0",
  646. "System.Text.Encoding": "4.3.0",
  647. "System.Threading": "4.3.0",
  648. "System.Threading.Tasks": "4.3.0",
  649. "runtime.native.System": "4.0.0",
  650. "runtime.native.System.IO.Compression": "4.1.0"
  651. }
  652. },
  653. "System.IO.Compression.ZipFile/4.0.1": {
  654. "dependencies": {
  655. "System.Buffers": "4.5.1",
  656. "System.IO": "4.3.0",
  657. "System.IO.Compression": "4.1.0",
  658. "System.IO.FileSystem": "4.0.1",
  659. "System.IO.FileSystem.Primitives": "4.0.1",
  660. "System.Resources.ResourceManager": "4.3.0",
  661. "System.Runtime": "4.3.0",
  662. "System.Runtime.Extensions": "4.3.0",
  663. "System.Text.Encoding": "4.3.0"
  664. }
  665. },
  666. "System.IO.FileSystem/4.0.1": {
  667. "dependencies": {
  668. "Microsoft.NETCore.Platforms": "5.0.0",
  669. "Microsoft.NETCore.Targets": "1.1.0",
  670. "System.IO": "4.3.0",
  671. "System.IO.FileSystem.Primitives": "4.0.1",
  672. "System.Runtime": "4.3.0",
  673. "System.Runtime.Handles": "4.3.0",
  674. "System.Text.Encoding": "4.3.0",
  675. "System.Threading.Tasks": "4.3.0"
  676. }
  677. },
  678. "System.IO.FileSystem.Primitives/4.0.1": {
  679. "dependencies": {
  680. "System.Runtime": "4.3.0"
  681. }
  682. },
  683. "System.Linq/4.1.0": {
  684. "dependencies": {
  685. "System.Collections": "4.3.0",
  686. "System.Diagnostics.Debug": "4.3.0",
  687. "System.Resources.ResourceManager": "4.3.0",
  688. "System.Runtime": "4.3.0",
  689. "System.Runtime.Extensions": "4.3.0"
  690. }
  691. },
  692. "System.Linq.Async/5.0.0": {
  693. "runtime": {
  694. "lib/netcoreapp3.1/System.Linq.Async.dll": {
  695. "assemblyVersion": "5.0.0.0",
  696. "fileVersion": "5.0.0.1"
  697. }
  698. }
  699. },
  700. "System.Linq.Expressions/4.1.0": {
  701. "dependencies": {
  702. "System.Collections": "4.3.0",
  703. "System.Diagnostics.Debug": "4.3.0",
  704. "System.Globalization": "4.3.0",
  705. "System.IO": "4.3.0",
  706. "System.Linq": "4.1.0",
  707. "System.ObjectModel": "4.0.12",
  708. "System.Reflection": "4.3.0",
  709. "System.Reflection.Emit": "4.0.1",
  710. "System.Reflection.Emit.ILGeneration": "4.0.1",
  711. "System.Reflection.Emit.Lightweight": "4.7.0",
  712. "System.Reflection.Extensions": "4.0.1",
  713. "System.Reflection.Primitives": "4.3.0",
  714. "System.Reflection.TypeExtensions": "4.3.0",
  715. "System.Resources.ResourceManager": "4.3.0",
  716. "System.Runtime": "4.3.0",
  717. "System.Runtime.Extensions": "4.3.0",
  718. "System.Threading": "4.3.0"
  719. }
  720. },
  721. "System.Memory/4.5.4": {},
  722. "System.Memory.Data/1.0.2": {
  723. "dependencies": {
  724. "System.Text.Encodings.Web": "4.7.2",
  725. "System.Text.Json": "4.7.2"
  726. },
  727. "runtime": {
  728. "lib/netstandard2.0/System.Memory.Data.dll": {
  729. "assemblyVersion": "1.0.2.0",
  730. "fileVersion": "1.0.221.20802"
  731. }
  732. }
  733. },
  734. "System.Net.Http/4.1.0": {
  735. "dependencies": {
  736. "Microsoft.NETCore.Platforms": "5.0.0",
  737. "System.Collections": "4.3.0",
  738. "System.Diagnostics.Debug": "4.3.0",
  739. "System.Diagnostics.DiagnosticSource": "5.0.0",
  740. "System.Diagnostics.Tracing": "4.3.0",
  741. "System.Globalization": "4.3.0",
  742. "System.Globalization.Extensions": "4.0.1",
  743. "System.IO": "4.3.0",
  744. "System.IO.FileSystem": "4.0.1",
  745. "System.Net.Primitives": "4.0.11",
  746. "System.Resources.ResourceManager": "4.3.0",
  747. "System.Runtime": "4.3.0",
  748. "System.Runtime.Extensions": "4.3.0",
  749. "System.Runtime.Handles": "4.3.0",
  750. "System.Runtime.InteropServices": "4.3.0",
  751. "System.Security.Cryptography.Algorithms": "4.2.0",
  752. "System.Security.Cryptography.Encoding": "4.0.0",
  753. "System.Security.Cryptography.OpenSsl": "4.0.0",
  754. "System.Security.Cryptography.Primitives": "4.0.0",
  755. "System.Security.Cryptography.X509Certificates": "4.1.0",
  756. "System.Text.Encoding": "4.3.0",
  757. "System.Threading": "4.3.0",
  758. "System.Threading.Tasks": "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.Net.Primitives/4.0.11": {
  765. "dependencies": {
  766. "Microsoft.NETCore.Platforms": "5.0.0",
  767. "Microsoft.NETCore.Targets": "1.1.0",
  768. "System.Runtime": "4.3.0",
  769. "System.Runtime.Handles": "4.3.0"
  770. }
  771. },
  772. "System.Net.Sockets/4.1.0": {
  773. "dependencies": {
  774. "Microsoft.NETCore.Platforms": "5.0.0",
  775. "Microsoft.NETCore.Targets": "1.1.0",
  776. "System.IO": "4.3.0",
  777. "System.Net.Primitives": "4.0.11",
  778. "System.Runtime": "4.3.0",
  779. "System.Threading.Tasks": "4.3.0"
  780. }
  781. },
  782. "System.Numerics.Vectors/4.5.0": {},
  783. "System.ObjectModel/4.0.12": {
  784. "dependencies": {
  785. "System.Collections": "4.3.0",
  786. "System.Diagnostics.Debug": "4.3.0",
  787. "System.Resources.ResourceManager": "4.3.0",
  788. "System.Runtime": "4.3.0",
  789. "System.Threading": "4.3.0"
  790. }
  791. },
  792. "System.Reflection/4.3.0": {
  793. "dependencies": {
  794. "Microsoft.NETCore.Platforms": "5.0.0",
  795. "Microsoft.NETCore.Targets": "1.1.0",
  796. "System.IO": "4.3.0",
  797. "System.Reflection.Primitives": "4.3.0",
  798. "System.Runtime": "4.3.0"
  799. }
  800. },
  801. "System.Reflection.Emit/4.0.1": {
  802. "dependencies": {
  803. "System.IO": "4.3.0",
  804. "System.Reflection": "4.3.0",
  805. "System.Reflection.Emit.ILGeneration": "4.0.1",
  806. "System.Reflection.Primitives": "4.3.0",
  807. "System.Runtime": "4.3.0"
  808. }
  809. },
  810. "System.Reflection.Emit.ILGeneration/4.0.1": {
  811. "dependencies": {
  812. "System.Reflection": "4.3.0",
  813. "System.Reflection.Primitives": "4.3.0",
  814. "System.Runtime": "4.3.0"
  815. }
  816. },
  817. "System.Reflection.Emit.Lightweight/4.7.0": {},
  818. "System.Reflection.Extensions/4.0.1": {
  819. "dependencies": {
  820. "Microsoft.NETCore.Platforms": "5.0.0",
  821. "Microsoft.NETCore.Targets": "1.1.0",
  822. "System.Reflection": "4.3.0",
  823. "System.Runtime": "4.3.0"
  824. }
  825. },
  826. "System.Reflection.Primitives/4.3.0": {
  827. "dependencies": {
  828. "Microsoft.NETCore.Platforms": "5.0.0",
  829. "Microsoft.NETCore.Targets": "1.1.0",
  830. "System.Runtime": "4.3.0"
  831. }
  832. },
  833. "System.Reflection.TypeExtensions/4.3.0": {
  834. "dependencies": {
  835. "System.Reflection": "4.3.0",
  836. "System.Runtime": "4.3.0"
  837. }
  838. },
  839. "System.Resources.ResourceManager/4.3.0": {
  840. "dependencies": {
  841. "Microsoft.NETCore.Platforms": "5.0.0",
  842. "Microsoft.NETCore.Targets": "1.1.0",
  843. "System.Globalization": "4.3.0",
  844. "System.Reflection": "4.3.0",
  845. "System.Runtime": "4.3.0"
  846. }
  847. },
  848. "System.Runtime/4.3.0": {
  849. "dependencies": {
  850. "Microsoft.NETCore.Platforms": "5.0.0",
  851. "Microsoft.NETCore.Targets": "1.1.0"
  852. }
  853. },
  854. "System.Runtime.Caching/5.0.0": {
  855. "dependencies": {
  856. "System.Configuration.ConfigurationManager": "5.0.0"
  857. },
  858. "runtime": {
  859. "lib/netstandard2.0/System.Runtime.Caching.dll": {
  860. "assemblyVersion": "4.0.0.0",
  861. "fileVersion": "5.0.20.51904"
  862. }
  863. },
  864. "runtimeTargets": {
  865. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
  866. "rid": "win",
  867. "assetType": "runtime",
  868. "assemblyVersion": "4.0.0.0",
  869. "fileVersion": "5.0.20.51904"
  870. }
  871. }
  872. },
  873. "System.Runtime.Extensions/4.3.0": {
  874. "dependencies": {
  875. "Microsoft.NETCore.Platforms": "5.0.0",
  876. "Microsoft.NETCore.Targets": "1.1.0",
  877. "System.Runtime": "4.3.0"
  878. }
  879. },
  880. "System.Runtime.Handles/4.3.0": {
  881. "dependencies": {
  882. "Microsoft.NETCore.Platforms": "5.0.0",
  883. "Microsoft.NETCore.Targets": "1.1.0",
  884. "System.Runtime": "4.3.0"
  885. }
  886. },
  887. "System.Runtime.InteropServices/4.3.0": {
  888. "dependencies": {
  889. "Microsoft.NETCore.Platforms": "5.0.0",
  890. "Microsoft.NETCore.Targets": "1.1.0",
  891. "System.Reflection": "4.3.0",
  892. "System.Reflection.Primitives": "4.3.0",
  893. "System.Runtime": "4.3.0",
  894. "System.Runtime.Handles": "4.3.0"
  895. }
  896. },
  897. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  898. "dependencies": {
  899. "Microsoft.NETCore.Platforms": "5.0.0",
  900. "System.Reflection": "4.3.0",
  901. "System.Resources.ResourceManager": "4.3.0",
  902. "System.Runtime": "4.3.0",
  903. "System.Runtime.InteropServices": "4.3.0",
  904. "System.Threading": "4.3.0",
  905. "runtime.native.System": "4.0.0"
  906. }
  907. },
  908. "System.Runtime.Numerics/4.0.1": {
  909. "dependencies": {
  910. "System.Globalization": "4.3.0",
  911. "System.Resources.ResourceManager": "4.3.0",
  912. "System.Runtime": "4.3.0",
  913. "System.Runtime.Extensions": "4.3.0"
  914. }
  915. },
  916. "System.Security.AccessControl/5.0.0": {
  917. "dependencies": {
  918. "Microsoft.NETCore.Platforms": "5.0.0",
  919. "System.Security.Principal.Windows": "5.0.0"
  920. }
  921. },
  922. "System.Security.Cryptography.Algorithms/4.2.0": {
  923. "dependencies": {
  924. "Microsoft.NETCore.Platforms": "5.0.0",
  925. "System.Collections": "4.3.0",
  926. "System.IO": "4.3.0",
  927. "System.Resources.ResourceManager": "4.3.0",
  928. "System.Runtime": "4.3.0",
  929. "System.Runtime.Extensions": "4.3.0",
  930. "System.Runtime.Handles": "4.3.0",
  931. "System.Runtime.InteropServices": "4.3.0",
  932. "System.Runtime.Numerics": "4.0.1",
  933. "System.Security.Cryptography.Encoding": "4.0.0",
  934. "System.Security.Cryptography.Primitives": "4.0.0",
  935. "System.Text.Encoding": "4.3.0",
  936. "runtime.native.System.Security.Cryptography": "4.0.0"
  937. }
  938. },
  939. "System.Security.Cryptography.Cng/5.0.0": {
  940. "dependencies": {
  941. "System.Formats.Asn1": "5.0.0"
  942. }
  943. },
  944. "System.Security.Cryptography.Csp/4.0.0": {
  945. "dependencies": {
  946. "Microsoft.NETCore.Platforms": "5.0.0",
  947. "System.IO": "4.3.0",
  948. "System.Reflection": "4.3.0",
  949. "System.Resources.ResourceManager": "4.3.0",
  950. "System.Runtime": "4.3.0",
  951. "System.Runtime.Extensions": "4.3.0",
  952. "System.Runtime.Handles": "4.3.0",
  953. "System.Runtime.InteropServices": "4.3.0",
  954. "System.Security.Cryptography.Algorithms": "4.2.0",
  955. "System.Security.Cryptography.Encoding": "4.0.0",
  956. "System.Security.Cryptography.Primitives": "4.0.0",
  957. "System.Text.Encoding": "4.3.0",
  958. "System.Threading": "4.3.0"
  959. }
  960. },
  961. "System.Security.Cryptography.Encoding/4.0.0": {
  962. "dependencies": {
  963. "Microsoft.NETCore.Platforms": "5.0.0",
  964. "System.Collections": "4.3.0",
  965. "System.Collections.Concurrent": "4.3.0",
  966. "System.Linq": "4.1.0",
  967. "System.Resources.ResourceManager": "4.3.0",
  968. "System.Runtime": "4.3.0",
  969. "System.Runtime.Extensions": "4.3.0",
  970. "System.Runtime.Handles": "4.3.0",
  971. "System.Runtime.InteropServices": "4.3.0",
  972. "System.Security.Cryptography.Primitives": "4.0.0",
  973. "System.Text.Encoding": "4.3.0",
  974. "runtime.native.System.Security.Cryptography": "4.0.0"
  975. }
  976. },
  977. "System.Security.Cryptography.OpenSsl/4.0.0": {
  978. "dependencies": {
  979. "System.Collections": "4.3.0",
  980. "System.IO": "4.3.0",
  981. "System.Resources.ResourceManager": "4.3.0",
  982. "System.Runtime": "4.3.0",
  983. "System.Runtime.Extensions": "4.3.0",
  984. "System.Runtime.Handles": "4.3.0",
  985. "System.Runtime.InteropServices": "4.3.0",
  986. "System.Runtime.Numerics": "4.0.1",
  987. "System.Security.Cryptography.Algorithms": "4.2.0",
  988. "System.Security.Cryptography.Encoding": "4.0.0",
  989. "System.Security.Cryptography.Primitives": "4.0.0",
  990. "System.Text.Encoding": "4.3.0",
  991. "runtime.native.System.Security.Cryptography": "4.0.0"
  992. }
  993. },
  994. "System.Security.Cryptography.Primitives/4.0.0": {
  995. "dependencies": {
  996. "System.Diagnostics.Debug": "4.3.0",
  997. "System.Globalization": "4.3.0",
  998. "System.IO": "4.3.0",
  999. "System.Resources.ResourceManager": "4.3.0",
  1000. "System.Runtime": "4.3.0",
  1001. "System.Threading": "4.3.0",
  1002. "System.Threading.Tasks": "4.3.0"
  1003. }
  1004. },
  1005. "System.Security.Cryptography.ProtectedData/5.0.0": {
  1006. "runtime": {
  1007. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  1008. "assemblyVersion": "5.0.0.0",
  1009. "fileVersion": "5.0.20.51904"
  1010. }
  1011. },
  1012. "runtimeTargets": {
  1013. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  1014. "rid": "win",
  1015. "assetType": "runtime",
  1016. "assemblyVersion": "5.0.0.0",
  1017. "fileVersion": "5.0.20.51904"
  1018. }
  1019. }
  1020. },
  1021. "System.Security.Cryptography.X509Certificates/4.1.0": {
  1022. "dependencies": {
  1023. "Microsoft.NETCore.Platforms": "5.0.0",
  1024. "System.Collections": "4.3.0",
  1025. "System.Diagnostics.Debug": "4.3.0",
  1026. "System.Globalization": "4.3.0",
  1027. "System.Globalization.Calendars": "4.0.1",
  1028. "System.IO": "4.3.0",
  1029. "System.IO.FileSystem": "4.0.1",
  1030. "System.IO.FileSystem.Primitives": "4.0.1",
  1031. "System.Resources.ResourceManager": "4.3.0",
  1032. "System.Runtime": "4.3.0",
  1033. "System.Runtime.Extensions": "4.3.0",
  1034. "System.Runtime.Handles": "4.3.0",
  1035. "System.Runtime.InteropServices": "4.3.0",
  1036. "System.Runtime.Numerics": "4.0.1",
  1037. "System.Security.Cryptography.Algorithms": "4.2.0",
  1038. "System.Security.Cryptography.Cng": "5.0.0",
  1039. "System.Security.Cryptography.Csp": "4.0.0",
  1040. "System.Security.Cryptography.Encoding": "4.0.0",
  1041. "System.Security.Cryptography.OpenSsl": "4.0.0",
  1042. "System.Security.Cryptography.Primitives": "4.0.0",
  1043. "System.Text.Encoding": "4.3.0",
  1044. "System.Threading": "4.3.0",
  1045. "runtime.native.System": "4.0.0",
  1046. "runtime.native.System.Net.Http": "4.0.1",
  1047. "runtime.native.System.Security.Cryptography": "4.0.0"
  1048. }
  1049. },
  1050. "System.Security.Permissions/5.0.0": {
  1051. "dependencies": {
  1052. "System.Security.AccessControl": "5.0.0",
  1053. "System.Windows.Extensions": "5.0.0"
  1054. },
  1055. "runtime": {
  1056. "lib/net5.0/System.Security.Permissions.dll": {
  1057. "assemblyVersion": "5.0.0.0",
  1058. "fileVersion": "5.0.20.51904"
  1059. }
  1060. }
  1061. },
  1062. "System.Security.Principal.Windows/5.0.0": {},
  1063. "System.Text.Encoding/4.3.0": {
  1064. "dependencies": {
  1065. "Microsoft.NETCore.Platforms": "5.0.0",
  1066. "Microsoft.NETCore.Targets": "1.1.0",
  1067. "System.Runtime": "4.3.0"
  1068. }
  1069. },
  1070. "System.Text.Encoding.CodePages/5.0.0": {
  1071. "dependencies": {
  1072. "Microsoft.NETCore.Platforms": "5.0.0"
  1073. }
  1074. },
  1075. "System.Text.Encoding.Extensions/4.0.11": {
  1076. "dependencies": {
  1077. "Microsoft.NETCore.Platforms": "5.0.0",
  1078. "Microsoft.NETCore.Targets": "1.1.0",
  1079. "System.Runtime": "4.3.0",
  1080. "System.Text.Encoding": "4.3.0"
  1081. }
  1082. },
  1083. "System.Text.Encodings.Web/4.7.2": {},
  1084. "System.Text.Json/4.7.2": {},
  1085. "System.Text.RegularExpressions/4.1.0": {
  1086. "dependencies": {
  1087. "System.Collections": "4.3.0",
  1088. "System.Globalization": "4.3.0",
  1089. "System.Resources.ResourceManager": "4.3.0",
  1090. "System.Runtime": "4.3.0",
  1091. "System.Runtime.Extensions": "4.3.0",
  1092. "System.Threading": "4.3.0"
  1093. }
  1094. },
  1095. "System.Threading/4.3.0": {
  1096. "dependencies": {
  1097. "System.Runtime": "4.3.0",
  1098. "System.Threading.Tasks": "4.3.0"
  1099. }
  1100. },
  1101. "System.Threading.Tasks/4.3.0": {
  1102. "dependencies": {
  1103. "Microsoft.NETCore.Platforms": "5.0.0",
  1104. "Microsoft.NETCore.Targets": "1.1.0",
  1105. "System.Runtime": "4.3.0"
  1106. }
  1107. },
  1108. "System.Threading.Tasks.Extensions/4.5.4": {},
  1109. "System.Threading.Thread/4.0.0": {
  1110. "dependencies": {
  1111. "System.Runtime": "4.3.0"
  1112. }
  1113. },
  1114. "System.Threading.Timer/4.0.1": {
  1115. "dependencies": {
  1116. "Microsoft.NETCore.Platforms": "5.0.0",
  1117. "Microsoft.NETCore.Targets": "1.1.0",
  1118. "System.Runtime": "4.3.0"
  1119. }
  1120. },
  1121. "System.Windows.Extensions/5.0.0": {
  1122. "dependencies": {
  1123. "System.Drawing.Common": "5.0.0"
  1124. },
  1125. "runtime": {
  1126. "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  1127. "assemblyVersion": "5.0.0.0",
  1128. "fileVersion": "5.0.20.51904"
  1129. }
  1130. },
  1131. "runtimeTargets": {
  1132. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  1133. "rid": "win",
  1134. "assetType": "runtime",
  1135. "assemblyVersion": "5.0.0.0",
  1136. "fileVersion": "5.0.20.51904"
  1137. }
  1138. }
  1139. },
  1140. "System.Xml.ReaderWriter/4.0.11": {
  1141. "dependencies": {
  1142. "System.Collections": "4.3.0",
  1143. "System.Diagnostics.Debug": "4.3.0",
  1144. "System.Globalization": "4.3.0",
  1145. "System.IO": "4.3.0",
  1146. "System.IO.FileSystem": "4.0.1",
  1147. "System.IO.FileSystem.Primitives": "4.0.1",
  1148. "System.Resources.ResourceManager": "4.3.0",
  1149. "System.Runtime": "4.3.0",
  1150. "System.Runtime.Extensions": "4.3.0",
  1151. "System.Runtime.InteropServices": "4.3.0",
  1152. "System.Text.Encoding": "4.3.0",
  1153. "System.Text.Encoding.Extensions": "4.0.11",
  1154. "System.Text.RegularExpressions": "4.1.0",
  1155. "System.Threading.Tasks": "4.3.0",
  1156. "System.Threading.Tasks.Extensions": "4.5.4"
  1157. }
  1158. },
  1159. "System.Xml.XDocument/4.0.11": {
  1160. "dependencies": {
  1161. "System.Collections": "4.3.0",
  1162. "System.Diagnostics.Debug": "4.3.0",
  1163. "System.Diagnostics.Tools": "4.0.1",
  1164. "System.Globalization": "4.3.0",
  1165. "System.IO": "4.3.0",
  1166. "System.Reflection": "4.3.0",
  1167. "System.Resources.ResourceManager": "4.3.0",
  1168. "System.Runtime": "4.3.0",
  1169. "System.Runtime.Extensions": "4.3.0",
  1170. "System.Text.Encoding": "4.3.0",
  1171. "System.Threading": "4.3.0",
  1172. "System.Xml.ReaderWriter": "4.0.11"
  1173. }
  1174. },
  1175. "WkHtmlToPdf/1.0.2": {
  1176. "runtime": {
  1177. "lib/netstandard2.0/WkHtmlToPdf.dll": {
  1178. "assemblyVersion": "1.0.2.0",
  1179. "fileVersion": "1.0.2.0"
  1180. }
  1181. }
  1182. },
  1183. "CustomerOnlineV2.Common/1.0.0": {
  1184. "dependencies": {
  1185. "DinkToPdf": "1.0.8",
  1186. "Microsoft.AspNet.Mvc": "5.2.9",
  1187. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  1188. "Microsoft.Extensions.Configuration.Abstractions": "7.0.0",
  1189. "Select.HtmlToPdf.NetCore": "23.2.0-rc2",
  1190. "WkHtmlToPdf": "1.0.2"
  1191. },
  1192. "runtime": {
  1193. "CustomerOnlineV2.Common.dll": {}
  1194. }
  1195. }
  1196. }
  1197. },
  1198. "libraries": {
  1199. "CustomerOnlineV2.Repository/1.0.0": {
  1200. "type": "project",
  1201. "serviceable": false,
  1202. "sha512": ""
  1203. },
  1204. "Azure.Core/1.24.0": {
  1205. "type": "package",
  1206. "serviceable": true,
  1207. "sha512": "sha512-+/qI1j2oU1S4/nvxb2k/wDsol00iGf1AyJX5g3epV7eOpQEP/2xcgh/cxgKMeFgn3U2fmgSiBnQZdkV+l5y0Uw==",
  1208. "path": "azure.core/1.24.0",
  1209. "hashPath": "azure.core.1.24.0.nupkg.sha512"
  1210. },
  1211. "Azure.Identity/1.6.0": {
  1212. "type": "package",
  1213. "serviceable": true,
  1214. "sha512": "sha512-EycyMsb6rD2PK9P0SyibFfEhvWWttdrYhyPF4f41uzdB/44yQlV+2Wehxyg489Rj6gbPvSPgbKq0xsHJBhipZA==",
  1215. "path": "azure.identity/1.6.0",
  1216. "hashPath": "azure.identity.1.6.0.nupkg.sha512"
  1217. },
  1218. "DinkToPdf/1.0.8": {
  1219. "type": "package",
  1220. "serviceable": true,
  1221. "sha512": "sha512-wJDlcNXjQ+OnBFwh3LBeAXgrXqlKl0RsgN60XpxEFbyqzdaG9ASb5HTXQjXQPaBguSCOrGZZESPnpcng34TEkw==",
  1222. "path": "dinktopdf/1.0.8",
  1223. "hashPath": "dinktopdf.1.0.8.nupkg.sha512"
  1224. },
  1225. "Microsoft.AspNet.Mvc/5.2.9": {
  1226. "type": "package",
  1227. "serviceable": true,
  1228. "sha512": "sha512-bcekKshCAh7kTWSMZPavQStSZQF/QmjEjO2gVWGITEd0/t5eRlb+ZLDE+az2qY1bZ8L6Hz0OCNeS0uzXtJcK5w==",
  1229. "path": "microsoft.aspnet.mvc/5.2.9",
  1230. "hashPath": "microsoft.aspnet.mvc.5.2.9.nupkg.sha512"
  1231. },
  1232. "Microsoft.AspNet.Razor/3.2.9": {
  1233. "type": "package",
  1234. "serviceable": true,
  1235. "sha512": "sha512-QOJEnEw3xp+t5lMvYR5nGCF4CfZpHqr2p8uZOBEgDZoB6r2txtSj6581YNr+/dOHjI3YRlo1QAKGQoSohbQ/KA==",
  1236. "path": "microsoft.aspnet.razor/3.2.9",
  1237. "hashPath": "microsoft.aspnet.razor.3.2.9.nupkg.sha512"
  1238. },
  1239. "Microsoft.AspNet.WebPages/3.2.9": {
  1240. "type": "package",
  1241. "serviceable": true,
  1242. "sha512": "sha512-yByb721lwv8YFsx1oKA5CLKXa89XVbVMkPafS4bg/bPelBEgChq/coFBQEkA4kwcabG7AR56w3vapnoZUfr2Cw==",
  1243. "path": "microsoft.aspnet.webpages/3.2.9",
  1244. "hashPath": "microsoft.aspnet.webpages.3.2.9.nupkg.sha512"
  1245. },
  1246. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  1247. "type": "package",
  1248. "serviceable": true,
  1249. "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
  1250. "path": "microsoft.aspnetcore.http.abstractions/2.2.0",
  1251. "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
  1252. },
  1253. "Microsoft.AspNetCore.Http.Features/2.2.0": {
  1254. "type": "package",
  1255. "serviceable": true,
  1256. "sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
  1257. "path": "microsoft.aspnetcore.http.features/2.2.0",
  1258. "hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
  1259. },
  1260. "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
  1261. "type": "package",
  1262. "serviceable": true,
  1263. "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
  1264. "path": "microsoft.bcl.asyncinterfaces/1.1.1",
  1265. "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
  1266. },
  1267. "Microsoft.CSharp/4.5.0": {
  1268. "type": "package",
  1269. "serviceable": true,
  1270. "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
  1271. "path": "microsoft.csharp/4.5.0",
  1272. "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
  1273. },
  1274. "Microsoft.Data.SqlClient/5.0.1": {
  1275. "type": "package",
  1276. "serviceable": true,
  1277. "sha512": "sha512-uu8dfrsx081cSbEevWuZAvqdmANDGJkbLBL2G3j0LAZxX1Oy8RCVAaC4Lcuak6jNicWP6CWvHqBTIEmQNSxQlw==",
  1278. "path": "microsoft.data.sqlclient/5.0.1",
  1279. "hashPath": "microsoft.data.sqlclient.5.0.1.nupkg.sha512"
  1280. },
  1281. "Microsoft.Data.SqlClient.SNI.runtime/5.0.1": {
  1282. "type": "package",
  1283. "serviceable": true,
  1284. "sha512": "sha512-y0X5MxiNdbITJYoafJ2ruaX6hqO0twpCGR/ipiDOe85JKLU8WL4TuAQfDe5qtt3bND5Je26HnrarLSAMMnVTNg==",
  1285. "path": "microsoft.data.sqlclient.sni.runtime/5.0.1",
  1286. "hashPath": "microsoft.data.sqlclient.sni.runtime.5.0.1.nupkg.sha512"
  1287. },
  1288. "Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
  1289. "type": "package",
  1290. "serviceable": true,
  1291. "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
  1292. "path": "microsoft.extensions.configuration.abstractions/7.0.0",
  1293. "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
  1294. },
  1295. "Microsoft.Extensions.Logging.Abstractions/7.0.0": {
  1296. "type": "package",
  1297. "serviceable": true,
  1298. "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
  1299. "path": "microsoft.extensions.logging.abstractions/7.0.0",
  1300. "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
  1301. },
  1302. "Microsoft.Extensions.Primitives/7.0.0": {
  1303. "type": "package",
  1304. "serviceable": true,
  1305. "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
  1306. "path": "microsoft.extensions.primitives/7.0.0",
  1307. "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
  1308. },
  1309. "Microsoft.Identity.Client/4.45.0": {
  1310. "type": "package",
  1311. "serviceable": true,
  1312. "sha512": "sha512-ircobISCLWbtE5eEoLKU+ldfZ8O41vg4lcy38KRj/znH17jvBiAl8oxcyNp89CsuqE3onxIpn21Ca7riyDDrRw==",
  1313. "path": "microsoft.identity.client/4.45.0",
  1314. "hashPath": "microsoft.identity.client.4.45.0.nupkg.sha512"
  1315. },
  1316. "Microsoft.Identity.Client.Extensions.Msal/2.19.3": {
  1317. "type": "package",
  1318. "serviceable": true,
  1319. "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==",
  1320. "path": "microsoft.identity.client.extensions.msal/2.19.3",
  1321. "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512"
  1322. },
  1323. "Microsoft.IdentityModel.Abstractions/6.21.0": {
  1324. "type": "package",
  1325. "serviceable": true,
  1326. "sha512": "sha512-XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg==",
  1327. "path": "microsoft.identitymodel.abstractions/6.21.0",
  1328. "hashPath": "microsoft.identitymodel.abstractions.6.21.0.nupkg.sha512"
  1329. },
  1330. "Microsoft.IdentityModel.JsonWebTokens/6.21.0": {
  1331. "type": "package",
  1332. "serviceable": true,
  1333. "sha512": "sha512-d3h1/BaMeylKTkdP6XwRCxuOoDJZ44V9xaXr6gl5QxmpnZGdoK3bySo3OQN8ehRLJHShb94ElLUvoXyglQtgAw==",
  1334. "path": "microsoft.identitymodel.jsonwebtokens/6.21.0",
  1335. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.21.0.nupkg.sha512"
  1336. },
  1337. "Microsoft.IdentityModel.Logging/6.21.0": {
  1338. "type": "package",
  1339. "serviceable": true,
  1340. "sha512": "sha512-tuEhHIQwvBEhMf8I50hy8FHmRSUkffDFP5EdLsSDV4qRcl2wvOPkQxYqEzWkh+ytW6sbdJGEXElGhmhDfAxAKg==",
  1341. "path": "microsoft.identitymodel.logging/6.21.0",
  1342. "hashPath": "microsoft.identitymodel.logging.6.21.0.nupkg.sha512"
  1343. },
  1344. "Microsoft.IdentityModel.Protocols/6.21.0": {
  1345. "type": "package",
  1346. "serviceable": true,
  1347. "sha512": "sha512-0FqY5cTLQKtHrClzHEI+QxJl8OBT2vUiEQQB7UKk832JDiJJmetzYZ3AdSrPjN/3l3nkhByeWzXnhrX0JbifKg==",
  1348. "path": "microsoft.identitymodel.protocols/6.21.0",
  1349. "hashPath": "microsoft.identitymodel.protocols.6.21.0.nupkg.sha512"
  1350. },
  1351. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.21.0": {
  1352. "type": "package",
  1353. "serviceable": true,
  1354. "sha512": "sha512-vtSKL7n6EnAsLyxmiviusm6LKrblT2ndnNqN6rvVq6iIHAnPCK9E2DkDx6h1Jrpy1cvbp40r0cnTg23nhEAGTA==",
  1355. "path": "microsoft.identitymodel.protocols.openidconnect/6.21.0",
  1356. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.21.0.nupkg.sha512"
  1357. },
  1358. "Microsoft.IdentityModel.Tokens/6.21.0": {
  1359. "type": "package",
  1360. "serviceable": true,
  1361. "sha512": "sha512-AAEHZvZyb597a+QJSmtxH3n2P1nIJGpZ4Q89GTenknRx6T6zyfzf592yW/jA5e8EHN4tNMjjXHQaYWEq5+L05w==",
  1362. "path": "microsoft.identitymodel.tokens/6.21.0",
  1363. "hashPath": "microsoft.identitymodel.tokens.6.21.0.nupkg.sha512"
  1364. },
  1365. "Microsoft.NETCore.Platforms/5.0.0": {
  1366. "type": "package",
  1367. "serviceable": true,
  1368. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  1369. "path": "microsoft.netcore.platforms/5.0.0",
  1370. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  1371. },
  1372. "Microsoft.NETCore.Targets/1.1.0": {
  1373. "type": "package",
  1374. "serviceable": true,
  1375. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1376. "path": "microsoft.netcore.targets/1.1.0",
  1377. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1378. },
  1379. "Microsoft.SqlServer.Server/1.0.0": {
  1380. "type": "package",
  1381. "serviceable": true,
  1382. "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
  1383. "path": "microsoft.sqlserver.server/1.0.0",
  1384. "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
  1385. },
  1386. "Microsoft.Web.Infrastructure/1.0.0": {
  1387. "type": "package",
  1388. "serviceable": true,
  1389. "sha512": "sha512-FNmvLn5m2LTU/Rs2KWVo0SIIh9Ek+U0ojex7xeDaSHw/zgEP77A8vY5cVWgUtBGS8MJfDGNn8rpXJWEIQaPwTg==",
  1390. "path": "microsoft.web.infrastructure/1.0.0",
  1391. "hashPath": "microsoft.web.infrastructure.1.0.0.nupkg.sha512"
  1392. },
  1393. "Microsoft.Win32.Primitives/4.0.1": {
  1394. "type": "package",
  1395. "serviceable": true,
  1396. "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
  1397. "path": "microsoft.win32.primitives/4.0.1",
  1398. "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512"
  1399. },
  1400. "Microsoft.Win32.Registry/5.0.0": {
  1401. "type": "package",
  1402. "serviceable": true,
  1403. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  1404. "path": "microsoft.win32.registry/5.0.0",
  1405. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  1406. },
  1407. "Microsoft.Win32.SystemEvents/5.0.0": {
  1408. "type": "package",
  1409. "serviceable": true,
  1410. "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  1411. "path": "microsoft.win32.systemevents/5.0.0",
  1412. "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
  1413. },
  1414. "NETStandard.Library/1.6.0": {
  1415. "type": "package",
  1416. "serviceable": true,
  1417. "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  1418. "path": "netstandard.library/1.6.0",
  1419. "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
  1420. },
  1421. "Newtonsoft.Json/13.0.3": {
  1422. "type": "package",
  1423. "serviceable": true,
  1424. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  1425. "path": "newtonsoft.json/13.0.3",
  1426. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  1427. },
  1428. "NPoco/5.7.1": {
  1429. "type": "package",
  1430. "serviceable": true,
  1431. "sha512": "sha512-6qjyBqqc0TSK/xHjXA6tSZhABSDQqXGrTOIdUIVazPsmN0OyTaBTEtwV2wTV0NyfkzcRPhLyO6bIW89ZFNvlWg==",
  1432. "path": "npoco/5.7.1",
  1433. "hashPath": "npoco.5.7.1.nupkg.sha512"
  1434. },
  1435. "runtime.native.System/4.0.0": {
  1436. "type": "package",
  1437. "serviceable": true,
  1438. "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
  1439. "path": "runtime.native.system/4.0.0",
  1440. "hashPath": "runtime.native.system.4.0.0.nupkg.sha512"
  1441. },
  1442. "runtime.native.System.IO.Compression/4.1.0": {
  1443. "type": "package",
  1444. "serviceable": true,
  1445. "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
  1446. "path": "runtime.native.system.io.compression/4.1.0",
  1447. "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512"
  1448. },
  1449. "runtime.native.System.Net.Http/4.0.1": {
  1450. "type": "package",
  1451. "serviceable": true,
  1452. "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==",
  1453. "path": "runtime.native.system.net.http/4.0.1",
  1454. "hashPath": "runtime.native.system.net.http.4.0.1.nupkg.sha512"
  1455. },
  1456. "runtime.native.System.Security.Cryptography/4.0.0": {
  1457. "type": "package",
  1458. "serviceable": true,
  1459. "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
  1460. "path": "runtime.native.system.security.cryptography/4.0.0",
  1461. "hashPath": "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512"
  1462. },
  1463. "Select.HtmlToPdf.NetCore/23.2.0-rc2": {
  1464. "type": "package",
  1465. "serviceable": true,
  1466. "sha512": "sha512-TedkJ12/7W7NSE2VeS0ukPm4Ykj6BDivKOcYfVWWKI++GCJNImRgb3xN7RYLAAcoZokcqXEgU+GIz/ToGOtkrA==",
  1467. "path": "select.htmltopdf.netcore/23.2.0-rc2",
  1468. "hashPath": "select.htmltopdf.netcore.23.2.0-rc2.nupkg.sha512"
  1469. },
  1470. "System.AppContext/4.1.0": {
  1471. "type": "package",
  1472. "serviceable": true,
  1473. "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  1474. "path": "system.appcontext/4.1.0",
  1475. "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
  1476. },
  1477. "System.Buffers/4.5.1": {
  1478. "type": "package",
  1479. "serviceable": true,
  1480. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1481. "path": "system.buffers/4.5.1",
  1482. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  1483. },
  1484. "System.Collections/4.3.0": {
  1485. "type": "package",
  1486. "serviceable": true,
  1487. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1488. "path": "system.collections/4.3.0",
  1489. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1490. },
  1491. "System.Collections.Concurrent/4.3.0": {
  1492. "type": "package",
  1493. "serviceable": true,
  1494. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  1495. "path": "system.collections.concurrent/4.3.0",
  1496. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  1497. },
  1498. "System.Configuration.ConfigurationManager/5.0.0": {
  1499. "type": "package",
  1500. "serviceable": true,
  1501. "sha512": "sha512-aM7cbfEfVNlEEOj3DsZP+2g9NRwbkyiAv2isQEzw7pnkDg9ekCU2m1cdJLM02Uq691OaCS91tooaxcEn8d0q5w==",
  1502. "path": "system.configuration.configurationmanager/5.0.0",
  1503. "hashPath": "system.configuration.configurationmanager.5.0.0.nupkg.sha512"
  1504. },
  1505. "System.Console/4.0.0": {
  1506. "type": "package",
  1507. "serviceable": true,
  1508. "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
  1509. "path": "system.console/4.0.0",
  1510. "hashPath": "system.console.4.0.0.nupkg.sha512"
  1511. },
  1512. "System.Diagnostics.Debug/4.3.0": {
  1513. "type": "package",
  1514. "serviceable": true,
  1515. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1516. "path": "system.diagnostics.debug/4.3.0",
  1517. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1518. },
  1519. "System.Diagnostics.DiagnosticSource/5.0.0": {
  1520. "type": "package",
  1521. "serviceable": true,
  1522. "sha512": "sha512-tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==",
  1523. "path": "system.diagnostics.diagnosticsource/5.0.0",
  1524. "hashPath": "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512"
  1525. },
  1526. "System.Diagnostics.Tools/4.0.1": {
  1527. "type": "package",
  1528. "serviceable": true,
  1529. "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  1530. "path": "system.diagnostics.tools/4.0.1",
  1531. "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
  1532. },
  1533. "System.Diagnostics.Tracing/4.3.0": {
  1534. "type": "package",
  1535. "serviceable": true,
  1536. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  1537. "path": "system.diagnostics.tracing/4.3.0",
  1538. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  1539. },
  1540. "System.Drawing.Common/5.0.0": {
  1541. "type": "package",
  1542. "serviceable": true,
  1543. "sha512": "sha512-SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
  1544. "path": "system.drawing.common/5.0.0",
  1545. "hashPath": "system.drawing.common.5.0.0.nupkg.sha512"
  1546. },
  1547. "System.Formats.Asn1/5.0.0": {
  1548. "type": "package",
  1549. "serviceable": true,
  1550. "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==",
  1551. "path": "system.formats.asn1/5.0.0",
  1552. "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512"
  1553. },
  1554. "System.Globalization/4.3.0": {
  1555. "type": "package",
  1556. "serviceable": true,
  1557. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1558. "path": "system.globalization/4.3.0",
  1559. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1560. },
  1561. "System.Globalization.Calendars/4.0.1": {
  1562. "type": "package",
  1563. "serviceable": true,
  1564. "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",
  1565. "path": "system.globalization.calendars/4.0.1",
  1566. "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512"
  1567. },
  1568. "System.Globalization.Extensions/4.0.1": {
  1569. "type": "package",
  1570. "serviceable": true,
  1571. "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==",
  1572. "path": "system.globalization.extensions/4.0.1",
  1573. "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512"
  1574. },
  1575. "System.IdentityModel.Tokens.Jwt/6.21.0": {
  1576. "type": "package",
  1577. "serviceable": true,
  1578. "sha512": "sha512-JRD8AuypBE+2zYxT3dMJomQVsPYsCqlyZhWel3J1d5nzQokSRyTueF+Q4ID3Jcu6zSZKuzOdJ1MLTkbQsDqcvQ==",
  1579. "path": "system.identitymodel.tokens.jwt/6.21.0",
  1580. "hashPath": "system.identitymodel.tokens.jwt.6.21.0.nupkg.sha512"
  1581. },
  1582. "System.IO/4.3.0": {
  1583. "type": "package",
  1584. "serviceable": true,
  1585. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1586. "path": "system.io/4.3.0",
  1587. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1588. },
  1589. "System.IO.Compression/4.1.0": {
  1590. "type": "package",
  1591. "serviceable": true,
  1592. "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
  1593. "path": "system.io.compression/4.1.0",
  1594. "hashPath": "system.io.compression.4.1.0.nupkg.sha512"
  1595. },
  1596. "System.IO.Compression.ZipFile/4.0.1": {
  1597. "type": "package",
  1598. "serviceable": true,
  1599. "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
  1600. "path": "system.io.compression.zipfile/4.0.1",
  1601. "hashPath": "system.io.compression.zipfile.4.0.1.nupkg.sha512"
  1602. },
  1603. "System.IO.FileSystem/4.0.1": {
  1604. "type": "package",
  1605. "serviceable": true,
  1606. "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
  1607. "path": "system.io.filesystem/4.0.1",
  1608. "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
  1609. },
  1610. "System.IO.FileSystem.Primitives/4.0.1": {
  1611. "type": "package",
  1612. "serviceable": true,
  1613. "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
  1614. "path": "system.io.filesystem.primitives/4.0.1",
  1615. "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
  1616. },
  1617. "System.Linq/4.1.0": {
  1618. "type": "package",
  1619. "serviceable": true,
  1620. "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  1621. "path": "system.linq/4.1.0",
  1622. "hashPath": "system.linq.4.1.0.nupkg.sha512"
  1623. },
  1624. "System.Linq.Async/5.0.0": {
  1625. "type": "package",
  1626. "serviceable": true,
  1627. "sha512": "sha512-cPtIuuH8TIjVHSi2ewwReWGW1PfChPE0LxPIDlfwVcLuTM9GANFTXiMB7k3aC4sk3f0cQU25LNKzx+jZMxijqw==",
  1628. "path": "system.linq.async/5.0.0",
  1629. "hashPath": "system.linq.async.5.0.0.nupkg.sha512"
  1630. },
  1631. "System.Linq.Expressions/4.1.0": {
  1632. "type": "package",
  1633. "serviceable": true,
  1634. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  1635. "path": "system.linq.expressions/4.1.0",
  1636. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  1637. },
  1638. "System.Memory/4.5.4": {
  1639. "type": "package",
  1640. "serviceable": true,
  1641. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1642. "path": "system.memory/4.5.4",
  1643. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1644. },
  1645. "System.Memory.Data/1.0.2": {
  1646. "type": "package",
  1647. "serviceable": true,
  1648. "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
  1649. "path": "system.memory.data/1.0.2",
  1650. "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
  1651. },
  1652. "System.Net.Http/4.1.0": {
  1653. "type": "package",
  1654. "serviceable": true,
  1655. "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",
  1656. "path": "system.net.http/4.1.0",
  1657. "hashPath": "system.net.http.4.1.0.nupkg.sha512"
  1658. },
  1659. "System.Net.Primitives/4.0.11": {
  1660. "type": "package",
  1661. "serviceable": true,
  1662. "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
  1663. "path": "system.net.primitives/4.0.11",
  1664. "hashPath": "system.net.primitives.4.0.11.nupkg.sha512"
  1665. },
  1666. "System.Net.Sockets/4.1.0": {
  1667. "type": "package",
  1668. "serviceable": true,
  1669. "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
  1670. "path": "system.net.sockets/4.1.0",
  1671. "hashPath": "system.net.sockets.4.1.0.nupkg.sha512"
  1672. },
  1673. "System.Numerics.Vectors/4.5.0": {
  1674. "type": "package",
  1675. "serviceable": true,
  1676. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  1677. "path": "system.numerics.vectors/4.5.0",
  1678. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  1679. },
  1680. "System.ObjectModel/4.0.12": {
  1681. "type": "package",
  1682. "serviceable": true,
  1683. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  1684. "path": "system.objectmodel/4.0.12",
  1685. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  1686. },
  1687. "System.Reflection/4.3.0": {
  1688. "type": "package",
  1689. "serviceable": true,
  1690. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1691. "path": "system.reflection/4.3.0",
  1692. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1693. },
  1694. "System.Reflection.Emit/4.0.1": {
  1695. "type": "package",
  1696. "serviceable": true,
  1697. "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  1698. "path": "system.reflection.emit/4.0.1",
  1699. "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
  1700. },
  1701. "System.Reflection.Emit.ILGeneration/4.0.1": {
  1702. "type": "package",
  1703. "serviceable": true,
  1704. "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  1705. "path": "system.reflection.emit.ilgeneration/4.0.1",
  1706. "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
  1707. },
  1708. "System.Reflection.Emit.Lightweight/4.7.0": {
  1709. "type": "package",
  1710. "serviceable": true,
  1711. "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
  1712. "path": "system.reflection.emit.lightweight/4.7.0",
  1713. "hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512"
  1714. },
  1715. "System.Reflection.Extensions/4.0.1": {
  1716. "type": "package",
  1717. "serviceable": true,
  1718. "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  1719. "path": "system.reflection.extensions/4.0.1",
  1720. "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
  1721. },
  1722. "System.Reflection.Primitives/4.3.0": {
  1723. "type": "package",
  1724. "serviceable": true,
  1725. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1726. "path": "system.reflection.primitives/4.3.0",
  1727. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1728. },
  1729. "System.Reflection.TypeExtensions/4.3.0": {
  1730. "type": "package",
  1731. "serviceable": true,
  1732. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1733. "path": "system.reflection.typeextensions/4.3.0",
  1734. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1735. },
  1736. "System.Resources.ResourceManager/4.3.0": {
  1737. "type": "package",
  1738. "serviceable": true,
  1739. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1740. "path": "system.resources.resourcemanager/4.3.0",
  1741. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1742. },
  1743. "System.Runtime/4.3.0": {
  1744. "type": "package",
  1745. "serviceable": true,
  1746. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1747. "path": "system.runtime/4.3.0",
  1748. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1749. },
  1750. "System.Runtime.Caching/5.0.0": {
  1751. "type": "package",
  1752. "serviceable": true,
  1753. "sha512": "sha512-30D6MkO8WF9jVGWZIP0hmCN8l9BTY4LCsAzLIe4xFSXzs+AjDotR7DpSmj27pFskDURzUvqYYY0ikModgBTxWw==",
  1754. "path": "system.runtime.caching/5.0.0",
  1755. "hashPath": "system.runtime.caching.5.0.0.nupkg.sha512"
  1756. },
  1757. "System.Runtime.Extensions/4.3.0": {
  1758. "type": "package",
  1759. "serviceable": true,
  1760. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1761. "path": "system.runtime.extensions/4.3.0",
  1762. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1763. },
  1764. "System.Runtime.Handles/4.3.0": {
  1765. "type": "package",
  1766. "serviceable": true,
  1767. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1768. "path": "system.runtime.handles/4.3.0",
  1769. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1770. },
  1771. "System.Runtime.InteropServices/4.3.0": {
  1772. "type": "package",
  1773. "serviceable": true,
  1774. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1775. "path": "system.runtime.interopservices/4.3.0",
  1776. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1777. },
  1778. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  1779. "type": "package",
  1780. "serviceable": true,
  1781. "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  1782. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  1783. "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
  1784. },
  1785. "System.Runtime.Numerics/4.0.1": {
  1786. "type": "package",
  1787. "serviceable": true,
  1788. "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",
  1789. "path": "system.runtime.numerics/4.0.1",
  1790. "hashPath": "system.runtime.numerics.4.0.1.nupkg.sha512"
  1791. },
  1792. "System.Security.AccessControl/5.0.0": {
  1793. "type": "package",
  1794. "serviceable": true,
  1795. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  1796. "path": "system.security.accesscontrol/5.0.0",
  1797. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  1798. },
  1799. "System.Security.Cryptography.Algorithms/4.2.0": {
  1800. "type": "package",
  1801. "serviceable": true,
  1802. "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",
  1803. "path": "system.security.cryptography.algorithms/4.2.0",
  1804. "hashPath": "system.security.cryptography.algorithms.4.2.0.nupkg.sha512"
  1805. },
  1806. "System.Security.Cryptography.Cng/5.0.0": {
  1807. "type": "package",
  1808. "serviceable": true,
  1809. "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
  1810. "path": "system.security.cryptography.cng/5.0.0",
  1811. "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
  1812. },
  1813. "System.Security.Cryptography.Csp/4.0.0": {
  1814. "type": "package",
  1815. "serviceable": true,
  1816. "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==",
  1817. "path": "system.security.cryptography.csp/4.0.0",
  1818. "hashPath": "system.security.cryptography.csp.4.0.0.nupkg.sha512"
  1819. },
  1820. "System.Security.Cryptography.Encoding/4.0.0": {
  1821. "type": "package",
  1822. "serviceable": true,
  1823. "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",
  1824. "path": "system.security.cryptography.encoding/4.0.0",
  1825. "hashPath": "system.security.cryptography.encoding.4.0.0.nupkg.sha512"
  1826. },
  1827. "System.Security.Cryptography.OpenSsl/4.0.0": {
  1828. "type": "package",
  1829. "serviceable": true,
  1830. "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==",
  1831. "path": "system.security.cryptography.openssl/4.0.0",
  1832. "hashPath": "system.security.cryptography.openssl.4.0.0.nupkg.sha512"
  1833. },
  1834. "System.Security.Cryptography.Primitives/4.0.0": {
  1835. "type": "package",
  1836. "serviceable": true,
  1837. "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
  1838. "path": "system.security.cryptography.primitives/4.0.0",
  1839. "hashPath": "system.security.cryptography.primitives.4.0.0.nupkg.sha512"
  1840. },
  1841. "System.Security.Cryptography.ProtectedData/5.0.0": {
  1842. "type": "package",
  1843. "serviceable": true,
  1844. "sha512": "sha512-HGxMSAFAPLNoxBvSfW08vHde0F9uh7BjASwu6JF9JnXuEPhCY3YUqURn0+bQV/4UWeaqymmrHWV+Aw9riQCtCA==",
  1845. "path": "system.security.cryptography.protecteddata/5.0.0",
  1846. "hashPath": "system.security.cryptography.protecteddata.5.0.0.nupkg.sha512"
  1847. },
  1848. "System.Security.Cryptography.X509Certificates/4.1.0": {
  1849. "type": "package",
  1850. "serviceable": true,
  1851. "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",
  1852. "path": "system.security.cryptography.x509certificates/4.1.0",
  1853. "hashPath": "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512"
  1854. },
  1855. "System.Security.Permissions/5.0.0": {
  1856. "type": "package",
  1857. "serviceable": true,
  1858. "sha512": "sha512-uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
  1859. "path": "system.security.permissions/5.0.0",
  1860. "hashPath": "system.security.permissions.5.0.0.nupkg.sha512"
  1861. },
  1862. "System.Security.Principal.Windows/5.0.0": {
  1863. "type": "package",
  1864. "serviceable": true,
  1865. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  1866. "path": "system.security.principal.windows/5.0.0",
  1867. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  1868. },
  1869. "System.Text.Encoding/4.3.0": {
  1870. "type": "package",
  1871. "serviceable": true,
  1872. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1873. "path": "system.text.encoding/4.3.0",
  1874. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1875. },
  1876. "System.Text.Encoding.CodePages/5.0.0": {
  1877. "type": "package",
  1878. "serviceable": true,
  1879. "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  1880. "path": "system.text.encoding.codepages/5.0.0",
  1881. "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
  1882. },
  1883. "System.Text.Encoding.Extensions/4.0.11": {
  1884. "type": "package",
  1885. "serviceable": true,
  1886. "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  1887. "path": "system.text.encoding.extensions/4.0.11",
  1888. "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
  1889. },
  1890. "System.Text.Encodings.Web/4.7.2": {
  1891. "type": "package",
  1892. "serviceable": true,
  1893. "sha512": "sha512-iTUgB/WtrZ1sWZs84F2hwyQhiRH6QNjQv2DkwrH+WP6RoFga2Q1m3f9/Q7FG8cck8AdHitQkmkXSY8qylcDmuA==",
  1894. "path": "system.text.encodings.web/4.7.2",
  1895. "hashPath": "system.text.encodings.web.4.7.2.nupkg.sha512"
  1896. },
  1897. "System.Text.Json/4.7.2": {
  1898. "type": "package",
  1899. "serviceable": true,
  1900. "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
  1901. "path": "system.text.json/4.7.2",
  1902. "hashPath": "system.text.json.4.7.2.nupkg.sha512"
  1903. },
  1904. "System.Text.RegularExpressions/4.1.0": {
  1905. "type": "package",
  1906. "serviceable": true,
  1907. "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  1908. "path": "system.text.regularexpressions/4.1.0",
  1909. "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
  1910. },
  1911. "System.Threading/4.3.0": {
  1912. "type": "package",
  1913. "serviceable": true,
  1914. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1915. "path": "system.threading/4.3.0",
  1916. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1917. },
  1918. "System.Threading.Tasks/4.3.0": {
  1919. "type": "package",
  1920. "serviceable": true,
  1921. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1922. "path": "system.threading.tasks/4.3.0",
  1923. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1924. },
  1925. "System.Threading.Tasks.Extensions/4.5.4": {
  1926. "type": "package",
  1927. "serviceable": true,
  1928. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1929. "path": "system.threading.tasks.extensions/4.5.4",
  1930. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1931. },
  1932. "System.Threading.Thread/4.0.0": {
  1933. "type": "package",
  1934. "serviceable": true,
  1935. "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
  1936. "path": "system.threading.thread/4.0.0",
  1937. "hashPath": "system.threading.thread.4.0.0.nupkg.sha512"
  1938. },
  1939. "System.Threading.Timer/4.0.1": {
  1940. "type": "package",
  1941. "serviceable": true,
  1942. "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
  1943. "path": "system.threading.timer/4.0.1",
  1944. "hashPath": "system.threading.timer.4.0.1.nupkg.sha512"
  1945. },
  1946. "System.Windows.Extensions/5.0.0": {
  1947. "type": "package",
  1948. "serviceable": true,
  1949. "sha512": "sha512-c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
  1950. "path": "system.windows.extensions/5.0.0",
  1951. "hashPath": "system.windows.extensions.5.0.0.nupkg.sha512"
  1952. },
  1953. "System.Xml.ReaderWriter/4.0.11": {
  1954. "type": "package",
  1955. "serviceable": true,
  1956. "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  1957. "path": "system.xml.readerwriter/4.0.11",
  1958. "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
  1959. },
  1960. "System.Xml.XDocument/4.0.11": {
  1961. "type": "package",
  1962. "serviceable": true,
  1963. "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  1964. "path": "system.xml.xdocument/4.0.11",
  1965. "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
  1966. },
  1967. "WkHtmlToPdf/1.0.2": {
  1968. "type": "package",
  1969. "serviceable": true,
  1970. "sha512": "sha512-d9uaZ4DHkDKh9F6vIaLbbNcHpbN4XY/LoJsm18V1qljy2xzQYEzG8iDaWBSlPGVr1pVJVZbeDfv6aY0DNoM0lQ==",
  1971. "path": "wkhtmltopdf/1.0.2",
  1972. "hashPath": "wkhtmltopdf.1.0.2.nupkg.sha512"
  1973. },
  1974. "CustomerOnlineV2.Common/1.0.0": {
  1975. "type": "project",
  1976. "serviceable": false,
  1977. "sha512": ""
  1978. }
  1979. }
  1980. }