Luban.Job.Common.deps.json 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.0": {
  9. "Luban.Job.Common/1.0.0": {
  10. "dependencies": {
  11. "CommandLineParser": "2.8.0",
  12. "Google.Protobuf": "3.19.1",
  13. "Luban.Server.Common": "1.0.0",
  14. "Scriban": "4.1.0"
  15. },
  16. "runtime": {
  17. "Luban.Job.Common.dll": {}
  18. }
  19. },
  20. "Bright.Core/1.1.0.34": {
  21. "dependencies": {
  22. "NLog": "4.7.0"
  23. },
  24. "runtime": {
  25. "lib/netcoreapp3.1/Bright.Core.dll": {
  26. "assemblyVersion": "1.1.0.34",
  27. "fileVersion": "1.1.0.34"
  28. }
  29. }
  30. },
  31. "Bright.Net/1.1.0.41": {
  32. "dependencies": {
  33. "Bright.Core": "1.1.0.34",
  34. "EtcdNetCore": "1.0.0"
  35. },
  36. "runtime": {
  37. "lib/netcoreapp3.1/Bright.Net.dll": {
  38. "assemblyVersion": "1.1.0.41",
  39. "fileVersion": "1.1.0.41"
  40. }
  41. }
  42. },
  43. "CommandLineParser/2.8.0": {
  44. "runtime": {
  45. "lib/netstandard2.0/CommandLine.dll": {
  46. "assemblyVersion": "2.8.0.0",
  47. "fileVersion": "2.8.0.0"
  48. }
  49. }
  50. },
  51. "EtcdNetCore/1.0.0": {
  52. "dependencies": {
  53. "NETStandard.Library": "1.6.0",
  54. "System.Net.Http": "4.3.0",
  55. "System.Net.Requests": "4.3.0",
  56. "System.Private.DataContractSerialization": "4.3.0",
  57. "System.Runtime.Serialization.Json": "4.3.0"
  58. },
  59. "runtime": {
  60. "lib/netstandard1.6/EtcdNetCore.dll": {
  61. "assemblyVersion": "1.1.4.2",
  62. "fileVersion": "1.0.0.0"
  63. }
  64. }
  65. },
  66. "Google.Protobuf/3.19.1": {
  67. "runtime": {
  68. "lib/net5.0/Google.Protobuf.dll": {
  69. "assemblyVersion": "3.19.1.0",
  70. "fileVersion": "3.19.1.0"
  71. }
  72. }
  73. },
  74. "Microsoft.NETCore.Platforms/1.1.0": {},
  75. "Microsoft.NETCore.Targets/1.1.0": {},
  76. "Microsoft.Win32.Primitives/4.0.1": {
  77. "dependencies": {
  78. "Microsoft.NETCore.Platforms": "1.1.0",
  79. "Microsoft.NETCore.Targets": "1.1.0",
  80. "System.Runtime": "4.3.0"
  81. }
  82. },
  83. "NETStandard.Library/1.6.0": {
  84. "dependencies": {
  85. "Microsoft.NETCore.Platforms": "1.1.0",
  86. "Microsoft.Win32.Primitives": "4.0.1",
  87. "System.AppContext": "4.1.0",
  88. "System.Collections": "4.3.0",
  89. "System.Collections.Concurrent": "4.3.0",
  90. "System.Console": "4.0.0",
  91. "System.Diagnostics.Debug": "4.3.0",
  92. "System.Diagnostics.Tools": "4.3.0",
  93. "System.Diagnostics.Tracing": "4.3.0",
  94. "System.Globalization": "4.3.0",
  95. "System.Globalization.Calendars": "4.3.0",
  96. "System.IO": "4.3.0",
  97. "System.IO.Compression": "4.1.0",
  98. "System.IO.Compression.ZipFile": "4.0.1",
  99. "System.IO.FileSystem": "4.3.0",
  100. "System.IO.FileSystem.Primitives": "4.3.0",
  101. "System.Linq": "4.3.0",
  102. "System.Linq.Expressions": "4.1.0",
  103. "System.Net.Http": "4.3.0",
  104. "System.Net.Primitives": "4.3.0",
  105. "System.Net.Sockets": "4.1.0",
  106. "System.ObjectModel": "4.0.12",
  107. "System.Reflection": "4.3.0",
  108. "System.Reflection.Extensions": "4.3.0",
  109. "System.Reflection.Primitives": "4.3.0",
  110. "System.Resources.ResourceManager": "4.3.0",
  111. "System.Runtime": "4.3.0",
  112. "System.Runtime.Extensions": "4.3.0",
  113. "System.Runtime.Handles": "4.3.0",
  114. "System.Runtime.InteropServices": "4.3.0",
  115. "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
  116. "System.Runtime.Numerics": "4.3.0",
  117. "System.Security.Cryptography.Algorithms": "4.3.0",
  118. "System.Security.Cryptography.Encoding": "4.3.0",
  119. "System.Security.Cryptography.Primitives": "4.3.0",
  120. "System.Security.Cryptography.X509Certificates": "4.3.0",
  121. "System.Text.Encoding": "4.3.0",
  122. "System.Text.Encoding.Extensions": "4.3.0",
  123. "System.Text.RegularExpressions": "4.3.0",
  124. "System.Threading": "4.3.0",
  125. "System.Threading.Tasks": "4.3.0",
  126. "System.Threading.Timer": "4.0.1",
  127. "System.Xml.ReaderWriter": "4.3.0",
  128. "System.Xml.XDocument": "4.3.0"
  129. }
  130. },
  131. "NLog/4.7.0": {
  132. "runtime": {
  133. "lib/netstandard2.0/NLog.dll": {
  134. "assemblyVersion": "4.0.0.0",
  135. "fileVersion": "4.7.0.11381"
  136. }
  137. }
  138. },
  139. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  140. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  141. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  142. "runtime.native.System/4.3.0": {
  143. "dependencies": {
  144. "Microsoft.NETCore.Platforms": "1.1.0",
  145. "Microsoft.NETCore.Targets": "1.1.0"
  146. }
  147. },
  148. "runtime.native.System.IO.Compression/4.1.0": {
  149. "dependencies": {
  150. "Microsoft.NETCore.Platforms": "1.1.0",
  151. "Microsoft.NETCore.Targets": "1.1.0"
  152. }
  153. },
  154. "runtime.native.System.Net.Http/4.3.0": {
  155. "dependencies": {
  156. "Microsoft.NETCore.Platforms": "1.1.0",
  157. "Microsoft.NETCore.Targets": "1.1.0"
  158. }
  159. },
  160. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  161. "dependencies": {
  162. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0"
  163. }
  164. },
  165. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  166. "dependencies": {
  167. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  168. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  169. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  170. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  171. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  172. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  173. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  174. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  175. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0",
  176. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  177. }
  178. },
  179. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  180. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  181. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {},
  182. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  183. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  184. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  185. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  186. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {},
  187. "Scriban/4.1.0": {
  188. "runtime": {
  189. "lib/net5.0/Scriban.dll": {
  190. "assemblyVersion": "4.1.0.0",
  191. "fileVersion": "4.1.0.0"
  192. }
  193. }
  194. },
  195. "System.AppContext/4.1.0": {
  196. "dependencies": {
  197. "System.Runtime": "4.3.0"
  198. }
  199. },
  200. "System.Buffers/4.0.0": {
  201. "dependencies": {
  202. "System.Diagnostics.Debug": "4.3.0",
  203. "System.Diagnostics.Tracing": "4.3.0",
  204. "System.Resources.ResourceManager": "4.3.0",
  205. "System.Runtime": "4.3.0",
  206. "System.Threading": "4.3.0"
  207. }
  208. },
  209. "System.Collections/4.3.0": {
  210. "dependencies": {
  211. "Microsoft.NETCore.Platforms": "1.1.0",
  212. "Microsoft.NETCore.Targets": "1.1.0",
  213. "System.Runtime": "4.3.0"
  214. }
  215. },
  216. "System.Collections.Concurrent/4.3.0": {
  217. "dependencies": {
  218. "System.Collections": "4.3.0",
  219. "System.Diagnostics.Debug": "4.3.0",
  220. "System.Diagnostics.Tracing": "4.3.0",
  221. "System.Globalization": "4.3.0",
  222. "System.Reflection": "4.3.0",
  223. "System.Resources.ResourceManager": "4.3.0",
  224. "System.Runtime": "4.3.0",
  225. "System.Runtime.Extensions": "4.3.0",
  226. "System.Threading": "4.3.0",
  227. "System.Threading.Tasks": "4.3.0"
  228. }
  229. },
  230. "System.Console/4.0.0": {
  231. "dependencies": {
  232. "Microsoft.NETCore.Platforms": "1.1.0",
  233. "Microsoft.NETCore.Targets": "1.1.0",
  234. "System.IO": "4.3.0",
  235. "System.Runtime": "4.3.0",
  236. "System.Text.Encoding": "4.3.0"
  237. }
  238. },
  239. "System.Diagnostics.Debug/4.3.0": {
  240. "dependencies": {
  241. "Microsoft.NETCore.Platforms": "1.1.0",
  242. "Microsoft.NETCore.Targets": "1.1.0",
  243. "System.Runtime": "4.3.0"
  244. }
  245. },
  246. "System.Diagnostics.DiagnosticSource/4.3.0": {
  247. "dependencies": {
  248. "System.Collections": "4.3.0",
  249. "System.Diagnostics.Tracing": "4.3.0",
  250. "System.Reflection": "4.3.0",
  251. "System.Runtime": "4.3.0",
  252. "System.Threading": "4.3.0"
  253. }
  254. },
  255. "System.Diagnostics.Tools/4.3.0": {
  256. "dependencies": {
  257. "Microsoft.NETCore.Platforms": "1.1.0",
  258. "Microsoft.NETCore.Targets": "1.1.0",
  259. "System.Runtime": "4.3.0"
  260. }
  261. },
  262. "System.Diagnostics.Tracing/4.3.0": {
  263. "dependencies": {
  264. "Microsoft.NETCore.Platforms": "1.1.0",
  265. "Microsoft.NETCore.Targets": "1.1.0",
  266. "System.Runtime": "4.3.0"
  267. }
  268. },
  269. "System.Globalization/4.3.0": {
  270. "dependencies": {
  271. "Microsoft.NETCore.Platforms": "1.1.0",
  272. "Microsoft.NETCore.Targets": "1.1.0",
  273. "System.Runtime": "4.3.0"
  274. }
  275. },
  276. "System.Globalization.Calendars/4.3.0": {
  277. "dependencies": {
  278. "Microsoft.NETCore.Platforms": "1.1.0",
  279. "Microsoft.NETCore.Targets": "1.1.0",
  280. "System.Globalization": "4.3.0",
  281. "System.Runtime": "4.3.0"
  282. }
  283. },
  284. "System.Globalization.Extensions/4.3.0": {
  285. "dependencies": {
  286. "Microsoft.NETCore.Platforms": "1.1.0",
  287. "System.Globalization": "4.3.0",
  288. "System.Resources.ResourceManager": "4.3.0",
  289. "System.Runtime": "4.3.0",
  290. "System.Runtime.Extensions": "4.3.0",
  291. "System.Runtime.InteropServices": "4.3.0"
  292. }
  293. },
  294. "System.IO/4.3.0": {
  295. "dependencies": {
  296. "Microsoft.NETCore.Platforms": "1.1.0",
  297. "Microsoft.NETCore.Targets": "1.1.0",
  298. "System.Runtime": "4.3.0",
  299. "System.Text.Encoding": "4.3.0",
  300. "System.Threading.Tasks": "4.3.0"
  301. }
  302. },
  303. "System.IO.Compression/4.1.0": {
  304. "dependencies": {
  305. "Microsoft.NETCore.Platforms": "1.1.0",
  306. "System.Collections": "4.3.0",
  307. "System.Diagnostics.Debug": "4.3.0",
  308. "System.IO": "4.3.0",
  309. "System.Resources.ResourceManager": "4.3.0",
  310. "System.Runtime": "4.3.0",
  311. "System.Runtime.Extensions": "4.3.0",
  312. "System.Runtime.Handles": "4.3.0",
  313. "System.Runtime.InteropServices": "4.3.0",
  314. "System.Text.Encoding": "4.3.0",
  315. "System.Threading": "4.3.0",
  316. "System.Threading.Tasks": "4.3.0",
  317. "runtime.native.System": "4.3.0",
  318. "runtime.native.System.IO.Compression": "4.1.0"
  319. }
  320. },
  321. "System.IO.Compression.ZipFile/4.0.1": {
  322. "dependencies": {
  323. "System.Buffers": "4.0.0",
  324. "System.IO": "4.3.0",
  325. "System.IO.Compression": "4.1.0",
  326. "System.IO.FileSystem": "4.3.0",
  327. "System.IO.FileSystem.Primitives": "4.3.0",
  328. "System.Resources.ResourceManager": "4.3.0",
  329. "System.Runtime": "4.3.0",
  330. "System.Runtime.Extensions": "4.3.0",
  331. "System.Text.Encoding": "4.3.0"
  332. }
  333. },
  334. "System.IO.FileSystem/4.3.0": {
  335. "dependencies": {
  336. "Microsoft.NETCore.Platforms": "1.1.0",
  337. "Microsoft.NETCore.Targets": "1.1.0",
  338. "System.IO": "4.3.0",
  339. "System.IO.FileSystem.Primitives": "4.3.0",
  340. "System.Runtime": "4.3.0",
  341. "System.Runtime.Handles": "4.3.0",
  342. "System.Text.Encoding": "4.3.0",
  343. "System.Threading.Tasks": "4.3.0"
  344. }
  345. },
  346. "System.IO.FileSystem.Primitives/4.3.0": {
  347. "dependencies": {
  348. "System.Runtime": "4.3.0"
  349. }
  350. },
  351. "System.Linq/4.3.0": {
  352. "dependencies": {
  353. "System.Collections": "4.3.0",
  354. "System.Diagnostics.Debug": "4.3.0",
  355. "System.Resources.ResourceManager": "4.3.0",
  356. "System.Runtime": "4.3.0",
  357. "System.Runtime.Extensions": "4.3.0"
  358. }
  359. },
  360. "System.Linq.Expressions/4.1.0": {
  361. "dependencies": {
  362. "System.Collections": "4.3.0",
  363. "System.Diagnostics.Debug": "4.3.0",
  364. "System.Globalization": "4.3.0",
  365. "System.IO": "4.3.0",
  366. "System.Linq": "4.3.0",
  367. "System.ObjectModel": "4.0.12",
  368. "System.Reflection": "4.3.0",
  369. "System.Reflection.Emit": "4.3.0",
  370. "System.Reflection.Emit.ILGeneration": "4.3.0",
  371. "System.Reflection.Emit.Lightweight": "4.3.0",
  372. "System.Reflection.Extensions": "4.3.0",
  373. "System.Reflection.Primitives": "4.3.0",
  374. "System.Reflection.TypeExtensions": "4.3.0",
  375. "System.Resources.ResourceManager": "4.3.0",
  376. "System.Runtime": "4.3.0",
  377. "System.Runtime.Extensions": "4.3.0",
  378. "System.Threading": "4.3.0"
  379. }
  380. },
  381. "System.Net.Http/4.3.0": {
  382. "dependencies": {
  383. "Microsoft.NETCore.Platforms": "1.1.0",
  384. "System.Collections": "4.3.0",
  385. "System.Diagnostics.Debug": "4.3.0",
  386. "System.Diagnostics.DiagnosticSource": "4.3.0",
  387. "System.Diagnostics.Tracing": "4.3.0",
  388. "System.Globalization": "4.3.0",
  389. "System.Globalization.Extensions": "4.3.0",
  390. "System.IO": "4.3.0",
  391. "System.IO.FileSystem": "4.3.0",
  392. "System.Net.Primitives": "4.3.0",
  393. "System.Resources.ResourceManager": "4.3.0",
  394. "System.Runtime": "4.3.0",
  395. "System.Runtime.Extensions": "4.3.0",
  396. "System.Runtime.Handles": "4.3.0",
  397. "System.Runtime.InteropServices": "4.3.0",
  398. "System.Security.Cryptography.Algorithms": "4.3.0",
  399. "System.Security.Cryptography.Encoding": "4.3.0",
  400. "System.Security.Cryptography.OpenSsl": "4.3.0",
  401. "System.Security.Cryptography.Primitives": "4.3.0",
  402. "System.Security.Cryptography.X509Certificates": "4.3.0",
  403. "System.Text.Encoding": "4.3.0",
  404. "System.Threading": "4.3.0",
  405. "System.Threading.Tasks": "4.3.0",
  406. "runtime.native.System": "4.3.0",
  407. "runtime.native.System.Net.Http": "4.3.0",
  408. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  409. }
  410. },
  411. "System.Net.Primitives/4.3.0": {
  412. "dependencies": {
  413. "Microsoft.NETCore.Platforms": "1.1.0",
  414. "Microsoft.NETCore.Targets": "1.1.0",
  415. "System.Runtime": "4.3.0",
  416. "System.Runtime.Handles": "4.3.0"
  417. }
  418. },
  419. "System.Net.Requests/4.3.0": {
  420. "dependencies": {
  421. "Microsoft.NETCore.Platforms": "1.1.0",
  422. "System.Collections": "4.3.0",
  423. "System.Diagnostics.Debug": "4.3.0",
  424. "System.Diagnostics.Tracing": "4.3.0",
  425. "System.Globalization": "4.3.0",
  426. "System.IO": "4.3.0",
  427. "System.Net.Http": "4.3.0",
  428. "System.Net.Primitives": "4.3.0",
  429. "System.Net.WebHeaderCollection": "4.3.0",
  430. "System.Resources.ResourceManager": "4.3.0",
  431. "System.Runtime": "4.3.0",
  432. "System.Threading": "4.3.0",
  433. "System.Threading.Tasks": "4.3.0"
  434. }
  435. },
  436. "System.Net.Sockets/4.1.0": {
  437. "dependencies": {
  438. "Microsoft.NETCore.Platforms": "1.1.0",
  439. "Microsoft.NETCore.Targets": "1.1.0",
  440. "System.IO": "4.3.0",
  441. "System.Net.Primitives": "4.3.0",
  442. "System.Runtime": "4.3.0",
  443. "System.Threading.Tasks": "4.3.0"
  444. }
  445. },
  446. "System.Net.WebHeaderCollection/4.3.0": {
  447. "dependencies": {
  448. "System.Collections": "4.3.0",
  449. "System.Resources.ResourceManager": "4.3.0",
  450. "System.Runtime": "4.3.0",
  451. "System.Runtime.Extensions": "4.3.0"
  452. }
  453. },
  454. "System.ObjectModel/4.0.12": {
  455. "dependencies": {
  456. "System.Collections": "4.3.0",
  457. "System.Diagnostics.Debug": "4.3.0",
  458. "System.Resources.ResourceManager": "4.3.0",
  459. "System.Runtime": "4.3.0",
  460. "System.Threading": "4.3.0"
  461. }
  462. },
  463. "System.Private.DataContractSerialization/4.3.0": {
  464. "dependencies": {
  465. "System.Collections": "4.3.0",
  466. "System.Collections.Concurrent": "4.3.0",
  467. "System.Diagnostics.Debug": "4.3.0",
  468. "System.Globalization": "4.3.0",
  469. "System.IO": "4.3.0",
  470. "System.Linq": "4.3.0",
  471. "System.Reflection": "4.3.0",
  472. "System.Reflection.Emit.ILGeneration": "4.3.0",
  473. "System.Reflection.Emit.Lightweight": "4.3.0",
  474. "System.Reflection.Extensions": "4.3.0",
  475. "System.Reflection.Primitives": "4.3.0",
  476. "System.Reflection.TypeExtensions": "4.3.0",
  477. "System.Resources.ResourceManager": "4.3.0",
  478. "System.Runtime": "4.3.0",
  479. "System.Runtime.Extensions": "4.3.0",
  480. "System.Runtime.Serialization.Primitives": "4.3.0",
  481. "System.Text.Encoding": "4.3.0",
  482. "System.Text.Encoding.Extensions": "4.3.0",
  483. "System.Text.RegularExpressions": "4.3.0",
  484. "System.Threading": "4.3.0",
  485. "System.Threading.Tasks": "4.3.0",
  486. "System.Xml.ReaderWriter": "4.3.0",
  487. "System.Xml.XDocument": "4.3.0",
  488. "System.Xml.XmlDocument": "4.3.0",
  489. "System.Xml.XmlSerializer": "4.3.0"
  490. }
  491. },
  492. "System.Reflection/4.3.0": {
  493. "dependencies": {
  494. "Microsoft.NETCore.Platforms": "1.1.0",
  495. "Microsoft.NETCore.Targets": "1.1.0",
  496. "System.IO": "4.3.0",
  497. "System.Reflection.Primitives": "4.3.0",
  498. "System.Runtime": "4.3.0"
  499. }
  500. },
  501. "System.Reflection.Emit/4.3.0": {
  502. "dependencies": {
  503. "System.IO": "4.3.0",
  504. "System.Reflection": "4.3.0",
  505. "System.Reflection.Emit.ILGeneration": "4.3.0",
  506. "System.Reflection.Primitives": "4.3.0",
  507. "System.Runtime": "4.3.0"
  508. }
  509. },
  510. "System.Reflection.Emit.ILGeneration/4.3.0": {
  511. "dependencies": {
  512. "System.Reflection": "4.3.0",
  513. "System.Reflection.Primitives": "4.3.0",
  514. "System.Runtime": "4.3.0"
  515. }
  516. },
  517. "System.Reflection.Emit.Lightweight/4.3.0": {
  518. "dependencies": {
  519. "System.Reflection": "4.3.0",
  520. "System.Reflection.Emit.ILGeneration": "4.3.0",
  521. "System.Reflection.Primitives": "4.3.0",
  522. "System.Runtime": "4.3.0"
  523. }
  524. },
  525. "System.Reflection.Extensions/4.3.0": {
  526. "dependencies": {
  527. "Microsoft.NETCore.Platforms": "1.1.0",
  528. "Microsoft.NETCore.Targets": "1.1.0",
  529. "System.Reflection": "4.3.0",
  530. "System.Runtime": "4.3.0"
  531. }
  532. },
  533. "System.Reflection.Primitives/4.3.0": {
  534. "dependencies": {
  535. "Microsoft.NETCore.Platforms": "1.1.0",
  536. "Microsoft.NETCore.Targets": "1.1.0",
  537. "System.Runtime": "4.3.0"
  538. }
  539. },
  540. "System.Reflection.TypeExtensions/4.3.0": {
  541. "dependencies": {
  542. "System.Reflection": "4.3.0",
  543. "System.Runtime": "4.3.0"
  544. }
  545. },
  546. "System.Resources.ResourceManager/4.3.0": {
  547. "dependencies": {
  548. "Microsoft.NETCore.Platforms": "1.1.0",
  549. "Microsoft.NETCore.Targets": "1.1.0",
  550. "System.Globalization": "4.3.0",
  551. "System.Reflection": "4.3.0",
  552. "System.Runtime": "4.3.0"
  553. }
  554. },
  555. "System.Runtime/4.3.0": {
  556. "dependencies": {
  557. "Microsoft.NETCore.Platforms": "1.1.0",
  558. "Microsoft.NETCore.Targets": "1.1.0"
  559. }
  560. },
  561. "System.Runtime.Extensions/4.3.0": {
  562. "dependencies": {
  563. "Microsoft.NETCore.Platforms": "1.1.0",
  564. "Microsoft.NETCore.Targets": "1.1.0",
  565. "System.Runtime": "4.3.0"
  566. }
  567. },
  568. "System.Runtime.Handles/4.3.0": {
  569. "dependencies": {
  570. "Microsoft.NETCore.Platforms": "1.1.0",
  571. "Microsoft.NETCore.Targets": "1.1.0",
  572. "System.Runtime": "4.3.0"
  573. }
  574. },
  575. "System.Runtime.InteropServices/4.3.0": {
  576. "dependencies": {
  577. "Microsoft.NETCore.Platforms": "1.1.0",
  578. "Microsoft.NETCore.Targets": "1.1.0",
  579. "System.Reflection": "4.3.0",
  580. "System.Reflection.Primitives": "4.3.0",
  581. "System.Runtime": "4.3.0",
  582. "System.Runtime.Handles": "4.3.0"
  583. }
  584. },
  585. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  586. "dependencies": {
  587. "Microsoft.NETCore.Platforms": "1.1.0",
  588. "System.Reflection": "4.3.0",
  589. "System.Resources.ResourceManager": "4.3.0",
  590. "System.Runtime": "4.3.0",
  591. "System.Runtime.InteropServices": "4.3.0",
  592. "System.Threading": "4.3.0",
  593. "runtime.native.System": "4.3.0"
  594. }
  595. },
  596. "System.Runtime.Numerics/4.3.0": {
  597. "dependencies": {
  598. "System.Globalization": "4.3.0",
  599. "System.Resources.ResourceManager": "4.3.0",
  600. "System.Runtime": "4.3.0",
  601. "System.Runtime.Extensions": "4.3.0"
  602. }
  603. },
  604. "System.Runtime.Serialization.Json/4.3.0": {
  605. "dependencies": {
  606. "System.IO": "4.3.0",
  607. "System.Private.DataContractSerialization": "4.3.0",
  608. "System.Runtime": "4.3.0"
  609. }
  610. },
  611. "System.Runtime.Serialization.Primitives/4.3.0": {
  612. "dependencies": {
  613. "System.Resources.ResourceManager": "4.3.0",
  614. "System.Runtime": "4.3.0"
  615. }
  616. },
  617. "System.Security.Cryptography.Algorithms/4.3.0": {
  618. "dependencies": {
  619. "Microsoft.NETCore.Platforms": "1.1.0",
  620. "System.Collections": "4.3.0",
  621. "System.IO": "4.3.0",
  622. "System.Resources.ResourceManager": "4.3.0",
  623. "System.Runtime": "4.3.0",
  624. "System.Runtime.Extensions": "4.3.0",
  625. "System.Runtime.Handles": "4.3.0",
  626. "System.Runtime.InteropServices": "4.3.0",
  627. "System.Runtime.Numerics": "4.3.0",
  628. "System.Security.Cryptography.Encoding": "4.3.0",
  629. "System.Security.Cryptography.Primitives": "4.3.0",
  630. "System.Text.Encoding": "4.3.0",
  631. "runtime.native.System.Security.Cryptography.Apple": "4.3.0",
  632. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  633. }
  634. },
  635. "System.Security.Cryptography.Cng/4.3.0": {
  636. "dependencies": {
  637. "Microsoft.NETCore.Platforms": "1.1.0",
  638. "System.IO": "4.3.0",
  639. "System.Resources.ResourceManager": "4.3.0",
  640. "System.Runtime": "4.3.0",
  641. "System.Runtime.Extensions": "4.3.0",
  642. "System.Runtime.Handles": "4.3.0",
  643. "System.Runtime.InteropServices": "4.3.0",
  644. "System.Security.Cryptography.Algorithms": "4.3.0",
  645. "System.Security.Cryptography.Encoding": "4.3.0",
  646. "System.Security.Cryptography.Primitives": "4.3.0",
  647. "System.Text.Encoding": "4.3.0"
  648. }
  649. },
  650. "System.Security.Cryptography.Csp/4.3.0": {
  651. "dependencies": {
  652. "Microsoft.NETCore.Platforms": "1.1.0",
  653. "System.IO": "4.3.0",
  654. "System.Reflection": "4.3.0",
  655. "System.Resources.ResourceManager": "4.3.0",
  656. "System.Runtime": "4.3.0",
  657. "System.Runtime.Extensions": "4.3.0",
  658. "System.Runtime.Handles": "4.3.0",
  659. "System.Runtime.InteropServices": "4.3.0",
  660. "System.Security.Cryptography.Algorithms": "4.3.0",
  661. "System.Security.Cryptography.Encoding": "4.3.0",
  662. "System.Security.Cryptography.Primitives": "4.3.0",
  663. "System.Text.Encoding": "4.3.0",
  664. "System.Threading": "4.3.0"
  665. }
  666. },
  667. "System.Security.Cryptography.Encoding/4.3.0": {
  668. "dependencies": {
  669. "Microsoft.NETCore.Platforms": "1.1.0",
  670. "System.Collections": "4.3.0",
  671. "System.Collections.Concurrent": "4.3.0",
  672. "System.Linq": "4.3.0",
  673. "System.Resources.ResourceManager": "4.3.0",
  674. "System.Runtime": "4.3.0",
  675. "System.Runtime.Extensions": "4.3.0",
  676. "System.Runtime.Handles": "4.3.0",
  677. "System.Runtime.InteropServices": "4.3.0",
  678. "System.Security.Cryptography.Primitives": "4.3.0",
  679. "System.Text.Encoding": "4.3.0",
  680. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  681. }
  682. },
  683. "System.Security.Cryptography.OpenSsl/4.3.0": {
  684. "dependencies": {
  685. "System.Collections": "4.3.0",
  686. "System.IO": "4.3.0",
  687. "System.Resources.ResourceManager": "4.3.0",
  688. "System.Runtime": "4.3.0",
  689. "System.Runtime.Extensions": "4.3.0",
  690. "System.Runtime.Handles": "4.3.0",
  691. "System.Runtime.InteropServices": "4.3.0",
  692. "System.Runtime.Numerics": "4.3.0",
  693. "System.Security.Cryptography.Algorithms": "4.3.0",
  694. "System.Security.Cryptography.Encoding": "4.3.0",
  695. "System.Security.Cryptography.Primitives": "4.3.0",
  696. "System.Text.Encoding": "4.3.0",
  697. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  698. }
  699. },
  700. "System.Security.Cryptography.Primitives/4.3.0": {
  701. "dependencies": {
  702. "System.Diagnostics.Debug": "4.3.0",
  703. "System.Globalization": "4.3.0",
  704. "System.IO": "4.3.0",
  705. "System.Resources.ResourceManager": "4.3.0",
  706. "System.Runtime": "4.3.0",
  707. "System.Threading": "4.3.0",
  708. "System.Threading.Tasks": "4.3.0"
  709. }
  710. },
  711. "System.Security.Cryptography.X509Certificates/4.3.0": {
  712. "dependencies": {
  713. "Microsoft.NETCore.Platforms": "1.1.0",
  714. "System.Collections": "4.3.0",
  715. "System.Diagnostics.Debug": "4.3.0",
  716. "System.Globalization": "4.3.0",
  717. "System.Globalization.Calendars": "4.3.0",
  718. "System.IO": "4.3.0",
  719. "System.IO.FileSystem": "4.3.0",
  720. "System.IO.FileSystem.Primitives": "4.3.0",
  721. "System.Resources.ResourceManager": "4.3.0",
  722. "System.Runtime": "4.3.0",
  723. "System.Runtime.Extensions": "4.3.0",
  724. "System.Runtime.Handles": "4.3.0",
  725. "System.Runtime.InteropServices": "4.3.0",
  726. "System.Runtime.Numerics": "4.3.0",
  727. "System.Security.Cryptography.Algorithms": "4.3.0",
  728. "System.Security.Cryptography.Cng": "4.3.0",
  729. "System.Security.Cryptography.Csp": "4.3.0",
  730. "System.Security.Cryptography.Encoding": "4.3.0",
  731. "System.Security.Cryptography.OpenSsl": "4.3.0",
  732. "System.Security.Cryptography.Primitives": "4.3.0",
  733. "System.Text.Encoding": "4.3.0",
  734. "System.Threading": "4.3.0",
  735. "runtime.native.System": "4.3.0",
  736. "runtime.native.System.Net.Http": "4.3.0",
  737. "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0"
  738. }
  739. },
  740. "System.Text.Encoding/4.3.0": {
  741. "dependencies": {
  742. "Microsoft.NETCore.Platforms": "1.1.0",
  743. "Microsoft.NETCore.Targets": "1.1.0",
  744. "System.Runtime": "4.3.0"
  745. }
  746. },
  747. "System.Text.Encoding.Extensions/4.3.0": {
  748. "dependencies": {
  749. "Microsoft.NETCore.Platforms": "1.1.0",
  750. "Microsoft.NETCore.Targets": "1.1.0",
  751. "System.Runtime": "4.3.0",
  752. "System.Text.Encoding": "4.3.0"
  753. }
  754. },
  755. "System.Text.RegularExpressions/4.3.0": {
  756. "dependencies": {
  757. "System.Runtime": "4.3.0"
  758. }
  759. },
  760. "System.Threading/4.3.0": {
  761. "dependencies": {
  762. "System.Runtime": "4.3.0",
  763. "System.Threading.Tasks": "4.3.0"
  764. }
  765. },
  766. "System.Threading.Tasks/4.3.0": {
  767. "dependencies": {
  768. "Microsoft.NETCore.Platforms": "1.1.0",
  769. "Microsoft.NETCore.Targets": "1.1.0",
  770. "System.Runtime": "4.3.0"
  771. }
  772. },
  773. "System.Threading.Tasks.Extensions/4.3.0": {
  774. "dependencies": {
  775. "System.Collections": "4.3.0",
  776. "System.Runtime": "4.3.0",
  777. "System.Threading.Tasks": "4.3.0"
  778. }
  779. },
  780. "System.Threading.Timer/4.0.1": {
  781. "dependencies": {
  782. "Microsoft.NETCore.Platforms": "1.1.0",
  783. "Microsoft.NETCore.Targets": "1.1.0",
  784. "System.Runtime": "4.3.0"
  785. }
  786. },
  787. "System.Xml.ReaderWriter/4.3.0": {
  788. "dependencies": {
  789. "System.Collections": "4.3.0",
  790. "System.Diagnostics.Debug": "4.3.0",
  791. "System.Globalization": "4.3.0",
  792. "System.IO": "4.3.0",
  793. "System.IO.FileSystem": "4.3.0",
  794. "System.IO.FileSystem.Primitives": "4.3.0",
  795. "System.Resources.ResourceManager": "4.3.0",
  796. "System.Runtime": "4.3.0",
  797. "System.Runtime.Extensions": "4.3.0",
  798. "System.Runtime.InteropServices": "4.3.0",
  799. "System.Text.Encoding": "4.3.0",
  800. "System.Text.Encoding.Extensions": "4.3.0",
  801. "System.Text.RegularExpressions": "4.3.0",
  802. "System.Threading.Tasks": "4.3.0",
  803. "System.Threading.Tasks.Extensions": "4.3.0"
  804. }
  805. },
  806. "System.Xml.XDocument/4.3.0": {
  807. "dependencies": {
  808. "System.Collections": "4.3.0",
  809. "System.Diagnostics.Debug": "4.3.0",
  810. "System.Diagnostics.Tools": "4.3.0",
  811. "System.Globalization": "4.3.0",
  812. "System.IO": "4.3.0",
  813. "System.Reflection": "4.3.0",
  814. "System.Resources.ResourceManager": "4.3.0",
  815. "System.Runtime": "4.3.0",
  816. "System.Runtime.Extensions": "4.3.0",
  817. "System.Text.Encoding": "4.3.0",
  818. "System.Threading": "4.3.0",
  819. "System.Xml.ReaderWriter": "4.3.0"
  820. }
  821. },
  822. "System.Xml.XmlDocument/4.3.0": {
  823. "dependencies": {
  824. "System.Collections": "4.3.0",
  825. "System.Diagnostics.Debug": "4.3.0",
  826. "System.Globalization": "4.3.0",
  827. "System.IO": "4.3.0",
  828. "System.Resources.ResourceManager": "4.3.0",
  829. "System.Runtime": "4.3.0",
  830. "System.Runtime.Extensions": "4.3.0",
  831. "System.Text.Encoding": "4.3.0",
  832. "System.Threading": "4.3.0",
  833. "System.Xml.ReaderWriter": "4.3.0"
  834. }
  835. },
  836. "System.Xml.XmlSerializer/4.3.0": {
  837. "dependencies": {
  838. "System.Collections": "4.3.0",
  839. "System.Globalization": "4.3.0",
  840. "System.IO": "4.3.0",
  841. "System.Linq": "4.3.0",
  842. "System.Reflection": "4.3.0",
  843. "System.Reflection.Emit": "4.3.0",
  844. "System.Reflection.Emit.ILGeneration": "4.3.0",
  845. "System.Reflection.Extensions": "4.3.0",
  846. "System.Reflection.Primitives": "4.3.0",
  847. "System.Reflection.TypeExtensions": "4.3.0",
  848. "System.Resources.ResourceManager": "4.3.0",
  849. "System.Runtime": "4.3.0",
  850. "System.Runtime.Extensions": "4.3.0",
  851. "System.Text.RegularExpressions": "4.3.0",
  852. "System.Threading": "4.3.0",
  853. "System.Xml.ReaderWriter": "4.3.0",
  854. "System.Xml.XmlDocument": "4.3.0"
  855. }
  856. },
  857. "Luban.Common/1.0.0": {
  858. "dependencies": {
  859. "Bright.Net": "1.1.0.41",
  860. "CommandLineParser": "2.8.0"
  861. },
  862. "runtime": {
  863. "Luban.Common.dll": {}
  864. }
  865. },
  866. "Luban.Server.Common/1.0.0": {
  867. "dependencies": {
  868. "Luban.Common": "1.0.0"
  869. },
  870. "runtime": {
  871. "Luban.Server.Common.dll": {}
  872. }
  873. }
  874. }
  875. },
  876. "libraries": {
  877. "Luban.Job.Common/1.0.0": {
  878. "type": "project",
  879. "serviceable": false,
  880. "sha512": ""
  881. },
  882. "Bright.Core/1.1.0.34": {
  883. "type": "package",
  884. "serviceable": true,
  885. "sha512": "sha512-aZfDq9VXuPyNlHvk3iOdudIbxEhlfwoqTgDQ8jrparev1vAgeqrmTJL4pG/9ot6E+QM8Eq6Mr11hGeBzHGsdIQ==",
  886. "path": "bright.core/1.1.0.34",
  887. "hashPath": "bright.core.1.1.0.34.nupkg.sha512"
  888. },
  889. "Bright.Net/1.1.0.41": {
  890. "type": "package",
  891. "serviceable": true,
  892. "sha512": "sha512-mpXxucYOpoZU2RlWBP4KtUTR3IAAZTypntkqiJrK8FSfzghXOFhgdHvPpCX0u4ZbWcNki4cA5+GnrIRj7koxeQ==",
  893. "path": "bright.net/1.1.0.41",
  894. "hashPath": "bright.net.1.1.0.41.nupkg.sha512"
  895. },
  896. "CommandLineParser/2.8.0": {
  897. "type": "package",
  898. "serviceable": true,
  899. "sha512": "sha512-eco2HlKQBY4Joz9odHigzGpVzv6pjsXnY5lziioMveQxr+i2Z7xYcIOMeZTgYiqnMtMAbXMXsVhrNfWO5vJS8Q==",
  900. "path": "commandlineparser/2.8.0",
  901. "hashPath": "commandlineparser.2.8.0.nupkg.sha512"
  902. },
  903. "EtcdNetCore/1.0.0": {
  904. "type": "package",
  905. "serviceable": true,
  906. "sha512": "sha512-womVzq9Ykj05GZeker9Zw5wYMx+aYFq44VH/jGbpXr20UC7j5zx2MJAqN9BeYgACSnIrBIzez2Zk6k7MEkHsWA==",
  907. "path": "etcdnetcore/1.0.0",
  908. "hashPath": "etcdnetcore.1.0.0.nupkg.sha512"
  909. },
  910. "Google.Protobuf/3.19.1": {
  911. "type": "package",
  912. "serviceable": true,
  913. "sha512": "sha512-M6yun2BPdHkBjD3V14muZSt72azWHRJEx88ME2TyyH2+/ww6R3hIptjBFQQtO6pmkfLXW/NGQ4hADWSa9AmK2A==",
  914. "path": "google.protobuf/3.19.1",
  915. "hashPath": "google.protobuf.3.19.1.nupkg.sha512"
  916. },
  917. "Microsoft.NETCore.Platforms/1.1.0": {
  918. "type": "package",
  919. "serviceable": true,
  920. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  921. "path": "microsoft.netcore.platforms/1.1.0",
  922. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  923. },
  924. "Microsoft.NETCore.Targets/1.1.0": {
  925. "type": "package",
  926. "serviceable": true,
  927. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  928. "path": "microsoft.netcore.targets/1.1.0",
  929. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  930. },
  931. "Microsoft.Win32.Primitives/4.0.1": {
  932. "type": "package",
  933. "serviceable": true,
  934. "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==",
  935. "path": "microsoft.win32.primitives/4.0.1",
  936. "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512"
  937. },
  938. "NETStandard.Library/1.6.0": {
  939. "type": "package",
  940. "serviceable": true,
  941. "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==",
  942. "path": "netstandard.library/1.6.0",
  943. "hashPath": "netstandard.library.1.6.0.nupkg.sha512"
  944. },
  945. "NLog/4.7.0": {
  946. "type": "package",
  947. "serviceable": true,
  948. "sha512": "sha512-ch4piF/ifV6ZapFx5Vj8MGaiCZkztHwTMFghJJSOkA/LeWcNdvqW8VzRw7ZMvS8anUmsH81FV334Vay6+ja4Kg==",
  949. "path": "nlog/4.7.0",
  950. "hashPath": "nlog.4.7.0.nupkg.sha512"
  951. },
  952. "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  953. "type": "package",
  954. "serviceable": true,
  955. "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==",
  956. "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  957. "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  958. },
  959. "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  960. "type": "package",
  961. "serviceable": true,
  962. "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==",
  963. "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  964. "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  965. },
  966. "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  967. "type": "package",
  968. "serviceable": true,
  969. "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==",
  970. "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  971. "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  972. },
  973. "runtime.native.System/4.3.0": {
  974. "type": "package",
  975. "serviceable": true,
  976. "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
  977. "path": "runtime.native.system/4.3.0",
  978. "hashPath": "runtime.native.system.4.3.0.nupkg.sha512"
  979. },
  980. "runtime.native.System.IO.Compression/4.1.0": {
  981. "type": "package",
  982. "serviceable": true,
  983. "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==",
  984. "path": "runtime.native.system.io.compression/4.1.0",
  985. "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512"
  986. },
  987. "runtime.native.System.Net.Http/4.3.0": {
  988. "type": "package",
  989. "serviceable": true,
  990. "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==",
  991. "path": "runtime.native.system.net.http/4.3.0",
  992. "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512"
  993. },
  994. "runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  995. "type": "package",
  996. "serviceable": true,
  997. "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==",
  998. "path": "runtime.native.system.security.cryptography.apple/4.3.0",
  999. "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  1000. },
  1001. "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1002. "type": "package",
  1003. "serviceable": true,
  1004. "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==",
  1005. "path": "runtime.native.system.security.cryptography.openssl/4.3.0",
  1006. "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1007. },
  1008. "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1009. "type": "package",
  1010. "serviceable": true,
  1011. "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==",
  1012. "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1013. "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1014. },
  1015. "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1016. "type": "package",
  1017. "serviceable": true,
  1018. "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==",
  1019. "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1020. "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1021. },
  1022. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {
  1023. "type": "package",
  1024. "serviceable": true,
  1025. "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==",
  1026. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0",
  1027. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512"
  1028. },
  1029. "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1030. "type": "package",
  1031. "serviceable": true,
  1032. "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==",
  1033. "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1034. "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1035. },
  1036. "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1037. "type": "package",
  1038. "serviceable": true,
  1039. "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==",
  1040. "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1041. "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1042. },
  1043. "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1044. "type": "package",
  1045. "serviceable": true,
  1046. "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==",
  1047. "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1048. "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1049. },
  1050. "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1051. "type": "package",
  1052. "serviceable": true,
  1053. "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==",
  1054. "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1055. "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1056. },
  1057. "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {
  1058. "type": "package",
  1059. "serviceable": true,
  1060. "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==",
  1061. "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0",
  1062. "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1063. },
  1064. "Scriban/4.1.0": {
  1065. "type": "package",
  1066. "serviceable": true,
  1067. "sha512": "sha512-rEjPy11TaTfCg3pcSC+VhTrlk5HRnAbEJg6nutNm0tqhtOHRsxv5lh0RXSp073irj7R8J7UsSgC9Kix+SIYvpQ==",
  1068. "path": "scriban/4.1.0",
  1069. "hashPath": "scriban.4.1.0.nupkg.sha512"
  1070. },
  1071. "System.AppContext/4.1.0": {
  1072. "type": "package",
  1073. "serviceable": true,
  1074. "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==",
  1075. "path": "system.appcontext/4.1.0",
  1076. "hashPath": "system.appcontext.4.1.0.nupkg.sha512"
  1077. },
  1078. "System.Buffers/4.0.0": {
  1079. "type": "package",
  1080. "serviceable": true,
  1081. "sha512": "sha512-msXumHfjjURSkvxUjYuq4N2ghHoRi2VpXcKMA7gK6ujQfU3vGpl+B6ld0ATRg+FZFpRyA6PgEPA+VlIkTeNf2w==",
  1082. "path": "system.buffers/4.0.0",
  1083. "hashPath": "system.buffers.4.0.0.nupkg.sha512"
  1084. },
  1085. "System.Collections/4.3.0": {
  1086. "type": "package",
  1087. "serviceable": true,
  1088. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1089. "path": "system.collections/4.3.0",
  1090. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1091. },
  1092. "System.Collections.Concurrent/4.3.0": {
  1093. "type": "package",
  1094. "serviceable": true,
  1095. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  1096. "path": "system.collections.concurrent/4.3.0",
  1097. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  1098. },
  1099. "System.Console/4.0.0": {
  1100. "type": "package",
  1101. "serviceable": true,
  1102. "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==",
  1103. "path": "system.console/4.0.0",
  1104. "hashPath": "system.console.4.0.0.nupkg.sha512"
  1105. },
  1106. "System.Diagnostics.Debug/4.3.0": {
  1107. "type": "package",
  1108. "serviceable": true,
  1109. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1110. "path": "system.diagnostics.debug/4.3.0",
  1111. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1112. },
  1113. "System.Diagnostics.DiagnosticSource/4.3.0": {
  1114. "type": "package",
  1115. "serviceable": true,
  1116. "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==",
  1117. "path": "system.diagnostics.diagnosticsource/4.3.0",
  1118. "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512"
  1119. },
  1120. "System.Diagnostics.Tools/4.3.0": {
  1121. "type": "package",
  1122. "serviceable": true,
  1123. "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
  1124. "path": "system.diagnostics.tools/4.3.0",
  1125. "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512"
  1126. },
  1127. "System.Diagnostics.Tracing/4.3.0": {
  1128. "type": "package",
  1129. "serviceable": true,
  1130. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  1131. "path": "system.diagnostics.tracing/4.3.0",
  1132. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  1133. },
  1134. "System.Globalization/4.3.0": {
  1135. "type": "package",
  1136. "serviceable": true,
  1137. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1138. "path": "system.globalization/4.3.0",
  1139. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1140. },
  1141. "System.Globalization.Calendars/4.3.0": {
  1142. "type": "package",
  1143. "serviceable": true,
  1144. "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==",
  1145. "path": "system.globalization.calendars/4.3.0",
  1146. "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512"
  1147. },
  1148. "System.Globalization.Extensions/4.3.0": {
  1149. "type": "package",
  1150. "serviceable": true,
  1151. "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==",
  1152. "path": "system.globalization.extensions/4.3.0",
  1153. "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512"
  1154. },
  1155. "System.IO/4.3.0": {
  1156. "type": "package",
  1157. "serviceable": true,
  1158. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1159. "path": "system.io/4.3.0",
  1160. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1161. },
  1162. "System.IO.Compression/4.1.0": {
  1163. "type": "package",
  1164. "serviceable": true,
  1165. "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==",
  1166. "path": "system.io.compression/4.1.0",
  1167. "hashPath": "system.io.compression.4.1.0.nupkg.sha512"
  1168. },
  1169. "System.IO.Compression.ZipFile/4.0.1": {
  1170. "type": "package",
  1171. "serviceable": true,
  1172. "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==",
  1173. "path": "system.io.compression.zipfile/4.0.1",
  1174. "hashPath": "system.io.compression.zipfile.4.0.1.nupkg.sha512"
  1175. },
  1176. "System.IO.FileSystem/4.3.0": {
  1177. "type": "package",
  1178. "serviceable": true,
  1179. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  1180. "path": "system.io.filesystem/4.3.0",
  1181. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  1182. },
  1183. "System.IO.FileSystem.Primitives/4.3.0": {
  1184. "type": "package",
  1185. "serviceable": true,
  1186. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1187. "path": "system.io.filesystem.primitives/4.3.0",
  1188. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1189. },
  1190. "System.Linq/4.3.0": {
  1191. "type": "package",
  1192. "serviceable": true,
  1193. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1194. "path": "system.linq/4.3.0",
  1195. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1196. },
  1197. "System.Linq.Expressions/4.1.0": {
  1198. "type": "package",
  1199. "serviceable": true,
  1200. "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==",
  1201. "path": "system.linq.expressions/4.1.0",
  1202. "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512"
  1203. },
  1204. "System.Net.Http/4.3.0": {
  1205. "type": "package",
  1206. "serviceable": true,
  1207. "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==",
  1208. "path": "system.net.http/4.3.0",
  1209. "hashPath": "system.net.http.4.3.0.nupkg.sha512"
  1210. },
  1211. "System.Net.Primitives/4.3.0": {
  1212. "type": "package",
  1213. "serviceable": true,
  1214. "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
  1215. "path": "system.net.primitives/4.3.0",
  1216. "hashPath": "system.net.primitives.4.3.0.nupkg.sha512"
  1217. },
  1218. "System.Net.Requests/4.3.0": {
  1219. "type": "package",
  1220. "serviceable": true,
  1221. "sha512": "sha512-OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==",
  1222. "path": "system.net.requests/4.3.0",
  1223. "hashPath": "system.net.requests.4.3.0.nupkg.sha512"
  1224. },
  1225. "System.Net.Sockets/4.1.0": {
  1226. "type": "package",
  1227. "serviceable": true,
  1228. "sha512": "sha512-xAz0N3dAV/aR/9g8r0Y5oEqU1JRsz29F5EGb/WVHmX3jVSLqi2/92M5hTad2aNWovruXrJpJtgZ9fccPMG9uSw==",
  1229. "path": "system.net.sockets/4.1.0",
  1230. "hashPath": "system.net.sockets.4.1.0.nupkg.sha512"
  1231. },
  1232. "System.Net.WebHeaderCollection/4.3.0": {
  1233. "type": "package",
  1234. "serviceable": true,
  1235. "sha512": "sha512-XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==",
  1236. "path": "system.net.webheadercollection/4.3.0",
  1237. "hashPath": "system.net.webheadercollection.4.3.0.nupkg.sha512"
  1238. },
  1239. "System.ObjectModel/4.0.12": {
  1240. "type": "package",
  1241. "serviceable": true,
  1242. "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==",
  1243. "path": "system.objectmodel/4.0.12",
  1244. "hashPath": "system.objectmodel.4.0.12.nupkg.sha512"
  1245. },
  1246. "System.Private.DataContractSerialization/4.3.0": {
  1247. "type": "package",
  1248. "serviceable": true,
  1249. "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==",
  1250. "path": "system.private.datacontractserialization/4.3.0",
  1251. "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512"
  1252. },
  1253. "System.Reflection/4.3.0": {
  1254. "type": "package",
  1255. "serviceable": true,
  1256. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1257. "path": "system.reflection/4.3.0",
  1258. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1259. },
  1260. "System.Reflection.Emit/4.3.0": {
  1261. "type": "package",
  1262. "serviceable": true,
  1263. "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  1264. "path": "system.reflection.emit/4.3.0",
  1265. "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
  1266. },
  1267. "System.Reflection.Emit.ILGeneration/4.3.0": {
  1268. "type": "package",
  1269. "serviceable": true,
  1270. "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  1271. "path": "system.reflection.emit.ilgeneration/4.3.0",
  1272. "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
  1273. },
  1274. "System.Reflection.Emit.Lightweight/4.3.0": {
  1275. "type": "package",
  1276. "serviceable": true,
  1277. "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  1278. "path": "system.reflection.emit.lightweight/4.3.0",
  1279. "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
  1280. },
  1281. "System.Reflection.Extensions/4.3.0": {
  1282. "type": "package",
  1283. "serviceable": true,
  1284. "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  1285. "path": "system.reflection.extensions/4.3.0",
  1286. "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
  1287. },
  1288. "System.Reflection.Primitives/4.3.0": {
  1289. "type": "package",
  1290. "serviceable": true,
  1291. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1292. "path": "system.reflection.primitives/4.3.0",
  1293. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1294. },
  1295. "System.Reflection.TypeExtensions/4.3.0": {
  1296. "type": "package",
  1297. "serviceable": true,
  1298. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1299. "path": "system.reflection.typeextensions/4.3.0",
  1300. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1301. },
  1302. "System.Resources.ResourceManager/4.3.0": {
  1303. "type": "package",
  1304. "serviceable": true,
  1305. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1306. "path": "system.resources.resourcemanager/4.3.0",
  1307. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1308. },
  1309. "System.Runtime/4.3.0": {
  1310. "type": "package",
  1311. "serviceable": true,
  1312. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1313. "path": "system.runtime/4.3.0",
  1314. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1315. },
  1316. "System.Runtime.Extensions/4.3.0": {
  1317. "type": "package",
  1318. "serviceable": true,
  1319. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1320. "path": "system.runtime.extensions/4.3.0",
  1321. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1322. },
  1323. "System.Runtime.Handles/4.3.0": {
  1324. "type": "package",
  1325. "serviceable": true,
  1326. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1327. "path": "system.runtime.handles/4.3.0",
  1328. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1329. },
  1330. "System.Runtime.InteropServices/4.3.0": {
  1331. "type": "package",
  1332. "serviceable": true,
  1333. "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
  1334. "path": "system.runtime.interopservices/4.3.0",
  1335. "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512"
  1336. },
  1337. "System.Runtime.InteropServices.RuntimeInformation/4.0.0": {
  1338. "type": "package",
  1339. "serviceable": true,
  1340. "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==",
  1341. "path": "system.runtime.interopservices.runtimeinformation/4.0.0",
  1342. "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512"
  1343. },
  1344. "System.Runtime.Numerics/4.3.0": {
  1345. "type": "package",
  1346. "serviceable": true,
  1347. "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
  1348. "path": "system.runtime.numerics/4.3.0",
  1349. "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
  1350. },
  1351. "System.Runtime.Serialization.Json/4.3.0": {
  1352. "type": "package",
  1353. "serviceable": true,
  1354. "sha512": "sha512-CpVfOH0M/uZ5PH+M9+Gu56K0j9lJw3M+PKRegTkcrY/stOIvRUeonggxNrfBYLA5WOHL2j15KNJuTuld3x4o9w==",
  1355. "path": "system.runtime.serialization.json/4.3.0",
  1356. "hashPath": "system.runtime.serialization.json.4.3.0.nupkg.sha512"
  1357. },
  1358. "System.Runtime.Serialization.Primitives/4.3.0": {
  1359. "type": "package",
  1360. "serviceable": true,
  1361. "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
  1362. "path": "system.runtime.serialization.primitives/4.3.0",
  1363. "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
  1364. },
  1365. "System.Security.Cryptography.Algorithms/4.3.0": {
  1366. "type": "package",
  1367. "serviceable": true,
  1368. "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==",
  1369. "path": "system.security.cryptography.algorithms/4.3.0",
  1370. "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512"
  1371. },
  1372. "System.Security.Cryptography.Cng/4.3.0": {
  1373. "type": "package",
  1374. "serviceable": true,
  1375. "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==",
  1376. "path": "system.security.cryptography.cng/4.3.0",
  1377. "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512"
  1378. },
  1379. "System.Security.Cryptography.Csp/4.3.0": {
  1380. "type": "package",
  1381. "serviceable": true,
  1382. "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==",
  1383. "path": "system.security.cryptography.csp/4.3.0",
  1384. "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512"
  1385. },
  1386. "System.Security.Cryptography.Encoding/4.3.0": {
  1387. "type": "package",
  1388. "serviceable": true,
  1389. "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==",
  1390. "path": "system.security.cryptography.encoding/4.3.0",
  1391. "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512"
  1392. },
  1393. "System.Security.Cryptography.OpenSsl/4.3.0": {
  1394. "type": "package",
  1395. "serviceable": true,
  1396. "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==",
  1397. "path": "system.security.cryptography.openssl/4.3.0",
  1398. "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512"
  1399. },
  1400. "System.Security.Cryptography.Primitives/4.3.0": {
  1401. "type": "package",
  1402. "serviceable": true,
  1403. "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==",
  1404. "path": "system.security.cryptography.primitives/4.3.0",
  1405. "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512"
  1406. },
  1407. "System.Security.Cryptography.X509Certificates/4.3.0": {
  1408. "type": "package",
  1409. "serviceable": true,
  1410. "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==",
  1411. "path": "system.security.cryptography.x509certificates/4.3.0",
  1412. "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512"
  1413. },
  1414. "System.Text.Encoding/4.3.0": {
  1415. "type": "package",
  1416. "serviceable": true,
  1417. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1418. "path": "system.text.encoding/4.3.0",
  1419. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1420. },
  1421. "System.Text.Encoding.Extensions/4.3.0": {
  1422. "type": "package",
  1423. "serviceable": true,
  1424. "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
  1425. "path": "system.text.encoding.extensions/4.3.0",
  1426. "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512"
  1427. },
  1428. "System.Text.RegularExpressions/4.3.0": {
  1429. "type": "package",
  1430. "serviceable": true,
  1431. "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  1432. "path": "system.text.regularexpressions/4.3.0",
  1433. "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
  1434. },
  1435. "System.Threading/4.3.0": {
  1436. "type": "package",
  1437. "serviceable": true,
  1438. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  1439. "path": "system.threading/4.3.0",
  1440. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  1441. },
  1442. "System.Threading.Tasks/4.3.0": {
  1443. "type": "package",
  1444. "serviceable": true,
  1445. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  1446. "path": "system.threading.tasks/4.3.0",
  1447. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  1448. },
  1449. "System.Threading.Tasks.Extensions/4.3.0": {
  1450. "type": "package",
  1451. "serviceable": true,
  1452. "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==",
  1453. "path": "system.threading.tasks.extensions/4.3.0",
  1454. "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512"
  1455. },
  1456. "System.Threading.Timer/4.0.1": {
  1457. "type": "package",
  1458. "serviceable": true,
  1459. "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==",
  1460. "path": "system.threading.timer/4.0.1",
  1461. "hashPath": "system.threading.timer.4.0.1.nupkg.sha512"
  1462. },
  1463. "System.Xml.ReaderWriter/4.3.0": {
  1464. "type": "package",
  1465. "serviceable": true,
  1466. "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
  1467. "path": "system.xml.readerwriter/4.3.0",
  1468. "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512"
  1469. },
  1470. "System.Xml.XDocument/4.3.0": {
  1471. "type": "package",
  1472. "serviceable": true,
  1473. "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
  1474. "path": "system.xml.xdocument/4.3.0",
  1475. "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512"
  1476. },
  1477. "System.Xml.XmlDocument/4.3.0": {
  1478. "type": "package",
  1479. "serviceable": true,
  1480. "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==",
  1481. "path": "system.xml.xmldocument/4.3.0",
  1482. "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512"
  1483. },
  1484. "System.Xml.XmlSerializer/4.3.0": {
  1485. "type": "package",
  1486. "serviceable": true,
  1487. "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
  1488. "path": "system.xml.xmlserializer/4.3.0",
  1489. "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512"
  1490. },
  1491. "Luban.Common/1.0.0": {
  1492. "type": "project",
  1493. "serviceable": false,
  1494. "sha512": ""
  1495. },
  1496. "Luban.Server.Common/1.0.0": {
  1497. "type": "project",
  1498. "serviceable": false,
  1499. "sha512": ""
  1500. }
  1501. }
  1502. }