trade_akapralov.designer.deps.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "BouncyCastle.Cryptography/2.3.1": {
  10. "runtime": {
  11. "lib/net6.0/BouncyCastle.Cryptography.dll": {
  12. "assemblyVersion": "2.0.0.0",
  13. "fileVersion": "2.3.1.17862"
  14. }
  15. }
  16. },
  17. "Dapper/2.1.35": {
  18. "runtime": {
  19. "lib/net7.0/Dapper.dll": {
  20. "assemblyVersion": "2.0.0.0",
  21. "fileVersion": "2.1.35.13827"
  22. }
  23. }
  24. },
  25. "Google.Protobuf/3.26.1": {
  26. "runtime": {
  27. "lib/net5.0/Google.Protobuf.dll": {
  28. "assemblyVersion": "3.26.1.0",
  29. "fileVersion": "3.26.1.0"
  30. }
  31. }
  32. },
  33. "K4os.Compression.LZ4/1.3.8": {
  34. "runtime": {
  35. "lib/net6.0/K4os.Compression.LZ4.dll": {
  36. "assemblyVersion": "1.3.8.0",
  37. "fileVersion": "1.3.8.0"
  38. }
  39. }
  40. },
  41. "K4os.Compression.LZ4.Streams/1.3.8": {
  42. "dependencies": {
  43. "K4os.Compression.LZ4": "1.3.8",
  44. "K4os.Hash.xxHash": "1.0.8",
  45. "System.IO.Pipelines": "6.0.3"
  46. },
  47. "runtime": {
  48. "lib/net6.0/K4os.Compression.LZ4.Streams.dll": {
  49. "assemblyVersion": "1.3.8.0",
  50. "fileVersion": "1.3.8.0"
  51. }
  52. }
  53. },
  54. "K4os.Hash.xxHash/1.0.8": {
  55. "runtime": {
  56. "lib/net6.0/K4os.Hash.xxHash.dll": {
  57. "assemblyVersion": "1.0.8.0",
  58. "fileVersion": "1.0.8.0"
  59. }
  60. }
  61. },
  62. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
  63. "runtime": {
  64. "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  65. "assemblyVersion": "8.0.0.0",
  66. "fileVersion": "8.0.1024.46610"
  67. }
  68. }
  69. },
  70. "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
  71. "dependencies": {
  72. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2"
  73. },
  74. "runtime": {
  75. "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  76. "assemblyVersion": "8.0.0.0",
  77. "fileVersion": "8.0.1024.46610"
  78. }
  79. }
  80. },
  81. "Microsoft.NETCore.Platforms/1.1.0": {},
  82. "Microsoft.NETCore.Targets/1.1.0": {},
  83. "MySql.Data/9.1.0": {
  84. "dependencies": {
  85. "BouncyCastle.Cryptography": "2.3.1",
  86. "Google.Protobuf": "3.26.1",
  87. "K4os.Compression.LZ4.Streams": "1.3.8",
  88. "System.Buffers": "4.5.1",
  89. "System.Configuration.ConfigurationManager": "8.0.0",
  90. "System.Diagnostics.DiagnosticSource": "8.0.1",
  91. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  92. "System.Runtime.Loader": "4.3.0",
  93. "System.Security.Permissions": "8.0.0",
  94. "System.Text.Encoding.CodePages": "8.0.0",
  95. "System.Text.Json": "8.0.4",
  96. "System.Threading.Tasks.Extensions": "4.5.4",
  97. "ZstdSharp.Port": "0.8.0"
  98. },
  99. "runtime": {
  100. "lib/net8.0/MySql.Data.dll": {
  101. "assemblyVersion": "9.1.0.0",
  102. "fileVersion": "9.1.0.0"
  103. }
  104. },
  105. "runtimeTargets": {
  106. "runtimes/win-x64/native/comerr64.dll": {
  107. "rid": "win-x64",
  108. "assetType": "native",
  109. "fileVersion": "4.1.0.0"
  110. },
  111. "runtimes/win-x64/native/gssapi64.dll": {
  112. "rid": "win-x64",
  113. "assetType": "native",
  114. "fileVersion": "4.1.0.0"
  115. },
  116. "runtimes/win-x64/native/k5sprt64.dll": {
  117. "rid": "win-x64",
  118. "assetType": "native",
  119. "fileVersion": "4.1.0.0"
  120. },
  121. "runtimes/win-x64/native/krb5_64.dll": {
  122. "rid": "win-x64",
  123. "assetType": "native",
  124. "fileVersion": "4.1.0.0"
  125. },
  126. "runtimes/win-x64/native/krbcc64.dll": {
  127. "rid": "win-x64",
  128. "assetType": "native",
  129. "fileVersion": "4.1.0.0"
  130. }
  131. }
  132. },
  133. "MySqlConnector/2.4.0": {
  134. "dependencies": {
  135. "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2",
  136. "Microsoft.Extensions.Logging.Abstractions": "8.0.2"
  137. },
  138. "runtime": {
  139. "lib/net8.0/MySqlConnector.dll": {
  140. "assemblyVersion": "2.0.0.0",
  141. "fileVersion": "2.4.0.0"
  142. }
  143. }
  144. },
  145. "System.Buffers/4.5.1": {},
  146. "System.Configuration.ConfigurationManager/8.0.0": {
  147. "dependencies": {
  148. "System.Diagnostics.EventLog": "8.0.0",
  149. "System.Security.Cryptography.ProtectedData": "8.0.0"
  150. },
  151. "runtime": {
  152. "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
  153. "assemblyVersion": "8.0.0.0",
  154. "fileVersion": "8.0.23.53103"
  155. }
  156. }
  157. },
  158. "System.Diagnostics.DiagnosticSource/8.0.1": {
  159. "runtime": {
  160. "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
  161. "assemblyVersion": "8.0.0.0",
  162. "fileVersion": "8.0.424.16909"
  163. }
  164. }
  165. },
  166. "System.Diagnostics.EventLog/8.0.0": {
  167. "runtime": {
  168. "lib/net8.0/System.Diagnostics.EventLog.dll": {
  169. "assemblyVersion": "8.0.0.0",
  170. "fileVersion": "8.0.23.53103"
  171. }
  172. },
  173. "runtimeTargets": {
  174. "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
  175. "rid": "win",
  176. "assetType": "runtime",
  177. "assemblyVersion": "8.0.0.0",
  178. "fileVersion": "0.0.0.0"
  179. },
  180. "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
  181. "rid": "win",
  182. "assetType": "runtime",
  183. "assemblyVersion": "8.0.0.0",
  184. "fileVersion": "8.0.23.53103"
  185. }
  186. }
  187. },
  188. "System.IO/4.3.0": {
  189. "dependencies": {
  190. "Microsoft.NETCore.Platforms": "1.1.0",
  191. "Microsoft.NETCore.Targets": "1.1.0",
  192. "System.Runtime": "4.3.0",
  193. "System.Text.Encoding": "4.3.0",
  194. "System.Threading.Tasks": "4.3.0"
  195. }
  196. },
  197. "System.IO.Pipelines/6.0.3": {
  198. "runtime": {
  199. "lib/net6.0/System.IO.Pipelines.dll": {
  200. "assemblyVersion": "6.0.0.0",
  201. "fileVersion": "6.0.522.21309"
  202. }
  203. }
  204. },
  205. "System.Reflection/4.3.0": {
  206. "dependencies": {
  207. "Microsoft.NETCore.Platforms": "1.1.0",
  208. "Microsoft.NETCore.Targets": "1.1.0",
  209. "System.IO": "4.3.0",
  210. "System.Reflection.Primitives": "4.3.0",
  211. "System.Runtime": "4.3.0"
  212. }
  213. },
  214. "System.Reflection.Primitives/4.3.0": {
  215. "dependencies": {
  216. "Microsoft.NETCore.Platforms": "1.1.0",
  217. "Microsoft.NETCore.Targets": "1.1.0",
  218. "System.Runtime": "4.3.0"
  219. }
  220. },
  221. "System.Runtime/4.3.0": {
  222. "dependencies": {
  223. "Microsoft.NETCore.Platforms": "1.1.0",
  224. "Microsoft.NETCore.Targets": "1.1.0"
  225. }
  226. },
  227. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  228. "runtime": {
  229. "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
  230. "assemblyVersion": "6.0.0.0",
  231. "fileVersion": "6.0.21.52210"
  232. }
  233. }
  234. },
  235. "System.Runtime.Loader/4.3.0": {
  236. "dependencies": {
  237. "System.IO": "4.3.0",
  238. "System.Reflection": "4.3.0",
  239. "System.Runtime": "4.3.0"
  240. },
  241. "runtime": {
  242. "lib/netstandard1.5/System.Runtime.Loader.dll": {
  243. "assemblyVersion": "4.0.1.0",
  244. "fileVersion": "4.6.24705.1"
  245. }
  246. }
  247. },
  248. "System.Security.Cryptography.ProtectedData/8.0.0": {
  249. "runtime": {
  250. "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
  251. "assemblyVersion": "8.0.0.0",
  252. "fileVersion": "8.0.23.53103"
  253. }
  254. }
  255. },
  256. "System.Security.Permissions/8.0.0": {
  257. "dependencies": {
  258. "System.Windows.Extensions": "8.0.0"
  259. },
  260. "runtime": {
  261. "lib/net8.0/System.Security.Permissions.dll": {
  262. "assemblyVersion": "8.0.0.0",
  263. "fileVersion": "8.0.23.53103"
  264. }
  265. }
  266. },
  267. "System.Text.Encoding/4.3.0": {
  268. "dependencies": {
  269. "Microsoft.NETCore.Platforms": "1.1.0",
  270. "Microsoft.NETCore.Targets": "1.1.0",
  271. "System.Runtime": "4.3.0"
  272. }
  273. },
  274. "System.Text.Encoding.CodePages/8.0.0": {
  275. "runtime": {
  276. "lib/net8.0/System.Text.Encoding.CodePages.dll": {
  277. "assemblyVersion": "8.0.0.0",
  278. "fileVersion": "8.0.23.53103"
  279. }
  280. },
  281. "runtimeTargets": {
  282. "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": {
  283. "rid": "win",
  284. "assetType": "runtime",
  285. "assemblyVersion": "8.0.0.0",
  286. "fileVersion": "8.0.23.53103"
  287. }
  288. }
  289. },
  290. "System.Text.Encodings.Web/8.0.0": {
  291. "runtime": {
  292. "lib/net8.0/System.Text.Encodings.Web.dll": {
  293. "assemblyVersion": "8.0.0.0",
  294. "fileVersion": "8.0.23.53103"
  295. }
  296. },
  297. "runtimeTargets": {
  298. "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
  299. "rid": "browser",
  300. "assetType": "runtime",
  301. "assemblyVersion": "8.0.0.0",
  302. "fileVersion": "8.0.23.53103"
  303. }
  304. }
  305. },
  306. "System.Text.Json/8.0.4": {
  307. "dependencies": {
  308. "System.Text.Encodings.Web": "8.0.0"
  309. },
  310. "runtime": {
  311. "lib/net8.0/System.Text.Json.dll": {
  312. "assemblyVersion": "8.0.0.0",
  313. "fileVersion": "8.0.724.31311"
  314. }
  315. }
  316. },
  317. "System.Threading.Tasks/4.3.0": {
  318. "dependencies": {
  319. "Microsoft.NETCore.Platforms": "1.1.0",
  320. "Microsoft.NETCore.Targets": "1.1.0",
  321. "System.Runtime": "4.3.0"
  322. }
  323. },
  324. "System.Threading.Tasks.Extensions/4.5.4": {},
  325. "System.Windows.Extensions/8.0.0": {
  326. "runtime": {
  327. "lib/net8.0/System.Windows.Extensions.dll": {
  328. "assemblyVersion": "8.0.0.0",
  329. "fileVersion": "8.0.23.53103"
  330. }
  331. },
  332. "runtimeTargets": {
  333. "runtimes/win/lib/net8.0/System.Windows.Extensions.dll": {
  334. "rid": "win",
  335. "assetType": "runtime",
  336. "assemblyVersion": "8.0.0.0",
  337. "fileVersion": "8.0.23.53103"
  338. }
  339. }
  340. },
  341. "ZstdSharp.Port/0.8.0": {
  342. "runtime": {
  343. "lib/net8.0/ZstdSharp.dll": {
  344. "assemblyVersion": "0.8.0.0",
  345. "fileVersion": "0.8.0.0"
  346. }
  347. }
  348. }
  349. }
  350. },
  351. "libraries": {
  352. "BouncyCastle.Cryptography/2.3.1": {
  353. "type": "package",
  354. "serviceable": true,
  355. "sha512": "sha512-buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==",
  356. "path": "bouncycastle.cryptography/2.3.1",
  357. "hashPath": "bouncycastle.cryptography.2.3.1.nupkg.sha512"
  358. },
  359. "Dapper/2.1.35": {
  360. "type": "package",
  361. "serviceable": true,
  362. "sha512": "sha512-YKRwjVfrG7GYOovlGyQoMvr1/IJdn+7QzNXJxyMh0YfFF5yvDmTYaJOVYWsckreNjGsGSEtrMTpnzxTUq/tZQw==",
  363. "path": "dapper/2.1.35",
  364. "hashPath": "dapper.2.1.35.nupkg.sha512"
  365. },
  366. "Google.Protobuf/3.26.1": {
  367. "type": "package",
  368. "serviceable": true,
  369. "sha512": "sha512-CHZX8zXqhF/fdUtd+AYzew8T2HFkAoe5c7lbGxZY/qryAlQXckDvM5BfOJjXlMS7kyICqQTMszj4w1bX5uBJ/w==",
  370. "path": "google.protobuf/3.26.1",
  371. "hashPath": "google.protobuf.3.26.1.nupkg.sha512"
  372. },
  373. "K4os.Compression.LZ4/1.3.8": {
  374. "type": "package",
  375. "serviceable": true,
  376. "sha512": "sha512-LhwlPa7c1zs1OV2XadMtAWdImjLIsqFJPoRcIWAadSRn0Ri1DepK65UbWLPmt4riLqx2d40xjXRk0ogpqNtK7g==",
  377. "path": "k4os.compression.lz4/1.3.8",
  378. "hashPath": "k4os.compression.lz4.1.3.8.nupkg.sha512"
  379. },
  380. "K4os.Compression.LZ4.Streams/1.3.8": {
  381. "type": "package",
  382. "serviceable": true,
  383. "sha512": "sha512-P15qr8dZAeo9GvYbUIPEYFQ0MEJ0i5iqr37wsYeRC3la2uCldOoeCa6to0CZ1taiwxIV+Mk8NGuZi+4iWivK9w==",
  384. "path": "k4os.compression.lz4.streams/1.3.8",
  385. "hashPath": "k4os.compression.lz4.streams.1.3.8.nupkg.sha512"
  386. },
  387. "K4os.Hash.xxHash/1.0.8": {
  388. "type": "package",
  389. "serviceable": true,
  390. "sha512": "sha512-Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==",
  391. "path": "k4os.hash.xxhash/1.0.8",
  392. "hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512"
  393. },
  394. "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": {
  395. "type": "package",
  396. "serviceable": true,
  397. "sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==",
  398. "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2",
  399. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512"
  400. },
  401. "Microsoft.Extensions.Logging.Abstractions/8.0.2": {
  402. "type": "package",
  403. "serviceable": true,
  404. "sha512": "sha512-nroMDjS7hNBPtkZqVBbSiQaQjWRDxITI8Y7XnDs97rqG3EbzVTNLZQf7bIeUJcaHOV8bca47s1Uxq94+2oGdxA==",
  405. "path": "microsoft.extensions.logging.abstractions/8.0.2",
  406. "hashPath": "microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512"
  407. },
  408. "Microsoft.NETCore.Platforms/1.1.0": {
  409. "type": "package",
  410. "serviceable": true,
  411. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  412. "path": "microsoft.netcore.platforms/1.1.0",
  413. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  414. },
  415. "Microsoft.NETCore.Targets/1.1.0": {
  416. "type": "package",
  417. "serviceable": true,
  418. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  419. "path": "microsoft.netcore.targets/1.1.0",
  420. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  421. },
  422. "MySql.Data/9.1.0": {
  423. "type": "package",
  424. "serviceable": true,
  425. "sha512": "sha512-E4t/IQzcXg4nYGqrGkoGwwSWA1V2L+LKzVddPABAPcj2i6RESP2fcZQ4XFC0Wv+Cq4DlgR3DYhX/fGaZ3VxCPQ==",
  426. "path": "mysql.data/9.1.0",
  427. "hashPath": "mysql.data.9.1.0.nupkg.sha512"
  428. },
  429. "MySqlConnector/2.4.0": {
  430. "type": "package",
  431. "serviceable": true,
  432. "sha512": "sha512-78M+gVOjbdZEDIyXQqcA7EYlCGS3tpbUELHvn6638A2w0pkPI625ixnzsa5staAd3N9/xFmPJtkKDYwsXpFi/w==",
  433. "path": "mysqlconnector/2.4.0",
  434. "hashPath": "mysqlconnector.2.4.0.nupkg.sha512"
  435. },
  436. "System.Buffers/4.5.1": {
  437. "type": "package",
  438. "serviceable": true,
  439. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  440. "path": "system.buffers/4.5.1",
  441. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  442. },
  443. "System.Configuration.ConfigurationManager/8.0.0": {
  444. "type": "package",
  445. "serviceable": true,
  446. "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==",
  447. "path": "system.configuration.configurationmanager/8.0.0",
  448. "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512"
  449. },
  450. "System.Diagnostics.DiagnosticSource/8.0.1": {
  451. "type": "package",
  452. "serviceable": true,
  453. "sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
  454. "path": "system.diagnostics.diagnosticsource/8.0.1",
  455. "hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
  456. },
  457. "System.Diagnostics.EventLog/8.0.0": {
  458. "type": "package",
  459. "serviceable": true,
  460. "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==",
  461. "path": "system.diagnostics.eventlog/8.0.0",
  462. "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
  463. },
  464. "System.IO/4.3.0": {
  465. "type": "package",
  466. "serviceable": true,
  467. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  468. "path": "system.io/4.3.0",
  469. "hashPath": "system.io.4.3.0.nupkg.sha512"
  470. },
  471. "System.IO.Pipelines/6.0.3": {
  472. "type": "package",
  473. "serviceable": true,
  474. "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
  475. "path": "system.io.pipelines/6.0.3",
  476. "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
  477. },
  478. "System.Reflection/4.3.0": {
  479. "type": "package",
  480. "serviceable": true,
  481. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  482. "path": "system.reflection/4.3.0",
  483. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  484. },
  485. "System.Reflection.Primitives/4.3.0": {
  486. "type": "package",
  487. "serviceable": true,
  488. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  489. "path": "system.reflection.primitives/4.3.0",
  490. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  491. },
  492. "System.Runtime/4.3.0": {
  493. "type": "package",
  494. "serviceable": true,
  495. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  496. "path": "system.runtime/4.3.0",
  497. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  498. },
  499. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  500. "type": "package",
  501. "serviceable": true,
  502. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  503. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  504. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  505. },
  506. "System.Runtime.Loader/4.3.0": {
  507. "type": "package",
  508. "serviceable": true,
  509. "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
  510. "path": "system.runtime.loader/4.3.0",
  511. "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
  512. },
  513. "System.Security.Cryptography.ProtectedData/8.0.0": {
  514. "type": "package",
  515. "serviceable": true,
  516. "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
  517. "path": "system.security.cryptography.protecteddata/8.0.0",
  518. "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
  519. },
  520. "System.Security.Permissions/8.0.0": {
  521. "type": "package",
  522. "serviceable": true,
  523. "sha512": "sha512-v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==",
  524. "path": "system.security.permissions/8.0.0",
  525. "hashPath": "system.security.permissions.8.0.0.nupkg.sha512"
  526. },
  527. "System.Text.Encoding/4.3.0": {
  528. "type": "package",
  529. "serviceable": true,
  530. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  531. "path": "system.text.encoding/4.3.0",
  532. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  533. },
  534. "System.Text.Encoding.CodePages/8.0.0": {
  535. "type": "package",
  536. "serviceable": true,
  537. "sha512": "sha512-OZIsVplFGaVY90G2SbpgU7EnCoOO5pw1t4ic21dBF3/1omrJFpAGoNAVpPyMVOC90/hvgkGG3VFqR13YgZMQfg==",
  538. "path": "system.text.encoding.codepages/8.0.0",
  539. "hashPath": "system.text.encoding.codepages.8.0.0.nupkg.sha512"
  540. },
  541. "System.Text.Encodings.Web/8.0.0": {
  542. "type": "package",
  543. "serviceable": true,
  544. "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
  545. "path": "system.text.encodings.web/8.0.0",
  546. "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512"
  547. },
  548. "System.Text.Json/8.0.4": {
  549. "type": "package",
  550. "serviceable": true,
  551. "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==",
  552. "path": "system.text.json/8.0.4",
  553. "hashPath": "system.text.json.8.0.4.nupkg.sha512"
  554. },
  555. "System.Threading.Tasks/4.3.0": {
  556. "type": "package",
  557. "serviceable": true,
  558. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  559. "path": "system.threading.tasks/4.3.0",
  560. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  561. },
  562. "System.Threading.Tasks.Extensions/4.5.4": {
  563. "type": "package",
  564. "serviceable": true,
  565. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  566. "path": "system.threading.tasks.extensions/4.5.4",
  567. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  568. },
  569. "System.Windows.Extensions/8.0.0": {
  570. "type": "package",
  571. "serviceable": true,
  572. "sha512": "sha512-Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==",
  573. "path": "system.windows.extensions/8.0.0",
  574. "hashPath": "system.windows.extensions.8.0.0.nupkg.sha512"
  575. },
  576. "ZstdSharp.Port/0.8.0": {
  577. "type": "package",
  578. "serviceable": true,
  579. "sha512": "sha512-Z62eNBIu8E8YtbqlMy57tK3dV1+m2b9NhPeaYovB5exmLKvrGCqOhJTzrEUH5VyUWU6vwX3c1XHJGhW5HVs8dA==",
  580. "path": "zstdsharp.port/0.8.0",
  581. "hashPath": "zstdsharp.port.0.8.0.nupkg.sha512"
  582. }
  583. }
  584. }