KYFramework.deps.json 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v7.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v7.0": {
  9. "KYFramework/1.0.0": {
  10. "dependencies": {
  11. "GeoCoordinate": "2.0.1",
  12. "MathNet.Numerics": "5.0.0",
  13. "MongoDB.Bson": "2.0.0",
  14. "NLog": "5.1.3",
  15. "Newtonsoft.Json": "13.0.3",
  16. "ThirdParty": "1.0.0",
  17. "UniTask": "2.5.0"
  18. },
  19. "runtime": {
  20. "KYFramework.dll": {}
  21. }
  22. },
  23. "GeoCoordinate/2.0.1": {
  24. "dependencies": {
  25. "NETStandard.Library": "1.6.0"
  26. }
  27. },
  28. "Google.Protobuf/3.21.9": {
  29. "runtime": {
  30. "lib/net5.0/Google.Protobuf.dll": {
  31. "assemblyVersion": "3.21.9.0",
  32. "fileVersion": "3.21.9.0"
  33. }
  34. }
  35. },
  36. "K4os.Compression.LZ4/1.3.5": {
  37. "runtime": {
  38. "lib/net6.0/K4os.Compression.LZ4.dll": {
  39. "assemblyVersion": "1.3.5.0",
  40. "fileVersion": "1.3.5.0"
  41. }
  42. }
  43. },
  44. "K4os.Compression.LZ4.Streams/1.3.5": {
  45. "dependencies": {
  46. "K4os.Compression.LZ4": "1.3.5",
  47. "K4os.Hash.xxHash": "1.0.8",
  48. "System.IO.Pipelines": "6.0.3"
  49. },
  50. "runtime": {
  51. "lib/net6.0/K4os.Compression.LZ4.Streams.dll": {
  52. "assemblyVersion": "1.3.5.0",
  53. "fileVersion": "1.3.5.0"
  54. }
  55. }
  56. },
  57. "K4os.Hash.xxHash/1.0.8": {
  58. "runtime": {
  59. "lib/net6.0/K4os.Hash.xxHash.dll": {
  60. "assemblyVersion": "1.0.8.0",
  61. "fileVersion": "1.0.8.0"
  62. }
  63. }
  64. },
  65. "MathNet.Numerics/5.0.0": {
  66. "runtime": {
  67. "lib/net6.0/MathNet.Numerics.dll": {
  68. "assemblyVersion": "5.0.0.0",
  69. "fileVersion": "5.0.0.0"
  70. }
  71. }
  72. },
  73. "Microsoft.NETCore.Platforms/3.1.0": {},
  74. "Microsoft.NETCore.Targets/1.1.0": {},
  75. "Microsoft.Win32.Primitives/4.0.1": {
  76. "dependencies": {
  77. "Microsoft.NETCore.Platforms": "3.1.0",
  78. "Microsoft.NETCore.Targets": "1.1.0",
  79. "System.Runtime": "4.3.0"
  80. }
  81. },
  82. "Microsoft.Win32.SystemEvents/4.7.0": {
  83. "dependencies": {
  84. "Microsoft.NETCore.Platforms": "3.1.0"
  85. },
  86. "runtime": {
  87. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  88. "assemblyVersion": "4.0.2.0",
  89. "fileVersion": "4.700.19.56404"
  90. }
  91. },
  92. "runtimeTargets": {
  93. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  94. "rid": "win",
  95. "assetType": "runtime",
  96. "assemblyVersion": "4.0.2.0",
  97. "fileVersion": "4.700.19.56404"
  98. }
  99. }
  100. },
  101. "MongoDB.Bson/2.0.0": {
  102. "runtime": {
  103. "lib/net45/MongoDB.Bson.dll": {
  104. "assemblyVersion": "2.0.0.828",
  105. "fileVersion": "2.0.0.828"
  106. }
  107. }
  108. },
  109. "MySql.Data/8.1.0": {
  110. "dependencies": {
  111. "Google.Protobuf": "3.21.9",
  112. "K4os.Compression.LZ4.Streams": "1.3.5",
  113. "Portable.BouncyCastle": "1.9.0",
  114. "System.Buffers": "4.5.1",
  115. "System.Configuration.ConfigurationManager": "4.4.1",
  116. "System.Diagnostics.DiagnosticSource": "7.0.2",
  117. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  118. "System.Runtime.Loader": "4.3.0",
  119. "System.Security.Permissions": "4.7.0",
  120. "System.Text.Encoding.CodePages": "4.4.0",
  121. "System.Text.Json": "7.0.1",
  122. "System.Threading.Tasks.Extensions": "4.5.4",
  123. "ZstdSharp.Port": "0.7.1"
  124. },
  125. "runtime": {
  126. "lib/net7.0/MySql.Data.dll": {
  127. "assemblyVersion": "8.1.0.0",
  128. "fileVersion": "8.1.0.0"
  129. }
  130. },
  131. "runtimeTargets": {
  132. "runtimes/win-x64/native/comerr64.dll": {
  133. "rid": "win-x64",
  134. "assetType": "native",
  135. "fileVersion": "4.1.0.0"
  136. },
  137. "runtimes/win-x64/native/gssapi64.dll": {
  138. "rid": "win-x64",
  139. "assetType": "native",
  140. "fileVersion": "4.1.0.0"
  141. },
  142. "runtimes/win-x64/native/k5sprt64.dll": {
  143. "rid": "win-x64",
  144. "assetType": "native",
  145. "fileVersion": "4.1.0.0"
  146. },
  147. "runtimes/win-x64/native/krb5_64.dll": {
  148. "rid": "win-x64",
  149. "assetType": "native",
  150. "fileVersion": "4.1.0.0"
  151. },
  152. "runtimes/win-x64/native/krbcc64.dll": {
  153. "rid": "win-x64",
  154. "assetType": "native",
  155. "fileVersion": "4.1.0.0"
  156. }
  157. }
  158. },
  159. "NETStandard.Library/1.6.0": {
  160. "dependencies": {
  161. "Microsoft.NETCore.Platforms": "3.1.0",
  162. "Microsoft.Win32.Primitives": "4.0.1",
  163. "System.AppContext": "4.1.0",
  164. "System.Collections": "4.0.11",
  165. "System.Collections.Concurrent": "4.0.12",
  166. "System.Console": "4.0.0",
  167. "System.Diagnostics.Debug": "4.0.11",
  168. "System.Diagnostics.Tools": "4.0.1",
  169. "System.Diagnostics.Tracing": "4.1.0",
  170. "System.Globalization": "4.0.11",
  171. "System.Globalization.Calendars": "4.0.1",
  172. "System.IO": "4.3.0",
  173. "System.IO.Compression": "4.1.0",
  174. "System.IO.Compression.ZipFile": "4.0.1",
  175. "System.IO.FileSystem": "4.0.1",
  176. "System.IO.FileSystem.Primitives": "4.0.1",
  177. "System.Linq": "4.1.0",
  178. "System.Linq.Expressions": "4.1.0",
  179. "System.Net.Http": "4.1.0",
  180. "System.Net.Primitives": "4.0.11",
  181. "System.Net.Sockets": "4.1.0",
  182. "System.ObjectModel": "4.0.12",
  183. "System.Reflection": "4.3.0",
  184. "System.Reflection.Extensions": "4.0.1",
  185. "System.Reflection.Primitives": "4.3.0",
  186. "System.Resources.ResourceManager": "4.0.1",
  187. "System.Runtime": "4.3.0",
  188. "System.Runtime.Extensions": "4.1.0",
  189. "System.Runtime.Handles": "4.0.1",
  190. "System.Runtime.InteropServices": "4.1.0",
  191. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  192. "System.Runtime.Numerics": "4.0.1",
  193. "System.Security.Cryptography.Algorithms": "4.2.0",
  194. "System.Security.Cryptography.Encoding": "4.0.0",
  195. "System.Security.Cryptography.Primitives": "4.0.0",
  196. "System.Security.Cryptography.X509Certificates": "4.1.0",
  197. "System.Text.Encoding": "4.3.0",
  198. "System.Text.Encoding.Extensions": "4.0.11",
  199. "System.Text.RegularExpressions": "4.1.0",
  200. "System.Threading": "4.0.11",
  201. "System.Threading.Tasks": "4.3.0",
  202. "System.Threading.Timer": "4.0.1",
  203. "System.Xml.ReaderWriter": "4.0.11",
  204. "System.Xml.XDocument": "4.0.11"
  205. }
  206. },
  207. "Newtonsoft.Json/13.0.3": {
  208. "runtime": {
  209. "lib/net6.0/Newtonsoft.Json.dll": {
  210. "assemblyVersion": "13.0.0.0",
  211. "fileVersion": "13.0.3.27908"
  212. }
  213. }
  214. },
  215. "NLog/5.1.3": {
  216. "runtime": {
  217. "lib/netstandard2.0/NLog.dll": {
  218. "assemblyVersion": "5.0.0.0",
  219. "fileVersion": "5.1.3.1645"
  220. }
  221. }
  222. },
  223. "Portable.BouncyCastle/1.9.0": {
  224. "runtime": {
  225. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  226. "assemblyVersion": "1.9.0.0",
  227. "fileVersion": "1.9.0.1"
  228. }
  229. }
  230. },
  231. "runtime.native.System/4.0.0": {
  232. "dependencies": {
  233. "Microsoft.NETCore.Platforms": "3.1.0",
  234. "Microsoft.NETCore.Targets": "1.1.0"
  235. }
  236. },
  237. "runtime.native.System.IO.Compression/4.1.0": {
  238. "dependencies": {
  239. "Microsoft.NETCore.Platforms": "3.1.0",
  240. "Microsoft.NETCore.Targets": "1.1.0"
  241. }
  242. },
  243. "runtime.native.System.Net.Http/4.0.1": {
  244. "dependencies": {
  245. "Microsoft.NETCore.Platforms": "3.1.0",
  246. "Microsoft.NETCore.Targets": "1.1.0"
  247. }
  248. },
  249. "runtime.native.System.Security.Cryptography/4.0.0": {
  250. "dependencies": {
  251. "Microsoft.NETCore.Platforms": "3.1.0",
  252. "Microsoft.NETCore.Targets": "1.1.0"
  253. }
  254. },
  255. "System.AppContext/4.1.0": {
  256. "dependencies": {
  257. "System.Runtime": "4.3.0"
  258. }
  259. },
  260. "System.Buffers/4.5.1": {},
  261. "System.Collections/4.0.11": {
  262. "dependencies": {
  263. "Microsoft.NETCore.Platforms": "3.1.0",
  264. "Microsoft.NETCore.Targets": "1.1.0",
  265. "System.Runtime": "4.3.0"
  266. }
  267. },
  268. "System.Collections.Concurrent/4.0.12": {
  269. "dependencies": {
  270. "System.Collections": "4.0.11",
  271. "System.Diagnostics.Debug": "4.0.11",
  272. "System.Diagnostics.Tracing": "4.1.0",
  273. "System.Globalization": "4.0.11",
  274. "System.Reflection": "4.3.0",
  275. "System.Resources.ResourceManager": "4.0.1",
  276. "System.Runtime": "4.3.0",
  277. "System.Runtime.Extensions": "4.1.0",
  278. "System.Threading": "4.0.11",
  279. "System.Threading.Tasks": "4.3.0"
  280. }
  281. },
  282. "System.Configuration.ConfigurationManager/4.4.1": {
  283. "dependencies": {
  284. "System.Security.Cryptography.ProtectedData": "4.4.0"
  285. },
  286. "runtime": {
  287. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  288. "assemblyVersion": "4.0.0.0",
  289. "fileVersion": "4.6.25921.2"
  290. }
  291. }
  292. },
  293. "System.Console/4.0.0": {
  294. "dependencies": {
  295. "Microsoft.NETCore.Platforms": "3.1.0",
  296. "Microsoft.NETCore.Targets": "1.1.0",
  297. "System.IO": "4.3.0",
  298. "System.Runtime": "4.3.0",
  299. "System.Text.Encoding": "4.3.0"
  300. }
  301. },
  302. "System.Diagnostics.Debug/4.0.11": {
  303. "dependencies": {
  304. "Microsoft.NETCore.Platforms": "3.1.0",
  305. "Microsoft.NETCore.Targets": "1.1.0",
  306. "System.Runtime": "4.3.0"
  307. }
  308. },
  309. "System.Diagnostics.DiagnosticSource/7.0.2": {},
  310. "System.Diagnostics.Tools/4.0.1": {
  311. "dependencies": {
  312. "Microsoft.NETCore.Platforms": "3.1.0",
  313. "Microsoft.NETCore.Targets": "1.1.0",
  314. "System.Runtime": "4.3.0"
  315. }
  316. },
  317. "System.Diagnostics.Tracing/4.1.0": {
  318. "dependencies": {
  319. "Microsoft.NETCore.Platforms": "3.1.0",
  320. "Microsoft.NETCore.Targets": "1.1.0",
  321. "System.Runtime": "4.3.0"
  322. }
  323. },
  324. "System.Drawing.Common/4.7.0": {
  325. "dependencies": {
  326. "Microsoft.NETCore.Platforms": "3.1.0",
  327. "Microsoft.Win32.SystemEvents": "4.7.0"
  328. },
  329. "runtime": {
  330. "lib/netstandard2.0/System.Drawing.Common.dll": {
  331. "assemblyVersion": "4.0.0.1",
  332. "fileVersion": "4.6.26919.2"
  333. }
  334. },
  335. "runtimeTargets": {
  336. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  337. "rid": "unix",
  338. "assetType": "runtime",
  339. "assemblyVersion": "4.0.2.0",
  340. "fileVersion": "4.700.19.56404"
  341. },
  342. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  343. "rid": "win",
  344. "assetType": "runtime",
  345. "assemblyVersion": "4.0.2.0",
  346. "fileVersion": "4.700.19.56404"
  347. }
  348. }
  349. },
  350. "System.Globalization/4.0.11": {
  351. "dependencies": {
  352. "Microsoft.NETCore.Platforms": "3.1.0",
  353. "Microsoft.NETCore.Targets": "1.1.0",
  354. "System.Runtime": "4.3.0"
  355. }
  356. },
  357. "System.Globalization.Calendars/4.0.1": {
  358. "dependencies": {
  359. "Microsoft.NETCore.Platforms": "3.1.0",
  360. "Microsoft.NETCore.Targets": "1.1.0",
  361. "System.Globalization": "4.0.11",
  362. "System.Runtime": "4.3.0"
  363. }
  364. },
  365. "System.Globalization.Extensions/4.0.1": {
  366. "dependencies": {
  367. "Microsoft.NETCore.Platforms": "3.1.0",
  368. "System.Globalization": "4.0.11",
  369. "System.Resources.ResourceManager": "4.0.1",
  370. "System.Runtime": "4.3.0",
  371. "System.Runtime.Extensions": "4.1.0",
  372. "System.Runtime.InteropServices": "4.1.0"
  373. }
  374. },
  375. "System.IO/4.3.0": {
  376. "dependencies": {
  377. "Microsoft.NETCore.Platforms": "3.1.0",
  378. "Microsoft.NETCore.Targets": "1.1.0",
  379. "System.Runtime": "4.3.0",
  380. "System.Text.Encoding": "4.3.0",
  381. "System.Threading.Tasks": "4.3.0"
  382. }
  383. },
  384. "System.IO.Compression/4.1.0": {
  385. "dependencies": {
  386. "Microsoft.NETCore.Platforms": "3.1.0",
  387. "System.Collections": "4.0.11",
  388. "System.Diagnostics.Debug": "4.0.11",
  389. "System.IO": "4.3.0",
  390. "System.Resources.ResourceManager": "4.0.1",
  391. "System.Runtime": "4.3.0",
  392. "System.Runtime.Extensions": "4.1.0",
  393. "System.Runtime.Handles": "4.0.1",
  394. "System.Runtime.InteropServices": "4.1.0",
  395. "System.Text.Encoding": "4.3.0",
  396. "System.Threading": "4.0.11",
  397. "System.Threading.Tasks": "4.3.0",
  398. "runtime.native.System": "4.0.0",
  399. "runtime.native.System.IO.Compression": "4.1.0"
  400. }
  401. },
  402. "System.IO.Compression.ZipFile/4.0.1": {
  403. "dependencies": {
  404. "System.Buffers": "4.5.1",
  405. "System.IO": "4.3.0",
  406. "System.IO.Compression": "4.1.0",
  407. "System.IO.FileSystem": "4.0.1",
  408. "System.IO.FileSystem.Primitives": "4.0.1",
  409. "System.Resources.ResourceManager": "4.0.1",
  410. "System.Runtime": "4.3.0",
  411. "System.Runtime.Extensions": "4.1.0",
  412. "System.Text.Encoding": "4.3.0"
  413. }
  414. },
  415. "System.IO.FileSystem/4.0.1": {
  416. "dependencies": {
  417. "Microsoft.NETCore.Platforms": "3.1.0",
  418. "Microsoft.NETCore.Targets": "1.1.0",
  419. "System.IO": "4.3.0",
  420. "System.IO.FileSystem.Primitives": "4.0.1",
  421. "System.Runtime": "4.3.0",
  422. "System.Runtime.Handles": "4.0.1",
  423. "System.Text.Encoding": "4.3.0",
  424. "System.Threading.Tasks": "4.3.0"
  425. }
  426. },
  427. "System.IO.FileSystem.Primitives/4.0.1": {
  428. "dependencies": {
  429. "System.Runtime": "4.3.0"
  430. }
  431. },
  432. "System.IO.Pipelines/6.0.3": {
  433. "runtime": {
  434. "lib/net6.0/System.IO.Pipelines.dll": {
  435. "assemblyVersion": "6.0.0.0",
  436. "fileVersion": "6.0.522.21309"
  437. }
  438. }
  439. },
  440. "System.Linq/4.1.0": {
  441. "dependencies": {
  442. "System.Collections": "4.0.11",
  443. "System.Diagnostics.Debug": "4.0.11",
  444. "System.Resources.ResourceManager": "4.0.1",
  445. "System.Runtime": "4.3.0",
  446. "System.Runtime.Extensions": "4.1.0"
  447. }
  448. },
  449. "System.Linq.Expressions/4.1.0": {
  450. "dependencies": {
  451. "System.Collections": "4.0.11",
  452. "System.Diagnostics.Debug": "4.0.11",
  453. "System.Globalization": "4.0.11",
  454. "System.IO": "4.3.0",
  455. "System.Linq": "4.1.0",
  456. "System.ObjectModel": "4.0.12",
  457. "System.Reflection": "4.3.0",
  458. "System.Reflection.Emit": "4.0.1",
  459. "System.Reflection.Emit.ILGeneration": "4.0.1",
  460. "System.Reflection.Emit.Lightweight": "4.0.1",
  461. "System.Reflection.Extensions": "4.0.1",
  462. "System.Reflection.Primitives": "4.3.0",
  463. "System.Reflection.TypeExtensions": "4.1.0",
  464. "System.Resources.ResourceManager": "4.0.1",
  465. "System.Runtime": "4.3.0",
  466. "System.Runtime.Extensions": "4.1.0",
  467. "System.Threading": "4.0.11"
  468. }
  469. },
  470. "System.Net.Http/4.1.0": {
  471. "dependencies": {
  472. "Microsoft.NETCore.Platforms": "3.1.0",
  473. "System.Collections": "4.0.11",
  474. "System.Diagnostics.Debug": "4.0.11",
  475. "System.Diagnostics.DiagnosticSource": "7.0.2",
  476. "System.Diagnostics.Tracing": "4.1.0",
  477. "System.Globalization": "4.0.11",
  478. "System.Globalization.Extensions": "4.0.1",
  479. "System.IO": "4.3.0",
  480. "System.IO.FileSystem": "4.0.1",
  481. "System.Net.Primitives": "4.0.11",
  482. "System.Resources.ResourceManager": "4.0.1",
  483. "System.Runtime": "4.3.0",
  484. "System.Runtime.Extensions": "4.1.0",
  485. "System.Runtime.Handles": "4.0.1",
  486. "System.Runtime.InteropServices": "4.1.0",
  487. "System.Security.Cryptography.Algorithms": "4.2.0",
  488. "System.Security.Cryptography.Encoding": "4.0.0",
  489. "System.Security.Cryptography.OpenSsl": "4.0.0",
  490. "System.Security.Cryptography.Primitives": "4.0.0",
  491. "System.Security.Cryptography.X509Certificates": "4.1.0",
  492. "System.Text.Encoding": "4.3.0",
  493. "System.Threading": "4.0.11",
  494. "System.Threading.Tasks": "4.3.0",
  495. "runtime.native.System": "4.0.0",
  496. "runtime.native.System.Net.Http": "4.0.1",
  497. "runtime.native.System.Security.Cryptography": "4.0.0"
  498. }
  499. },
  500. "System.Net.Primitives/4.0.11": {
  501. "dependencies": {
  502. "Microsoft.NETCore.Platforms": "3.1.0",
  503. "Microsoft.NETCore.Targets": "1.1.0",
  504. "System.Runtime": "4.3.0",
  505. "System.Runtime.Handles": "4.0.1"
  506. }
  507. },
  508. "System.Net.Sockets/4.1.0": {
  509. "dependencies": {
  510. "Microsoft.NETCore.Platforms": "3.1.0",
  511. "Microsoft.NETCore.Targets": "1.1.0",
  512. "System.IO": "4.3.0",
  513. "System.Net.Primitives": "4.0.11",
  514. "System.Runtime": "4.3.0",
  515. "System.Threading.Tasks": "4.3.0"
  516. }
  517. },
  518. "System.ObjectModel/4.0.12": {
  519. "dependencies": {
  520. "System.Collections": "4.0.11",
  521. "System.Diagnostics.Debug": "4.0.11",
  522. "System.Resources.ResourceManager": "4.0.1",
  523. "System.Runtime": "4.3.0",
  524. "System.Threading": "4.0.11"
  525. }
  526. },
  527. "System.Reflection/4.3.0": {
  528. "dependencies": {
  529. "Microsoft.NETCore.Platforms": "3.1.0",
  530. "Microsoft.NETCore.Targets": "1.1.0",
  531. "System.IO": "4.3.0",
  532. "System.Reflection.Primitives": "4.3.0",
  533. "System.Runtime": "4.3.0"
  534. }
  535. },
  536. "System.Reflection.Emit/4.0.1": {
  537. "dependencies": {
  538. "System.IO": "4.3.0",
  539. "System.Reflection": "4.3.0",
  540. "System.Reflection.Emit.ILGeneration": "4.0.1",
  541. "System.Reflection.Primitives": "4.3.0",
  542. "System.Runtime": "4.3.0"
  543. }
  544. },
  545. "System.Reflection.Emit.ILGeneration/4.0.1": {
  546. "dependencies": {
  547. "System.Reflection": "4.3.0",
  548. "System.Reflection.Primitives": "4.3.0",
  549. "System.Runtime": "4.3.0"
  550. }
  551. },
  552. "System.Reflection.Emit.Lightweight/4.0.1": {
  553. "dependencies": {
  554. "System.Reflection": "4.3.0",
  555. "System.Reflection.Emit.ILGeneration": "4.0.1",
  556. "System.Reflection.Primitives": "4.3.0",
  557. "System.Runtime": "4.3.0"
  558. }
  559. },
  560. "System.Reflection.Extensions/4.0.1": {
  561. "dependencies": {
  562. "Microsoft.NETCore.Platforms": "3.1.0",
  563. "Microsoft.NETCore.Targets": "1.1.0",
  564. "System.Reflection": "4.3.0",
  565. "System.Runtime": "4.3.0"
  566. }
  567. },
  568. "System.Reflection.Primitives/4.3.0": {
  569. "dependencies": {
  570. "Microsoft.NETCore.Platforms": "3.1.0",
  571. "Microsoft.NETCore.Targets": "1.1.0",
  572. "System.Runtime": "4.3.0"
  573. }
  574. },
  575. "System.Reflection.TypeExtensions/4.1.0": {
  576. "dependencies": {
  577. "System.Reflection": "4.3.0",
  578. "System.Runtime": "4.3.0"
  579. }
  580. },
  581. "System.Resources.ResourceManager/4.0.1": {
  582. "dependencies": {
  583. "Microsoft.NETCore.Platforms": "3.1.0",
  584. "Microsoft.NETCore.Targets": "1.1.0",
  585. "System.Globalization": "4.0.11",
  586. "System.Reflection": "4.3.0",
  587. "System.Runtime": "4.3.0"
  588. }
  589. },
  590. "System.Runtime/4.3.0": {
  591. "dependencies": {
  592. "Microsoft.NETCore.Platforms": "3.1.0",
  593. "Microsoft.NETCore.Targets": "1.1.0"
  594. }
  595. },
  596. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  597. "System.Runtime.Extensions/4.1.0": {
  598. "dependencies": {
  599. "Microsoft.NETCore.Platforms": "3.1.0",
  600. "Microsoft.NETCore.Targets": "1.1.0",
  601. "System.Runtime": "4.3.0"
  602. }
  603. },
  604. "System.Runtime.Handles/4.0.1": {
  605. "dependencies": {
  606. "Microsoft.NETCore.Platforms": "3.1.0",
  607. "Microsoft.NETCore.Targets": "1.1.0",
  608. "System.Runtime": "4.3.0"
  609. }
  610. },
  611. "System.Runtime.InteropServices/4.1.0": {
  612. "dependencies": {
  613. "Microsoft.NETCore.Platforms": "3.1.0",
  614. "Microsoft.NETCore.Targets": "1.1.0",
  615. "System.Reflection": "4.3.0",
  616. "System.Reflection.Primitives": "4.3.0",
  617. "System.Runtime": "4.3.0",
  618. "System.Runtime.Handles": "4.0.1"
  619. }
  620. },
  621. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  622. "dependencies": {
  623. "Microsoft.NETCore.Platforms": "3.1.0",
  624. "System.Reflection": "4.3.0",
  625. "System.Resources.ResourceManager": "4.0.1",
  626. "System.Runtime": "4.3.0",
  627. "System.Runtime.InteropServices": "4.1.0",
  628. "System.Threading": "4.0.11",
  629. "runtime.native.System": "4.0.0"
  630. }
  631. },
  632. "System.Runtime.Loader/4.3.0": {
  633. "dependencies": {
  634. "System.IO": "4.3.0",
  635. "System.Reflection": "4.3.0",
  636. "System.Runtime": "4.3.0"
  637. }
  638. },
  639. "System.Runtime.Numerics/4.0.1": {
  640. "dependencies": {
  641. "System.Globalization": "4.0.11",
  642. "System.Resources.ResourceManager": "4.0.1",
  643. "System.Runtime": "4.3.0",
  644. "System.Runtime.Extensions": "4.1.0"
  645. }
  646. },
  647. "System.Security.AccessControl/4.7.0": {
  648. "dependencies": {
  649. "Microsoft.NETCore.Platforms": "3.1.0",
  650. "System.Security.Principal.Windows": "4.7.0"
  651. }
  652. },
  653. "System.Security.Cryptography.Algorithms/4.2.0": {
  654. "dependencies": {
  655. "Microsoft.NETCore.Platforms": "3.1.0",
  656. "System.Collections": "4.0.11",
  657. "System.IO": "4.3.0",
  658. "System.Resources.ResourceManager": "4.0.1",
  659. "System.Runtime": "4.3.0",
  660. "System.Runtime.Extensions": "4.1.0",
  661. "System.Runtime.Handles": "4.0.1",
  662. "System.Runtime.InteropServices": "4.1.0",
  663. "System.Runtime.Numerics": "4.0.1",
  664. "System.Security.Cryptography.Encoding": "4.0.0",
  665. "System.Security.Cryptography.Primitives": "4.0.0",
  666. "System.Text.Encoding": "4.3.0",
  667. "runtime.native.System.Security.Cryptography": "4.0.0"
  668. }
  669. },
  670. "System.Security.Cryptography.Cng/4.2.0": {
  671. "dependencies": {
  672. "Microsoft.NETCore.Platforms": "3.1.0",
  673. "System.IO": "4.3.0",
  674. "System.Resources.ResourceManager": "4.0.1",
  675. "System.Runtime": "4.3.0",
  676. "System.Runtime.Extensions": "4.1.0",
  677. "System.Runtime.Handles": "4.0.1",
  678. "System.Runtime.InteropServices": "4.1.0",
  679. "System.Security.Cryptography.Algorithms": "4.2.0",
  680. "System.Security.Cryptography.Encoding": "4.0.0",
  681. "System.Security.Cryptography.Primitives": "4.0.0",
  682. "System.Text.Encoding": "4.3.0"
  683. }
  684. },
  685. "System.Security.Cryptography.Csp/4.0.0": {
  686. "dependencies": {
  687. "Microsoft.NETCore.Platforms": "3.1.0",
  688. "System.IO": "4.3.0",
  689. "System.Reflection": "4.3.0",
  690. "System.Resources.ResourceManager": "4.0.1",
  691. "System.Runtime": "4.3.0",
  692. "System.Runtime.Extensions": "4.1.0",
  693. "System.Runtime.Handles": "4.0.1",
  694. "System.Runtime.InteropServices": "4.1.0",
  695. "System.Security.Cryptography.Algorithms": "4.2.0",
  696. "System.Security.Cryptography.Encoding": "4.0.0",
  697. "System.Security.Cryptography.Primitives": "4.0.0",
  698. "System.Text.Encoding": "4.3.0",
  699. "System.Threading": "4.0.11"
  700. }
  701. },
  702. "System.Security.Cryptography.Encoding/4.0.0": {
  703. "dependencies": {
  704. "Microsoft.NETCore.Platforms": "3.1.0",
  705. "System.Collections": "4.0.11",
  706. "System.Collections.Concurrent": "4.0.12",
  707. "System.Linq": "4.1.0",
  708. "System.Resources.ResourceManager": "4.0.1",
  709. "System.Runtime": "4.3.0",
  710. "System.Runtime.Extensions": "4.1.0",
  711. "System.Runtime.Handles": "4.0.1",
  712. "System.Runtime.InteropServices": "4.1.0",
  713. "System.Security.Cryptography.Primitives": "4.0.0",
  714. "System.Text.Encoding": "4.3.0",
  715. "runtime.native.System.Security.Cryptography": "4.0.0"
  716. }
  717. },
  718. "System.Security.Cryptography.OpenSsl/4.0.0": {
  719. "dependencies": {
  720. "System.Collections": "4.0.11",
  721. "System.IO": "4.3.0",
  722. "System.Resources.ResourceManager": "4.0.1",
  723. "System.Runtime": "4.3.0",
  724. "System.Runtime.Extensions": "4.1.0",
  725. "System.Runtime.Handles": "4.0.1",
  726. "System.Runtime.InteropServices": "4.1.0",
  727. "System.Runtime.Numerics": "4.0.1",
  728. "System.Security.Cryptography.Algorithms": "4.2.0",
  729. "System.Security.Cryptography.Encoding": "4.0.0",
  730. "System.Security.Cryptography.Primitives": "4.0.0",
  731. "System.Text.Encoding": "4.3.0",
  732. "runtime.native.System.Security.Cryptography": "4.0.0"
  733. }
  734. },
  735. "System.Security.Cryptography.Primitives/4.0.0": {
  736. "dependencies": {
  737. "System.Diagnostics.Debug": "4.0.11",
  738. "System.Globalization": "4.0.11",
  739. "System.IO": "4.3.0",
  740. "System.Resources.ResourceManager": "4.0.1",
  741. "System.Runtime": "4.3.0",
  742. "System.Threading": "4.0.11",
  743. "System.Threading.Tasks": "4.3.0"
  744. }
  745. },
  746. "System.Security.Cryptography.ProtectedData/4.4.0": {
  747. "runtime": {
  748. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  749. "assemblyVersion": "4.0.2.0",
  750. "fileVersion": "4.6.25519.3"
  751. }
  752. },
  753. "runtimeTargets": {
  754. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  755. "rid": "win",
  756. "assetType": "runtime",
  757. "assemblyVersion": "4.0.2.0",
  758. "fileVersion": "4.6.25519.3"
  759. }
  760. }
  761. },
  762. "System.Security.Cryptography.X509Certificates/4.1.0": {
  763. "dependencies": {
  764. "Microsoft.NETCore.Platforms": "3.1.0",
  765. "System.Collections": "4.0.11",
  766. "System.Diagnostics.Debug": "4.0.11",
  767. "System.Globalization": "4.0.11",
  768. "System.Globalization.Calendars": "4.0.1",
  769. "System.IO": "4.3.0",
  770. "System.IO.FileSystem": "4.0.1",
  771. "System.IO.FileSystem.Primitives": "4.0.1",
  772. "System.Resources.ResourceManager": "4.0.1",
  773. "System.Runtime": "4.3.0",
  774. "System.Runtime.Extensions": "4.1.0",
  775. "System.Runtime.Handles": "4.0.1",
  776. "System.Runtime.InteropServices": "4.1.0",
  777. "System.Runtime.Numerics": "4.0.1",
  778. "System.Security.Cryptography.Algorithms": "4.2.0",
  779. "System.Security.Cryptography.Cng": "4.2.0",
  780. "System.Security.Cryptography.Csp": "4.0.0",
  781. "System.Security.Cryptography.Encoding": "4.0.0",
  782. "System.Security.Cryptography.OpenSsl": "4.0.0",
  783. "System.Security.Cryptography.Primitives": "4.0.0",
  784. "System.Text.Encoding": "4.3.0",
  785. "System.Threading": "4.0.11",
  786. "runtime.native.System": "4.0.0",
  787. "runtime.native.System.Net.Http": "4.0.1",
  788. "runtime.native.System.Security.Cryptography": "4.0.0"
  789. }
  790. },
  791. "System.Security.Permissions/4.7.0": {
  792. "dependencies": {
  793. "System.Security.AccessControl": "4.7.0",
  794. "System.Windows.Extensions": "4.7.0"
  795. },
  796. "runtime": {
  797. "lib/netcoreapp3.0/System.Security.Permissions.dll": {
  798. "assemblyVersion": "4.0.3.0",
  799. "fileVersion": "4.700.19.56404"
  800. }
  801. }
  802. },
  803. "System.Security.Principal.Windows/4.7.0": {},
  804. "System.Text.Encoding/4.3.0": {
  805. "dependencies": {
  806. "Microsoft.NETCore.Platforms": "3.1.0",
  807. "Microsoft.NETCore.Targets": "1.1.0",
  808. "System.Runtime": "4.3.0"
  809. }
  810. },
  811. "System.Text.Encoding.CodePages/4.4.0": {
  812. "dependencies": {
  813. "Microsoft.NETCore.Platforms": "3.1.0"
  814. }
  815. },
  816. "System.Text.Encoding.Extensions/4.0.11": {
  817. "dependencies": {
  818. "Microsoft.NETCore.Platforms": "3.1.0",
  819. "Microsoft.NETCore.Targets": "1.1.0",
  820. "System.Runtime": "4.3.0",
  821. "System.Text.Encoding": "4.3.0"
  822. }
  823. },
  824. "System.Text.Encodings.Web/7.0.0": {},
  825. "System.Text.Json/7.0.1": {
  826. "dependencies": {
  827. "System.Text.Encodings.Web": "7.0.0"
  828. }
  829. },
  830. "System.Text.RegularExpressions/4.1.0": {
  831. "dependencies": {
  832. "System.Collections": "4.0.11",
  833. "System.Globalization": "4.0.11",
  834. "System.Resources.ResourceManager": "4.0.1",
  835. "System.Runtime": "4.3.0",
  836. "System.Runtime.Extensions": "4.1.0",
  837. "System.Threading": "4.0.11"
  838. }
  839. },
  840. "System.Threading/4.0.11": {
  841. "dependencies": {
  842. "System.Runtime": "4.3.0",
  843. "System.Threading.Tasks": "4.3.0"
  844. }
  845. },
  846. "System.Threading.Tasks/4.3.0": {
  847. "dependencies": {
  848. "Microsoft.NETCore.Platforms": "3.1.0",
  849. "Microsoft.NETCore.Targets": "1.1.0",
  850. "System.Runtime": "4.3.0"
  851. }
  852. },
  853. "System.Threading.Tasks.Extensions/4.5.4": {},
  854. "System.Threading.Timer/4.0.1": {
  855. "dependencies": {
  856. "Microsoft.NETCore.Platforms": "3.1.0",
  857. "Microsoft.NETCore.Targets": "1.1.0",
  858. "System.Runtime": "4.3.0"
  859. }
  860. },
  861. "System.Windows.Extensions/4.7.0": {
  862. "dependencies": {
  863. "System.Drawing.Common": "4.7.0"
  864. },
  865. "runtime": {
  866. "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  867. "assemblyVersion": "4.0.1.0",
  868. "fileVersion": "4.700.19.56404"
  869. }
  870. },
  871. "runtimeTargets": {
  872. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  873. "rid": "win",
  874. "assetType": "runtime",
  875. "assemblyVersion": "4.0.1.0",
  876. "fileVersion": "4.700.19.56404"
  877. }
  878. }
  879. },
  880. "System.Xml.ReaderWriter/4.0.11": {
  881. "dependencies": {
  882. "System.Collections": "4.0.11",
  883. "System.Diagnostics.Debug": "4.0.11",
  884. "System.Globalization": "4.0.11",
  885. "System.IO": "4.3.0",
  886. "System.IO.FileSystem": "4.0.1",
  887. "System.IO.FileSystem.Primitives": "4.0.1",
  888. "System.Resources.ResourceManager": "4.0.1",
  889. "System.Runtime": "4.3.0",
  890. "System.Runtime.Extensions": "4.1.0",
  891. "System.Runtime.InteropServices": "4.1.0",
  892. "System.Text.Encoding": "4.3.0",
  893. "System.Text.Encoding.Extensions": "4.0.11",
  894. "System.Text.RegularExpressions": "4.1.0",
  895. "System.Threading.Tasks": "4.3.0",
  896. "System.Threading.Tasks.Extensions": "4.5.4"
  897. }
  898. },
  899. "System.Xml.XDocument/4.0.11": {
  900. "dependencies": {
  901. "System.Collections": "4.0.11",
  902. "System.Diagnostics.Debug": "4.0.11",
  903. "System.Diagnostics.Tools": "4.0.1",
  904. "System.Globalization": "4.0.11",
  905. "System.IO": "4.3.0",
  906. "System.Reflection": "4.3.0",
  907. "System.Resources.ResourceManager": "4.0.1",
  908. "System.Runtime": "4.3.0",
  909. "System.Runtime.Extensions": "4.1.0",
  910. "System.Text.Encoding": "4.3.0",
  911. "System.Threading": "4.0.11",
  912. "System.Xml.ReaderWriter": "4.0.11"
  913. }
  914. },
  915. "UniTask/2.5.0": {
  916. "dependencies": {
  917. "System.Threading.Tasks.Extensions": "4.5.4"
  918. },
  919. "runtime": {
  920. "lib/net7.0/UniTask.dll": {
  921. "assemblyVersion": "2.5.0.0",
  922. "fileVersion": "2.5.0.0"
  923. }
  924. }
  925. },
  926. "ZstdSharp.Port/0.7.1": {
  927. "runtime": {
  928. "lib/net7.0/ZstdSharp.dll": {
  929. "assemblyVersion": "0.7.1.0",
  930. "fileVersion": "0.7.1.0"
  931. }
  932. }
  933. },
  934. "ThirdParty/1.0.0": {
  935. "dependencies": {
  936. "GeoCoordinate": "2.0.1",
  937. "MathNet.Numerics": "5.0.0",
  938. "MySql.Data": "8.1.0",
  939. "UniTask": "2.5.0"
  940. },
  941. "runtime": {
  942. "ThirdParty.dll": {}
  943. }
  944. }
  945. }
  946. },
  947. "libraries": {
  948. "KYFramework/1.0.0": {
  949. "type": "project",
  950. "serviceable": false,
  951. "sha512": ""
  952. },
  953. "GeoCoordinate/2.0.1": {
  954. "type": "package",
  955. "serviceable": true,
  956. "sha512": "sha512-Am5GANF7uS3vlYBHExLtouH/Yrsc+6182nTdxXfnYCCVF/mO6TRO5QQhJVWXd5PjVdNnb6rHbkHiDR9verwnig==",
  957. "path": "geocoordinate/2.0.1",
  958. "hashPath": "geocoordinate.2.0.1.nupkg.sha512"
  959. },
  960. "Google.Protobuf/3.21.9": {
  961. "type": "package",
  962. "serviceable": true,
  963. "sha512": "sha512-OTpFujTgkmqMLbg3KT7F/iuKi1rg6s5FCS2M9XcVLDn40zL8wgXm37CY/F6MeOEXKjdcnXGCN/h7oyMkVydVsg==",
  964. "path": "google.protobuf/3.21.9",
  965. "hashPath": "google.protobuf.3.21.9.nupkg.sha512"
  966. },
  967. "K4os.Compression.LZ4/1.3.5": {
  968. "type": "package",
  969. "serviceable": true,
  970. "sha512": "sha512-TS4mqlT0X1OlnvOGNfl02QdVUhuqgWuCnn7UxupIa7C9Pb6qlQ5yZA2sPhRh0OSmVULaQU64KV4wJuu//UyVQQ==",
  971. "path": "k4os.compression.lz4/1.3.5",
  972. "hashPath": "k4os.compression.lz4.1.3.5.nupkg.sha512"
  973. },
  974. "K4os.Compression.LZ4.Streams/1.3.5": {
  975. "type": "package",
  976. "serviceable": true,
  977. "sha512": "sha512-M0NufZI8ym3mm6F6HMSPz1jw7TJGdY74fjAtbIXATmnAva/8xLz50eQZJI9tf9mMeHUaFDg76N1BmEh8GR5zeA==",
  978. "path": "k4os.compression.lz4.streams/1.3.5",
  979. "hashPath": "k4os.compression.lz4.streams.1.3.5.nupkg.sha512"
  980. },
  981. "K4os.Hash.xxHash/1.0.8": {
  982. "type": "package",
  983. "serviceable": true,
  984. "sha512": "sha512-Wp2F7BamQ2Q/7Hk834nV9vRQapgcr8kgv9Jvfm8J3D0IhDqZMMl+a2yxUq5ltJitvXvQfB8W6K4F4fCbw/P6YQ==",
  985. "path": "k4os.hash.xxhash/1.0.8",
  986. "hashPath": "k4os.hash.xxhash.1.0.8.nupkg.sha512"
  987. },
  988. "MathNet.Numerics/5.0.0": {
  989. "type": "package",
  990. "serviceable": true,
  991. "sha512": "sha512-pg1W2VwaEQMAiTpGK840hZgzavnqjlCMTVSbtVCXVyT+7AX4mc1o89SPv4TBlAjhgCOo9c1Y+jZ5m3ti2YgGgA==",
  992. "path": "mathnet.numerics/5.0.0",
  993. "hashPath": "mathnet.numerics.5.0.0.nupkg.sha512"
  994. },
  995. "Microsoft.NETCore.Platforms/3.1.0": {
  996. "type": "package",
  997. "serviceable": true,
  998. "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  999. "path": "microsoft.netcore.platforms/3.1.0",
  1000. "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
  1001. },
  1002. "Microsoft.NETCore.Targets/1.1.0": {
  1003. "type": "package",
  1004. "serviceable": true,
  1005. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1006. "path": "microsoft.netcore.targets/1.1.0",
  1007. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1008. },
  1009. "Microsoft.Win32.Primitives/4.0.1": {
  1010. "type": "package",
  1011. "serviceable": true,
  1012. "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
  1013. "path": "microsoft.win32.primitives/4.0.1",
  1014. "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512"
  1015. },
  1016. "Microsoft.Win32.SystemEvents/4.7.0": {
  1017. "type": "package",
  1018. "serviceable": true,
  1019. "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
  1020. "path": "microsoft.win32.systemevents/4.7.0",
  1021. "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
  1022. },
  1023. "MongoDB.Bson/2.0.0": {
  1024. "type": "package",
  1025. "serviceable": true,
  1026. "sha512": "sha512-oij2O4yegOKc6zZByxhbuILQIqT0xbUv9DHAt7HdQTzvlOJ7WgKwsMsoQR6VO4qd8PntGvcC9o/sNAj3KdndKA==",
  1027. "path": "mongodb.bson/2.0.0",
  1028. "hashPath": "mongodb.bson.2.0.0.nupkg.sha512"
  1029. },
  1030. "MySql.Data/8.1.0": {
  1031. "type": "package",
  1032. "serviceable": true,
  1033. "sha512": "sha512-7kEJLyty7HcqJD0lnfs+2fdMrvCl0RY5oykvZThbmg6QVLT55dwygI69Eqxl0M6IThP9woyjpsezT6m7gKRrLA==",
  1034. "path": "mysql.data/8.1.0",
  1035. "hashPath": "mysql.data.8.1.0.nupkg.sha512"
  1036. },
  1037. "NETStandard.Library/1.6.0": {
  1038. "type": "package",
  1039. "serviceable": true,
  1040. "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  1041. "path": "netstandard.library/1.6.0",
  1042. "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
  1043. },
  1044. "Newtonsoft.Json/13.0.3": {
  1045. "type": "package",
  1046. "serviceable": true,
  1047. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  1048. "path": "newtonsoft.json/13.0.3",
  1049. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  1050. },
  1051. "NLog/5.1.3": {
  1052. "type": "package",
  1053. "serviceable": true,
  1054. "sha512": "sha512-rB8hwjBf1EZCfG5iPfsv3gPksLoJLr1cOrt7PBbJu6VpJgwYJchDzTUT1dhNDdPv0QakXJQJOhE59ErupcznQQ==",
  1055. "path": "nlog/5.1.3",
  1056. "hashPath": "nlog.5.1.3.nupkg.sha512"
  1057. },
  1058. "Portable.BouncyCastle/1.9.0": {
  1059. "type": "package",
  1060. "serviceable": true,
  1061. "sha512": "sha512-eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==",
  1062. "path": "portable.bouncycastle/1.9.0",
  1063. "hashPath": "portable.bouncycastle.1.9.0.nupkg.sha512"
  1064. },
  1065. "runtime.native.System/4.0.0": {
  1066. "type": "package",
  1067. "serviceable": true,
  1068. "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==",
  1069. "path": "runtime.native.system/4.0.0",
  1070. "hashPath": "runtime.native.system.4.0.0.nupkg.sha512"
  1071. },
  1072. "runtime.native.System.IO.Compression/4.1.0": {
  1073. "type": "package",
  1074. "serviceable": true,
  1075. "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
  1076. "path": "runtime.native.system.io.compression/4.1.0",
  1077. "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512"
  1078. },
  1079. "runtime.native.System.Net.Http/4.0.1": {
  1080. "type": "package",
  1081. "serviceable": true,
  1082. "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==",
  1083. "path": "runtime.native.system.net.http/4.0.1",
  1084. "hashPath": "runtime.native.system.net.http.4.0.1.nupkg.sha512"
  1085. },
  1086. "runtime.native.System.Security.Cryptography/4.0.0": {
  1087. "type": "package",
  1088. "serviceable": true,
  1089. "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==",
  1090. "path": "runtime.native.system.security.cryptography/4.0.0",
  1091. "hashPath": "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512"
  1092. },
  1093. "System.AppContext/4.1.0": {
  1094. "type": "package",
  1095. "serviceable": true,
  1096. "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  1097. "path": "system.appcontext/4.1.0",
  1098. "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
  1099. },
  1100. "System.Buffers/4.5.1": {
  1101. "type": "package",
  1102. "serviceable": true,
  1103. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1104. "path": "system.buffers/4.5.1",
  1105. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  1106. },
  1107. "System.Collections/4.0.11": {
  1108. "type": "package",
  1109. "serviceable": true,
  1110. "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==",
  1111. "path": "system.collections/4.0.11",
  1112. "hashPath": "system.collections.4.0.11.nupkg.sha512"
  1113. },
  1114. "System.Collections.Concurrent/4.0.12": {
  1115. "type": "package",
  1116. "serviceable": true,
  1117. "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==",
  1118. "path": "system.collections.concurrent/4.0.12",
  1119. "hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512"
  1120. },
  1121. "System.Configuration.ConfigurationManager/4.4.1": {
  1122. "type": "package",
  1123. "serviceable": true,
  1124. "sha512": "sha512-jz3TWKMAeuDEyrPCK5Jyt4bzQcmzUIMcY9Ud6PkElFxTfnsihV+9N/UCqvxe1z5gc7jMYAnj7V1COMS9QKIuHQ==",
  1125. "path": "system.configuration.configurationmanager/4.4.1",
  1126. "hashPath": "system.configuration.configurationmanager.4.4.1.nupkg.sha512"
  1127. },
  1128. "System.Console/4.0.0": {
  1129. "type": "package",
  1130. "serviceable": true,
  1131. "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
  1132. "path": "system.console/4.0.0",
  1133. "hashPath": "system.console.4.0.0.nupkg.sha512"
  1134. },
  1135. "System.Diagnostics.Debug/4.0.11": {
  1136. "type": "package",
  1137. "serviceable": true,
  1138. "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==",
  1139. "path": "system.diagnostics.debug/4.0.11",
  1140. "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512"
  1141. },
  1142. "System.Diagnostics.DiagnosticSource/7.0.2": {
  1143. "type": "package",
  1144. "serviceable": true,
  1145. "sha512": "sha512-hYr3I9N9811e0Bjf2WNwAGGyTuAFbbTgX1RPLt/3Wbm68x3IGcX5Cl75CMmgT6WlNwLQ2tCCWfqYPpypjaf2xA==",
  1146. "path": "system.diagnostics.diagnosticsource/7.0.2",
  1147. "hashPath": "system.diagnostics.diagnosticsource.7.0.2.nupkg.sha512"
  1148. },
  1149. "System.Diagnostics.Tools/4.0.1": {
  1150. "type": "package",
  1151. "serviceable": true,
  1152. "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==",
  1153. "path": "system.diagnostics.tools/4.0.1",
  1154. "hashPath": "system.diagnostics.tools.4.0.1.nupkg.sha512"
  1155. },
  1156. "System.Diagnostics.Tracing/4.1.0": {
  1157. "type": "package",
  1158. "serviceable": true,
  1159. "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==",
  1160. "path": "system.diagnostics.tracing/4.1.0",
  1161. "hashPath": "system.diagnostics.tracing.4.1.0.nupkg.sha512"
  1162. },
  1163. "System.Drawing.Common/4.7.0": {
  1164. "type": "package",
  1165. "serviceable": true,
  1166. "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
  1167. "path": "system.drawing.common/4.7.0",
  1168. "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
  1169. },
  1170. "System.Globalization/4.0.11": {
  1171. "type": "package",
  1172. "serviceable": true,
  1173. "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==",
  1174. "path": "system.globalization/4.0.11",
  1175. "hashPath": "system.globalization.4.0.11.nupkg.sha512"
  1176. },
  1177. "System.Globalization.Calendars/4.0.1": {
  1178. "type": "package",
  1179. "serviceable": true,
  1180. "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==",
  1181. "path": "system.globalization.calendars/4.0.1",
  1182. "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512"
  1183. },
  1184. "System.Globalization.Extensions/4.0.1": {
  1185. "type": "package",
  1186. "serviceable": true,
  1187. "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==",
  1188. "path": "system.globalization.extensions/4.0.1",
  1189. "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512"
  1190. },
  1191. "System.IO/4.3.0": {
  1192. "type": "package",
  1193. "serviceable": true,
  1194. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1195. "path": "system.io/4.3.0",
  1196. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1197. },
  1198. "System.IO.Compression/4.1.0": {
  1199. "type": "package",
  1200. "serviceable": true,
  1201. "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
  1202. "path": "system.io.compression/4.1.0",
  1203. "hashPath": "system.io.compression.4.1.0.nupkg.sha512"
  1204. },
  1205. "System.IO.Compression.ZipFile/4.0.1": {
  1206. "type": "package",
  1207. "serviceable": true,
  1208. "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
  1209. "path": "system.io.compression.zipfile/4.0.1",
  1210. "hashPath": "system.io.compression.zipfile.4.0.1.nupkg.sha512"
  1211. },
  1212. "System.IO.FileSystem/4.0.1": {
  1213. "type": "package",
  1214. "serviceable": true,
  1215. "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==",
  1216. "path": "system.io.filesystem/4.0.1",
  1217. "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512"
  1218. },
  1219. "System.IO.FileSystem.Primitives/4.0.1": {
  1220. "type": "package",
  1221. "serviceable": true,
  1222. "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==",
  1223. "path": "system.io.filesystem.primitives/4.0.1",
  1224. "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512"
  1225. },
  1226. "System.IO.Pipelines/6.0.3": {
  1227. "type": "package",
  1228. "serviceable": true,
  1229. "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==",
  1230. "path": "system.io.pipelines/6.0.3",
  1231. "hashPath": "system.io.pipelines.6.0.3.nupkg.sha512"
  1232. },
  1233. "System.Linq/4.1.0": {
  1234. "type": "package",
  1235. "serviceable": true,
  1236. "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==",
  1237. "path": "system.linq/4.1.0",
  1238. "hashPath": "system.linq.4.1.0.nupkg.sha512"
  1239. },
  1240. "System.Linq.Expressions/4.1.0": {
  1241. "type": "package",
  1242. "serviceable": true,
  1243. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  1244. "path": "system.linq.expressions/4.1.0",
  1245. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  1246. },
  1247. "System.Net.Http/4.1.0": {
  1248. "type": "package",
  1249. "serviceable": true,
  1250. "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==",
  1251. "path": "system.net.http/4.1.0",
  1252. "hashPath": "system.net.http.4.1.0.nupkg.sha512"
  1253. },
  1254. "System.Net.Primitives/4.0.11": {
  1255. "type": "package",
  1256. "serviceable": true,
  1257. "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==",
  1258. "path": "system.net.primitives/4.0.11",
  1259. "hashPath": "system.net.primitives.4.0.11.nupkg.sha512"
  1260. },
  1261. "System.Net.Sockets/4.1.0": {
  1262. "type": "package",
  1263. "serviceable": true,
  1264. "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
  1265. "path": "system.net.sockets/4.1.0",
  1266. "hashPath": "system.net.sockets.4.1.0.nupkg.sha512"
  1267. },
  1268. "System.ObjectModel/4.0.12": {
  1269. "type": "package",
  1270. "serviceable": true,
  1271. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  1272. "path": "system.objectmodel/4.0.12",
  1273. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  1274. },
  1275. "System.Reflection/4.3.0": {
  1276. "type": "package",
  1277. "serviceable": true,
  1278. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1279. "path": "system.reflection/4.3.0",
  1280. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1281. },
  1282. "System.Reflection.Emit/4.0.1": {
  1283. "type": "package",
  1284. "serviceable": true,
  1285. "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==",
  1286. "path": "system.reflection.emit/4.0.1",
  1287. "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512"
  1288. },
  1289. "System.Reflection.Emit.ILGeneration/4.0.1": {
  1290. "type": "package",
  1291. "serviceable": true,
  1292. "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==",
  1293. "path": "system.reflection.emit.ilgeneration/4.0.1",
  1294. "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512"
  1295. },
  1296. "System.Reflection.Emit.Lightweight/4.0.1": {
  1297. "type": "package",
  1298. "serviceable": true,
  1299. "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==",
  1300. "path": "system.reflection.emit.lightweight/4.0.1",
  1301. "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512"
  1302. },
  1303. "System.Reflection.Extensions/4.0.1": {
  1304. "type": "package",
  1305. "serviceable": true,
  1306. "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==",
  1307. "path": "system.reflection.extensions/4.0.1",
  1308. "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512"
  1309. },
  1310. "System.Reflection.Primitives/4.3.0": {
  1311. "type": "package",
  1312. "serviceable": true,
  1313. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1314. "path": "system.reflection.primitives/4.3.0",
  1315. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1316. },
  1317. "System.Reflection.TypeExtensions/4.1.0": {
  1318. "type": "package",
  1319. "serviceable": true,
  1320. "sha512": "sha512-tsQ/ptQ3H5FYfON8lL4MxRk/8kFyE0A+tGPXmVP967cT/gzLHYxIejIYSxp4JmIeFHVP78g/F2FE1mUUTbDtrg==",
  1321. "path": "system.reflection.typeextensions/4.1.0",
  1322. "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512"
  1323. },
  1324. "System.Resources.ResourceManager/4.0.1": {
  1325. "type": "package",
  1326. "serviceable": true,
  1327. "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==",
  1328. "path": "system.resources.resourcemanager/4.0.1",
  1329. "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512"
  1330. },
  1331. "System.Runtime/4.3.0": {
  1332. "type": "package",
  1333. "serviceable": true,
  1334. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1335. "path": "system.runtime/4.3.0",
  1336. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1337. },
  1338. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1339. "type": "package",
  1340. "serviceable": true,
  1341. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1342. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1343. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1344. },
  1345. "System.Runtime.Extensions/4.1.0": {
  1346. "type": "package",
  1347. "serviceable": true,
  1348. "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==",
  1349. "path": "system.runtime.extensions/4.1.0",
  1350. "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512"
  1351. },
  1352. "System.Runtime.Handles/4.0.1": {
  1353. "type": "package",
  1354. "serviceable": true,
  1355. "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==",
  1356. "path": "system.runtime.handles/4.0.1",
  1357. "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512"
  1358. },
  1359. "System.Runtime.InteropServices/4.1.0": {
  1360. "type": "package",
  1361. "serviceable": true,
  1362. "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==",
  1363. "path": "system.runtime.interopservices/4.1.0",
  1364. "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512"
  1365. },
  1366. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  1367. "type": "package",
  1368. "serviceable": true,
  1369. "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  1370. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  1371. "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
  1372. },
  1373. "System.Runtime.Loader/4.3.0": {
  1374. "type": "package",
  1375. "serviceable": true,
  1376. "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==",
  1377. "path": "system.runtime.loader/4.3.0",
  1378. "hashPath": "system.runtime.loader.4.3.0.nupkg.sha512"
  1379. },
  1380. "System.Runtime.Numerics/4.0.1": {
  1381. "type": "package",
  1382. "serviceable": true,
  1383. "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==",
  1384. "path": "system.runtime.numerics/4.0.1",
  1385. "hashPath": "system.runtime.numerics.4.0.1.nupkg.sha512"
  1386. },
  1387. "System.Security.AccessControl/4.7.0": {
  1388. "type": "package",
  1389. "serviceable": true,
  1390. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  1391. "path": "system.security.accesscontrol/4.7.0",
  1392. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  1393. },
  1394. "System.Security.Cryptography.Algorithms/4.2.0": {
  1395. "type": "package",
  1396. "serviceable": true,
  1397. "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==",
  1398. "path": "system.security.cryptography.algorithms/4.2.0",
  1399. "hashPath": "system.security.cryptography.algorithms.4.2.0.nupkg.sha512"
  1400. },
  1401. "System.Security.Cryptography.Cng/4.2.0": {
  1402. "type": "package",
  1403. "serviceable": true,
  1404. "sha512": "sha512-cUJ2h+ZvONDe28Szw3st5dOHdjndhJzQ2WObDEXAWRPEQBtVItVoxbXM/OEsTthl3cNn2dk2k0I3y45igCQcLw==",
  1405. "path": "system.security.cryptography.cng/4.2.0",
  1406. "hashPath": "system.security.cryptography.cng.4.2.0.nupkg.sha512"
  1407. },
  1408. "System.Security.Cryptography.Csp/4.0.0": {
  1409. "type": "package",
  1410. "serviceable": true,
  1411. "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==",
  1412. "path": "system.security.cryptography.csp/4.0.0",
  1413. "hashPath": "system.security.cryptography.csp.4.0.0.nupkg.sha512"
  1414. },
  1415. "System.Security.Cryptography.Encoding/4.0.0": {
  1416. "type": "package",
  1417. "serviceable": true,
  1418. "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==",
  1419. "path": "system.security.cryptography.encoding/4.0.0",
  1420. "hashPath": "system.security.cryptography.encoding.4.0.0.nupkg.sha512"
  1421. },
  1422. "System.Security.Cryptography.OpenSsl/4.0.0": {
  1423. "type": "package",
  1424. "serviceable": true,
  1425. "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==",
  1426. "path": "system.security.cryptography.openssl/4.0.0",
  1427. "hashPath": "system.security.cryptography.openssl.4.0.0.nupkg.sha512"
  1428. },
  1429. "System.Security.Cryptography.Primitives/4.0.0": {
  1430. "type": "package",
  1431. "serviceable": true,
  1432. "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==",
  1433. "path": "system.security.cryptography.primitives/4.0.0",
  1434. "hashPath": "system.security.cryptography.primitives.4.0.0.nupkg.sha512"
  1435. },
  1436. "System.Security.Cryptography.ProtectedData/4.4.0": {
  1437. "type": "package",
  1438. "serviceable": true,
  1439. "sha512": "sha512-cJV7ScGW7EhatRsjehfvvYVBvtiSMKgN8bOVI0bQhnF5bU7vnHVIsH49Kva7i7GWaWYvmEzkYVk1TC+gZYBEog==",
  1440. "path": "system.security.cryptography.protecteddata/4.4.0",
  1441. "hashPath": "system.security.cryptography.protecteddata.4.4.0.nupkg.sha512"
  1442. },
  1443. "System.Security.Cryptography.X509Certificates/4.1.0": {
  1444. "type": "package",
  1445. "serviceable": true,
  1446. "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==",
  1447. "path": "system.security.cryptography.x509certificates/4.1.0",
  1448. "hashPath": "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512"
  1449. },
  1450. "System.Security.Permissions/4.7.0": {
  1451. "type": "package",
  1452. "serviceable": true,
  1453. "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  1454. "path": "system.security.permissions/4.7.0",
  1455. "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
  1456. },
  1457. "System.Security.Principal.Windows/4.7.0": {
  1458. "type": "package",
  1459. "serviceable": true,
  1460. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  1461. "path": "system.security.principal.windows/4.7.0",
  1462. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  1463. },
  1464. "System.Text.Encoding/4.3.0": {
  1465. "type": "package",
  1466. "serviceable": true,
  1467. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1468. "path": "system.text.encoding/4.3.0",
  1469. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1470. },
  1471. "System.Text.Encoding.CodePages/4.4.0": {
  1472. "type": "package",
  1473. "serviceable": true,
  1474. "sha512": "sha512-6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==",
  1475. "path": "system.text.encoding.codepages/4.4.0",
  1476. "hashPath": "system.text.encoding.codepages.4.4.0.nupkg.sha512"
  1477. },
  1478. "System.Text.Encoding.Extensions/4.0.11": {
  1479. "type": "package",
  1480. "serviceable": true,
  1481. "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==",
  1482. "path": "system.text.encoding.extensions/4.0.11",
  1483. "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512"
  1484. },
  1485. "System.Text.Encodings.Web/7.0.0": {
  1486. "type": "package",
  1487. "serviceable": true,
  1488. "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
  1489. "path": "system.text.encodings.web/7.0.0",
  1490. "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
  1491. },
  1492. "System.Text.Json/7.0.1": {
  1493. "type": "package",
  1494. "serviceable": true,
  1495. "sha512": "sha512-OtDEmCCiNl8JAduFKZ/r0Sw6XZNHwIicUYy/mXgMDGeOsZLshH37qi3oPRzFYiryVktiMoQLByMGPtRCEMYbeQ==",
  1496. "path": "system.text.json/7.0.1",
  1497. "hashPath": "system.text.json.7.0.1.nupkg.sha512"
  1498. },
  1499. "System.Text.RegularExpressions/4.1.0": {
  1500. "type": "package",
  1501. "serviceable": true,
  1502. "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==",
  1503. "path": "system.text.regularexpressions/4.1.0",
  1504. "hashPath": "system.text.regularexpressions.4.1.0.nupkg.sha512"
  1505. },
  1506. "System.Threading/4.0.11": {
  1507. "type": "package",
  1508. "serviceable": true,
  1509. "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==",
  1510. "path": "system.threading/4.0.11",
  1511. "hashPath": "system.threading.4.0.11.nupkg.sha512"
  1512. },
  1513. "System.Threading.Tasks/4.3.0": {
  1514. "type": "package",
  1515. "serviceable": true,
  1516. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1517. "path": "system.threading.tasks/4.3.0",
  1518. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1519. },
  1520. "System.Threading.Tasks.Extensions/4.5.4": {
  1521. "type": "package",
  1522. "serviceable": true,
  1523. "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
  1524. "path": "system.threading.tasks.extensions/4.5.4",
  1525. "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
  1526. },
  1527. "System.Threading.Timer/4.0.1": {
  1528. "type": "package",
  1529. "serviceable": true,
  1530. "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
  1531. "path": "system.threading.timer/4.0.1",
  1532. "hashPath": "system.threading.timer.4.0.1.nupkg.sha512"
  1533. },
  1534. "System.Windows.Extensions/4.7.0": {
  1535. "type": "package",
  1536. "serviceable": true,
  1537. "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  1538. "path": "system.windows.extensions/4.7.0",
  1539. "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
  1540. },
  1541. "System.Xml.ReaderWriter/4.0.11": {
  1542. "type": "package",
  1543. "serviceable": true,
  1544. "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==",
  1545. "path": "system.xml.readerwriter/4.0.11",
  1546. "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512"
  1547. },
  1548. "System.Xml.XDocument/4.0.11": {
  1549. "type": "package",
  1550. "serviceable": true,
  1551. "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==",
  1552. "path": "system.xml.xdocument/4.0.11",
  1553. "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512"
  1554. },
  1555. "UniTask/2.5.0": {
  1556. "type": "package",
  1557. "serviceable": true,
  1558. "sha512": "sha512-dHo6NECX3+Aa3ayQFvTVTs0C5NnhPKVpJUZaOjOPlaEUvH1aDLWX2p8gHRzpl8d/nHwLg+yl2/hVB+TDSmuxIA==",
  1559. "path": "unitask/2.5.0",
  1560. "hashPath": "unitask.2.5.0.nupkg.sha512"
  1561. },
  1562. "ZstdSharp.Port/0.7.1": {
  1563. "type": "package",
  1564. "serviceable": true,
  1565. "sha512": "sha512-Idgg+mJEyAujqDPzA3APy9dNoyw0YQcNA65GgYjktDRtJ+nvx/hv+J+m6Eax3JJMGEYGy04oc5YNP6ZvQ3Y1vQ==",
  1566. "path": "zstdsharp.port/0.7.1",
  1567. "hashPath": "zstdsharp.port.0.7.1.nupkg.sha512"
  1568. },
  1569. "ThirdParty/1.0.0": {
  1570. "type": "project",
  1571. "serviceable": false,
  1572. "sha512": ""
  1573. }
  1574. }
  1575. }