KYFramework.deps.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.0": {
  9. "KYFramework/1.0.0": {
  10. "dependencies": {
  11. "MongoDB.Bson": "2.0.0",
  12. "NLog": "5.1.3",
  13. "Newtonsoft.Json": "13.0.3",
  14. "ThirdParty": "1.0.0",
  15. "UniTask": "2.5.0"
  16. },
  17. "runtime": {
  18. "KYFramework.dll": {}
  19. }
  20. },
  21. "Google.Protobuf/3.21.9": {
  22. "runtime": {
  23. "lib/net5.0/Google.Protobuf.dll": {
  24. "assemblyVersion": "3.21.9.0",
  25. "fileVersion": "3.21.9.0"
  26. }
  27. }
  28. },
  29. "K4os.Compression.LZ4/1.3.5": {
  30. "runtime": {
  31. "lib/net6.0/K4os.Compression.LZ4.dll": {
  32. "assemblyVersion": "1.3.5.0",
  33. "fileVersion": "1.3.5.0"
  34. }
  35. }
  36. },
  37. "K4os.Compression.LZ4.Streams/1.3.5": {
  38. "dependencies": {
  39. "K4os.Compression.LZ4": "1.3.5",
  40. "K4os.Hash.xxHash": "1.0.8",
  41. "System.IO.Pipelines": "6.0.3"
  42. },
  43. "runtime": {
  44. "lib/net6.0/K4os.Compression.LZ4.Streams.dll": {
  45. "assemblyVersion": "1.3.5.0",
  46. "fileVersion": "1.3.5.0"
  47. }
  48. }
  49. },
  50. "K4os.Hash.xxHash/1.0.8": {
  51. "runtime": {
  52. "lib/net6.0/K4os.Hash.xxHash.dll": {
  53. "assemblyVersion": "1.0.8.0",
  54. "fileVersion": "1.0.8.0"
  55. }
  56. }
  57. },
  58. "Microsoft.NETCore.Platforms/3.1.0": {},
  59. "Microsoft.NETCore.Targets/1.1.0": {},
  60. "Microsoft.Win32.SystemEvents/4.7.0": {
  61. "dependencies": {
  62. "Microsoft.NETCore.Platforms": "3.1.0"
  63. },
  64. "runtime": {
  65. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  66. "assemblyVersion": "4.0.2.0",
  67. "fileVersion": "4.700.19.56404"
  68. }
  69. },
  70. "runtimeTargets": {
  71. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  72. "rid": "win",
  73. "assetType": "runtime",
  74. "assemblyVersion": "4.0.2.0",
  75. "fileVersion": "4.700.19.56404"
  76. }
  77. }
  78. },
  79. "MongoDB.Bson/2.0.0": {
  80. "runtime": {
  81. "lib/net45/MongoDB.Bson.dll": {
  82. "assemblyVersion": "2.0.0.828",
  83. "fileVersion": "2.0.0.828"
  84. }
  85. }
  86. },
  87. "MySql.Data/8.1.0": {
  88. "dependencies": {
  89. "Google.Protobuf": "3.21.9",
  90. "K4os.Compression.LZ4.Streams": "1.3.5",
  91. "Portable.BouncyCastle": "1.9.0",
  92. "System.Buffers": "4.5.1",
  93. "System.Configuration.ConfigurationManager": "4.4.1",
  94. "System.Diagnostics.DiagnosticSource": "7.0.2",
  95. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  96. "System.Runtime.Loader": "4.3.0",
  97. "System.Security.Permissions": "4.7.0",
  98. "System.Text.Encoding.CodePages": "4.4.0",
  99. "System.Text.Json": "7.0.1",
  100. "System.Threading.Tasks.Extensions": "4.5.4",
  101. "ZstdSharp.Port": "0.7.1"
  102. },
  103. "runtime": {
  104. "lib/net6.0/MySql.Data.dll": {
  105. "assemblyVersion": "8.1.0.0",
  106. "fileVersion": "8.1.0.0"
  107. }
  108. },
  109. "runtimeTargets": {
  110. "runtimes/win-x64/native/comerr64.dll": {
  111. "rid": "win-x64",
  112. "assetType": "native",
  113. "fileVersion": "4.1.0.0"
  114. },
  115. "runtimes/win-x64/native/gssapi64.dll": {
  116. "rid": "win-x64",
  117. "assetType": "native",
  118. "fileVersion": "4.1.0.0"
  119. },
  120. "runtimes/win-x64/native/k5sprt64.dll": {
  121. "rid": "win-x64",
  122. "assetType": "native",
  123. "fileVersion": "4.1.0.0"
  124. },
  125. "runtimes/win-x64/native/krb5_64.dll": {
  126. "rid": "win-x64",
  127. "assetType": "native",
  128. "fileVersion": "4.1.0.0"
  129. },
  130. "runtimes/win-x64/native/krbcc64.dll": {
  131. "rid": "win-x64",
  132. "assetType": "native",
  133. "fileVersion": "4.1.0.0"
  134. }
  135. }
  136. },
  137. "Newtonsoft.Json/13.0.3": {
  138. "runtime": {
  139. "lib/net6.0/Newtonsoft.Json.dll": {
  140. "assemblyVersion": "13.0.0.0",
  141. "fileVersion": "13.0.3.27908"
  142. }
  143. }
  144. },
  145. "NLog/5.1.3": {
  146. "runtime": {
  147. "lib/netstandard2.0/NLog.dll": {
  148. "assemblyVersion": "5.0.0.0",
  149. "fileVersion": "5.1.3.1645"
  150. }
  151. }
  152. },
  153. "Portable.BouncyCastle/1.9.0": {
  154. "runtime": {
  155. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  156. "assemblyVersion": "1.9.0.0",
  157. "fileVersion": "1.9.0.1"
  158. }
  159. }
  160. },
  161. "System.Buffers/4.5.1": {},
  162. "System.Configuration.ConfigurationManager/4.4.1": {
  163. "dependencies": {
  164. "System.Security.Cryptography.ProtectedData": "4.4.0"
  165. },
  166. "runtime": {
  167. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  168. "assemblyVersion": "4.0.0.0",
  169. "fileVersion": "4.6.25921.2"
  170. }
  171. }
  172. },
  173. "System.Diagnostics.DiagnosticSource/7.0.2": {
  174. "dependencies": {
  175. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  176. },
  177. "runtime": {
  178. "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
  179. "assemblyVersion": "7.0.0.0",
  180. "fileVersion": "7.0.423.11508"
  181. }
  182. }
  183. },
  184. "System.Drawing.Common/4.7.0": {
  185. "dependencies": {
  186. "Microsoft.NETCore.Platforms": "3.1.0",
  187. "Microsoft.Win32.SystemEvents": "4.7.0"
  188. },
  189. "runtime": {
  190. "lib/netstandard2.0/System.Drawing.Common.dll": {
  191. "assemblyVersion": "4.0.0.1",
  192. "fileVersion": "4.6.26919.2"
  193. }
  194. },
  195. "runtimeTargets": {
  196. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  197. "rid": "unix",
  198. "assetType": "runtime",
  199. "assemblyVersion": "4.0.2.0",
  200. "fileVersion": "4.700.19.56404"
  201. },
  202. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  203. "rid": "win",
  204. "assetType": "runtime",
  205. "assemblyVersion": "4.0.2.0",
  206. "fileVersion": "4.700.19.56404"
  207. }
  208. }
  209. },
  210. "System.IO/4.3.0": {
  211. "dependencies": {
  212. "Microsoft.NETCore.Platforms": "3.1.0",
  213. "Microsoft.NETCore.Targets": "1.1.0",
  214. "System.Runtime": "4.3.0",
  215. "System.Text.Encoding": "4.3.0",
  216. "System.Threading.Tasks": "4.3.0"
  217. }
  218. },
  219. "System.IO.Pipelines/6.0.3": {
  220. "runtime": {
  221. "lib/net6.0/System.IO.Pipelines.dll": {
  222. "assemblyVersion": "6.0.0.0",
  223. "fileVersion": "6.0.522.21309"
  224. }
  225. }
  226. },
  227. "System.Reflection/4.3.0": {
  228. "dependencies": {
  229. "Microsoft.NETCore.Platforms": "3.1.0",
  230. "Microsoft.NETCore.Targets": "1.1.0",
  231. "System.IO": "4.3.0",
  232. "System.Reflection.Primitives": "4.3.0",
  233. "System.Runtime": "4.3.0"
  234. }
  235. },
  236. "System.Reflection.Primitives/4.3.0": {
  237. "dependencies": {
  238. "Microsoft.NETCore.Platforms": "3.1.0",
  239. "Microsoft.NETCore.Targets": "1.1.0",
  240. "System.Runtime": "4.3.0"
  241. }
  242. },
  243. "System.Runtime/4.3.0": {
  244. "dependencies": {
  245. "Microsoft.NETCore.Platforms": "3.1.0",
  246. "Microsoft.NETCore.Targets": "1.1.0"
  247. }
  248. },
  249. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  250. "System.Runtime.Loader/4.3.0": {
  251. "dependencies": {
  252. "System.IO": "4.3.0",
  253. "System.Reflection": "4.3.0",
  254. "System.Runtime": "4.3.0"
  255. }
  256. },
  257. "System.Security.AccessControl/4.7.0": {
  258. "dependencies": {
  259. "Microsoft.NETCore.Platforms": "3.1.0",
  260. "System.Security.Principal.Windows": "4.7.0"
  261. }
  262. },
  263. "System.Security.Cryptography.ProtectedData/4.4.0": {
  264. "runtime": {
  265. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  266. "assemblyVersion": "4.0.2.0",
  267. "fileVersion": "4.6.25519.3"
  268. }
  269. },
  270. "runtimeTargets": {
  271. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  272. "rid": "win",
  273. "assetType": "runtime",
  274. "assemblyVersion": "4.0.2.0",
  275. "fileVersion": "4.6.25519.3"
  276. }
  277. }
  278. },
  279. "System.Security.Permissions/4.7.0": {
  280. "dependencies": {
  281. "System.Security.AccessControl": "4.7.0",
  282. "System.Windows.Extensions": "4.7.0"
  283. },
  284. "runtime": {
  285. "lib/netcoreapp3.0/System.Security.Permissions.dll": {
  286. "assemblyVersion": "4.0.3.0",
  287. "fileVersion": "4.700.19.56404"
  288. }
  289. }
  290. },
  291. "System.Security.Principal.Windows/4.7.0": {},
  292. "System.Text.Encoding/4.3.0": {
  293. "dependencies": {
  294. "Microsoft.NETCore.Platforms": "3.1.0",
  295. "Microsoft.NETCore.Targets": "1.1.0",
  296. "System.Runtime": "4.3.0"
  297. }
  298. },
  299. "System.Text.Encoding.CodePages/4.4.0": {
  300. "dependencies": {
  301. "Microsoft.NETCore.Platforms": "3.1.0"
  302. }
  303. },
  304. "System.Text.Encodings.Web/7.0.0": {
  305. "dependencies": {
  306. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  307. },
  308. "runtime": {
  309. "lib/net6.0/System.Text.Encodings.Web.dll": {
  310. "assemblyVersion": "7.0.0.0",
  311. "fileVersion": "7.0.22.51805"
  312. }
  313. },
  314. "runtimeTargets": {
  315. "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": {
  316. "rid": "browser",
  317. "assetType": "runtime",
  318. "assemblyVersion": "7.0.0.0",
  319. "fileVersion": "7.0.22.51805"
  320. }
  321. }
  322. },
  323. "System.Text.Json/7.0.1": {
  324. "dependencies": {
  325. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  326. "System.Text.Encodings.Web": "7.0.0"
  327. },
  328. "runtime": {
  329. "lib/net6.0/System.Text.Json.dll": {
  330. "assemblyVersion": "7.0.0.0",
  331. "fileVersion": "7.0.122.56804"
  332. }
  333. }
  334. },
  335. "System.Threading.Tasks/4.3.0": {
  336. "dependencies": {
  337. "Microsoft.NETCore.Platforms": "3.1.0",
  338. "Microsoft.NETCore.Targets": "1.1.0",
  339. "System.Runtime": "4.3.0"
  340. }
  341. },
  342. "System.Threading.Tasks.Extensions/4.5.4": {},
  343. "System.Windows.Extensions/4.7.0": {
  344. "dependencies": {
  345. "System.Drawing.Common": "4.7.0"
  346. },
  347. "runtime": {
  348. "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  349. "assemblyVersion": "4.0.1.0",
  350. "fileVersion": "4.700.19.56404"
  351. }
  352. },
  353. "runtimeTargets": {
  354. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  355. "rid": "win",
  356. "assetType": "runtime",
  357. "assemblyVersion": "4.0.1.0",
  358. "fileVersion": "4.700.19.56404"
  359. }
  360. }
  361. },
  362. "UniTask/2.5.0": {
  363. "dependencies": {
  364. "System.Threading.Tasks.Extensions": "4.5.4"
  365. },
  366. "runtime": {
  367. "lib/net6.0/UniTask.dll": {
  368. "assemblyVersion": "2.5.0.0",
  369. "fileVersion": "2.5.0.0"
  370. }
  371. }
  372. },
  373. "ZstdSharp.Port/0.7.1": {
  374. "runtime": {
  375. "lib/net6.0/ZstdSharp.dll": {
  376. "assemblyVersion": "0.7.1.0",
  377. "fileVersion": "0.7.1.0"
  378. }
  379. }
  380. },
  381. "ThirdParty/1.0.0": {
  382. "dependencies": {
  383. "MySql.Data": "8.1.0",
  384. "UniTask": "2.5.0"
  385. },
  386. "runtime": {
  387. "ThirdParty.dll": {}
  388. }
  389. }
  390. }
  391. },
  392. "libraries": {
  393. "KYFramework/1.0.0": {
  394. "type": "project",
  395. "serviceable": false,
  396. "sha512": ""
  397. },
  398. "Google.Protobuf/3.21.9": {
  399. "type": "package",
  400. "serviceable": true,
  401. "sha512": "sha512-OTpFujTgkmqMLbg3KT7F/iuKi1rg6s5FCS2M9XcVLDn40zL8wgXm37CY/F6MeOEXKjdcnXGCN/h7oyMkVydVsg==",
  402. "path": "google.protobuf/3.21.9",
  403. "hashPath": "google.protobuf.3.21.9.nupkg.sha512"
  404. },
  405. "K4os.Compression.LZ4/1.3.5": {
  406. "type": "package",
  407. "serviceable": true,
  408. "sha512": "sha512-TS4mqlT0X1OlnvOGNfl02QdVUhuqgWuCnn7UxupIa7C9Pb6qlQ5yZA2sPhRh0OSmVULaQU64KV4wJuu//UyVQQ==",
  409. "path": "k4os.compression.lz4/1.3.5",
  410. "hashPath": "k4os.compression.lz4.1.3.5.nupkg.sha512"
  411. },
  412. "K4os.Compression.LZ4.Streams/1.3.5": {
  413. "type": "package",
  414. "serviceable": true,
  415. "sha512": "sha512-M0NufZI8ym3mm6F6HMSPz1jw7TJGdY74fjAtbIXATmnAva/8xLz50eQZJI9tf9mMeHUaFDg76N1BmEh8GR5zeA==",
  416. "path": "k4os.compression.lz4.streams/1.3.5",
  417. "hashPath": "k4os.compression.lz4.streams.1.3.5.nupkg.sha512"
  418. },
  419. "K4os.Hash.xxHash/1.0.8": {
  420. "type": "package",
  421. "serviceable": true,
  422. "sha512": "sha512-Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==",
  423. "path": "k4os.hash.xxhash/1.0.8",
  424. "hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512"
  425. },
  426. "Microsoft.NETCore.Platforms/3.1.0": {
  427. "type": "package",
  428. "serviceable": true,
  429. "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  430. "path": "microsoft.netcore.platforms/3.1.0",
  431. "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
  432. },
  433. "Microsoft.NETCore.Targets/1.1.0": {
  434. "type": "package",
  435. "serviceable": true,
  436. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  437. "path": "microsoft.netcore.targets/1.1.0",
  438. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  439. },
  440. "Microsoft.Win32.SystemEvents/4.7.0": {
  441. "type": "package",
  442. "serviceable": true,
  443. "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
  444. "path": "microsoft.win32.systemevents/4.7.0",
  445. "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
  446. },
  447. "MongoDB.Bson/2.0.0": {
  448. "type": "package",
  449. "serviceable": true,
  450. "sha512": "sha512-oij2O4yegOKc6zZByxhbuILQIqT0xbUv9DHAt7HdQTzvlOJ7WgKwsMsoQR6VO4qd8PntGvcC9o/sNAj3KdndKA==",
  451. "path": "mongodb.bson/2.0.0",
  452. "hashPath": "mongodb.bson.2.0.0.nupkg.sha512"
  453. },
  454. "MySql.Data/8.1.0": {
  455. "type": "package",
  456. "serviceable": true,
  457. "sha512": "sha512-7kEJLyty7HcqJD0lnfs+2fdMrvCl0RY5oykvZThbmg6QVLT55dwygI69Eqxl0M6IThP9woyjpsezT6m7gKRrLA==",
  458. "path": "mysql.data/8.1.0",
  459. "hashPath": "mysql.data.8.1.0.nupkg.sha512"
  460. },
  461. "Newtonsoft.Json/13.0.3": {
  462. "type": "package",
  463. "serviceable": true,
  464. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  465. "path": "newtonsoft.json/13.0.3",
  466. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  467. },
  468. "NLog/5.1.3": {
  469. "type": "package",
  470. "serviceable": true,
  471. "sha512": "sha512-rB8hwjBf1EZCfG5iPfsv3gPksLoJLr1cOrt7PBbJu6VpJgwYJchDzTUT1dhNDdPv0QakXJQJOhE59ErupcznQQ==",
  472. "path": "nlog/5.1.3",
  473. "hashPath": "nlog.5.1.3.nupkg.sha512"
  474. },
  475. "Portable.BouncyCastle/1.9.0": {
  476. "type": "package",
  477. "serviceable": true,
  478. "sha512": "sha512-eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==",
  479. "path": "portable.bouncycastle/1.9.0",
  480. "hashPath": "portable.bouncycastle.1.9.0.nupkg.sha512"
  481. },
  482. "System.Buffers/4.5.1": {
  483. "type": "package",
  484. "serviceable": true,
  485. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  486. "path": "system.buffers/4.5.1",
  487. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  488. },
  489. "System.Configuration.ConfigurationManager/4.4.1": {
  490. "type": "package",
  491. "serviceable": true,
  492. "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==",
  493. "path": "system.configuration.configurationmanager/4.4.1",
  494. "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512"
  495. },
  496. "System.Diagnostics.DiagnosticSource/7.0.2": {
  497. "type": "package",
  498. "serviceable": true,
  499. "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
  500. "path": "system.diagnostics.diagnosticsource/7.0.2",
  501. "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512"
  502. },
  503. "System.Drawing.Common/4.7.0": {
  504. "type": "package",
  505. "serviceable": true,
  506. "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
  507. "path": "system.drawing.common/4.7.0",
  508. "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
  509. },
  510. "System.IO/4.3.0": {
  511. "type": "package",
  512. "serviceable": true,
  513. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  514. "path": "system.io/4.3.0",
  515. "hashPath": "system.io.4.3.0.nupkg.sha512"
  516. },
  517. "System.IO.Pipelines/6.0.3": {
  518. "type": "package",
  519. "serviceable": true,
  520. "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
  521. "path": "system.io.pipelines/6.0.3",
  522. "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
  523. },
  524. "System.Reflection/4.3.0": {
  525. "type": "package",
  526. "serviceable": true,
  527. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  528. "path": "system.reflection/4.3.0",
  529. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  530. },
  531. "System.Reflection.Primitives/4.3.0": {
  532. "type": "package",
  533. "serviceable": true,
  534. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  535. "path": "system.reflection.primitives/4.3.0",
  536. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  537. },
  538. "System.Runtime/4.3.0": {
  539. "type": "package",
  540. "serviceable": true,
  541. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  542. "path": "system.runtime/4.3.0",
  543. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  544. },
  545. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  546. "type": "package",
  547. "serviceable": true,
  548. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  549. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  550. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  551. },
  552. "System.Runtime.Loader/4.3.0": {
  553. "type": "package",
  554. "serviceable": true,
  555. "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
  556. "path": "system.runtime.loader/4.3.0",
  557. "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
  558. },
  559. "System.Security.AccessControl/4.7.0": {
  560. "type": "package",
  561. "serviceable": true,
  562. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  563. "path": "system.security.accesscontrol/4.7.0",
  564. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  565. },
  566. "System.Security.Cryptography.ProtectedData/4.4.0": {
  567. "type": "package",
  568. "serviceable": true,
  569. "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
  570. "path": "system.security.cryptography.protecteddata/4.4.0",
  571. "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
  572. },
  573. "System.Security.Permissions/4.7.0": {
  574. "type": "package",
  575. "serviceable": true,
  576. "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  577. "path": "system.security.permissions/4.7.0",
  578. "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
  579. },
  580. "System.Security.Principal.Windows/4.7.0": {
  581. "type": "package",
  582. "serviceable": true,
  583. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  584. "path": "system.security.principal.windows/4.7.0",
  585. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  586. },
  587. "System.Text.Encoding/4.3.0": {
  588. "type": "package",
  589. "serviceable": true,
  590. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  591. "path": "system.text.encoding/4.3.0",
  592. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  593. },
  594. "System.Text.Encoding.CodePages/4.4.0": {
  595. "type": "package",
  596. "serviceable": true,
  597. "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
  598. "path": "system.text.encoding.codepages/4.4.0",
  599. "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
  600. },
  601. "System.Text.Encodings.Web/7.0.0": {
  602. "type": "package",
  603. "serviceable": true,
  604. "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
  605. "path": "system.text.encodings.web/7.0.0",
  606. "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
  607. },
  608. "System.Text.Json/7.0.1": {
  609. "type": "package",
  610. "serviceable": true,
  611. "sha512": "sha512-OtDEmCCiNl8JAduFKZ/r0Sw6XZNHwIicUYy/mXgMDGeOsZLshH37qi3oPRzFYiryVktiMoQLByMGPtRCEMYbeQ==",
  612. "path": "system.text.json/7.0.1",
  613. "hashPath": "system.text.json.7.0.1.nupkg.sha512"
  614. },
  615. "System.Threading.Tasks/4.3.0": {
  616. "type": "package",
  617. "serviceable": true,
  618. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  619. "path": "system.threading.tasks/4.3.0",
  620. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  621. },
  622. "System.Threading.Tasks.Extensions/4.5.4": {
  623. "type": "package",
  624. "serviceable": true,
  625. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  626. "path": "system.threading.tasks.extensions/4.5.4",
  627. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  628. },
  629. "System.Windows.Extensions/4.7.0": {
  630. "type": "package",
  631. "serviceable": true,
  632. "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  633. "path": "system.windows.extensions/4.7.0",
  634. "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
  635. },
  636. "UniTask/2.5.0": {
  637. "type": "package",
  638. "serviceable": true,
  639. "sha512": "sha512-dHo6NECX3+Aa3ayQFvTVTs0C5NnhPKVpJUZaOjOPlaEUvH1aDLWX2p8gHRzpl8d/nHwLg+yl2/hVB+TDSmuxIA==",
  640. "path": "unitask/2.5.0",
  641. "hashPath": "unitask.2.5.0.nupkg.sha512"
  642. },
  643. "ZstdSharp.Port/0.7.1": {
  644. "type": "package",
  645. "serviceable": true,
  646. "sha512": "sha512-Idgg+mJEyAujqDPzA3APy9dNoyw0YQcNA65GgYjktDRtJ+nvx/hv+J+m6Eax3JJMGEYGy04oc5YNP6ZvQ3Y1vQ==",
  647. "path": "zstdsharp.port/0.7.1",
  648. "hashPath": "zstdsharp.port.0.7.1.nupkg.sha512"
  649. },
  650. "ThirdParty/1.0.0": {
  651. "type": "project",
  652. "serviceable": false,
  653. "sha512": ""
  654. }
  655. }
  656. }