Ropin.Inspection.Tasks.deps.json 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306
  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. "ToolGood.Words/3.1.0.2": {
  607. "runtime": {
  608. "lib/netstandard2.1/ToolGood.Words.dll": {
  609. "assemblyVersion": "3.1.0.2",
  610. "fileVersion": "3.1.0.2"
  611. }
  612. }
  613. },
  614. "Ulid/1.4.1": {
  615. "dependencies": {
  616. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  617. },
  618. "runtime": {
  619. "lib/netstandard2.1/Ulid.dll": {
  620. "assemblyVersion": "1.4.1.0",
  621. "fileVersion": "1.4.1.0"
  622. }
  623. }
  624. },
  625. "ZXing.Net/0.16.9": {
  626. "runtime": {
  627. "lib/net5.0/zxing.dll": {
  628. "assemblyVersion": "0.16.9.0",
  629. "fileVersion": "0.16.9.0"
  630. }
  631. }
  632. },
  633. "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
  634. "dependencies": {
  635. "SixLabors.ImageSharp": "2.1.6",
  636. "ZXing.Net": "0.16.9"
  637. },
  638. "runtime": {
  639. "lib/netcoreapp3.1/ZXing.ImageSharp.V2.dll": {
  640. "assemblyVersion": "0.16.15.0",
  641. "fileVersion": "0.16.15.0"
  642. }
  643. }
  644. },
  645. "Ropin.Core.Common/1.0.0": {
  646. "dependencies": {
  647. "Coravel": "4.2.1",
  648. "Microsoft.Extensions.Caching.Memory": "5.0.0",
  649. "Newtonsoft.Json": "13.0.1",
  650. "QRCoder": "1.4.3",
  651. "SixLabors.ImageSharp": "2.1.6",
  652. "ZXing.Net.Bindings.ImageSharp.V2": "0.16.15"
  653. },
  654. "runtime": {
  655. "Ropin.Core.Common.dll": {}
  656. }
  657. },
  658. "Ropin.Inspection.Common/1.0.0": {
  659. "dependencies": {
  660. "FluentEmail.Smtp": "3.0.2",
  661. "JavaScriptEngineSwitcher.ChakraCore": "3.21.0",
  662. "JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64": "3.21.0",
  663. "JavaScriptEngineSwitcher.ChakraCore.Native.win-x64": "3.21.0",
  664. "JavaScriptEngineSwitcher.Core": "3.21.0",
  665. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  666. "Microsoft.AspNetCore.NodeServices": "3.1.30",
  667. "Microsoft.Extensions.Configuration": "5.0.0",
  668. "Microsoft.Extensions.Configuration.Abstractions": "5.0.0",
  669. "Microsoft.Extensions.Configuration.Binder": "5.0.0",
  670. "Microsoft.Extensions.Configuration.Json": "5.0.0",
  671. "Microsoft.Extensions.Http": "5.0.0",
  672. "Newtonsoft.Json": "13.0.1",
  673. "RabbitMQ.Client": "6.8.1",
  674. "ToolGood.Words": "3.1.0.2",
  675. "Ulid": "1.4.1",
  676. "log4net": "2.0.17"
  677. },
  678. "runtime": {
  679. "Ropin.Inspection.Common.dll": {}
  680. }
  681. },
  682. "Ropin.Inspection.Model/1.0.0": {
  683. "dependencies": {
  684. "Microsoft.AspNetCore.Http.Features": "5.0.0",
  685. "Microsoft.EntityFrameworkCore": "5.0.0",
  686. "MySql.Data": "8.0.23",
  687. "Pomelo.EntityFrameworkCore.MySql": "5.0.0-alpha.2",
  688. "Ropin.Inspection.Common": "1.0.0"
  689. },
  690. "runtime": {
  691. "Ropin.Inspection.Model.dll": {}
  692. }
  693. },
  694. "Ropin.Inspection.Repository/1.0.0": {
  695. "dependencies": {
  696. "LinqKit.Microsoft.EntityFrameworkCore": "5.0.24",
  697. "Microsoft.EntityFrameworkCore": "5.0.0",
  698. "Ropin.Inspection.Model": "1.0.0"
  699. },
  700. "runtime": {
  701. "Ropin.Inspection.Repository.dll": {}
  702. }
  703. },
  704. "Ropin.Inspection.Service/1.0.0": {
  705. "dependencies": {
  706. "AutoMapper": "10.1.1",
  707. "Microsoft.AspNetCore.Http.Abstractions": "2.2.0",
  708. "Newtonsoft.Json": "13.0.1",
  709. "Ropin.Core.Common": "1.0.0",
  710. "Ropin.Inspection.Common": "1.0.0",
  711. "Ropin.Inspection.Model": "1.0.0",
  712. "Ropin.Inspection.Repository": "1.0.0",
  713. "log4net": "2.0.17"
  714. },
  715. "runtime": {
  716. "Ropin.Inspection.Service.dll": {}
  717. }
  718. }
  719. }
  720. },
  721. "libraries": {
  722. "Ropin.Inspection.Tasks/1.0.0": {
  723. "type": "project",
  724. "serviceable": false,
  725. "sha512": ""
  726. },
  727. "AdvancedStringBuilder/0.1.0": {
  728. "type": "package",
  729. "serviceable": true,
  730. "sha512": "sha512-IbN3r5whlJvi8MhCDPVpIb+NVScyUcKSdcJZrnoXFDyzPDISl3AbWouNBYIHRdZdfGuzqCQEhM1vkxbIKqQVaQ==",
  731. "path": "advancedstringbuilder/0.1.0",
  732. "hashPath": "advancedstringbuilder.0.1.0.nupkg.sha512"
  733. },
  734. "AutoMapper/10.1.1": {
  735. "type": "package",
  736. "serviceable": true,
  737. "sha512": "sha512-uMgbqOdu9ZG5cIOty0C85hzzayBH2i9BthnS5FlMqKtMSHDv4ts81a2jS1VFaDBVhlBeIqJ/kQKjQY95BZde9w==",
  738. "path": "automapper/10.1.1",
  739. "hashPath": "automapper.10.1.1.nupkg.sha512"
  740. },
  741. "BouncyCastle.NetCore/1.8.5": {
  742. "type": "package",
  743. "serviceable": true,
  744. "sha512": "sha512-6uxsQw2UXrt82VQAWC2td3oBSJjUZ3P4u4DliagB8wf67KsU53V8sW9xwdF+IwZOOZFR0TCZuv/YKZ2BlrfAag==",
  745. "path": "bouncycastle.netcore/1.8.5",
  746. "hashPath": "bouncycastle.netcore.1.8.5.nupkg.sha512"
  747. },
  748. "Coravel/4.2.1": {
  749. "type": "package",
  750. "serviceable": true,
  751. "sha512": "sha512-goj2P5yivyj5e3UwHyA9ET1s11US0V73Labc+KBT7fF+sZK5Uts/CE0lPAxgtWj+/uwM1bRpFDdAFNh+z7U2kw==",
  752. "path": "coravel/4.2.1",
  753. "hashPath": "coravel.4.2.1.nupkg.sha512"
  754. },
  755. "FluentEmail.Core/3.0.2": {
  756. "type": "package",
  757. "serviceable": true,
  758. "sha512": "sha512-uQFFbJgMhhCFUti7pfMi429fMNi7fLGMj+7uDtD7POlQzLxlhXJ6tmt4Y1SI51sZsA36GO5b7+o29eY/dKiICQ==",
  759. "path": "fluentemail.core/3.0.2",
  760. "hashPath": "fluentemail.core.3.0.2.nupkg.sha512"
  761. },
  762. "FluentEmail.Smtp/3.0.2": {
  763. "type": "package",
  764. "serviceable": true,
  765. "sha512": "sha512-Y5pZKS/mXSl7D5WJWecvfo1kpIMDc6U0VRU6wRbE9wEv2IqMH3cQXa/97Pwi+m31COepIqc6dMhGMtAJ2Qh7rw==",
  766. "path": "fluentemail.smtp/3.0.2",
  767. "hashPath": "fluentemail.smtp.3.0.2.nupkg.sha512"
  768. },
  769. "Google.Protobuf/3.11.4": {
  770. "type": "package",
  771. "serviceable": true,
  772. "sha512": "sha512-dajCxjDCiPyZuqwZCkFJTwhn/0TJ5VesIs4fXvs56ez1VUi68JjhYMMsPjnJ9gcPqJwTMtXMU1WqUdXYiG1x4w==",
  773. "path": "google.protobuf/3.11.4",
  774. "hashPath": "google.protobuf.3.11.4.nupkg.sha512"
  775. },
  776. "JavaScriptEngineSwitcher.ChakraCore/3.21.0": {
  777. "type": "package",
  778. "serviceable": true,
  779. "sha512": "sha512-rJLy5KuyC9EJI6sKwG9w3fXWEXKX767ewJuP45VgjWxaFqamPO6hhzI19u7TXj3d9/bKQIUD9Vwc54PCYOKDtA==",
  780. "path": "javascriptengineswitcher.chakracore/3.21.0",
  781. "hashPath": "javascriptengineswitcher.chakracore.3.21.0.nupkg.sha512"
  782. },
  783. "JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64/3.21.0": {
  784. "type": "package",
  785. "serviceable": true,
  786. "sha512": "sha512-490LVkaKSX9OUJmuEhcC3zuCNxq4q10n4nYNrKYJyX91hWE0PJQKK9dVmk33dSG19o8Vo5sYU5xZ3J1ugAflBw==",
  787. "path": "javascriptengineswitcher.chakracore.native.linux-x64/3.21.0",
  788. "hashPath": "javascriptengineswitcher.chakracore.native.linux-x64.3.21.0.nupkg.sha512"
  789. },
  790. "JavaScriptEngineSwitcher.ChakraCore.Native.win-x64/3.21.0": {
  791. "type": "package",
  792. "serviceable": true,
  793. "sha512": "sha512-RVUj0ZcsQns8HC0jhyEC6lvSHKH+AtK8p5JTPTL/fe2lIx1RVq7d+Hn3/t3bDbSDGP7afY1kmETJFchmwNc/3Q==",
  794. "path": "javascriptengineswitcher.chakracore.native.win-x64/3.21.0",
  795. "hashPath": "javascriptengineswitcher.chakracore.native.win-x64.3.21.0.nupkg.sha512"
  796. },
  797. "JavaScriptEngineSwitcher.Core/3.21.0": {
  798. "type": "package",
  799. "serviceable": true,
  800. "sha512": "sha512-/gXflCb9CMjXkoY84mOZcVoezfT6/pIPvgAsaSm+ADrOE4PSFCVyMg5/e9JRuGCHPnQRo6Cj34WgAVJ0BKJVLw==",
  801. "path": "javascriptengineswitcher.core/3.21.0",
  802. "hashPath": "javascriptengineswitcher.core.3.21.0.nupkg.sha512"
  803. },
  804. "K4os.Compression.LZ4/1.1.11": {
  805. "type": "package",
  806. "serviceable": true,
  807. "sha512": "sha512-RNvJw0UGkedPhCqVBNIogtfQebY+bQt0PN7xDbVe5LWLra0ZEqPfjPSl7iStj3rgDnkqkkTTpm+vCX3hU1qKmA==",
  808. "path": "k4os.compression.lz4/1.1.11",
  809. "hashPath": "k4os.compression.lz4.1.1.11.nupkg.sha512"
  810. },
  811. "K4os.Compression.LZ4.Streams/1.1.11": {
  812. "type": "package",
  813. "serviceable": true,
  814. "sha512": "sha512-x+BidXriYsNP4HNTHKx+5cVQguHHwbfs6nM79fDHOCOrcNwnaBms4dwzAV/ZALmKsNKcHmY74PeUZiCC4qLKwQ==",
  815. "path": "k4os.compression.lz4.streams/1.1.11",
  816. "hashPath": "k4os.compression.lz4.streams.1.1.11.nupkg.sha512"
  817. },
  818. "K4os.Hash.xxHash/1.0.6": {
  819. "type": "package",
  820. "serviceable": true,
  821. "sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==",
  822. "path": "k4os.hash.xxhash/1.0.6",
  823. "hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512"
  824. },
  825. "LinqKit.Microsoft.EntityFrameworkCore/5.0.24": {
  826. "type": "package",
  827. "serviceable": true,
  828. "sha512": "sha512-PemexcITl6b0EWnZczQG3fEHFoMxUKHRoe54rHFVOlIu3b4sXzZ10pa7KBByaK5O5UGmqCdWS6K1AjXQpF+JOg==",
  829. "path": "linqkit.microsoft.entityframeworkcore/5.0.24",
  830. "hashPath": "linqkit.microsoft.entityframeworkcore.5.0.24.nupkg.sha512"
  831. },
  832. "log4net/2.0.17": {
  833. "type": "package",
  834. "serviceable": true,
  835. "sha512": "sha512-qnnDf/ubJzwm2i1xH7nRMjEDoD+ctse7nZDqb+p7L1PvZc6ykpMoEesWr1/9hFqlsbII2v9e8yyQHJhoDQh7ZA==",
  836. "path": "log4net/2.0.17",
  837. "hashPath": "log4net.2.0.17.nupkg.sha512"
  838. },
  839. "Microsoft.AspNetCore.Http.Abstractions/2.2.0": {
  840. "type": "package",
  841. "serviceable": true,
  842. "sha512": "sha512-Nxs7Z1q3f1STfLYKJSVXCs1iBl+Ya6E8o4Oy1bCxJ/rNI44E/0f6tbsrVqAWfB7jlnJfyaAtIalBVxPKUPQb4Q==",
  843. "path": "microsoft.aspnetcore.http.abstractions/2.2.0",
  844. "hashPath": "microsoft.aspnetcore.http.abstractions.2.2.0.nupkg.sha512"
  845. },
  846. "Microsoft.AspNetCore.Http.Features/5.0.0": {
  847. "type": "package",
  848. "serviceable": true,
  849. "sha512": "sha512-6sVnhFwtsjEVL09FsYpAttQ3Og6Jxg1dQFLF9XQUThi1myq64imjhj1swd92TXMLCp5wmt8szDixZXXdx64qhg==",
  850. "path": "microsoft.aspnetcore.http.features/5.0.0",
  851. "hashPath": "microsoft.aspnetcore.http.features.5.0.0.nupkg.sha512"
  852. },
  853. "Microsoft.AspNetCore.NodeServices/3.1.30": {
  854. "type": "package",
  855. "serviceable": true,
  856. "sha512": "sha512-hFSZxykx1tk2lC5u7T/SfGrOglTGlHZu1Oqz1JCBvR/8GPbMSLBNHUZb+MAq3OTM00pRLTWsri9g3HeEVytsmQ==",
  857. "path": "microsoft.aspnetcore.nodeservices/3.1.30",
  858. "hashPath": "microsoft.aspnetcore.nodeservices.3.1.30.nupkg.sha512"
  859. },
  860. "Microsoft.CSharp/4.7.0": {
  861. "type": "package",
  862. "serviceable": true,
  863. "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
  864. "path": "microsoft.csharp/4.7.0",
  865. "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
  866. },
  867. "Microsoft.EntityFrameworkCore/5.0.0": {
  868. "type": "package",
  869. "serviceable": true,
  870. "sha512": "sha512-QJk6pwN5wCriRdaNXQQxifeDNYephqqDMSXAQFX1nZjHwz/hChD0kDwklX20FexN9IAwQftepMbglcjwTX3l4Q==",
  871. "path": "microsoft.entityframeworkcore/5.0.0",
  872. "hashPath": "microsoft.entityframeworkcore.5.0.0.nupkg.sha512"
  873. },
  874. "Microsoft.EntityFrameworkCore.Abstractions/5.0.0": {
  875. "type": "package",
  876. "serviceable": true,
  877. "sha512": "sha512-PCDiskNvB+1rs+d3ET0Itm3mPj6+CpFO7V1nPXfVL6ipS6+27vKs9mnEP4C8vTr2BhSpyvKQetp4Z0ktrqv+wg==",
  878. "path": "microsoft.entityframeworkcore.abstractions/5.0.0",
  879. "hashPath": "microsoft.entityframeworkcore.abstractions.5.0.0.nupkg.sha512"
  880. },
  881. "Microsoft.EntityFrameworkCore.Analyzers/5.0.0": {
  882. "type": "package",
  883. "serviceable": true,
  884. "sha512": "sha512-l1c/1ge8ymXgLqtstTyX3PZOLRuFo1jn0FQ9H4ag3Bwz70KTMyEOXwkKBZZ1gDlCibETrooflMis8wvvXFh5YQ==",
  885. "path": "microsoft.entityframeworkcore.analyzers/5.0.0",
  886. "hashPath": "microsoft.entityframeworkcore.analyzers.5.0.0.nupkg.sha512"
  887. },
  888. "Microsoft.EntityFrameworkCore.Relational/5.0.0": {
  889. "type": "package",
  890. "serviceable": true,
  891. "sha512": "sha512-UMhoo0t3eii73AUwsvbGpYMGXS0ga/uA/cukgJza+IJ4EtcuNfdhGsA3emzf9nYpQ7urJzWzU6VOfG59h935Ag==",
  892. "path": "microsoft.entityframeworkcore.relational/5.0.0",
  893. "hashPath": "microsoft.entityframeworkcore.relational.5.0.0.nupkg.sha512"
  894. },
  895. "Microsoft.Extensions.Caching.Abstractions/5.0.0": {
  896. "type": "package",
  897. "serviceable": true,
  898. "sha512": "sha512-bu8As90/SBAouMZ6fJ+qRNo1X+KgHGrVueFhhYi+E5WqEhcnp2HoWRFnMzXQ6g4RdZbvPowFerSbKNH4Dtg5yg==",
  899. "path": "microsoft.extensions.caching.abstractions/5.0.0",
  900. "hashPath": "microsoft.extensions.caching.abstractions.5.0.0.nupkg.sha512"
  901. },
  902. "Microsoft.Extensions.Caching.Memory/5.0.0": {
  903. "type": "package",
  904. "serviceable": true,
  905. "sha512": "sha512-/1qPCleFOkJe0O+xmFqCNLFYQZTJz965sVw8CUB/BQgsApBwzAUsL2BUkDvQW+geRUVTXUS9zLa0pBjC2VJ1gA==",
  906. "path": "microsoft.extensions.caching.memory/5.0.0",
  907. "hashPath": "microsoft.extensions.caching.memory.5.0.0.nupkg.sha512"
  908. },
  909. "Microsoft.Extensions.Configuration/5.0.0": {
  910. "type": "package",
  911. "serviceable": true,
  912. "sha512": "sha512-LN322qEKHjuVEhhXueTUe7RNePooZmS8aGid5aK2woX3NPjSnONFyKUc6+JknOS6ce6h2tCLfKPTBXE3mN/6Ag==",
  913. "path": "microsoft.extensions.configuration/5.0.0",
  914. "hashPath": "microsoft.extensions.configuration.5.0.0.nupkg.sha512"
  915. },
  916. "Microsoft.Extensions.Configuration.Abstractions/5.0.0": {
  917. "type": "package",
  918. "serviceable": true,
  919. "sha512": "sha512-ETjSBHMp3OAZ4HxGQYpwyGsD8Sw5FegQXphi0rpoGMT74S4+I2mm7XJEswwn59XAaKOzC15oDSOWEE8SzDCd6Q==",
  920. "path": "microsoft.extensions.configuration.abstractions/5.0.0",
  921. "hashPath": "microsoft.extensions.configuration.abstractions.5.0.0.nupkg.sha512"
  922. },
  923. "Microsoft.Extensions.Configuration.Binder/5.0.0": {
  924. "type": "package",
  925. "serviceable": true,
  926. "sha512": "sha512-Of1Irt1+NzWO+yEYkuDh5TpT4On7LKl98Q9iLqCdOZps6XXEWDj3AKtmyvzJPVXZe4apmkJJIiDL7rR1yC+hjQ==",
  927. "path": "microsoft.extensions.configuration.binder/5.0.0",
  928. "hashPath": "microsoft.extensions.configuration.binder.5.0.0.nupkg.sha512"
  929. },
  930. "Microsoft.Extensions.Configuration.FileExtensions/5.0.0": {
  931. "type": "package",
  932. "serviceable": true,
  933. "sha512": "sha512-rRdspYKA18ViPOISwAihhCMbusHsARCOtDMwa23f+BGEdIjpKPlhs3LLjmKlxfhpGXBjIsS0JpXcChjRUN+PAw==",
  934. "path": "microsoft.extensions.configuration.fileextensions/5.0.0",
  935. "hashPath": "microsoft.extensions.configuration.fileextensions.5.0.0.nupkg.sha512"
  936. },
  937. "Microsoft.Extensions.Configuration.Json/5.0.0": {
  938. "type": "package",
  939. "serviceable": true,
  940. "sha512": "sha512-Pak8ymSUfdzPfBTLHxeOwcR32YDbuVfhnH2hkfOLnJNQd19ItlBdpMjIDY9C5O/nS2Sn9bzDMai0ZrvF7KyY/Q==",
  941. "path": "microsoft.extensions.configuration.json/5.0.0",
  942. "hashPath": "microsoft.extensions.configuration.json.5.0.0.nupkg.sha512"
  943. },
  944. "Microsoft.Extensions.DependencyInjection/5.0.0": {
  945. "type": "package",
  946. "serviceable": true,
  947. "sha512": "sha512-Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==",
  948. "path": "microsoft.extensions.dependencyinjection/5.0.0",
  949. "hashPath": "microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512"
  950. },
  951. "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": {
  952. "type": "package",
  953. "serviceable": true,
  954. "sha512": "sha512-ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==",
  955. "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0",
  956. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512"
  957. },
  958. "Microsoft.Extensions.FileProviders.Abstractions/5.0.0": {
  959. "type": "package",
  960. "serviceable": true,
  961. "sha512": "sha512-iuZIiZ3mteEb+nsUqpGXKx2cGF+cv6gWPd5jqQI4hzqdiJ6I94ddLjKhQOuRW1lueHwocIw30xbSHGhQj0zjdQ==",
  962. "path": "microsoft.extensions.fileproviders.abstractions/5.0.0",
  963. "hashPath": "microsoft.extensions.fileproviders.abstractions.5.0.0.nupkg.sha512"
  964. },
  965. "Microsoft.Extensions.FileProviders.Physical/5.0.0": {
  966. "type": "package",
  967. "serviceable": true,
  968. "sha512": "sha512-1rkd8UO2qf21biwO7X0hL9uHP7vtfmdv/NLvKgCRHkdz1XnW8zVQJXyEYiN68WYpExgtVWn55QF0qBzgfh1mGg==",
  969. "path": "microsoft.extensions.fileproviders.physical/5.0.0",
  970. "hashPath": "microsoft.extensions.fileproviders.physical.5.0.0.nupkg.sha512"
  971. },
  972. "Microsoft.Extensions.FileSystemGlobbing/5.0.0": {
  973. "type": "package",
  974. "serviceable": true,
  975. "sha512": "sha512-ArliS8lGk8sWRtrWpqI8yUVYJpRruPjCDT+EIjrgkA/AAPRctlAkRISVZ334chAKktTLzD1+PK8F5IZpGedSqA==",
  976. "path": "microsoft.extensions.filesystemglobbing/5.0.0",
  977. "hashPath": "microsoft.extensions.filesystemglobbing.5.0.0.nupkg.sha512"
  978. },
  979. "Microsoft.Extensions.Hosting.Abstractions/3.1.0": {
  980. "type": "package",
  981. "serviceable": true,
  982. "sha512": "sha512-LiOP1ceFaPBxaE28SOjtORzOVCJk33TT5VQ/Cg5EoatZh1dxpPAgAV/0ruzWKQE7WAHU3F1H9Z6rFgsQwIb9uQ==",
  983. "path": "microsoft.extensions.hosting.abstractions/3.1.0",
  984. "hashPath": "microsoft.extensions.hosting.abstractions.3.1.0.nupkg.sha512"
  985. },
  986. "Microsoft.Extensions.Http/5.0.0": {
  987. "type": "package",
  988. "serviceable": true,
  989. "sha512": "sha512-kT1ijDKZuSUhBtYoC1sXrmVKP7mA08h9Xrsr4VrS/QOtiKCEtUTTd7dd3XI9dwAb46tZSak13q/zdIcr4jqbyg==",
  990. "path": "microsoft.extensions.http/5.0.0",
  991. "hashPath": "microsoft.extensions.http.5.0.0.nupkg.sha512"
  992. },
  993. "Microsoft.Extensions.Logging/5.0.0": {
  994. "type": "package",
  995. "serviceable": true,
  996. "sha512": "sha512-MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==",
  997. "path": "microsoft.extensions.logging/5.0.0",
  998. "hashPath": "microsoft.extensions.logging.5.0.0.nupkg.sha512"
  999. },
  1000. "Microsoft.Extensions.Logging.Abstractions/5.0.0": {
  1001. "type": "package",
  1002. "serviceable": true,
  1003. "sha512": "sha512-NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==",
  1004. "path": "microsoft.extensions.logging.abstractions/5.0.0",
  1005. "hashPath": "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512"
  1006. },
  1007. "Microsoft.Extensions.Logging.Configuration/3.1.30": {
  1008. "type": "package",
  1009. "serviceable": true,
  1010. "sha512": "sha512-Ms9XEgRwnT4WEBGOYQj2+QrfO2sSSiDXKyI+zk8lhP2gfxg6zPjkCWVakNg5JDFdtnxQVKtRtKvL4UaR946WXw==",
  1011. "path": "microsoft.extensions.logging.configuration/3.1.30",
  1012. "hashPath": "microsoft.extensions.logging.configuration.3.1.30.nupkg.sha512"
  1013. },
  1014. "Microsoft.Extensions.Logging.Console/3.1.30": {
  1015. "type": "package",
  1016. "serviceable": true,
  1017. "sha512": "sha512-eZzNLp84etekzfKngW6rdZkt2qeTI0EhQ1kS8t2bfbYhJRCUwOPooYn7/lP+KkIoI7SaimKD1Q1RTm0FO8V/iw==",
  1018. "path": "microsoft.extensions.logging.console/3.1.30",
  1019. "hashPath": "microsoft.extensions.logging.console.3.1.30.nupkg.sha512"
  1020. },
  1021. "Microsoft.Extensions.Options/5.0.0": {
  1022. "type": "package",
  1023. "serviceable": true,
  1024. "sha512": "sha512-CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==",
  1025. "path": "microsoft.extensions.options/5.0.0",
  1026. "hashPath": "microsoft.extensions.options.5.0.0.nupkg.sha512"
  1027. },
  1028. "Microsoft.Extensions.Options.ConfigurationExtensions/3.1.30": {
  1029. "type": "package",
  1030. "serviceable": true,
  1031. "sha512": "sha512-mncFsagGHBUlkdZYiZ5A35Ni4564ryXI8//Zrthd80WcjBm7A7By6707CQqBEWRz2nnAwO++UgOdXPLaFO9yaw==",
  1032. "path": "microsoft.extensions.options.configurationextensions/3.1.30",
  1033. "hashPath": "microsoft.extensions.options.configurationextensions.3.1.30.nupkg.sha512"
  1034. },
  1035. "Microsoft.Extensions.Primitives/5.0.0": {
  1036. "type": "package",
  1037. "serviceable": true,
  1038. "sha512": "sha512-cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==",
  1039. "path": "microsoft.extensions.primitives/5.0.0",
  1040. "hashPath": "microsoft.extensions.primitives.5.0.0.nupkg.sha512"
  1041. },
  1042. "Microsoft.NETCore.Platforms/5.0.0": {
  1043. "type": "package",
  1044. "serviceable": true,
  1045. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  1046. "path": "microsoft.netcore.platforms/5.0.0",
  1047. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  1048. },
  1049. "Microsoft.Win32.SystemEvents/5.0.0": {
  1050. "type": "package",
  1051. "serviceable": true,
  1052. "sha512": "sha512-Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
  1053. "path": "microsoft.win32.systemevents/5.0.0",
  1054. "hashPath": "microsoft.win32.systemevents.5.0.0.nupkg.sha512"
  1055. },
  1056. "MySql.Data/8.0.23": {
  1057. "type": "package",
  1058. "serviceable": true,
  1059. "sha512": "sha512-5UPKd+OX5aSR8fTTfWzAifYg8YKOWMVX39bkdGbI3/SB3khdE13DZVMrk6CzjXvo2BjXic9emf2lwgvJTVWnyg==",
  1060. "path": "mysql.data/8.0.23",
  1061. "hashPath": "mysql.data.8.0.23.nupkg.sha512"
  1062. },
  1063. "MySqlConnector/1.1.0": {
  1064. "type": "package",
  1065. "serviceable": true,
  1066. "sha512": "sha512-RQPR2vkQjSiyGH2mV17K4+gDcgI8hidxgD2qli3OcRupvqpQjoL6S35M3ZjIM6CXC0TgImvJo3HA/fLSOG+oBA==",
  1067. "path": "mysqlconnector/1.1.0",
  1068. "hashPath": "mysqlconnector.1.1.0.nupkg.sha512"
  1069. },
  1070. "Newtonsoft.Json/13.0.1": {
  1071. "type": "package",
  1072. "serviceable": true,
  1073. "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
  1074. "path": "newtonsoft.json/13.0.1",
  1075. "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
  1076. },
  1077. "Pomelo.EntityFrameworkCore.MySql/5.0.0-alpha.2": {
  1078. "type": "package",
  1079. "serviceable": true,
  1080. "sha512": "sha512-g2+otNSXHxzmWUJI7+KfoL9C35V8BAKC1fqfriHNNghMQiwrUkK+xaN+3w5r5+YUKA1qfiJH6+Wwc+Kkcsr3Og==",
  1081. "path": "pomelo.entityframeworkcore.mysql/5.0.0-alpha.2",
  1082. "hashPath": "pomelo.entityframeworkcore.mysql.5.0.0-alpha.2.nupkg.sha512"
  1083. },
  1084. "QRCoder/1.4.3": {
  1085. "type": "package",
  1086. "serviceable": true,
  1087. "sha512": "sha512-fWuFqjm8GTlEb2GqBl3Hi8HZZeZQwBSHxvRPtPjyNbT82H0ff0JwavKRBmMaXCno1Av6McPC8aJzri0Mj2w9Jw==",
  1088. "path": "qrcoder/1.4.3",
  1089. "hashPath": "qrcoder.1.4.3.nupkg.sha512"
  1090. },
  1091. "Quartz/3.3.3": {
  1092. "type": "package",
  1093. "serviceable": true,
  1094. "sha512": "sha512-waM2gyFQ/JOuvyHmlEnN2jpAiqJAEMEaPq6K6rT/mmLKlW0qvxCIYARDRfWaenJ6qQBHH2/J6cx+bCPVZb8z1Q==",
  1095. "path": "quartz/3.3.3",
  1096. "hashPath": "quartz.3.3.3.nupkg.sha512"
  1097. },
  1098. "RabbitMQ.Client/6.8.1": {
  1099. "type": "package",
  1100. "serviceable": true,
  1101. "sha512": "sha512-jNsmGgmCNw2S/NzskeN2ijtGywtH4Sk/G6jWUTD5sY9SrC27Xz6BsLIiB8hdsfjeyWCa4j4GvCIGkpE8wrjU1Q==",
  1102. "path": "rabbitmq.client/6.8.1",
  1103. "hashPath": "rabbitmq.client.6.8.1.nupkg.sha512"
  1104. },
  1105. "SixLabors.ImageSharp/2.1.6": {
  1106. "type": "package",
  1107. "serviceable": true,
  1108. "sha512": "sha512-zgCyj3F3U19A/YpmhZAplH5dyh7BTCjLutzbVbHGd7zzPfSMA0Tm+DFqQEb/V52Y8EW1FH5wZ91PaEDSrUaNOw==",
  1109. "path": "sixlabors.imagesharp/2.1.6",
  1110. "hashPath": "sixlabors.imagesharp.2.1.6.nupkg.sha512"
  1111. },
  1112. "SSH.NET/2020.0.0-beta1": {
  1113. "type": "package",
  1114. "serviceable": true,
  1115. "sha512": "sha512-GdgJ3eFSEXkGIror8SfxbXKJM/g0Eofm4bM6LIYANSM1foOJc640adnr1dqs2BTf/MKwL+9NqOUm3RvQm1CxtA==",
  1116. "path": "ssh.net/2020.0.0-beta1",
  1117. "hashPath": "ssh.net.2020.0.0-beta1.nupkg.sha512"
  1118. },
  1119. "SshNet.Security.Cryptography/1.3.0": {
  1120. "type": "package",
  1121. "serviceable": true,
  1122. "sha512": "sha512-5pBIXRjcSO/amY8WztpmNOhaaCNHY/B6CcYDI7FSTgqSyo/ZUojlLiKcsl+YGbxQuLX439qIkMfP0PHqxqJi/Q==",
  1123. "path": "sshnet.security.cryptography/1.3.0",
  1124. "hashPath": "sshnet.security.cryptography.1.3.0.nupkg.sha512"
  1125. },
  1126. "System.Buffers/4.5.1": {
  1127. "type": "package",
  1128. "serviceable": true,
  1129. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1130. "path": "system.buffers/4.5.1",
  1131. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  1132. },
  1133. "System.Collections.Immutable/5.0.0": {
  1134. "type": "package",
  1135. "serviceable": true,
  1136. "sha512": "sha512-FXkLXiK0sVVewcso0imKQoOxjoPAj42R8HtjjbSjVPAzwDfzoyoznWxgA3c38LDbN9SJux1xXoXYAhz98j7r2g==",
  1137. "path": "system.collections.immutable/5.0.0",
  1138. "hashPath": "system.collections.immutable.5.0.0.nupkg.sha512"
  1139. },
  1140. "System.ComponentModel.Annotations/5.0.0": {
  1141. "type": "package",
  1142. "serviceable": true,
  1143. "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==",
  1144. "path": "system.componentmodel.annotations/5.0.0",
  1145. "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512"
  1146. },
  1147. "System.Configuration.ConfigurationManager/4.7.0": {
  1148. "type": "package",
  1149. "serviceable": true,
  1150. "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
  1151. "path": "system.configuration.configurationmanager/4.7.0",
  1152. "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
  1153. },
  1154. "System.Diagnostics.DiagnosticSource/5.0.0": {
  1155. "type": "package",
  1156. "serviceable": true,
  1157. "sha512": "sha512-tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==",
  1158. "path": "system.diagnostics.diagnosticsource/5.0.0",
  1159. "hashPath": "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512"
  1160. },
  1161. "System.Drawing.Common/5.0.3": {
  1162. "type": "package",
  1163. "serviceable": true,
  1164. "sha512": "sha512-rEQZuslijqdsO0pkJn7LtGBaMc//YVA8de0meGihkg9oLPaN+w+/Pb5d71lgp0YjPoKgBKNMvdq0IPnoW4PEng==",
  1165. "path": "system.drawing.common/5.0.3",
  1166. "hashPath": "system.drawing.common.5.0.3.nupkg.sha512"
  1167. },
  1168. "System.IO.Pipelines/5.0.0": {
  1169. "type": "package",
  1170. "serviceable": true,
  1171. "sha512": "sha512-irMYm3vhVgRsYvHTU5b2gsT2CwT/SMM6LZFzuJjpIvT5Z4CshxNsaoBC1X/LltwuR3Opp8d6jOS/60WwOb7Q2Q==",
  1172. "path": "system.io.pipelines/5.0.0",
  1173. "hashPath": "system.io.pipelines.5.0.0.nupkg.sha512"
  1174. },
  1175. "System.Memory/4.5.5": {
  1176. "type": "package",
  1177. "serviceable": true,
  1178. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  1179. "path": "system.memory/4.5.5",
  1180. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  1181. },
  1182. "System.Reflection.Emit/4.7.0": {
  1183. "type": "package",
  1184. "serviceable": true,
  1185. "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==",
  1186. "path": "system.reflection.emit/4.7.0",
  1187. "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512"
  1188. },
  1189. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  1190. "type": "package",
  1191. "serviceable": true,
  1192. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  1193. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  1194. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  1195. },
  1196. "System.Security.AccessControl/4.7.0": {
  1197. "type": "package",
  1198. "serviceable": true,
  1199. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  1200. "path": "system.security.accesscontrol/4.7.0",
  1201. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  1202. },
  1203. "System.Security.Cryptography.ProtectedData/4.7.0": {
  1204. "type": "package",
  1205. "serviceable": true,
  1206. "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
  1207. "path": "system.security.cryptography.protecteddata/4.7.0",
  1208. "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
  1209. },
  1210. "System.Security.Permissions/4.7.0": {
  1211. "type": "package",
  1212. "serviceable": true,
  1213. "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  1214. "path": "system.security.permissions/4.7.0",
  1215. "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
  1216. },
  1217. "System.Security.Principal.Windows/4.7.0": {
  1218. "type": "package",
  1219. "serviceable": true,
  1220. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  1221. "path": "system.security.principal.windows/4.7.0",
  1222. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  1223. },
  1224. "System.Text.Encoding.CodePages/5.0.0": {
  1225. "type": "package",
  1226. "serviceable": true,
  1227. "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  1228. "path": "system.text.encoding.codepages/5.0.0",
  1229. "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
  1230. },
  1231. "System.Text.Encodings.Web/4.5.0": {
  1232. "type": "package",
  1233. "serviceable": true,
  1234. "sha512": "sha512-Xg4G4Indi4dqP1iuAiMSwpiWS54ZghzR644OtsRCm/m/lBMG8dUBhLVN7hLm8NNrNTR+iGbshCPTwrvxZPlm4g==",
  1235. "path": "system.text.encodings.web/4.5.0",
  1236. "hashPath": "system.text.encodings.web.4.5.0.nupkg.sha512"
  1237. },
  1238. "System.Threading.Channels/7.0.0": {
  1239. "type": "package",
  1240. "serviceable": true,
  1241. "sha512": "sha512-qmeeYNROMsONF6ndEZcIQ+VxR4Q/TX/7uIVLJqtwIWL7dDWeh0l1UIqgo4wYyjG//5lUNhwkLDSFl+pAWO6oiA==",
  1242. "path": "system.threading.channels/7.0.0",
  1243. "hashPath": "system.threading.channels.7.0.0.nupkg.sha512"
  1244. },
  1245. "System.Windows.Extensions/4.7.0": {
  1246. "type": "package",
  1247. "serviceable": true,
  1248. "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  1249. "path": "system.windows.extensions/4.7.0",
  1250. "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
  1251. },
  1252. "ToolGood.Words/3.1.0.2": {
  1253. "type": "package",
  1254. "serviceable": true,
  1255. "sha512": "sha512-UcLdUjzkN0yeT8q591XpDsAs6bKue2T7Z6smYju3ku5ABuuSFVAr8WCTTzjVqpmlpEN/O3gC2Jai2Ujlir+BLg==",
  1256. "path": "toolgood.words/3.1.0.2",
  1257. "hashPath": "toolgood.words.3.1.0.2.nupkg.sha512"
  1258. },
  1259. "Ulid/1.4.1": {
  1260. "type": "package",
  1261. "serviceable": true,
  1262. "sha512": "sha512-V6crLJ8a29raWeNwxYGfH9RTKA3H0nR0D9LAGzN3KtEsbiiaWkUjDor6OT5Oz7pxCK+NaY2hu2FLoYEOa8oCkA==",
  1263. "path": "ulid/1.4.1",
  1264. "hashPath": "ulid.1.4.1.nupkg.sha512"
  1265. },
  1266. "ZXing.Net/0.16.9": {
  1267. "type": "package",
  1268. "serviceable": true,
  1269. "sha512": "sha512-7WaVMHklpT3Ye2ragqRIwlFRsb6kOk63BOGADV0fan3ulVfGLUYkDi5yNUsZS/7FVNkWbtHAlDLmu4WnHGfqvQ==",
  1270. "path": "zxing.net/0.16.9",
  1271. "hashPath": "zxing.net.0.16.9.nupkg.sha512"
  1272. },
  1273. "ZXing.Net.Bindings.ImageSharp.V2/0.16.15": {
  1274. "type": "package",
  1275. "serviceable": true,
  1276. "sha512": "sha512-f+oesw0O/KH3YoL1j9ktw65O5Ilx932sS98xrFbdRRgQVxuMdTZ/AP9A7qll3e2ygO1YL3JFtRsZeiFPqzBZkw==",
  1277. "path": "zxing.net.bindings.imagesharp.v2/0.16.15",
  1278. "hashPath": "zxing.net.bindings.imagesharp.v2.0.16.15.nupkg.sha512"
  1279. },
  1280. "Ropin.Core.Common/1.0.0": {
  1281. "type": "project",
  1282. "serviceable": false,
  1283. "sha512": ""
  1284. },
  1285. "Ropin.Inspection.Common/1.0.0": {
  1286. "type": "project",
  1287. "serviceable": false,
  1288. "sha512": ""
  1289. },
  1290. "Ropin.Inspection.Model/1.0.0": {
  1291. "type": "project",
  1292. "serviceable": false,
  1293. "sha512": ""
  1294. },
  1295. "Ropin.Inspection.Repository/1.0.0": {
  1296. "type": "project",
  1297. "serviceable": false,
  1298. "sha512": ""
  1299. },
  1300. "Ropin.Inspection.Service/1.0.0": {
  1301. "type": "project",
  1302. "serviceable": false,
  1303. "sha512": ""
  1304. }
  1305. }
  1306. }