Ropin.Inspection.Service.deps.json 48 KB

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