ThirdParty.deps.json 59 KB

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