Ropin.Inspection.Service.deps.json 49 KB

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