Ropin.Inspection.Tasks.deps.json 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v5.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v5.0": {
  9. "Ropin.Inspection.Tasks/1.0.0": {
  10. "dependencies": {
  11. "Quartz": "3.3.3",
  12. "Ropin.Inspection.Common": "1.0.0",
  13. "Ropin.Inspection.Model": "1.0.0",
  14. "Ropin.Inspection.Service": "1.0.0"
  15. },
  16. "runtime": {
  17. "Ropin.Inspection.Tasks.dll": {}
  18. }
  19. },
  20. "AdvancedStringBuilder/0.1.0": {
  21. "runtime": {
  22. "lib/netstandard2.0/AdvancedStringBuilder.dll": {
  23. "assemblyVersion": "0.1.0.0",
  24. "fileVersion": "0.1.0.0"
  25. }
  26. }
  27. },
  28. "AutoMapper/10.1.1": {
  29. "dependencies": {
  30. "Microsoft.CSharp": "4.7.0",
  31. "System.Reflection.Emit": "4.7.0"
  32. },
  33. "runtime": {
  34. "lib/netstandard2.0/AutoMapper.dll": {
  35. "assemblyVersion": "10.0.0.0",
  36. "fileVersion": "10.1.1.0"
  37. }
  38. }
  39. },
  40. "BouncyCastle.NetCore/1.8.5": {
  41. "runtime": {
  42. "lib/netstandard2.0/BouncyCastle.Crypto.dll": {
  43. "assemblyVersion": "1.8.5.0",
  44. "fileVersion": "1.8.19031.1"
  45. }
  46. }
  47. },
  48. "Coravel/4.2.1": {
  49. "dependencies": {
  50. "Microsoft.Extensions.Caching.Memory": "5.0.0",
  51. "Microsoft.Extensions.Hosting.Abstractions": "3.1.0",
  52. "Microsoft.Extensions.Logging.Abstractions": "5.0.0"
  53. },
  54. "runtime": {
  55. "lib/netstandard2.0/Coravel.dll": {
  56. "assemblyVersion": "4.2.1.0",
  57. "fileVersion": "4.2.1.0"
  58. }
  59. }
  60. },
  61. "FluentEmail.Core/3.0.2": {
  62. "dependencies": {
  63. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
  64. },
  65. "runtime": {
  66. "lib/netstandard2.0/FluentEmail.Core.dll": {
  67. "assemblyVersion": "3.0.2.0",
  68. "fileVersion": "3.0.2.0"
  69. }
  70. }
  71. },
  72. "FluentEmail.Smtp/3.0.2": {
  73. "dependencies": {
  74. "FluentEmail.Core": "3.0.2"
  75. },
  76. "runtime": {
  77. "lib/netstandard2.0/FluentEmail.Smtp.dll": {
  78. "assemblyVersion": "3.0.2.0",
  79. "fileVersion": "3.0.2.0"
  80. }
  81. }
  82. },
  83. "Google.Protobuf/3.11.4": {
  84. "dependencies": {
  85. "System.Memory": "4.5.5"
  86. },
  87. "runtime": {
  88. "lib/netstandard2.0/Google.Protobuf.dll": {
  89. "assemblyVersion": "3.11.4.0",
  90. "fileVersion": "3.11.4.0"
  91. }
  92. }
  93. },
  94. "JavaScriptEngineSwitcher.ChakraCore/3.21.0": {
  95. "dependencies": {
  96. "AdvancedStringBuilder": "0.1.0",
  97. "JavaScriptEngineSwitcher.Core": "3.21.0"
  98. },
  99. "runtime": {
  100. "lib/netstandard2.1/JavaScriptEngineSwitcher.ChakraCore.dll": {
  101. "assemblyVersion": "3.21.0.0",
  102. "fileVersion": "3.21.0.0"
  103. }
  104. },
  105. "resources": {
  106. "lib/netstandard2.1/ru-RU/JavaScriptEngineSwitcher.ChakraCore.resources.dll": {
  107. "locale": "ru-RU"
  108. }
  109. }
  110. },
  111. "JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64/3.21.0": {
  112. "runtimeTargets": {
  113. "runtimes/linux-x64/native/libChakraCore.so": {
  114. "rid": "linux-x64",
  115. "assetType": "native",
  116. "fileVersion": "0.0.0.0"
  117. }
  118. }
  119. },
  120. "JavaScriptEngineSwitcher.ChakraCore.Native.win-x64/3.21.0": {
  121. "runtimeTargets": {
  122. "runtimes/win-x64/native/ChakraCore.dll": {
  123. "rid": "win-x64",
  124. "assetType": "native",
  125. "fileVersion": "1.13.0.0"
  126. }
  127. }
  128. },
  129. "JavaScriptEngineSwitcher.Core/3.21.0": {
  130. "dependencies": {
  131. "AdvancedStringBuilder": "0.1.0"
  132. },
  133. "runtime": {
  134. "lib/netstandard2.0/JavaScriptEngineSwitcher.Core.dll": {
  135. "assemblyVersion": "3.21.0.0",
  136. "fileVersion": "3.21.0.0"
  137. }
  138. },
  139. "resources": {
  140. "lib/netstandard2.0/ru-RU/JavaScriptEngineSwitcher.Core.resources.dll": {
  141. "locale": "ru-RU"
  142. }
  143. }
  144. },
  145. "K4os.Compression.LZ4/1.1.11": {
  146. "dependencies": {
  147. "System.Memory": "4.5.5"
  148. },
  149. "runtime": {
  150. "lib/netstandard2.0/K4os.Compression.LZ4.dll": {
  151. "assemblyVersion": "1.1.11.0",
  152. "fileVersion": "1.1.11.0"
  153. }
  154. }
  155. },
  156. "K4os.Compression.LZ4.Streams/1.1.11": {
  157. "dependencies": {
  158. "K4os.Compression.LZ4": "1.1.11",
  159. "K4os.Hash.xxHash": "1.0.6"
  160. },
  161. "runtime": {
  162. "lib/netstandard2.0/K4os.Compression.LZ4.Streams.dll": {
  163. "assemblyVersion": "1.1.11.0",
  164. "fileVersion": "1.1.11.0"
  165. }
  166. }
  167. },
  168. "K4os.Hash.xxHash/1.0.6": {
  169. "dependencies": {
  170. "System.Memory": "4.5.5"
  171. },
  172. "runtime": {
  173. "lib/netstandard2.0/K4os.Hash.xxHash.dll": {
  174. "assemblyVersion": "1.0.6.0",
  175. "fileVersion": "1.0.6.0"
  176. }
  177. }
  178. },
  179. "LinqKit.Microsoft.EntityFrameworkCore/5.0.24": {
  180. "dependencies": {
  181. "Microsoft.EntityFrameworkCore": "5.0.0"
  182. },
  183. "runtime": {
  184. "lib/netstandard2.1/LinqKit.Microsoft.EntityFrameworkCore.dll": {
  185. "assemblyVersion": "5.0.24.0",
  186. "fileVersion": "5.0.24.0"
  187. }
  188. }
  189. },
  190. "log4net/2.0.17": {
  191. "dependencies": {
  192. "System.Configuration.ConfigurationManager": "4.7.0"
  193. },
  194. "runtime": {
  195. "lib/netstandard2.0/log4net.dll": {
  196. "assemblyVersion": "2.0.17.0",
  197. "fileVersion": "2.0.17.0"
  198. }
  199. }
  200. },
  201. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  202. "dependencies": {
  203. "Microsoft.AspNetCore.Http.Features": "5.0.0",
  204. "System.Text.Encodings.Web": "4.5.0"
  205. }
  206. },
  207. "Microsoft.AspNetCore.Http.Features/5.0.0": {
  208. "dependencies": {
  209. "Microsoft.Extensions.Primitives": "5.0.0",
  210. "System.IO.Pipelines": "5.0.0"
  211. }
  212. },
  213. "Microsoft.AspNetCore.NodeServices/3.1.30": {
  214. "dependencies": {
  215. "Microsoft.Extensions.Logging.Console": "3.1.30",
  216. "Newtonsoft.Json": "13.0.1"
  217. },
  218. "runtime": {
  219. "lib/netcoreapp3.1/Microsoft.AspNetCore.NodeServices.dll": {
  220. "assemblyVersion": "3.1.30.0",
  221. "fileVersion": "3.100.3022.47624"
  222. }
  223. }
  224. },
  225. "Microsoft.CSharp/4.7.0": {},
  226. "Microsoft.EntityFrameworkCore/5.0.0": {
  227. "dependencies": {
  228. "Microsoft.EntityFrameworkCore.Abstractions": "5.0.0",
  229. "Microsoft.EntityFrameworkCore.Analyzers": "5.0.0",
  230. "Microsoft.Extensions.Caching.Memory": "5.0.0",
  231. "Microsoft.Extensions.DependencyInjection": "5.0.0",
  232. "Microsoft.Extensions.Logging": "5.0.0",
  233. "System.Collections.Immutable": "5.0.0",
  234. "System.ComponentModel.Annotations": "5.0.0",
  235. "System.Diagnostics.DiagnosticSource": "5.0.0"
  236. },
  237. "runtime": {
  238. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.dll": {
  239. "assemblyVersion": "5.0.0.0",
  240. "fileVersion": "5.0.20.52303"
  241. }
  242. }
  243. },
  244. "Microsoft.EntityFrameworkCore.Abstractions/5.0.0": {
  245. "runtime": {
  246. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Abstractions.dll": {
  247. "assemblyVersion": "5.0.0.0",
  248. "fileVersion": "5.0.20.52303"
  249. }
  250. }
  251. },
  252. "Microsoft.EntityFrameworkCore.Analyzers/5.0.0": {},
  253. "Microsoft.EntityFrameworkCore.Relational/5.0.0": {
  254. "dependencies": {
  255. "Microsoft.EntityFrameworkCore": "5.0.0",
  256. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
  257. },
  258. "runtime": {
  259. "lib/netstandard2.1/Microsoft.EntityFrameworkCore.Relational.dll": {
  260. "assemblyVersion": "5.0.0.0",
  261. "fileVersion": "5.0.20.52303"
  262. }
  263. }
  264. },
  265. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  266. "dependencies": {
  267. "Microsoft.Extensions.Primitives": "5.0.0"
  268. }
  269. },
  270. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  271. "dependencies": {
  272. "Microsoft.Extensions.Caching.Abstractions": "5.0.0",
  273. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  274. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  275. "Microsoft.Extensions.Options": "5.0.0",
  276. "Microsoft.Extensions.Primitives": "5.0.0"
  277. }
  278. },
  279. "Microsoft.Extensions.Configuration/5.0.0": {
  280. "dependencies": {
  281. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  282. "Microsoft.Extensions.Primitives": "5.0.0"
  283. }
  284. },
  285. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  286. "dependencies": {
  287. "Microsoft.Extensions.Primitives": "5.0.0"
  288. }
  289. },
  290. "Microsoft.Extensions.Configuration.Binder/5.0.0": {
  291. "dependencies": {
  292. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0"
  293. }
  294. },
  295. "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
  296. "dependencies": {
  297. "Microsoft.Extensions.Configuration": "5.0.0",
  298. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  299. "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
  300. "Microsoft.Extensions.FileProviders.Physical": "5.0.0",
  301. "Microsoft.Extensions.Primitives": "5.0.0"
  302. }
  303. },
  304. "Microsoft.Extensions.Configuration.Json/5.0.0": {
  305. "dependencies": {
  306. "Microsoft.Extensions.Configuration": "5.0.0",
  307. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  308. "Microsoft.Extensions.Configuration.FileExtensions": "5.0.0",
  309. "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0"
  310. }
  311. },
  312. "Microsoft.Extensions.DependencyInjection/5.0.0": {
  313. "dependencies": {
  314. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0"
  315. }
  316. },
  317. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {},
  318. "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
  319. "dependencies": {
  320. "Microsoft.Extensions.Primitives": "5.0.0"
  321. }
  322. },
  323. "Microsoft.Extensions.FileProviders.Physical/5.0.0": {
  324. "dependencies": {
  325. "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
  326. "Microsoft.Extensions.FileSystemGlobbing": "5.0.0",
  327. "Microsoft.Extensions.Primitives": "5.0.0"
  328. }
  329. },
  330. "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {},
  331. "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
  332. "dependencies": {
  333. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  334. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  335. "Microsoft.Extensions.FileProviders.Abstractions": "5.0.0",
  336. "Microsoft.Extensions.Logging.Abstractions": "5.0.0"
  337. }
  338. },
  339. "Microsoft.Extensions.Http/5.0.0": {
  340. "dependencies": {
  341. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  342. "Microsoft.Extensions.Logging": "5.0.0",
  343. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  344. "Microsoft.Extensions.Options": "5.0.0"
  345. }
  346. },
  347. "Microsoft.Extensions.Logging/5.0.0": {
  348. "dependencies": {
  349. "Microsoft.Extensions.DependencyInjection": "5.0.0",
  350. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  351. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  352. "Microsoft.Extensions.Options": "5.0.0"
  353. }
  354. },
  355. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {},
  356. "Microsoft.Extensions.Logging.Configuration/3.1.30": {
  357. "dependencies": {
  358. "Microsoft.Extensions.Logging": "5.0.0",
  359. "Microsoft.Extensions.Options.ConfigurationExtensions": "3.1.30"
  360. }
  361. },
  362. "Microsoft.Extensions.Logging.Console/3.1.30": {
  363. "dependencies": {
  364. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  365. "Microsoft.Extensions.Logging": "5.0.0",
  366. "Microsoft.Extensions.Logging.Configuration": "3.1.30"
  367. }
  368. },
  369. "Microsoft.Extensions.Options/5.0.0": {
  370. "dependencies": {
  371. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  372. "Microsoft.Extensions.Primitives": "5.0.0"
  373. }
  374. },
  375. "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.30": {
  376. "dependencies": {
  377. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  378. "Microsoft.Extensions.Configuration.Binder": "5.0.0",
  379. "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0",
  380. "Microsoft.Extensions.Options": "5.0.0"
  381. }
  382. },
  383. "Microsoft.Extensions.Primitives/5.0.0": {},
  384. "Microsoft.NETCore.Platforms/5.0.0": {},
  385. "Microsoft.Win32.SystemEvents/5.0.0": {
  386. "dependencies": {
  387. "Microsoft.NETCore.Platforms": "5.0.0"
  388. }
  389. },
  390. "MySql.Data/8.0.23": {
  391. "dependencies": {
  392. "BouncyCastle.NetCore": "1.8.5",
  393. "Google.Protobuf": "3.11.4",
  394. "K4os.Compression.LZ4": "1.1.11",
  395. "K4os.Compression.LZ4.Streams": "1.1.11",
  396. "K4os.Hash.xxHash": "1.0.6",
  397. "SSH.NET": "2020.0.0-beta1",
  398. "System.Buffers": "4.5.1",
  399. "System.Configuration.ConfigurationManager": "4.7.0",
  400. "System.Security.Permissions": "4.7.0",
  401. "System.Text.Encoding.CodePages": "5.0.0"
  402. },
  403. "runtime": {
  404. "lib/net5.0/MySql.Data.dll": {
  405. "assemblyVersion": "8.0.23.0",
  406. "fileVersion": "8.0.23.0"
  407. },
  408. "lib/net5.0/Ubiety.Dns.Core.dll": {
  409. "assemblyVersion": "2.2.1.0",
  410. "fileVersion": "2.2.1.0"
  411. },
  412. "lib/net5.0/Zstandard.Net.dll": {
  413. "assemblyVersion": "1.1.7.0",
  414. "fileVersion": "1.1.7.0"
  415. }
  416. }
  417. },
  418. "MySqlConnector/1.1.0": {
  419. "runtime": {
  420. "lib/net5.0/MySqlConnector.dll": {
  421. "assemblyVersion": "1.0.0.0",
  422. "fileVersion": "1.1.0.0"
  423. }
  424. }
  425. },
  426. "Newtonsoft.Json/13.0.1": {
  427. "runtime": {
  428. "lib/netstandard2.0/Newtonsoft.Json.dll": {
  429. "assemblyVersion": "13.0.0.0",
  430. "fileVersion": "13.0.1.25517"
  431. }
  432. }
  433. },
  434. "Pomelo.EntityFrameworkCore.MySql/5.0.0-alpha.2": {
  435. "dependencies": {
  436. "Microsoft.EntityFrameworkCore.Relational": "5.0.0",
  437. "MySqlConnector": "1.1.0"
  438. },
  439. "runtime": {
  440. "lib/netstandard2.1/Pomelo.EntityFrameworkCore.MySql.dll": {
  441. "assemblyVersion": "5.0.0.0",
  442. "fileVersion": "5.0.0.0"
  443. }
  444. }
  445. },
  446. "QRCoder/1.4.3": {
  447. "dependencies": {
  448. "System.Drawing.Common": "5.0.3"
  449. },
  450. "runtime": {
  451. "lib/net5.0/QRCoder.dll": {
  452. "assemblyVersion": "1.4.3.0",
  453. "fileVersion": "1.4.3.0"
  454. }
  455. }
  456. },
  457. "Quartz/3.3.3": {
  458. "dependencies": {
  459. "Microsoft.Extensions.Logging.Abstractions": "5.0.0",
  460. "System.Configuration.ConfigurationManager": "4.7.0",
  461. "System.Diagnostics.DiagnosticSource": "5.0.0"
  462. },
  463. "runtime": {
  464. "lib/netstandard2.0/Quartz.dll": {
  465. "assemblyVersion": "3.3.3.0",
  466. "fileVersion": "3.3.3.0"
  467. }
  468. }
  469. },
  470. "RabbitMQ.Client/6.8.1": {
  471. "dependencies": {
  472. "System.Memory": "4.5.5",
  473. "System.Threading.Channels": "7.0.0"
  474. },
  475. "runtime": {
  476. "lib/netstandard2.0/RabbitMQ.Client.dll": {
  477. "assemblyVersion": "6.0.0.0",
  478. "fileVersion": "6.8.1.0"
  479. }
  480. }
  481. },
  482. "SixLabors.ImageSharp/2.1.6": {
  483. "dependencies": {
  484. "System.Runtime.CompilerServices.Unsafe": "5.0.0",
  485. "System.Text.Encoding.CodePages": "5.0.0"
  486. },
  487. "runtime": {
  488. "lib/netcoreapp3.1/SixLabors.ImageSharp.dll": {
  489. "assemblyVersion": "2.0.0.0",
  490. "fileVersion": "2.1.6.0"
  491. }
  492. }
  493. },
  494. "SSH.NET/2020.0.0-beta1": {
  495. "dependencies": {
  496. "SshNet.Security.Cryptography": "1.3.0"
  497. },
  498. "runtime": {
  499. "lib/netstandard2.0/Renci.SshNet.dll": {
  500. "assemblyVersion": "2020.0.0.0",
  501. "fileVersion": "2020.0.0.0"
  502. }
  503. }
  504. },
  505. "SshNet.Security.Cryptography/1.3.0": {
  506. "runtime": {
  507. "lib/netstandard2.0/SshNet.Security.Cryptography.dll": {
  508. "assemblyVersion": "1.3.0.0",
  509. "fileVersion": "1.3.0.0"
  510. }
  511. }
  512. },
  513. "System.Buffers/4.5.1": {},
  514. "System.Collections.Immutable/5.0.0": {},
  515. "System.ComponentModel.Annotations/5.0.0": {},
  516. "System.Configuration.ConfigurationManager/4.7.0": {
  517. "dependencies": {
  518. "System.Security.Cryptography.ProtectedData": "4.7.0",
  519. "System.Security.Permissions": "4.7.0"
  520. },
  521. "runtime": {
  522. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  523. "assemblyVersion": "4.0.3.0",
  524. "fileVersion": "4.700.19.56404"
  525. }
  526. }
  527. },
  528. "System.Diagnostics.DiagnosticSource/5.0.0": {},
  529. "System.Drawing.Common/5.0.3": {
  530. "dependencies": {
  531. "Microsoft.Win32.SystemEvents": "5.0.0"
  532. },
  533. "runtime": {
  534. "lib/netcoreapp3.0/System.Drawing.Common.dll": {
  535. "assemblyVersion": "5.0.0.2",
  536. "fileVersion": "5.0.1221.52207"
  537. }
  538. },
  539. "runtimeTargets": {
  540. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  541. "rid": "unix",
  542. "assetType": "runtime",
  543. "assemblyVersion": "5.0.0.2",
  544. "fileVersion": "5.0.1221.52207"
  545. },
  546. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  547. "rid": "win",
  548. "assetType": "runtime",
  549. "assemblyVersion": "5.0.0.2",
  550. "fileVersion": "5.0.1221.52207"
  551. }
  552. }
  553. },
  554. "System.IO.Pipelines/5.0.0": {},
  555. "System.Memory/4.5.5": {},
  556. "System.Reflection.Emit/4.7.0": {},
  557. "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
  558. "System.Security.AccessControl/4.7.0": {
  559. "dependencies": {
  560. "Microsoft.NETCore.Platforms": "5.0.0",
  561. "System.Security.Principal.Windows": "4.7.0"
  562. }
  563. },
  564. "System.Security.Cryptography.ProtectedData/4.7.0": {
  565. "runtime": {
  566. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  567. "assemblyVersion": "4.0.5.0",
  568. "fileVersion": "4.700.19.56404"
  569. }
  570. },
  571. "runtimeTargets": {
  572. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  573. "rid": "win",
  574. "assetType": "runtime",
  575. "assemblyVersion": "4.0.5.0",
  576. "fileVersion": "4.700.19.56404"
  577. }
  578. }
  579. },
  580. "System.Security.Permissions/4.7.0": {
  581. "dependencies": {
  582. "System.Security.AccessControl": "4.7.0",
  583. "System.Windows.Extensions": "4.7.0"
  584. }
  585. },
  586. "System.Security.Principal.Windows/4.7.0": {},
  587. "System.Text.Encoding.CodePages/5.0.0": {
  588. "dependencies": {
  589. "Microsoft.NETCore.Platforms": "5.0.0"
  590. }
  591. },
  592. "System.Text.Encodings.Web/4.5.0": {},
  593. "System.Threading.Channels/7.0.0": {
  594. "runtime": {
  595. "lib/netstandard2.1/System.Threading.Channels.dll": {
  596. "assemblyVersion": "7.0.0.0",
  597. "fileVersion": "7.0.22.51805"
  598. }
  599. }
  600. },
  601. "System.Windows.Extensions/4.7.0": {
  602. "dependencies": {
  603. "System.Drawing.Common": "5.0.3"
  604. }
  605. },
  606. "ZXing.Net/0.16.9": {
  607. "runtime": {
  608. "lib/net5.0/zxing.dll": {
  609. "assemblyVersion": "0.16.9.0",
  610. "fileVersion": "0.16.9.0"
  611. }
  612. }
  613. },
  614. "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
  615. "dependencies": {
  616. "SixLabors.ImageSharp": "2.1.6",
  617. "ZXing.Net": "0.16.9"
  618. },
  619. "runtime": {
  620. "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll": {
  621. "assemblyVersion": "0.16.15.0",
  622. "fileVersion": "0.16.15.0"
  623. }
  624. }
  625. },
  626. "Ropin.Core.Common/1.0.0": {
  627. "dependencies": {
  628. "Coravel": "4.2.1",
  629. "Microsoft.Extensions.Caching.Memory": "5.0.0",
  630. "Newtonsoft.Json": "13.0.1",
  631. "QRCoder": "1.4.3",
  632. "SixLabors.ImageSharp": "2.1.6",
  633. "ZXing.Net.Bindings.ImageSharp.V2": "0.16.15"
  634. },
  635. "runtime": {
  636. "Ropin.Core.Common.dll": {}
  637. }
  638. },
  639. "Ropin.Inspection.Common/1.0.0": {
  640. "dependencies": {
  641. "FluentEmail.Smtp": "3.0.2",
  642. "JavaScriptEngineSwitcher.ChakraCore": "3.21.0",
  643. "JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64": "3.21.0",
  644. "JavaScriptEngineSwitcher.ChakraCore.Native.win-x64": "3.21.0",
  645. "JavaScriptEngineSwitcher.Core": "3.21.0",
  646. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  647. "Microsoft.AspNetCore.NodeServices": "3.1.30",
  648. "Microsoft.Extensions.Configuration": "5.0.0",
  649. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  650. "Microsoft.Extensions.Configuration.Binder": "5.0.0",
  651. "Microsoft.Extensions.Configuration.Json": "5.0.0",
  652. "Microsoft.Extensions.Http": "5.0.0",
  653. "Newtonsoft.Json": "13.0.1",
  654. "RabbitMQ.Client": "6.8.1",
  655. "log4net": "2.0.17"
  656. },
  657. "runtime": {
  658. "Ropin.Inspection.Common.dll": {}
  659. }
  660. },
  661. "Ropin.Inspection.Model/1.0.0": {
  662. "dependencies": {
  663. "Microsoft.AspNetCore.Http.Features": "5.0.0",
  664. "Microsoft.EntityFrameworkCore": "5.0.0",
  665. "MySql.Data": "8.0.23",
  666. "Pomelo.EntityFrameworkCore.MySql": "5.0.0-alpha.2",
  667. "Ropin.Inspection.Common": "1.0.0"
  668. },
  669. "runtime": {
  670. "Ropin.Inspection.Model.dll": {}
  671. }
  672. },
  673. "Ropin.Inspection.Repository/1.0.0": {
  674. "dependencies": {
  675. "LinqKit.Microsoft.EntityFrameworkCore": "5.0.24",
  676. "Microsoft.EntityFrameworkCore": "5.0.0",
  677. "Ropin.Inspection.Model": "1.0.0"
  678. },
  679. "runtime": {
  680. "Ropin.Inspection.Repository.dll": {}
  681. }
  682. },
  683. "Ropin.Inspection.Service/1.0.0": {
  684. "dependencies": {
  685. "AutoMapper": "10.1.1",
  686. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  687. "Newtonsoft.Json": "13.0.1",
  688. "Ropin.Core.Common": "1.0.0",
  689. "Ropin.Inspection.Common": "1.0.0",
  690. "Ropin.Inspection.Model": "1.0.0",
  691. "Ropin.Inspection.Repository": "1.0.0",
  692. "log4net": "2.0.17"
  693. },
  694. "runtime": {
  695. "Ropin.Inspection.Service.dll": {}
  696. }
  697. }
  698. }
  699. },
  700. "libraries": {
  701. "Ropin.Inspection.Tasks/1.0.0": {
  702. "type": "project",
  703. "serviceable": false,
  704. "sha512": ""
  705. },
  706. "AdvancedStringBuilder/0.1.0": {
  707. "type": "package",
  708. "serviceable": true,
  709. "sha512": "sha512-IbN3r5whlJvi8MhCDPVpIb+NVScyUcKSdcJZrnoXFDyzPDISl3AbWouNBYIHRdZdfGuzqCQEhM1vkxbIKqQVaQ==",
  710. "path": "advancedstringbuilder/0.1.0",
  711. "hashPath": "advancedstringbuilder.0.1.0.nupkg.sha512"
  712. },
  713. "AutoMapper/10.1.1": {
  714. "type": "package",
  715. "serviceable": true,
  716. "sha512": "sha512-uMgbqOdu9ZG5cIOty0C85hzzayBH2i9BthnS5FlMqKtMSHDv4ts81a2jS1VFaDBVhlBeIqJ/kQKjQY95BZde9w==",
  717. "path": "automapper/10.1.1",
  718. "hashPath": "automapper.10.1.1.nupkg.sha512"
  719. },
  720. "BouncyCastle.NetCore/1.8.5": {
  721. "type": "package",
  722. "serviceable": true,
  723. "sha512": "sha512-6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==",
  724. "path": "bouncycastle.netcore/1.8.5",
  725. "hashPath": "bouncycastle.netcore.1.8.5.nupkg.sha512"
  726. },
  727. "Coravel/4.2.1": {
  728. "type": "package",
  729. "serviceable": true,
  730. "sha512": "sha512-goj2P5yivyj5e3UwHyA9ET1s11US0V73Labc+KBT7fF+sZK5Uts/CE0lPAxgtWj+/uwM1bRpFDdAFNh+z7U2kw==",
  731. "path": "coravel/4.2.1",
  732. "hashPath": "coravel.4.2.1.nupkg.sha512"
  733. },
  734. "FluentEmail.Core/3.0.2": {
  735. "type": "package",
  736. "serviceable": true,
  737. "sha512": "sha512-uQFFbJgMhhCFUti7pfMi429fMNi7fLGMj+7uDtD7POlQzLxlhXJ6tmt4Y1SI51sZsA36GO5b7+o29eY/dKiICQ==",
  738. "path": "fluentemail.core/3.0.2",
  739. "hashPath": "fluentemail.core.3.0.2.nupkg.sha512"
  740. },
  741. "FluentEmail.Smtp/3.0.2": {
  742. "type": "package",
  743. "serviceable": true,
  744. "sha512": "sha512-Y5pZKS/mXSl7D5WJWecvfo1kpIMDc6U0VRU6wRbE9wEv2IqMH3cQXa/97Pwi+m31COepIqc6dMhGMtAJ2Qh7rw==",
  745. "path": "fluentemail.smtp/3.0.2",
  746. "hashPath": "fluentemail.smtp.3.0.2.nupkg.sha512"
  747. },
  748. "Google.Protobuf/3.11.4": {
  749. "type": "package",
  750. "serviceable": true,
  751. "sha512": "sha512-dajCxjDCiPyZuqwZCkFJTwhn/0TJ5VesIs4fXvs56ez1VUi68JjhYMMsPjnJ9gcPqJwTMtXMU1WqUdXYiG1x4w==",
  752. "path": "google.protobuf/3.11.4",
  753. "hashPath": "google.protobuf.3.11.4.nupkg.sha512"
  754. },
  755. "JavaScriptEngineSwitcher.ChakraCore/3.21.0": {
  756. "type": "package",
  757. "serviceable": true,
  758. "sha512": "sha512-rJLy5KuyC9EJI6sKwG9w3fXWEXKX767ewJuP45VgjWxaFqamPO6hhzI19u7TXj3d9/bKQIUD9Vwc54PCYOKDtA==",
  759. "path": "javascriptengineswitcher.chakracore/3.21.0",
  760. "hashPath": "javascriptengineswitcher.chakracore.3.21.0.nupkg.sha512"
  761. },
  762. "JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64/3.21.0": {
  763. "type": "package",
  764. "serviceable": true,
  765. "sha512": "sha512-490LVkaKSX9OUJmuEhcC3zuCNxq4q10n4nYNrKYJyX91hWE0PJQKK9dVmk33dSG19o8Vo5sYU5xZ3J1ugAflBw==",
  766. "path": "javascriptengineswitcher.chakracore.native.linux-x64/3.21.0",
  767. "hashPath": "javascriptengineswitcher.chakracore.native.linux-x64.3.21.0.nupkg.sha512"
  768. },
  769. "JavaScriptEngineSwitcher.ChakraCore.Native.win-x64/3.21.0": {
  770. "type": "package",
  771. "serviceable": true,
  772. "sha512": "sha512-RVUj0ZcsQns8HC0jhyEC6lvSHKH+AtK8p5JTPTL/fe2lIx1RVq7d+Hn3/t3bDbSDGP7afY1kmETJFchmwNc/3Q==",
  773. "path": "javascriptengineswitcher.chakracore.native.win-x64/3.21.0",
  774. "hashPath": "javascriptengineswitcher.chakracore.native.win-x64.3.21.0.nupkg.sha512"
  775. },
  776. "JavaScriptEngineSwitcher.Core/3.21.0": {
  777. "type": "package",
  778. "serviceable": true,
  779. "sha512": "sha512-/gXflCb9CMjXkoY84mOZcVoezfT6/pIPvgAsaSm+ADrOE4PSFCVyMg5/e9JRuGCHPnQRo6Cj34WgAVJ0BKJVLw==",
  780. "path": "javascriptengineswitcher.core/3.21.0",
  781. "hashPath": "javascriptengineswitcher.core.3.21.0.nupkg.sha512"
  782. },
  783. "K4os.Compression.LZ4/1.1.11": {
  784. "type": "package",
  785. "serviceable": true,
  786. "sha512": "sha512-RNvJw0UGkedPhCqVBNIogtfQebY+bQt0PN7xDbVe5LWLra0ZEqPfjPSl7iStj3rgDnkqkkTTpm+vCX3hU1qKmA==",
  787. "path": "k4os.compression.lz4/1.1.11",
  788. "hashPath": "k4os.compression.lz4.1.1.11.nupkg.sha512"
  789. },
  790. "K4os.Compression.LZ4.Streams/1.1.11": {
  791. "type": "package",
  792. "serviceable": true,
  793. "sha512": "sha512-x+BidXriYsNP4HNTHKx+5cVQguHHwbfs6nM79fDHOCOrcNwnaBms4dwzAV/ZALmKsNKcHmY74PeUZiCC4qLKwQ==",
  794. "path": "k4os.compression.lz4.streams/1.1.11",
  795. "hashPath": "k4os.compression.lz4.streams.1.1.11.nupkg.sha512"
  796. },
  797. "K4os.Hash.xxHash/1.0.6": {
  798. "type": "package",
  799. "serviceable": true,
  800. "sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==",
  801. "path": "k4os.hash.xxhash/1.0.6",
  802. "hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512"
  803. },
  804. "LinqKit.Microsoft.EntityFrameworkCore/5.0.24": {
  805. "type": "package",
  806. "serviceable": true,
  807. "sha512": "sha512-PemexcITl6b0EWnZczQG3fEHFoMxUKHRoe54rHFVOlIu3b4sXzZ10pa7KBByaK5O5UGmqCdWS6K1AjXQpF+JOg==",
  808. "path": "linqkit.microsoft.entityframeworkcore/5.0.24",
  809. "hashPath": "linqkit.microsoft.entityframeworkcore.5.0.24.nupkg.sha512"
  810. },
  811. "log4net/2.0.17": {
  812. "type": "package",
  813. "serviceable": true,
  814. "sha512": "sha512-qnnDf/ubJzwm2i1xH7nRMjEDoD+ctse7nZDqb+p7L1PvZc6ykpMoEesWr1/9hFqlsbII2v9e8yyQHJhoDQh7ZA==",
  815. "path": "log4net/2.0.17",
  816. "hashPath": "log4net.2.0.17.nupkg.sha512"
  817. },
  818. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  819. "type": "package",
  820. "serviceable": true,
  821. "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
  822. "path": "microsoft.aspnetcore.http.abstractions/2.2.0",
  823. "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
  824. },
  825. "Microsoft.AspNetCore.Http.Features/5.0.0": {
  826. "type": "package",
  827. "serviceable": true,
  828. "sha512": "sha512-6sVnhFwtsjEVL09FsYpAttQ3Og6Jxg1dQFLF9XQUThi1myq64imjhj1swd92TXMLCp5wmt8szDixZXXdx64qhg==",
  829. "path": "microsoft.aspnetcore.http.features/5.0.0",
  830. "hashPath": "microsoft.aspnetcore.http.features.5.0.0.nupkg.sha512"
  831. },
  832. "Microsoft.AspNetCore.NodeServices/3.1.30": {
  833. "type": "package",
  834. "serviceable": true,
  835. "sha512": "sha512-hFSZxykx1tk2lC5u7T/SfGrOglTGlHZu1Oqz1JCBvR/8GPbMSLBNHUZb+MAq3OTM00pRLTWsri9g3HeEVytsmQ==",
  836. "path": "microsoft.aspnetcore.nodeservices/3.1.30",
  837. "hashPath": "microsoft.aspnetcore.nodeservices.3.1.30.nupkg.sha512"
  838. },
  839. "Microsoft.CSharp/4.7.0": {
  840. "type": "package",
  841. "serviceable": true,
  842. "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
  843. "path": "microsoft.csharp/4.7.0",
  844. "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
  845. },
  846. "Microsoft.EntityFrameworkCore/5.0.0": {
  847. "type": "package",
  848. "serviceable": true,
  849. "sha512": "sha512-QJk6pwN5wCriRdaNXQQxifeDNYephqqDMSXAQFX1nZjHwz/hChD0kDwklX20FexN9IAwQftepMbglcjwTX3l4Q==",
  850. "path": "microsoft.entityframeworkcore/5.0.0",
  851. "hashPath": "microsoft.entityframeworkcore.5.0.0.nupkg.sha512"
  852. },
  853. "Microsoft.EntityFrameworkCore.Abstractions/5.0.0": {
  854. "type": "package",
  855. "serviceable": true,
  856. "sha512": "sha512-PCDiskNvB+1rs+d3ET0Itm3mPj6+CpFO7V1nPXfVL6ipS6+27vKs9mnEP4C8vTr2BhSpyvKQetp4Z0ktrqv+wg==",
  857. "path": "microsoft.entityframeworkcore.abstractions/5.0.0",
  858. "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512"
  859. },
  860. "Microsoft.EntityFrameworkCore.Analyzers/5.0.0": {
  861. "type": "package",
  862. "serviceable": true,
  863. "sha512": "sha512-l1c/1ge8ymXgLqtstTyX3PZOLRuFo1jn0FQ9H4ag3Bwz70KTMyEOXwkKBZZ1gDlCibETrooflMis8wvvXFh5YQ==",
  864. "path": "microsoft.entityframeworkcore.analyzers/5.0.0",
  865. "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512"
  866. },
  867. "Microsoft.EntityFrameworkCore.Relational/5.0.0": {
  868. "type": "package",
  869. "serviceable": true,
  870. "sha512": "sha512-UMhoo0t3eii73AUwsvbGpYMGXS0ga/uA/cukgJza+IJ4EtcuNfdhGsA3emzf9nYpQ7urJzWzU6VOfG59h935Ag==",
  871. "path": "microsoft.entityframeworkcore.relational/5.0.0",
  872. "hashPath": "microsoft.entityframeworkcore.relational.5.0.0.nupkg.sha512"
  873. },
  874. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  875. "type": "package",
  876. "serviceable": true,
  877. "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
  878. "path": "microsoft.extensions.caching.abstractions/5.0.0",
  879. "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
  880. },
  881. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  882. "type": "package",
  883. "serviceable": true,
  884. "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
  885. "path": "microsoft.extensions.caching.memory/5.0.0",
  886. "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
  887. },
  888. "Microsoft.Extensions.Configuration/5.0.0": {
  889. "type": "package",
  890. "serviceable": true,
  891. "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
  892. "path": "microsoft.extensions.configuration/5.0.0",
  893. "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
  894. },
  895. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  896. "type": "package",
  897. "serviceable": true,
  898. "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
  899. "path": "microsoft.extensions.configuration.abstractions/5.0.0",
  900. "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
  901. },
  902. "Microsoft.Extensions.Configuration.Binder/5.0.0": {
  903. "type": "package",
  904. "serviceable": true,
  905. "sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
  906. "path": "microsoft.extensions.configuration.binder/5.0.0",
  907. "hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
  908. },
  909. "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
  910. "type": "package",
  911. "serviceable": true,
  912. "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
  913. "path": "microsoft.extensions.configuration.fileextensions/5.0.0",
  914. "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
  915. },
  916. "Microsoft.Extensions.Configuration.Json/5.0.0": {
  917. "type": "package",
  918. "serviceable": true,
  919. "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
  920. "path": "microsoft.extensions.configuration.json/5.0.0",
  921. "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
  922. },
  923. "Microsoft.Extensions.DependencyInjection/5.0.0": {
  924. "type": "package",
  925. "serviceable": true,
  926. "sha512": "sha512-Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==",
  927. "path": "microsoft.extensions.dependencyinjection/5.0.0",
  928. "hashPath": "microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512"
  929. },
  930. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  931. "type": "package",
  932. "serviceable": true,
  933. "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
  934. "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
  935. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
  936. },
  937. "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
  938. "type": "package",
  939. "serviceable": true,
  940. "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
  941. "path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
  942. "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
  943. },
  944. "Microsoft.Extensions.FileProviders.Physical/5.0.0": {
  945. "type": "package",
  946. "serviceable": true,
  947. "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
  948. "path": "microsoft.extensions.fileproviders.physical/5.0.0",
  949. "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
  950. },
  951. "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
  952. "type": "package",
  953. "serviceable": true,
  954. "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
  955. "path": "microsoft.extensions.filesystemglobbing/5.0.0",
  956. "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
  957. },
  958. "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
  959. "type": "package",
  960. "serviceable": true,
  961. "sha512": "sha512-LiOP1ceFaPBxaE28SOjtORzOVCJk33TT5VQ/Cg5EoatZh1dxpPAgAV/0ruzWKQE7WAHU3F1H9Z6rFgsQwIb9uQ==",
  962. "path": "microsoft.extensions.hosting.abstractions/3.1.0",
  963. "hashPath": "microsoft.extensions.hosting.abstractions.3.1.0.nupkg.sha512"
  964. },
  965. "Microsoft.Extensions.Http/5.0.0": {
  966. "type": "package",
  967. "serviceable": true,
  968. "sha512": "sha512-kT1ijDKZuSUhBtYoC1sXrmVKP7mA08h9Xrsr4VrS/QOtiKCEtUTTd7dd3XI9dwAb46tZSak13q/zdIcr4jqbyg==",
  969. "path": "microsoft.extensions.http/5.0.0",
  970. "hashPath": "microsoft.extensions.http.5.0.0.nupkg.sha512"
  971. },
  972. "Microsoft.Extensions.Logging/5.0.0": {
  973. "type": "package",
  974. "serviceable": true,
  975. "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
  976. "path": "microsoft.extensions.logging/5.0.0",
  977. "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
  978. },
  979. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  980. "type": "package",
  981. "serviceable": true,
  982. "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  983. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  984. "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
  985. },
  986. "Microsoft.Extensions.Logging.Configuration/3.1.30": {
  987. "type": "package",
  988. "serviceable": true,
  989. "sha512": "sha512-Ms9XEgRwnT4WEBGOYQj2+QrfO2sSSiDXKyI+zk8lhP2gfxg6zPjkCWVakNg5JDFdtnxQVKtRtKvL4UaR946WXw==",
  990. "path": "microsoft.extensions.logging.configuration/3.1.30",
  991. "hashPath": "microsoft.extensions.logging.configuration.3.1.30.nupkg.sha512"
  992. },
  993. "Microsoft.Extensions.Logging.Console/3.1.30": {
  994. "type": "package",
  995. "serviceable": true,
  996. "sha512": "sha512-eZzNLp84etekzfKngW6rdZkt2qeTI0EhQ1kS8t2bfbYhJRCUwOPooYn7/lP+KkIoI7SaimKD1Q1RTm0FO8V/iw==",
  997. "path": "microsoft.extensions.logging.console/3.1.30",
  998. "hashPath": "microsoft.extensions.logging.console.3.1.30.nupkg.sha512"
  999. },
  1000. "Microsoft.Extensions.Options/5.0.0": {
  1001. "type": "package",
  1002. "serviceable": true,
  1003. "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
  1004. "path": "microsoft.extensions.options/5.0.0",
  1005. "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
  1006. },
  1007. "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.30": {
  1008. "type": "package",
  1009. "serviceable": true,
  1010. "sha512": "sha512-mncFsagGHBUlkdZYiZ5A35Ni4564ryXI8//Zrthd80WcjBm7A7By6707CQqBEWRz2nnAwO++UgOdXPLaFO9yaw==",
  1011. "path": "microsoft.extensions.options.configurationextensions/3.1.30",
  1012. "hashPath": "microsoft.extensions.options.configurationextensions.3.1.30.nupkg.sha512"
  1013. },
  1014. "Microsoft.Extensions.Primitives/5.0.0": {
  1015. "type": "package",
  1016. "serviceable": true,
  1017. "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
  1018. "path": "microsoft.extensions.primitives/5.0.0",
  1019. "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
  1020. },
  1021. "Microsoft.NETCore.Platforms/5.0.0": {
  1022. "type": "package",
  1023. "serviceable": true,
  1024. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  1025. "path": "microsoft.netcore.platforms/5.0.0",
  1026. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  1027. },
  1028. "Microsoft.Win32.SystemEvents/5.0.0": {
  1029. "type": "package",
  1030. "serviceable": true,
  1031. "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  1032. "path": "microsoft.win32.systemevents/5.0.0",
  1033. "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
  1034. },
  1035. "MySql.Data/8.0.23": {
  1036. "type": "package",
  1037. "serviceable": true,
  1038. "sha512": "sha512-5UPKd+OX5aSR8fTTfWzAifYg8YKOWMVX39bkdGbI3/SB3khdE13DZVMrk6CzjXvo2BjXic9emf2lwgvJTVWnyg==",
  1039. "path": "mysql.data/8.0.23",
  1040. "hashPath": "mysql.data.8.0.23.nupkg.sha512"
  1041. },
  1042. "MySqlConnector/1.1.0": {
  1043. "type": "package",
  1044. "serviceable": true,
  1045. "sha512": "sha512-RQPR2vkQjSiyGH2mV17K4+gDcgI8hidxgD2qli3OcRupvqpQjoL6S35M3ZjIM6CXC0TgImvJo3HA/fLSOG+oBA==",
  1046. "path": "mysqlconnector/1.1.0",
  1047. "hashPath": "mysqlconnector.1.1.0.nupkg.sha512"
  1048. },
  1049. "Newtonsoft.Json/13.0.1": {
  1050. "type": "package",
  1051. "serviceable": true,
  1052. "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  1053. "path": "newtonsoft.json/13.0.1",
  1054. "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
  1055. },
  1056. "Pomelo.EntityFrameworkCore.MySql/5.0.0-alpha.2": {
  1057. "type": "package",
  1058. "serviceable": true,
  1059. "sha512": "sha512-g2+otNSXHxzmWUJI7+KfoL9C35V8BAKC1fqfriHNNghMQiwrUkK+xaN+3w5r5+YUKA1qfiJH6+Wwc+Kkcsr3Og==",
  1060. "path": "pomelo.entityframeworkcore.mysql/5.0.0-alpha.2",
  1061. "hashPath": "pomelo.entityframeworkcore.mysql.5.0.0-alpha.2.nupkg.sha512"
  1062. },
  1063. "QRCoder/1.4.3": {
  1064. "type": "package",
  1065. "serviceable": true,
  1066. "sha512": "sha512-fWuFqjm8GTlEb2GqBl3Hi8HZZeZQwBSHxvRPtPjyNbT82H0ff0JwavKRBmMaXCno1Av6McPC8aJzri0Mj2w9Jw==",
  1067. "path": "qrcoder/1.4.3",
  1068. "hashPath": "qrcoder.1.4.3.nupkg.sha512"
  1069. },
  1070. "Quartz/3.3.3": {
  1071. "type": "package",
  1072. "serviceable": true,
  1073. "sha512": "sha512-waM2gyFQ/JOuvyHmlEnN2jpAiqJAEMEaPq6K6rT/mmLKlW0qvxCIYARDRfWaenJ6qQBHH2/J6cx+bCPVZb8z1Q==",
  1074. "path": "quartz/3.3.3",
  1075. "hashPath": "quartz.3.3.3.nupkg.sha512"
  1076. },
  1077. "RabbitMQ.Client/6.8.1": {
  1078. "type": "package",
  1079. "serviceable": true,
  1080. "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==",
  1081. "path": "rabbitmq.client/6.8.1",
  1082. "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512"
  1083. },
  1084. "SixLabors.ImageSharp/2.1.6": {
  1085. "type": "package",
  1086. "serviceable": true,
  1087. "sha512": "sha512-zgCyj3F3U19A/YpmhZAplH5dyh7BTCjLutzbVbHGd7zzPfSMA0Tm+DFqQEb/V52Y8EW1FH5wZ91PaEDSrUaNOw==",
  1088. "path": "sixlabors.imagesharp/2.1.6",
  1089. "hashPath": "sixlabors.imagesharp.2.1.6.nupkg.sha512"
  1090. },
  1091. "SSH.NET/2020.0.0-beta1": {
  1092. "type": "package",
  1093. "serviceable": true,
  1094. "sha512": "sha512-GdgJ3eFSEXkGIror8SfxbXKJM/g0Eofm4bM6LIYANSM1foOJc640adnr1dqs2BTf/MKwL+9NqOUm3RvQm1CxtA==",
  1095. "path": "ssh.net/2020.0.0-beta1",
  1096. "hashPath": "ssh.net.2020.0.0-beta1.nupkg.sha512"
  1097. },
  1098. "SshNet.Security.Cryptography/1.3.0": {
  1099. "type": "package",
  1100. "serviceable": true,
  1101. "sha512": "sha512-5pBIXRjcSO/amY8WztpmNOhaaCNHY/B6CcYDI7FSTgqSyo/ZUojlLiKcsl+YGbxQuLX439qIkMfP0PHqxqJi/Q==",
  1102. "path": "sshnet.security.cryptography/1.3.0",
  1103. "hashPath": "sshnet.security.cryptography.1.3.0.nupkg.sha512"
  1104. },
  1105. "System.Buffers/4.5.1": {
  1106. "type": "package",
  1107. "serviceable": true,
  1108. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1109. "path": "system.buffers/4.5.1",
  1110. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  1111. },
  1112. "System.Collections.Immutable/5.0.0": {
  1113. "type": "package",
  1114. "serviceable": true,
  1115. "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
  1116. "path": "system.collections.immutable/5.0.0",
  1117. "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
  1118. },
  1119. "System.ComponentModel.Annotations/5.0.0": {
  1120. "type": "package",
  1121. "serviceable": true,
  1122. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  1123. "path": "system.componentmodel.annotations/5.0.0",
  1124. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  1125. },
  1126. "System.Configuration.ConfigurationManager/4.7.0": {
  1127. "type": "package",
  1128. "serviceable": true,
  1129. "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
  1130. "path": "system.configuration.configurationmanager/4.7.0",
  1131. "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
  1132. },
  1133. "System.Diagnostics.DiagnosticSource/5.0.0": {
  1134. "type": "package",
  1135. "serviceable": true,
  1136. "sha512": "sha512-tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==",
  1137. "path": "system.diagnostics.diagnosticsource/5.0.0",
  1138. "hashPath": "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512"
  1139. },
  1140. "System.Drawing.Common/5.0.3": {
  1141. "type": "package",
  1142. "serviceable": true,
  1143. "sha512": "sha512-rEQZuslijqdsO0pkJn7LtGBaMc//YVA8de0meGihkg9oLPaN+w+/Pb5d71lgp0YjPoKgBKNMvdq0IPnoW4PEng==",
  1144. "path": "system.drawing.common/5.0.3",
  1145. "hashPath": "system.drawing.common.5.0.3.nupkg.sha512"
  1146. },
  1147. "System.IO.Pipelines/5.0.0": {
  1148. "type": "package",
  1149. "serviceable": true,
  1150. "sha512": "sha512-irMYm3vhVgRsYvHTU5b2gsT2CwT/SMM6LZFzuJjpIvT5Z4CshxNsaoBC1X/LltwuR3Opp8d6jOS/60WwOb7Q2Q==",
  1151. "path": "system.io.pipelines/5.0.0",
  1152. "hashPath": "system.io.pipelines.5.0.0.nupkg.sha512"
  1153. },
  1154. "System.Memory/4.5.5": {
  1155. "type": "package",
  1156. "serviceable": true,
  1157. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  1158. "path": "system.memory/4.5.5",
  1159. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  1160. },
  1161. "System.Reflection.Emit/4.7.0": {
  1162. "type": "package",
  1163. "serviceable": true,
  1164. "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
  1165. "path": "system.reflection.emit/4.7.0",
  1166. "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
  1167. },
  1168. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  1169. "type": "package",
  1170. "serviceable": true,
  1171. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  1172. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  1173. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  1174. },
  1175. "System.Security.AccessControl/4.7.0": {
  1176. "type": "package",
  1177. "serviceable": true,
  1178. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  1179. "path": "system.security.accesscontrol/4.7.0",
  1180. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  1181. },
  1182. "System.Security.Cryptography.ProtectedData/4.7.0": {
  1183. "type": "package",
  1184. "serviceable": true,
  1185. "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
  1186. "path": "system.security.cryptography.protecteddata/4.7.0",
  1187. "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
  1188. },
  1189. "System.Security.Permissions/4.7.0": {
  1190. "type": "package",
  1191. "serviceable": true,
  1192. "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  1193. "path": "system.security.permissions/4.7.0",
  1194. "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
  1195. },
  1196. "System.Security.Principal.Windows/4.7.0": {
  1197. "type": "package",
  1198. "serviceable": true,
  1199. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  1200. "path": "system.security.principal.windows/4.7.0",
  1201. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  1202. },
  1203. "System.Text.Encoding.CodePages/5.0.0": {
  1204. "type": "package",
  1205. "serviceable": true,
  1206. "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  1207. "path": "system.text.encoding.codepages/5.0.0",
  1208. "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
  1209. },
  1210. "System.Text.Encodings.Web/4.5.0": {
  1211. "type": "package",
  1212. "serviceable": true,
  1213. "sha512": "sha512-Xg4G4Indi4dqP1iuAiMSwpiWS54ZghzR644OtsRCm/m/lBMG8dUBhLVN7hLm8NNrNTR+iGbshCPTwrvxZPlm4g==",
  1214. "path": "system.text.encodings.web/4.5.0",
  1215. "hashPath": "system.text.encodings.web.4.5.0.nupkg.sha512"
  1216. },
  1217. "System.Threading.Channels/7.0.0": {
  1218. "type": "package",
  1219. "serviceable": true,
  1220. "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
  1221. "path": "system.threading.channels/7.0.0",
  1222. "hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
  1223. },
  1224. "System.Windows.Extensions/4.7.0": {
  1225. "type": "package",
  1226. "serviceable": true,
  1227. "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  1228. "path": "system.windows.extensions/4.7.0",
  1229. "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
  1230. },
  1231. "ZXing.Net/0.16.9": {
  1232. "type": "package",
  1233. "serviceable": true,
  1234. "sha512": "sha512-7WaVMHklpT3Ye2ragqRIwlFRsb6kOk63BOGADV0fan3ulVfGLUYkDi5yNUsZS/7FVNkWbtHAlDLmu4WnHGfqvQ==",
  1235. "path": "zxing.net/0.16.9",
  1236. "hashPath": "zxing.net.0.16.9.nupkg.sha512"
  1237. },
  1238. "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
  1239. "type": "package",
  1240. "serviceable": true,
  1241. "sha512": "sha512-f+oesw0O/KH3YoL1j9ktw65O5Ilx932sS98xrFbdRRgQVxuMdTZ/AP9A7qll3e2ygO1YL3JFtRsZeiFPqzBZkw==",
  1242. "path": "zxing.net.bindings.imagesharp.v2/0.16.15",
  1243. "hashPath": "zxing.net.bindings.imagesharp.v2.0.16.15.nupkg.sha512"
  1244. },
  1245. "Ropin.Core.Common/1.0.0": {
  1246. "type": "project",
  1247. "serviceable": false,
  1248. "sha512": ""
  1249. },
  1250. "Ropin.Inspection.Common/1.0.0": {
  1251. "type": "project",
  1252. "serviceable": false,
  1253. "sha512": ""
  1254. },
  1255. "Ropin.Inspection.Model/1.0.0": {
  1256. "type": "project",
  1257. "serviceable": false,
  1258. "sha512": ""
  1259. },
  1260. "Ropin.Inspection.Repository/1.0.0": {
  1261. "type": "project",
  1262. "serviceable": false,
  1263. "sha512": ""
  1264. },
  1265. "Ropin.Inspection.Service/1.0.0": {
  1266. "type": "project",
  1267. "serviceable": false,
  1268. "sha512": ""
  1269. }
  1270. }
  1271. }