基础服务api
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

2056 lines
78 KiB

  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v6.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v6.0": {
  9. "BPA.NewKitChen.Manage.Application/1.0.0": {
  10. "dependencies": {
  11. "BPA.NewKitChen.Manage.Comm": "1.0.0",
  12. "BPA.NewKitChen.Manage.Core": "1.0.0"
  13. },
  14. "runtime": {
  15. "BPA.NewKitChen.Manage.Application.dll": {}
  16. }
  17. },
  18. "Ben.Demystifier/0.4.1": {
  19. "dependencies": {
  20. "System.Reflection.Metadata": "6.0.1"
  21. },
  22. "runtime": {
  23. "lib/netstandard2.1/Ben.Demystifier.dll": {
  24. "assemblyVersion": "0.4.0.0",
  25. "fileVersion": "0.4.0.2"
  26. }
  27. }
  28. },
  29. "Furion.Extras.Authentication.JwtBearer/4.8.8.5": {
  30. "dependencies": {
  31. "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.16"
  32. },
  33. "runtime": {
  34. "lib/net6.0/Furion.Extras.Authentication.JwtBearer.dll": {
  35. "assemblyVersion": "4.8.8.5",
  36. "fileVersion": "4.8.8.5"
  37. }
  38. }
  39. },
  40. "Furion.Extras.ObjectMapper.Mapster/4.8.8.5": {
  41. "dependencies": {
  42. "Mapster": "7.3.0",
  43. "Mapster.DependencyInjection": "1.0.0",
  44. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0"
  45. },
  46. "runtime": {
  47. "lib/net6.0/Furion.Extras.ObjectMapper.Mapster.dll": {
  48. "assemblyVersion": "4.8.8.5",
  49. "fileVersion": "4.8.8.5"
  50. }
  51. }
  52. },
  53. "Furion.Pure/4.8.8.5": {
  54. "dependencies": {
  55. "Furion.Pure.Extras.DependencyModel.CodeAnalysis": "4.8.8.5",
  56. "MiniProfiler.AspNetCore.Mvc": "4.2.22",
  57. "Swashbuckle.AspNetCore": "6.5.0"
  58. },
  59. "runtime": {
  60. "lib/net6.0/Furion.Pure.dll": {
  61. "assemblyVersion": "4.8.8.5",
  62. "fileVersion": "4.8.8.5"
  63. }
  64. }
  65. },
  66. "Furion.Pure.Extras.DependencyModel.CodeAnalysis/4.8.8.5": {
  67. "dependencies": {
  68. "Ben.Demystifier": "0.4.1",
  69. "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.16",
  70. "Microsoft.AspNetCore.Razor.Language": "6.0.16",
  71. "Microsoft.CodeAnalysis.CSharp": "4.5.0",
  72. "Microsoft.Extensions.DependencyModel": "6.0.0",
  73. "System.Text.Json": "6.0.7"
  74. },
  75. "runtime": {
  76. "lib/net6.0/Furion.Pure.Extras.DependencyModel.CodeAnalysis.dll": {
  77. "assemblyVersion": "4.8.8.5",
  78. "fileVersion": "4.8.8.5"
  79. }
  80. }
  81. },
  82. "Mapster/7.3.0": {
  83. "dependencies": {
  84. "Mapster.Core": "1.2.0",
  85. "Microsoft.CSharp": "4.7.0",
  86. "System.Reflection.Emit": "4.3.0"
  87. },
  88. "runtime": {
  89. "lib/netstandard2.0/Mapster.dll": {
  90. "assemblyVersion": "7.3.0.0",
  91. "fileVersion": "7.3.0.0"
  92. }
  93. }
  94. },
  95. "Mapster.Core/1.2.0": {
  96. "runtime": {
  97. "lib/netstandard2.0/Mapster.Core.dll": {
  98. "assemblyVersion": "1.2.0.0",
  99. "fileVersion": "1.2.0.0"
  100. }
  101. }
  102. },
  103. "Mapster.DependencyInjection/1.0.0": {
  104. "dependencies": {
  105. "Mapster": "7.3.0"
  106. },
  107. "runtime": {
  108. "lib/netstandard2.0/Mapster.DependencyInjection.dll": {
  109. "assemblyVersion": "1.0.0.0",
  110. "fileVersion": "1.0.0.0"
  111. }
  112. }
  113. },
  114. "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.16": {
  115. "dependencies": {
  116. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0"
  117. },
  118. "runtime": {
  119. "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {
  120. "assemblyVersion": "6.0.16.0",
  121. "fileVersion": "6.0.1623.17406"
  122. }
  123. }
  124. },
  125. "Microsoft.AspNetCore.JsonPatch/6.0.16": {
  126. "dependencies": {
  127. "Microsoft.CSharp": "4.7.0",
  128. "Newtonsoft.Json": "13.0.2"
  129. },
  130. "runtime": {
  131. "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": {
  132. "assemblyVersion": "6.0.16.0",
  133. "fileVersion": "6.0.1623.17406"
  134. }
  135. }
  136. },
  137. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.16": {
  138. "dependencies": {
  139. "Microsoft.AspNetCore.JsonPatch": "6.0.16",
  140. "Newtonsoft.Json": "13.0.2",
  141. "Newtonsoft.Json.Bson": "1.0.2"
  142. },
  143. "runtime": {
  144. "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
  145. "assemblyVersion": "6.0.16.0",
  146. "fileVersion": "6.0.1623.17406"
  147. }
  148. }
  149. },
  150. "Microsoft.AspNetCore.Razor.Language/6.0.16": {
  151. "runtime": {
  152. "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {
  153. "assemblyVersion": "6.0.16.0",
  154. "fileVersion": "6.0.1623.17406"
  155. }
  156. }
  157. },
  158. "Microsoft.CodeAnalysis.Analyzers/3.3.3": {},
  159. "Microsoft.CodeAnalysis.Common/4.5.0": {
  160. "dependencies": {
  161. "Microsoft.CodeAnalysis.Analyzers": "3.3.3",
  162. "System.Collections.Immutable": "6.0.0",
  163. "System.Reflection.Metadata": "6.0.1",
  164. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  165. "System.Text.Encoding.CodePages": "6.0.0"
  166. },
  167. "runtime": {
  168. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": {
  169. "assemblyVersion": "4.5.0.0",
  170. "fileVersion": "4.500.23.10905"
  171. }
  172. },
  173. "resources": {
  174. "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": {
  175. "locale": "cs"
  176. },
  177. "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": {
  178. "locale": "de"
  179. },
  180. "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": {
  181. "locale": "es"
  182. },
  183. "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": {
  184. "locale": "fr"
  185. },
  186. "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": {
  187. "locale": "it"
  188. },
  189. "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": {
  190. "locale": "ja"
  191. },
  192. "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": {
  193. "locale": "ko"
  194. },
  195. "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": {
  196. "locale": "pl"
  197. },
  198. "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": {
  199. "locale": "pt-BR"
  200. },
  201. "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": {
  202. "locale": "ru"
  203. },
  204. "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": {
  205. "locale": "tr"
  206. },
  207. "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": {
  208. "locale": "zh-Hans"
  209. },
  210. "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": {
  211. "locale": "zh-Hant"
  212. }
  213. }
  214. },
  215. "Microsoft.CodeAnalysis.CSharp/4.5.0": {
  216. "dependencies": {
  217. "Microsoft.CodeAnalysis.Common": "4.5.0"
  218. },
  219. "runtime": {
  220. "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": {
  221. "assemblyVersion": "4.5.0.0",
  222. "fileVersion": "4.500.23.10905"
  223. }
  224. },
  225. "resources": {
  226. "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  227. "locale": "cs"
  228. },
  229. "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  230. "locale": "de"
  231. },
  232. "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  233. "locale": "es"
  234. },
  235. "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  236. "locale": "fr"
  237. },
  238. "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  239. "locale": "it"
  240. },
  241. "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  242. "locale": "ja"
  243. },
  244. "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  245. "locale": "ko"
  246. },
  247. "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  248. "locale": "pl"
  249. },
  250. "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  251. "locale": "pt-BR"
  252. },
  253. "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  254. "locale": "ru"
  255. },
  256. "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  257. "locale": "tr"
  258. },
  259. "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  260. "locale": "zh-Hans"
  261. },
  262. "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": {
  263. "locale": "zh-Hant"
  264. }
  265. }
  266. },
  267. "Microsoft.CSharp/4.7.0": {},
  268. "Microsoft.Data.SqlClient/2.1.4": {
  269. "dependencies": {
  270. "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1",
  271. "Microsoft.Identity.Client": "4.21.1",
  272. "Microsoft.IdentityModel.JsonWebTokens": "6.10.0",
  273. "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.10.0",
  274. "Microsoft.Win32.Registry": "4.7.0",
  275. "System.Configuration.ConfigurationManager": "4.7.0",
  276. "System.Diagnostics.DiagnosticSource": "4.7.0",
  277. "System.Runtime.Caching": "4.7.0",
  278. "System.Security.Principal.Windows": "4.7.0",
  279. "System.Text.Encoding.CodePages": "6.0.0"
  280. },
  281. "runtime": {
  282. "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  283. "assemblyVersion": "2.0.20168.4",
  284. "fileVersion": "2.0.20168.4"
  285. }
  286. },
  287. "runtimeTargets": {
  288. "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  289. "rid": "unix",
  290. "assetType": "runtime",
  291. "assemblyVersion": "2.0.20168.4",
  292. "fileVersion": "2.0.20168.4"
  293. },
  294. "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": {
  295. "rid": "win",
  296. "assetType": "runtime",
  297. "assemblyVersion": "2.0.20168.4",
  298. "fileVersion": "2.0.20168.4"
  299. }
  300. }
  301. },
  302. "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
  303. "runtimeTargets": {
  304. "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
  305. "rid": "win-arm",
  306. "assetType": "native",
  307. "fileVersion": "2.1.1.0"
  308. },
  309. "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
  310. "rid": "win-arm64",
  311. "assetType": "native",
  312. "fileVersion": "2.1.1.0"
  313. },
  314. "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
  315. "rid": "win-x64",
  316. "assetType": "native",
  317. "fileVersion": "2.1.1.0"
  318. },
  319. "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
  320. "rid": "win-x86",
  321. "assetType": "native",
  322. "fileVersion": "2.1.1.0"
  323. }
  324. }
  325. },
  326. "Microsoft.Data.Sqlite/5.0.5": {
  327. "dependencies": {
  328. "Microsoft.Data.Sqlite.Core": "5.0.5",
  329. "SQLitePCLRaw.bundle_e_sqlite3": "2.0.4"
  330. }
  331. },
  332. "Microsoft.Data.Sqlite.Core/5.0.5": {
  333. "dependencies": {
  334. "SQLitePCLRaw.core": "2.0.4"
  335. },
  336. "runtime": {
  337. "lib/netstandard2.0/Microsoft.Data.Sqlite.dll": {
  338. "assemblyVersion": "5.0.5.0",
  339. "fileVersion": "5.0.521.16102"
  340. }
  341. }
  342. },
  343. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
  344. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {},
  345. "Microsoft.Extensions.DependencyModel/6.0.0": {
  346. "dependencies": {
  347. "System.Buffers": "4.5.1",
  348. "System.Memory": "4.5.4",
  349. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  350. "System.Text.Encodings.Web": "6.0.0",
  351. "System.Text.Json": "6.0.7"
  352. },
  353. "runtime": {
  354. "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": {
  355. "assemblyVersion": "6.0.0.0",
  356. "fileVersion": "6.0.21.52210"
  357. }
  358. }
  359. },
  360. "Microsoft.Identity.Client/4.21.1": {
  361. "runtime": {
  362. "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": {
  363. "assemblyVersion": "4.21.1.0",
  364. "fileVersion": "4.21.1.0"
  365. }
  366. }
  367. },
  368. "Microsoft.IdentityModel.JsonWebTokens/6.10.0": {
  369. "dependencies": {
  370. "Microsoft.IdentityModel.Tokens": "6.10.0"
  371. },
  372. "runtime": {
  373. "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
  374. "assemblyVersion": "6.10.0.0",
  375. "fileVersion": "6.10.0.20330"
  376. }
  377. }
  378. },
  379. "Microsoft.IdentityModel.Logging/6.10.0": {
  380. "runtime": {
  381. "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": {
  382. "assemblyVersion": "6.10.0.0",
  383. "fileVersion": "6.10.0.20330"
  384. }
  385. }
  386. },
  387. "Microsoft.IdentityModel.Protocols/6.10.0": {
  388. "dependencies": {
  389. "Microsoft.IdentityModel.Logging": "6.10.0",
  390. "Microsoft.IdentityModel.Tokens": "6.10.0"
  391. },
  392. "runtime": {
  393. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": {
  394. "assemblyVersion": "6.10.0.0",
  395. "fileVersion": "6.10.0.20330"
  396. }
  397. }
  398. },
  399. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
  400. "dependencies": {
  401. "Microsoft.IdentityModel.Protocols": "6.10.0",
  402. "System.IdentityModel.Tokens.Jwt": "6.10.0"
  403. },
  404. "runtime": {
  405. "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
  406. "assemblyVersion": "6.10.0.0",
  407. "fileVersion": "6.10.0.20330"
  408. }
  409. }
  410. },
  411. "Microsoft.IdentityModel.Tokens/6.10.0": {
  412. "dependencies": {
  413. "Microsoft.CSharp": "4.7.0",
  414. "Microsoft.IdentityModel.Logging": "6.10.0",
  415. "System.Security.Cryptography.Cng": "4.5.0"
  416. },
  417. "runtime": {
  418. "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": {
  419. "assemblyVersion": "6.10.0.0",
  420. "fileVersion": "6.10.0.20330"
  421. }
  422. }
  423. },
  424. "Microsoft.NETCore.Platforms/3.1.0": {},
  425. "Microsoft.NETCore.Targets/1.1.0": {},
  426. "Microsoft.OpenApi/1.2.3": {
  427. "runtime": {
  428. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  429. "assemblyVersion": "1.2.3.0",
  430. "fileVersion": "1.2.3.0"
  431. }
  432. }
  433. },
  434. "Microsoft.Win32.Registry/4.7.0": {
  435. "dependencies": {
  436. "System.Security.AccessControl": "4.7.0",
  437. "System.Security.Principal.Windows": "4.7.0"
  438. }
  439. },
  440. "Microsoft.Win32.SystemEvents/4.7.0": {
  441. "dependencies": {
  442. "Microsoft.NETCore.Platforms": "3.1.0"
  443. },
  444. "runtime": {
  445. "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
  446. "assemblyVersion": "4.0.2.0",
  447. "fileVersion": "4.700.19.56404"
  448. }
  449. },
  450. "runtimeTargets": {
  451. "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": {
  452. "rid": "win",
  453. "assetType": "runtime",
  454. "assemblyVersion": "4.0.2.0",
  455. "fileVersion": "4.700.19.56404"
  456. }
  457. }
  458. },
  459. "MiniProfiler.AspNetCore/4.2.22": {
  460. "dependencies": {
  461. "MiniProfiler.Shared": "4.2.22",
  462. "System.Text.Json": "6.0.7"
  463. },
  464. "runtime": {
  465. "lib/netcoreapp3.0/MiniProfiler.AspNetCore.dll": {
  466. "assemblyVersion": "4.0.0.0",
  467. "fileVersion": "4.2.22.25413"
  468. }
  469. }
  470. },
  471. "MiniProfiler.AspNetCore.Mvc/4.2.22": {
  472. "dependencies": {
  473. "MiniProfiler.AspNetCore": "4.2.22"
  474. },
  475. "runtime": {
  476. "lib/netcoreapp3.0/MiniProfiler.AspNetCore.Mvc.dll": {
  477. "assemblyVersion": "4.0.0.0",
  478. "fileVersion": "4.2.22.25413"
  479. }
  480. }
  481. },
  482. "MiniProfiler.Shared/4.2.22": {
  483. "dependencies": {
  484. "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
  485. "Newtonsoft.Json": "13.0.2",
  486. "System.ComponentModel.Primitives": "4.3.0",
  487. "System.Data.Common": "4.3.0",
  488. "System.Diagnostics.DiagnosticSource": "4.7.0",
  489. "System.Diagnostics.StackTrace": "4.3.0",
  490. "System.Dynamic.Runtime": "4.3.0",
  491. "System.Reflection.Emit.Lightweight": "4.3.0",
  492. "System.Runtime.Extensions": "4.3.0",
  493. "System.Runtime.Serialization.Primitives": "4.3.0",
  494. "System.Threading.Tasks.Parallel": "4.3.0"
  495. },
  496. "runtime": {
  497. "lib/netstandard2.0/MiniProfiler.Shared.dll": {
  498. "assemblyVersion": "4.0.0.0",
  499. "fileVersion": "4.2.22.25413"
  500. }
  501. }
  502. },
  503. "MySqlConnector/2.2.5": {
  504. "runtime": {
  505. "lib/net6.0/MySqlConnector.dll": {
  506. "assemblyVersion": "2.0.0.0",
  507. "fileVersion": "2.2.5.0"
  508. }
  509. }
  510. },
  511. "Newtonsoft.Json/13.0.2": {
  512. "runtime": {
  513. "lib/net6.0/Newtonsoft.Json.dll": {
  514. "assemblyVersion": "13.0.0.0",
  515. "fileVersion": "13.0.2.27524"
  516. }
  517. }
  518. },
  519. "Newtonsoft.Json.Bson/1.0.2": {
  520. "dependencies": {
  521. "Newtonsoft.Json": "13.0.2"
  522. },
  523. "runtime": {
  524. "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
  525. "assemblyVersion": "1.0.0.0",
  526. "fileVersion": "1.0.2.22727"
  527. }
  528. }
  529. },
  530. "Npgsql/5.0.7": {
  531. "dependencies": {
  532. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  533. },
  534. "runtime": {
  535. "lib/net5.0/Npgsql.dll": {
  536. "assemblyVersion": "5.0.7.0",
  537. "fileVersion": "5.0.7.0"
  538. }
  539. }
  540. },
  541. "Oracle.ManagedDataAccess.Core/3.21.1": {
  542. "dependencies": {
  543. "System.Diagnostics.PerformanceCounter": "4.7.0",
  544. "System.DirectoryServices": "4.7.0",
  545. "System.DirectoryServices.Protocols": "4.7.0",
  546. "System.Text.Json": "6.0.7"
  547. },
  548. "runtime": {
  549. "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {
  550. "assemblyVersion": "3.1.21.1",
  551. "fileVersion": "3.1.21.1"
  552. }
  553. }
  554. },
  555. "SQLitePCLRaw.bundle_e_sqlite3/2.0.4": {
  556. "dependencies": {
  557. "SQLitePCLRaw.core": "2.0.4",
  558. "SQLitePCLRaw.lib.e_sqlite3": "2.0.4",
  559. "SQLitePCLRaw.provider.dynamic_cdecl": "2.0.4"
  560. },
  561. "runtime": {
  562. "lib/netcoreapp3.1/SQLitePCLRaw.batteries_v2.dll": {
  563. "assemblyVersion": "2.0.4.976",
  564. "fileVersion": "2.0.4.976"
  565. },
  566. "lib/netcoreapp3.1/SQLitePCLRaw.nativelibrary.dll": {
  567. "assemblyVersion": "2.0.4.976",
  568. "fileVersion": "2.0.4.976"
  569. }
  570. }
  571. },
  572. "SQLitePCLRaw.core/2.0.4": {
  573. "dependencies": {
  574. "System.Memory": "4.5.4"
  575. },
  576. "runtime": {
  577. "lib/netstandard2.0/SQLitePCLRaw.core.dll": {
  578. "assemblyVersion": "2.0.4.976",
  579. "fileVersion": "2.0.4.976"
  580. }
  581. }
  582. },
  583. "SQLitePCLRaw.lib.e_sqlite3/2.0.4": {
  584. "runtimeTargets": {
  585. "runtimes/alpine-x64/native/libe_sqlite3.so": {
  586. "rid": "alpine-x64",
  587. "assetType": "native",
  588. "fileVersion": "0.0.0.0"
  589. },
  590. "runtimes/linux-arm/native/libe_sqlite3.so": {
  591. "rid": "linux-arm",
  592. "assetType": "native",
  593. "fileVersion": "0.0.0.0"
  594. },
  595. "runtimes/linux-arm64/native/libe_sqlite3.so": {
  596. "rid": "linux-arm64",
  597. "assetType": "native",
  598. "fileVersion": "0.0.0.0"
  599. },
  600. "runtimes/linux-armel/native/libe_sqlite3.so": {
  601. "rid": "linux-armel",
  602. "assetType": "native",
  603. "fileVersion": "0.0.0.0"
  604. },
  605. "runtimes/linux-mips64/native/libe_sqlite3.so": {
  606. "rid": "linux-mips64",
  607. "assetType": "native",
  608. "fileVersion": "0.0.0.0"
  609. },
  610. "runtimes/linux-musl-x64/native/libe_sqlite3.so": {
  611. "rid": "linux-musl-x64",
  612. "assetType": "native",
  613. "fileVersion": "0.0.0.0"
  614. },
  615. "runtimes/linux-x64/native/libe_sqlite3.so": {
  616. "rid": "linux-x64",
  617. "assetType": "native",
  618. "fileVersion": "0.0.0.0"
  619. },
  620. "runtimes/linux-x86/native/libe_sqlite3.so": {
  621. "rid": "linux-x86",
  622. "assetType": "native",
  623. "fileVersion": "0.0.0.0"
  624. },
  625. "runtimes/osx-x64/native/libe_sqlite3.dylib": {
  626. "rid": "osx-x64",
  627. "assetType": "native",
  628. "fileVersion": "0.0.0.0"
  629. },
  630. "runtimes/win-arm/native/e_sqlite3.dll": {
  631. "rid": "win-arm",
  632. "assetType": "native",
  633. "fileVersion": "0.0.0.0"
  634. },
  635. "runtimes/win-arm64/native/e_sqlite3.dll": {
  636. "rid": "win-arm64",
  637. "assetType": "native",
  638. "fileVersion": "0.0.0.0"
  639. },
  640. "runtimes/win-x64/native/e_sqlite3.dll": {
  641. "rid": "win-x64",
  642. "assetType": "native",
  643. "fileVersion": "0.0.0.0"
  644. },
  645. "runtimes/win-x86/native/e_sqlite3.dll": {
  646. "rid": "win-x86",
  647. "assetType": "native",
  648. "fileVersion": "0.0.0.0"
  649. }
  650. }
  651. },
  652. "SQLitePCLRaw.provider.dynamic_cdecl/2.0.4": {
  653. "dependencies": {
  654. "SQLitePCLRaw.core": "2.0.4"
  655. },
  656. "runtime": {
  657. "lib/netstandard2.0/SQLitePCLRaw.provider.dynamic_cdecl.dll": {
  658. "assemblyVersion": "2.0.4.976",
  659. "fileVersion": "2.0.4.976"
  660. }
  661. }
  662. },
  663. "SqlSugarCore/5.1.4.67": {
  664. "dependencies": {
  665. "Microsoft.Data.SqlClient": "2.1.4",
  666. "Microsoft.Data.Sqlite": "5.0.5",
  667. "MySqlConnector": "2.2.5",
  668. "Newtonsoft.Json": "13.0.2",
  669. "Npgsql": "5.0.7",
  670. "Oracle.ManagedDataAccess.Core": "3.21.1",
  671. "SqlSugarCore.Dm": "1.0.0",
  672. "SqlSugarCore.Kdbndp": "7.3.0",
  673. "System.Data.Common": "4.3.0",
  674. "System.Reflection.Emit.Lightweight": "4.3.0"
  675. },
  676. "runtime": {
  677. "lib/netstandard2.1/SqlSugar.dll": {
  678. "assemblyVersion": "5.1.4.67",
  679. "fileVersion": "5.1.4.67"
  680. }
  681. }
  682. },
  683. "SqlSugarCore.Dm/1.0.0": {
  684. "runtime": {
  685. "lib/netstandard2.0/DmProvider.dll": {
  686. "assemblyVersion": "1.1.0.0",
  687. "fileVersion": "1.1.0.42711"
  688. }
  689. }
  690. },
  691. "SqlSugarCore.Kdbndp/7.3.0": {
  692. "runtime": {
  693. "lib/netstandard2.1/Kdbndp.dll": {
  694. "assemblyVersion": "4.0.7.0",
  695. "fileVersion": "4.0.7.0"
  696. }
  697. }
  698. },
  699. "Swashbuckle.AspNetCore/6.5.0": {
  700. "dependencies": {
  701. "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
  702. "Swashbuckle.AspNetCore.Swagger": "6.5.0",
  703. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  704. "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
  705. }
  706. },
  707. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  708. "dependencies": {
  709. "Microsoft.OpenApi": "1.2.3"
  710. },
  711. "runtime": {
  712. "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
  713. "assemblyVersion": "6.5.0.0",
  714. "fileVersion": "6.5.0.0"
  715. }
  716. }
  717. },
  718. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  719. "dependencies": {
  720. "Swashbuckle.AspNetCore.Swagger": "6.5.0"
  721. },
  722. "runtime": {
  723. "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  724. "assemblyVersion": "6.5.0.0",
  725. "fileVersion": "6.5.0.0"
  726. }
  727. }
  728. },
  729. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  730. "runtime": {
  731. "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  732. "assemblyVersion": "6.5.0.0",
  733. "fileVersion": "6.5.0.0"
  734. }
  735. }
  736. },
  737. "System.Buffers/4.5.1": {},
  738. "System.Collections/4.3.0": {
  739. "dependencies": {
  740. "Microsoft.NETCore.Platforms": "3.1.0",
  741. "Microsoft.NETCore.Targets": "1.1.0",
  742. "System.Runtime": "4.3.0"
  743. }
  744. },
  745. "System.Collections.Concurrent/4.3.0": {
  746. "dependencies": {
  747. "System.Collections": "4.3.0",
  748. "System.Diagnostics.Debug": "4.3.0",
  749. "System.Diagnostics.Tracing": "4.3.0",
  750. "System.Globalization": "4.3.0",
  751. "System.Reflection": "4.3.0",
  752. "System.Resources.ResourceManager": "4.3.0",
  753. "System.Runtime": "4.3.0",
  754. "System.Runtime.Extensions": "4.3.0",
  755. "System.Threading": "4.3.0",
  756. "System.Threading.Tasks": "4.3.0"
  757. }
  758. },
  759. "System.Collections.Immutable/6.0.0": {
  760. "dependencies": {
  761. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  762. }
  763. },
  764. "System.ComponentModel/4.3.0": {
  765. "dependencies": {
  766. "System.Runtime": "4.3.0"
  767. }
  768. },
  769. "System.ComponentModel.Primitives/4.3.0": {
  770. "dependencies": {
  771. "System.ComponentModel": "4.3.0",
  772. "System.Resources.ResourceManager": "4.3.0",
  773. "System.Runtime": "4.3.0"
  774. }
  775. },
  776. "System.Configuration.ConfigurationManager/4.7.0": {
  777. "dependencies": {
  778. "System.Security.Cryptography.ProtectedData": "4.7.0",
  779. "System.Security.Permissions": "4.7.0"
  780. },
  781. "runtime": {
  782. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  783. "assemblyVersion": "4.0.3.0",
  784. "fileVersion": "4.700.19.56404"
  785. }
  786. }
  787. },
  788. "System.Data.Common/4.3.0": {
  789. "dependencies": {
  790. "System.Collections": "4.3.0",
  791. "System.Globalization": "4.3.0",
  792. "System.IO": "4.3.0",
  793. "System.Resources.ResourceManager": "4.3.0",
  794. "System.Runtime": "4.3.0",
  795. "System.Runtime.Extensions": "4.3.0",
  796. "System.Text.RegularExpressions": "4.3.0",
  797. "System.Threading.Tasks": "4.3.0"
  798. }
  799. },
  800. "System.Diagnostics.Debug/4.3.0": {
  801. "dependencies": {
  802. "Microsoft.NETCore.Platforms": "3.1.0",
  803. "Microsoft.NETCore.Targets": "1.1.0",
  804. "System.Runtime": "4.3.0"
  805. }
  806. },
  807. "System.Diagnostics.DiagnosticSource/4.7.0": {},
  808. "System.Diagnostics.PerformanceCounter/4.7.0": {
  809. "dependencies": {
  810. "Microsoft.NETCore.Platforms": "3.1.0",
  811. "Microsoft.Win32.Registry": "4.7.0",
  812. "System.Configuration.ConfigurationManager": "4.7.0",
  813. "System.Security.Principal.Windows": "4.7.0"
  814. },
  815. "runtime": {
  816. "lib/netstandard2.0/System.Diagnostics.PerformanceCounter.dll": {
  817. "assemblyVersion": "4.0.2.0",
  818. "fileVersion": "4.700.19.56404"
  819. }
  820. },
  821. "runtimeTargets": {
  822. "runtimes/win/lib/netcoreapp2.0/System.Diagnostics.PerformanceCounter.dll": {
  823. "rid": "win",
  824. "assetType": "runtime",
  825. "assemblyVersion": "4.0.2.0",
  826. "fileVersion": "4.700.19.56404"
  827. }
  828. }
  829. },
  830. "System.Diagnostics.StackTrace/4.3.0": {
  831. "dependencies": {
  832. "System.IO.FileSystem": "4.3.0",
  833. "System.Reflection": "4.3.0",
  834. "System.Reflection.Metadata": "6.0.1",
  835. "System.Runtime": "4.3.0"
  836. }
  837. },
  838. "System.Diagnostics.Tracing/4.3.0": {
  839. "dependencies": {
  840. "Microsoft.NETCore.Platforms": "3.1.0",
  841. "Microsoft.NETCore.Targets": "1.1.0",
  842. "System.Runtime": "4.3.0"
  843. }
  844. },
  845. "System.DirectoryServices/4.7.0": {
  846. "dependencies": {
  847. "Microsoft.NETCore.Platforms": "3.1.0",
  848. "System.IO.FileSystem.AccessControl": "4.7.0",
  849. "System.Security.AccessControl": "4.7.0",
  850. "System.Security.Permissions": "4.7.0",
  851. "System.Security.Principal.Windows": "4.7.0"
  852. },
  853. "runtime": {
  854. "lib/netstandard2.0/System.DirectoryServices.dll": {
  855. "assemblyVersion": "4.0.1.0",
  856. "fileVersion": "4.700.19.56404"
  857. }
  858. },
  859. "runtimeTargets": {
  860. "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll": {
  861. "rid": "win",
  862. "assetType": "runtime",
  863. "assemblyVersion": "4.0.1.0",
  864. "fileVersion": "4.700.19.56404"
  865. }
  866. }
  867. },
  868. "System.DirectoryServices.Protocols/4.7.0": {
  869. "dependencies": {
  870. "Microsoft.NETCore.Platforms": "3.1.0",
  871. "System.Security.Principal.Windows": "4.7.0"
  872. },
  873. "runtime": {
  874. "lib/netstandard2.0/System.DirectoryServices.Protocols.dll": {
  875. "assemblyVersion": "4.0.1.0",
  876. "fileVersion": "4.700.19.56404"
  877. }
  878. },
  879. "runtimeTargets": {
  880. "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": {
  881. "rid": "win",
  882. "assetType": "runtime",
  883. "assemblyVersion": "4.0.1.0",
  884. "fileVersion": "4.700.19.56404"
  885. }
  886. }
  887. },
  888. "System.Drawing.Common/4.7.0": {
  889. "dependencies": {
  890. "Microsoft.NETCore.Platforms": "3.1.0",
  891. "Microsoft.Win32.SystemEvents": "4.7.0"
  892. },
  893. "runtime": {
  894. "lib/netstandard2.0/System.Drawing.Common.dll": {
  895. "assemblyVersion": "4.0.0.1",
  896. "fileVersion": "4.6.26919.2"
  897. }
  898. },
  899. "runtimeTargets": {
  900. "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  901. "rid": "unix",
  902. "assetType": "runtime",
  903. "assemblyVersion": "4.0.2.0",
  904. "fileVersion": "4.700.19.56404"
  905. },
  906. "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": {
  907. "rid": "win",
  908. "assetType": "runtime",
  909. "assemblyVersion": "4.0.2.0",
  910. "fileVersion": "4.700.19.56404"
  911. }
  912. }
  913. },
  914. "System.Dynamic.Runtime/4.3.0": {
  915. "dependencies": {
  916. "System.Collections": "4.3.0",
  917. "System.Diagnostics.Debug": "4.3.0",
  918. "System.Linq": "4.3.0",
  919. "System.Linq.Expressions": "4.3.0",
  920. "System.ObjectModel": "4.3.0",
  921. "System.Reflection": "4.3.0",
  922. "System.Reflection.Emit": "4.3.0",
  923. "System.Reflection.Emit.ILGeneration": "4.3.0",
  924. "System.Reflection.Primitives": "4.3.0",
  925. "System.Reflection.TypeExtensions": "4.3.0",
  926. "System.Resources.ResourceManager": "4.3.0",
  927. "System.Runtime": "4.3.0",
  928. "System.Runtime.Extensions": "4.3.0",
  929. "System.Threading": "4.3.0"
  930. }
  931. },
  932. "System.Globalization/4.3.0": {
  933. "dependencies": {
  934. "Microsoft.NETCore.Platforms": "3.1.0",
  935. "Microsoft.NETCore.Targets": "1.1.0",
  936. "System.Runtime": "4.3.0"
  937. }
  938. },
  939. "System.IdentityModel.Tokens.Jwt/6.10.0": {
  940. "dependencies": {
  941. "Microsoft.IdentityModel.JsonWebTokens": "6.10.0",
  942. "Microsoft.IdentityModel.Tokens": "6.10.0"
  943. },
  944. "runtime": {
  945. "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": {
  946. "assemblyVersion": "6.10.0.0",
  947. "fileVersion": "6.10.0.20330"
  948. }
  949. }
  950. },
  951. "System.IO/4.3.0": {
  952. "dependencies": {
  953. "Microsoft.NETCore.Platforms": "3.1.0",
  954. "Microsoft.NETCore.Targets": "1.1.0",
  955. "System.Runtime": "4.3.0",
  956. "System.Text.Encoding": "4.3.0",
  957. "System.Threading.Tasks": "4.3.0"
  958. }
  959. },
  960. "System.IO.FileSystem/4.3.0": {
  961. "dependencies": {
  962. "Microsoft.NETCore.Platforms": "3.1.0",
  963. "Microsoft.NETCore.Targets": "1.1.0",
  964. "System.IO": "4.3.0",
  965. "System.IO.FileSystem.Primitives": "4.3.0",
  966. "System.Runtime": "4.3.0",
  967. "System.Runtime.Handles": "4.3.0",
  968. "System.Text.Encoding": "4.3.0",
  969. "System.Threading.Tasks": "4.3.0"
  970. }
  971. },
  972. "System.IO.FileSystem.AccessControl/4.7.0": {
  973. "dependencies": {
  974. "System.Security.AccessControl": "4.7.0",
  975. "System.Security.Principal.Windows": "4.7.0"
  976. }
  977. },
  978. "System.IO.FileSystem.Primitives/4.3.0": {
  979. "dependencies": {
  980. "System.Runtime": "4.3.0"
  981. }
  982. },
  983. "System.Linq/4.3.0": {
  984. "dependencies": {
  985. "System.Collections": "4.3.0",
  986. "System.Diagnostics.Debug": "4.3.0",
  987. "System.Resources.ResourceManager": "4.3.0",
  988. "System.Runtime": "4.3.0",
  989. "System.Runtime.Extensions": "4.3.0"
  990. }
  991. },
  992. "System.Linq.Expressions/4.3.0": {
  993. "dependencies": {
  994. "System.Collections": "4.3.0",
  995. "System.Diagnostics.Debug": "4.3.0",
  996. "System.Globalization": "4.3.0",
  997. "System.IO": "4.3.0",
  998. "System.Linq": "4.3.0",
  999. "System.ObjectModel": "4.3.0",
  1000. "System.Reflection": "4.3.0",
  1001. "System.Reflection.Emit": "4.3.0",
  1002. "System.Reflection.Emit.ILGeneration": "4.3.0",
  1003. "System.Reflection.Emit.Lightweight": "4.3.0",
  1004. "System.Reflection.Extensions": "4.3.0",
  1005. "System.Reflection.Primitives": "4.3.0",
  1006. "System.Reflection.TypeExtensions": "4.3.0",
  1007. "System.Resources.ResourceManager": "4.3.0",
  1008. "System.Runtime": "4.3.0",
  1009. "System.Runtime.Extensions": "4.3.0",
  1010. "System.Threading": "4.3.0"
  1011. }
  1012. },
  1013. "System.Memory/4.5.4": {},
  1014. "System.ObjectModel/4.3.0": {
  1015. "dependencies": {
  1016. "System.Collections": "4.3.0",
  1017. "System.Diagnostics.Debug": "4.3.0",
  1018. "System.Resources.ResourceManager": "4.3.0",
  1019. "System.Runtime": "4.3.0",
  1020. "System.Threading": "4.3.0"
  1021. }
  1022. },
  1023. "System.Reflection/4.3.0": {
  1024. "dependencies": {
  1025. "Microsoft.NETCore.Platforms": "3.1.0",
  1026. "Microsoft.NETCore.Targets": "1.1.0",
  1027. "System.IO": "4.3.0",
  1028. "System.Reflection.Primitives": "4.3.0",
  1029. "System.Runtime": "4.3.0"
  1030. }
  1031. },
  1032. "System.Reflection.Emit/4.3.0": {
  1033. "dependencies": {
  1034. "System.IO": "4.3.0",
  1035. "System.Reflection": "4.3.0",
  1036. "System.Reflection.Emit.ILGeneration": "4.3.0",
  1037. "System.Reflection.Primitives": "4.3.0",
  1038. "System.Runtime": "4.3.0"
  1039. }
  1040. },
  1041. "System.Reflection.Emit.ILGeneration/4.3.0": {
  1042. "dependencies": {
  1043. "System.Reflection": "4.3.0",
  1044. "System.Reflection.Primitives": "4.3.0",
  1045. "System.Runtime": "4.3.0"
  1046. }
  1047. },
  1048. "System.Reflection.Emit.Lightweight/4.3.0": {
  1049. "dependencies": {
  1050. "System.Reflection": "4.3.0",
  1051. "System.Reflection.Emit.ILGeneration": "4.3.0",
  1052. "System.Reflection.Primitives": "4.3.0",
  1053. "System.Runtime": "4.3.0"
  1054. }
  1055. },
  1056. "System.Reflection.Extensions/4.3.0": {
  1057. "dependencies": {
  1058. "Microsoft.NETCore.Platforms": "3.1.0",
  1059. "Microsoft.NETCore.Targets": "1.1.0",
  1060. "System.Reflection": "4.3.0",
  1061. "System.Runtime": "4.3.0"
  1062. }
  1063. },
  1064. "System.Reflection.Metadata/6.0.1": {
  1065. "dependencies": {
  1066. "System.Collections.Immutable": "6.0.0"
  1067. },
  1068. "runtime": {
  1069. "lib/net6.0/System.Reflection.Metadata.dll": {
  1070. "assemblyVersion": "6.0.0.0",
  1071. "fileVersion": "6.0.322.12309"
  1072. }
  1073. }
  1074. },
  1075. "System.Reflection.Primitives/4.3.0": {
  1076. "dependencies": {
  1077. "Microsoft.NETCore.Platforms": "3.1.0",
  1078. "Microsoft.NETCore.Targets": "1.1.0",
  1079. "System.Runtime": "4.3.0"
  1080. }
  1081. },
  1082. "System.Reflection.TypeExtensions/4.3.0": {
  1083. "dependencies": {
  1084. "System.Reflection": "4.3.0",
  1085. "System.Runtime": "4.3.0"
  1086. }
  1087. },
  1088. "System.Resources.ResourceManager/4.3.0": {
  1089. "dependencies": {
  1090. "Microsoft.NETCore.Platforms": "3.1.0",
  1091. "Microsoft.NETCore.Targets": "1.1.0",
  1092. "System.Globalization": "4.3.0",
  1093. "System.Reflection": "4.3.0",
  1094. "System.Runtime": "4.3.0"
  1095. }
  1096. },
  1097. "System.Runtime/4.3.0": {
  1098. "dependencies": {
  1099. "Microsoft.NETCore.Platforms": "3.1.0",
  1100. "Microsoft.NETCore.Targets": "1.1.0"
  1101. }
  1102. },
  1103. "System.Runtime.Caching/4.7.0": {
  1104. "dependencies": {
  1105. "System.Configuration.ConfigurationManager": "4.7.0"
  1106. },
  1107. "runtime": {
  1108. "lib/netstandard2.0/System.Runtime.Caching.dll": {
  1109. "assemblyVersion": "4.0.1.0",
  1110. "fileVersion": "4.700.19.56404"
  1111. }
  1112. },
  1113. "runtimeTargets": {
  1114. "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": {
  1115. "rid": "win",
  1116. "assetType": "runtime",
  1117. "assemblyVersion": "4.0.1.0",
  1118. "fileVersion": "4.700.19.56404"
  1119. }
  1120. }
  1121. },
  1122. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  1123. "System.Runtime.Extensions/4.3.0": {
  1124. "dependencies": {
  1125. "Microsoft.NETCore.Platforms": "3.1.0",
  1126. "Microsoft.NETCore.Targets": "1.1.0",
  1127. "System.Runtime": "4.3.0"
  1128. }
  1129. },
  1130. "System.Runtime.Handles/4.3.0": {
  1131. "dependencies": {
  1132. "Microsoft.NETCore.Platforms": "3.1.0",
  1133. "Microsoft.NETCore.Targets": "1.1.0",
  1134. "System.Runtime": "4.3.0"
  1135. }
  1136. },
  1137. "System.Runtime.Serialization.Primitives/4.3.0": {
  1138. "dependencies": {
  1139. "System.Resources.ResourceManager": "4.3.0",
  1140. "System.Runtime": "4.3.0"
  1141. }
  1142. },
  1143. "System.Security.AccessControl/4.7.0": {
  1144. "dependencies": {
  1145. "Microsoft.NETCore.Platforms": "3.1.0",
  1146. "System.Security.Principal.Windows": "4.7.0"
  1147. }
  1148. },
  1149. "System.Security.Cryptography.Cng/4.5.0": {},
  1150. "System.Security.Cryptography.ProtectedData/4.7.0": {
  1151. "runtime": {
  1152. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  1153. "assemblyVersion": "4.0.5.0",
  1154. "fileVersion": "4.700.19.56404"
  1155. }
  1156. },
  1157. "runtimeTargets": {
  1158. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  1159. "rid": "win",
  1160. "assetType": "runtime",
  1161. "assemblyVersion": "4.0.5.0",
  1162. "fileVersion": "4.700.19.56404"
  1163. }
  1164. }
  1165. },
  1166. "System.Security.Permissions/4.7.0": {
  1167. "dependencies": {
  1168. "System.Security.AccessControl": "4.7.0",
  1169. "System.Windows.Extensions": "4.7.0"
  1170. },
  1171. "runtime": {
  1172. "lib/netcoreapp3.0/System.Security.Permissions.dll": {
  1173. "assemblyVersion": "4.0.3.0",
  1174. "fileVersion": "4.700.19.56404"
  1175. }
  1176. }
  1177. },
  1178. "System.Security.Principal.Windows/4.7.0": {},
  1179. "System.Text.Encoding/4.3.0": {
  1180. "dependencies": {
  1181. "Microsoft.NETCore.Platforms": "3.1.0",
  1182. "Microsoft.NETCore.Targets": "1.1.0",
  1183. "System.Runtime": "4.3.0"
  1184. }
  1185. },
  1186. "System.Text.Encoding.CodePages/6.0.0": {
  1187. "dependencies": {
  1188. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  1189. }
  1190. },
  1191. "System.Text.Encodings.Web/6.0.0": {
  1192. "dependencies": {
  1193. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  1194. }
  1195. },
  1196. "System.Text.Json/6.0.7": {
  1197. "dependencies": {
  1198. "System.Runtime.CompilerServices.Unsafe": "6.0.0",
  1199. "System.Text.Encodings.Web": "6.0.0"
  1200. },
  1201. "runtime": {
  1202. "lib/net6.0/System.Text.Json.dll": {
  1203. "assemblyVersion": "6.0.0.0",
  1204. "fileVersion": "6.0.1122.52304"
  1205. }
  1206. }
  1207. },
  1208. "System.Text.RegularExpressions/4.3.0": {
  1209. "dependencies": {
  1210. "System.Runtime": "4.3.0"
  1211. }
  1212. },
  1213. "System.Threading/4.3.0": {
  1214. "dependencies": {
  1215. "System.Runtime": "4.3.0",
  1216. "System.Threading.Tasks": "4.3.0"
  1217. }
  1218. },
  1219. "System.Threading.Tasks/4.3.0": {
  1220. "dependencies": {
  1221. "Microsoft.NETCore.Platforms": "3.1.0",
  1222. "Microsoft.NETCore.Targets": "1.1.0",
  1223. "System.Runtime": "4.3.0"
  1224. }
  1225. },
  1226. "System.Threading.Tasks.Parallel/4.3.0": {
  1227. "dependencies": {
  1228. "System.Collections.Concurrent": "4.3.0",
  1229. "System.Diagnostics.Debug": "4.3.0",
  1230. "System.Diagnostics.Tracing": "4.3.0",
  1231. "System.Resources.ResourceManager": "4.3.0",
  1232. "System.Runtime": "4.3.0",
  1233. "System.Runtime.Extensions": "4.3.0",
  1234. "System.Threading": "4.3.0",
  1235. "System.Threading.Tasks": "4.3.0"
  1236. }
  1237. },
  1238. "System.Windows.Extensions/4.7.0": {
  1239. "dependencies": {
  1240. "System.Drawing.Common": "4.7.0"
  1241. },
  1242. "runtime": {
  1243. "lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  1244. "assemblyVersion": "4.0.1.0",
  1245. "fileVersion": "4.700.19.56404"
  1246. }
  1247. },
  1248. "runtimeTargets": {
  1249. "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": {
  1250. "rid": "win",
  1251. "assetType": "runtime",
  1252. "assemblyVersion": "4.0.1.0",
  1253. "fileVersion": "4.700.19.56404"
  1254. }
  1255. }
  1256. },
  1257. "BPA.NewKitChen.Manage.Comm/1.0.0": {
  1258. "runtime": {
  1259. "BPA.NewKitChen.Manage.Comm.dll": {}
  1260. }
  1261. },
  1262. "BPA.NewKitChen.Manage.Core/1.0.0": {
  1263. "dependencies": {
  1264. "BPA.NewKitChen.Manage.Comm": "1.0.0",
  1265. "Furion.Extras.Authentication.JwtBearer": "4.8.8.5",
  1266. "Furion.Extras.ObjectMapper.Mapster": "4.8.8.5",
  1267. "Furion.Pure": "4.8.8.5",
  1268. "SqlSugarCore": "5.1.4.67"
  1269. },
  1270. "runtime": {
  1271. "BPA.NewKitChen.Manage.Core.dll": {}
  1272. }
  1273. }
  1274. }
  1275. },
  1276. "libraries": {
  1277. "BPA.NewKitChen.Manage.Application/1.0.0": {
  1278. "type": "project",
  1279. "serviceable": false,
  1280. "sha512": ""
  1281. },
  1282. "Ben.Demystifier/0.4.1": {
  1283. "type": "package",
  1284. "serviceable": true,
  1285. "sha512": "sha512-axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==",
  1286. "path": "ben.demystifier/0.4.1",
  1287. "hashPath": "ben.demystifier.0.4.1.nupkg.sha512"
  1288. },
  1289. "Furion.Extras.Authentication.JwtBearer/4.8.8.5": {
  1290. "type": "package",
  1291. "serviceable": true,
  1292. "sha512": "sha512-+fNm+vuF9kAK7oXK7Ha4yjN1AF8gOWc9sy1mgg5FLPK4eMcAxuzIdC6cgLb2miEQApBgyUHtpVBkfoh4t6GC6A==",
  1293. "path": "furion.extras.authentication.jwtbearer/4.8.8.5",
  1294. "hashPath": "furion.extras.authentication.jwtbearer.4.8.8.5.nupkg.sha512"
  1295. },
  1296. "Furion.Extras.ObjectMapper.Mapster/4.8.8.5": {
  1297. "type": "package",
  1298. "serviceable": true,
  1299. "sha512": "sha512-t5dGxv73XRWDKZAT9hb86a44B6DQLZqGkQ3VTqdT3iSQWc0AChptm+mvO+LihdCmXtcWXH5ReXRvqCeucRSl+A==",
  1300. "path": "furion.extras.objectmapper.mapster/4.8.8.5",
  1301. "hashPath": "furion.extras.objectmapper.mapster.4.8.8.5.nupkg.sha512"
  1302. },
  1303. "Furion.Pure/4.8.8.5": {
  1304. "type": "package",
  1305. "serviceable": true,
  1306. "sha512": "sha512-ARB2RkRrGKin3/Le8N7eG8kojDKH6c4h0xIcO3vL7ovHL5hlx47rR0sctaFWd4qFUXhaeiPVKcDUPXH5AU/XCg==",
  1307. "path": "furion.pure/4.8.8.5",
  1308. "hashPath": "furion.pure.4.8.8.5.nupkg.sha512"
  1309. },
  1310. "Furion.Pure.Extras.DependencyModel.CodeAnalysis/4.8.8.5": {
  1311. "type": "package",
  1312. "serviceable": true,
  1313. "sha512": "sha512-l6C2fSapLRLy6bwkXxw1d6romz4hUXJlcEo33jLksowOrCnyQr899/xJpT/xHp+qo7Y7UNjyJ9oDQhSwVrHcNw==",
  1314. "path": "furion.pure.extras.dependencymodel.codeanalysis/4.8.8.5",
  1315. "hashPath": "furion.pure.extras.dependencymodel.codeanalysis.4.8.8.5.nupkg.sha512"
  1316. },
  1317. "Mapster/7.3.0": {
  1318. "type": "package",
  1319. "serviceable": true,
  1320. "sha512": "sha512-NrCUX/rJa5PTyo6iW4AL5dZLU9PDNlYnrJOVjgdpo5OQM9EtWH2CMHnC5sSuJWC0d0b0SnmeRrIviEem6WxtuQ==",
  1321. "path": "mapster/7.3.0",
  1322. "hashPath": "mapster.7.3.0.nupkg.sha512"
  1323. },
  1324. "Mapster.Core/1.2.0": {
  1325. "type": "package",
  1326. "serviceable": true,
  1327. "sha512": "sha512-TNdqZk2zAuBYfJF88D/3clQTOyOdqr1crU81yZQtlGa+e7FYWhJdK/buBWT+TpM3qQko9UzmzfOT4iq3JCs/ZA==",
  1328. "path": "mapster.core/1.2.0",
  1329. "hashPath": "mapster.core.1.2.0.nupkg.sha512"
  1330. },
  1331. "Mapster.DependencyInjection/1.0.0": {
  1332. "type": "package",
  1333. "serviceable": true,
  1334. "sha512": "sha512-nNSGrgu5GirZ8nmuFXHGct+GwXjmbAAb+UqBl3Bwx/vbkCOypuvOziC+wTaNEjz/OE6LMg8yMCZzOtl59Lxw9Q==",
  1335. "path": "mapster.dependencyinjection/1.0.0",
  1336. "hashPath": "mapster.dependencyinjection.1.0.0.nupkg.sha512"
  1337. },
  1338. "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.16": {
  1339. "type": "package",
  1340. "serviceable": true,
  1341. "sha512": "sha512-T4AkjPXOYDqDnfb8PRRHNbB2ozLg9J7CsRZ+jH1MfQGshkFosdwja9c4+QVbKm+1qeLPxul+3weSz+DEvFkA5w==",
  1342. "path": "microsoft.aspnetcore.authentication.jwtbearer/6.0.16",
  1343. "hashPath": "microsoft.aspnetcore.authentication.jwtbearer.6.0.16.nupkg.sha512"
  1344. },
  1345. "Microsoft.AspNetCore.JsonPatch/6.0.16": {
  1346. "type": "package",
  1347. "serviceable": true,
  1348. "sha512": "sha512-pI6ooT0qADSnmI5i3/VRjZ+/vkUPlJ7fpt3fC0nZ0Z2/8FLrVBdZMsmr+9GTsqPgxR1BsJbAscnX8PfBYBf3Xw==",
  1349. "path": "microsoft.aspnetcore.jsonpatch/6.0.16",
  1350. "hashPath": "microsoft.aspnetcore.jsonpatch.6.0.16.nupkg.sha512"
  1351. },
  1352. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.16": {
  1353. "type": "package",
  1354. "serviceable": true,
  1355. "sha512": "sha512-1MT5UUxXwc3w4+XXcc7zuOaEhPXfq3zL5VHQgVZeqsN6+mYcBpDdAHKsQVLRj8fZ6S0w+Ov9z083OQt/3mfyaA==",
  1356. "path": "microsoft.aspnetcore.mvc.newtonsoftjson/6.0.16",
  1357. "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.6.0.16.nupkg.sha512"
  1358. },
  1359. "Microsoft.AspNetCore.Razor.Language/6.0.16": {
  1360. "type": "package",
  1361. "serviceable": true,
  1362. "sha512": "sha512-zR22NAuSRgAmQhHS+VwLOUXhygL5JSVUScd38nzgi0dN+2+PXiVqVmevZQMhSJuV887iRBt5k2i+gmVlZ7OA0w==",
  1363. "path": "microsoft.aspnetcore.razor.language/6.0.16",
  1364. "hashPath": "microsoft.aspnetcore.razor.language.6.0.16.nupkg.sha512"
  1365. },
  1366. "Microsoft.CodeAnalysis.Analyzers/3.3.3": {
  1367. "type": "package",
  1368. "serviceable": true,
  1369. "sha512": "sha512-j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==",
  1370. "path": "microsoft.codeanalysis.analyzers/3.3.3",
  1371. "hashPath": "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512"
  1372. },
  1373. "Microsoft.CodeAnalysis.Common/4.5.0": {
  1374. "type": "package",
  1375. "serviceable": true,
  1376. "sha512": "sha512-lwAbIZNdnY0SUNoDmZHkVUwLO8UyNnyyh1t/4XsbFxi4Ounb3xszIYZaWhyj5ZjyfcwqwmtMbE7fUTVCqQEIdQ==",
  1377. "path": "microsoft.codeanalysis.common/4.5.0",
  1378. "hashPath": "microsoft.codeanalysis.common.4.5.0.nupkg.sha512"
  1379. },
  1380. "Microsoft.CodeAnalysis.CSharp/4.5.0": {
  1381. "type": "package",
  1382. "serviceable": true,
  1383. "sha512": "sha512-cM59oMKAOxvdv76bdmaKPy5hfj+oR+zxikWoueEB7CwTko7mt9sVKZI8Qxlov0C/LuKEG+WQwifepqL3vuTiBQ==",
  1384. "path": "microsoft.codeanalysis.csharp/4.5.0",
  1385. "hashPath": "microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512"
  1386. },
  1387. "Microsoft.CSharp/4.7.0": {
  1388. "type": "package",
  1389. "serviceable": true,
  1390. "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
  1391. "path": "microsoft.csharp/4.7.0",
  1392. "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
  1393. },
  1394. "Microsoft.Data.SqlClient/2.1.4": {
  1395. "type": "package",
  1396. "serviceable": true,
  1397. "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==",
  1398. "path": "microsoft.data.sqlclient/2.1.4",
  1399. "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512"
  1400. },
  1401. "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": {
  1402. "type": "package",
  1403. "serviceable": true,
  1404. "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==",
  1405. "path": "microsoft.data.sqlclient.sni.runtime/2.1.1",
  1406. "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512"
  1407. },
  1408. "Microsoft.Data.Sqlite/5.0.5": {
  1409. "type": "package",
  1410. "serviceable": true,
  1411. "sha512": "sha512-zTeCkFsBHZ1/iBd0GqyAUrtb3xuaiUeJyhd9hjuW9yo/ylRhWqxORKznR0bR1g/joUTohGTHAXr/KIuSNyjH/Q==",
  1412. "path": "microsoft.data.sqlite/5.0.5",
  1413. "hashPath": "microsoft.data.sqlite.5.0.5.nupkg.sha512"
  1414. },
  1415. "Microsoft.Data.Sqlite.Core/5.0.5": {
  1416. "type": "package",
  1417. "serviceable": true,
  1418. "sha512": "sha512-tFKcgzzk3495LzD38gw75qmFS6Y1lDr5O9TGfSSG8GgtYF2G5VuTp7VdkeHKaaKOOgrSgHjuc3ogyWh7TZ10Hg==",
  1419. "path": "microsoft.data.sqlite.core/5.0.5",
  1420. "hashPath": "microsoft.data.sqlite.core.5.0.5.nupkg.sha512"
  1421. },
  1422. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
  1423. "type": "package",
  1424. "serviceable": true,
  1425. "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
  1426. "path": "microsoft.extensions.apidescription.server/6.0.5",
  1427. "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
  1428. },
  1429. "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
  1430. "type": "package",
  1431. "serviceable": true,
  1432. "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
  1433. "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
  1434. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
  1435. },
  1436. "Microsoft.Extensions.DependencyModel/6.0.0": {
  1437. "type": "package",
  1438. "serviceable": true,
  1439. "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==",
  1440. "path": "microsoft.extensions.dependencymodel/6.0.0",
  1441. "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512"
  1442. },
  1443. "Microsoft.Identity.Client/4.21.1": {
  1444. "type": "package",
  1445. "serviceable": true,
  1446. "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==",
  1447. "path": "microsoft.identity.client/4.21.1",
  1448. "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512"
  1449. },
  1450. "Microsoft.IdentityModel.JsonWebTokens/6.10.0": {
  1451. "type": "package",
  1452. "serviceable": true,
  1453. "sha512": "sha512-0qjS31rN1MQTc46tAYbzmMTSRfdV5ndZxSjYxIGqKSidd4wpNJfNII/pdhU5Fx8olarQoKL9lqqYw4yNOIwT0Q==",
  1454. "path": "microsoft.identitymodel.jsonwebtokens/6.10.0",
  1455. "hashPath": "microsoft.identitymodel.jsonwebtokens.6.10.0.nupkg.sha512"
  1456. },
  1457. "Microsoft.IdentityModel.Logging/6.10.0": {
  1458. "type": "package",
  1459. "serviceable": true,
  1460. "sha512": "sha512-zbcwV6esnNzhZZ/VP87dji6VrUBLB5rxnZBkDMqNYpyG+nrBnBsbm4PUYLCBMUflHCM9EMLDG0rLnqqT+l0ldA==",
  1461. "path": "microsoft.identitymodel.logging/6.10.0",
  1462. "hashPath": "microsoft.identitymodel.logging.6.10.0.nupkg.sha512"
  1463. },
  1464. "Microsoft.IdentityModel.Protocols/6.10.0": {
  1465. "type": "package",
  1466. "serviceable": true,
  1467. "sha512": "sha512-DFyXD0xylP+DknCT3hzJ7q/Q5qRNu0hO/gCU90O0ATdR0twZmlcuY9RNYaaDofXKVbzcShYNCFCGle2G/o8mkg==",
  1468. "path": "microsoft.identitymodel.protocols/6.10.0",
  1469. "hashPath": "microsoft.identitymodel.protocols.6.10.0.nupkg.sha512"
  1470. },
  1471. "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0": {
  1472. "type": "package",
  1473. "serviceable": true,
  1474. "sha512": "sha512-LVvMXAWPbPeEWTylDrxunlHH2wFyE4Mv0L4gZrJHC4HTESbWHquKZb/y/S8jgiQEDycOP0PDQvbG4RR/tr2TVQ==",
  1475. "path": "microsoft.identitymodel.protocols.openidconnect/6.10.0",
  1476. "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.10.0.nupkg.sha512"
  1477. },
  1478. "Microsoft.IdentityModel.Tokens/6.10.0": {
  1479. "type": "package",
  1480. "serviceable": true,
  1481. "sha512": "sha512-qbf1NslutDB4oLrriYTJpy7oB1pbh2ej2lEHd2IPDQH9C74ysOdhU5wAC7KoXblldbo7YsNR2QYFOqQM/b0Rsg==",
  1482. "path": "microsoft.identitymodel.tokens/6.10.0",
  1483. "hashPath": "microsoft.identitymodel.tokens.6.10.0.nupkg.sha512"
  1484. },
  1485. "Microsoft.NETCore.Platforms/3.1.0": {
  1486. "type": "package",
  1487. "serviceable": true,
  1488. "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
  1489. "path": "microsoft.netcore.platforms/3.1.0",
  1490. "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
  1491. },
  1492. "Microsoft.NETCore.Targets/1.1.0": {
  1493. "type": "package",
  1494. "serviceable": true,
  1495. "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
  1496. "path": "microsoft.netcore.targets/1.1.0",
  1497. "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
  1498. },
  1499. "Microsoft.OpenApi/1.2.3": {
  1500. "type": "package",
  1501. "serviceable": true,
  1502. "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
  1503. "path": "microsoft.openapi/1.2.3",
  1504. "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
  1505. },
  1506. "Microsoft.Win32.Registry/4.7.0": {
  1507. "type": "package",
  1508. "serviceable": true,
  1509. "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
  1510. "path": "microsoft.win32.registry/4.7.0",
  1511. "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
  1512. },
  1513. "Microsoft.Win32.SystemEvents/4.7.0": {
  1514. "type": "package",
  1515. "serviceable": true,
  1516. "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==",
  1517. "path": "microsoft.win32.systemevents/4.7.0",
  1518. "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512"
  1519. },
  1520. "MiniProfiler.AspNetCore/4.2.22": {
  1521. "type": "package",
  1522. "serviceable": true,
  1523. "sha512": "sha512-bBirB5d4Q0Bgx05Zg4yzXSmOHZQV4ZJhmxU3DGya4FZxNBwjaVHchqEKY0MJW5XLZo8axMAQm4yywgCvUlTymA==",
  1524. "path": "miniprofiler.aspnetcore/4.2.22",
  1525. "hashPath": "miniprofiler.aspnetcore.4.2.22.nupkg.sha512"
  1526. },
  1527. "MiniProfiler.AspNetCore.Mvc/4.2.22": {
  1528. "type": "package",
  1529. "serviceable": true,
  1530. "sha512": "sha512-nzCEaZnh77U9jw+c/qu4CtwYUpHEf+FH1ZMbYKMzIXr8CNNPlypSR6AJEAwjo3bq9TIJIpBMZIaK3inRLUCg4g==",
  1531. "path": "miniprofiler.aspnetcore.mvc/4.2.22",
  1532. "hashPath": "miniprofiler.aspnetcore.mvc.4.2.22.nupkg.sha512"
  1533. },
  1534. "MiniProfiler.Shared/4.2.22": {
  1535. "type": "package",
  1536. "serviceable": true,
  1537. "sha512": "sha512-OOA99Iu7FjFrdYaADcWL78KK9Kq6M+hfnZac5577aSrx0UYOM2apKlhBPKzoPtGPTRtQNKe4RK00u/FmahcU3g==",
  1538. "path": "miniprofiler.shared/4.2.22",
  1539. "hashPath": "miniprofiler.shared.4.2.22.nupkg.sha512"
  1540. },
  1541. "MySqlConnector/2.2.5": {
  1542. "type": "package",
  1543. "serviceable": true,
  1544. "sha512": "sha512-6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==",
  1545. "path": "mysqlconnector/2.2.5",
  1546. "hashPath": "mysqlconnector.2.2.5.nupkg.sha512"
  1547. },
  1548. "Newtonsoft.Json/13.0.2": {
  1549. "type": "package",
  1550. "serviceable": true,
  1551. "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==",
  1552. "path": "newtonsoft.json/13.0.2",
  1553. "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512"
  1554. },
  1555. "Newtonsoft.Json.Bson/1.0.2": {
  1556. "type": "package",
  1557. "serviceable": true,
  1558. "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
  1559. "path": "newtonsoft.json.bson/1.0.2",
  1560. "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
  1561. },
  1562. "Npgsql/5.0.7": {
  1563. "type": "package",
  1564. "serviceable": true,
  1565. "sha512": "sha512-EQWwxb2lN9w78YG4f6Fxhw5lFEx4LuaNGasXzw86kTOJxiPsUORSh/BTencNZJO4uVqGZx3EO9Z8JXTAvRjgeg==",
  1566. "path": "npgsql/5.0.7",
  1567. "hashPath": "npgsql.5.0.7.nupkg.sha512"
  1568. },
  1569. "Oracle.ManagedDataAccess.Core/3.21.1": {
  1570. "type": "package",
  1571. "serviceable": true,
  1572. "sha512": "sha512-SJM0qRVz6a7xMJtPPHAObq7MEzo42T+6+MImuuUK7ZCTXc2BIXbc9cenN7006FcOuX8x4OeTpPbFfQTVlhk9bw==",
  1573. "path": "oracle.manageddataaccess.core/3.21.1",
  1574. "hashPath": "oracle.manageddataaccess.core.3.21.1.nupkg.sha512"
  1575. },
  1576. "SQLitePCLRaw.bundle_e_sqlite3/2.0.4": {
  1577. "type": "package",
  1578. "serviceable": true,
  1579. "sha512": "sha512-f5U8Sw0lRym8tTraJ2zm6OqcDrcrEVvcKDtYlKSLs3Ox9SerkwkPXiFXb/uiW0g2tJdUw6oBhsxI/l5DoRxXMg==",
  1580. "path": "sqlitepclraw.bundle_e_sqlite3/2.0.4",
  1581. "hashPath": "sqlitepclraw.bundle_e_sqlite3.2.0.4.nupkg.sha512"
  1582. },
  1583. "SQLitePCLRaw.core/2.0.4": {
  1584. "type": "package",
  1585. "serviceable": true,
  1586. "sha512": "sha512-4XlDZpDAsboMD6qZQcz9AaKblKDUTVHF+8f3lvbP7QjoqSRr2Xc0Lm34IK2pjRIYnyFLhI3yOJ5YWfOiCid2yg==",
  1587. "path": "sqlitepclraw.core/2.0.4",
  1588. "hashPath": "sqlitepclraw.core.2.0.4.nupkg.sha512"
  1589. },
  1590. "SQLitePCLRaw.lib.e_sqlite3/2.0.4": {
  1591. "type": "package",
  1592. "serviceable": true,
  1593. "sha512": "sha512-oetvmtDZOE4Nnrtxd8Trapl9geBiu0rDCUXff46qGYjnUwzaU1mZ3OHnfR402tl32rx8gBWg3n5OBRaPJRbsGw==",
  1594. "path": "sqlitepclraw.lib.e_sqlite3/2.0.4",
  1595. "hashPath": "sqlitepclraw.lib.e_sqlite3.2.0.4.nupkg.sha512"
  1596. },
  1597. "SQLitePCLRaw.provider.dynamic_cdecl/2.0.4": {
  1598. "type": "package",
  1599. "serviceable": true,
  1600. "sha512": "sha512-AY6+vv/4ji1mCkLrS6HP/88rHT9YFKRyg3LUj8RyIk6imJMUFdQDiP8rK8gq0a/0FbqspLjK1t7rtKcr7FXRYA==",
  1601. "path": "sqlitepclraw.provider.dynamic_cdecl/2.0.4",
  1602. "hashPath": "sqlitepclraw.provider.dynamic_cdecl.2.0.4.nupkg.sha512"
  1603. },
  1604. "SqlSugarCore/5.1.4.67": {
  1605. "type": "package",
  1606. "serviceable": true,
  1607. "sha512": "sha512-t0/seXXLACi67AYdJrt0FQ5BIvtIQt8TrSN9UojSO7IldOtETq75w4Ln2mzOgtahEo+kDDIoJ2liHlePK4aX+g==",
  1608. "path": "sqlsugarcore/5.1.4.67",
  1609. "hashPath": "sqlsugarcore.5.1.4.67.nupkg.sha512"
  1610. },
  1611. "SqlSugarCore.Dm/1.0.0": {
  1612. "type": "package",
  1613. "serviceable": true,
  1614. "sha512": "sha512-TCZRpNQ21lZqTnBFbuVOKIFWMvl2IFRiU5FcSWbyOVD/F9tSwRK9BUQXtrBh3xpn2v/cUcRJgQdNEknWNjFd6w==",
  1615. "path": "sqlsugarcore.dm/1.0.0",
  1616. "hashPath": "sqlsugarcore.dm.1.0.0.nupkg.sha512"
  1617. },
  1618. "SqlSugarCore.Kdbndp/7.3.0": {
  1619. "type": "package",
  1620. "serviceable": true,
  1621. "sha512": "sha512-yi3C3dphrOsL+tqascH29eyMjakFK2xRdVguZphH9OiKj8HZVHHSzo02jCfniIE5vK0KF8LQTAgmkVXJm5JWnw==",
  1622. "path": "sqlsugarcore.kdbndp/7.3.0",
  1623. "hashPath": "sqlsugarcore.kdbndp.7.3.0.nupkg.sha512"
  1624. },
  1625. "Swashbuckle.AspNetCore/6.5.0": {
  1626. "type": "package",
  1627. "serviceable": true,
  1628. "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
  1629. "path": "swashbuckle.aspnetcore/6.5.0",
  1630. "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
  1631. },
  1632. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  1633. "type": "package",
  1634. "serviceable": true,
  1635. "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
  1636. "path": "swashbuckle.aspnetcore.swagger/6.5.0",
  1637. "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
  1638. },
  1639. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  1640. "type": "package",
  1641. "serviceable": true,
  1642. "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
  1643. "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
  1644. "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
  1645. },
  1646. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  1647. "type": "package",
  1648. "serviceable": true,
  1649. "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
  1650. "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
  1651. "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
  1652. },
  1653. "System.Buffers/4.5.1": {
  1654. "type": "package",
  1655. "serviceable": true,
  1656. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  1657. "path": "system.buffers/4.5.1",
  1658. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  1659. },
  1660. "System.Collections/4.3.0": {
  1661. "type": "package",
  1662. "serviceable": true,
  1663. "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
  1664. "path": "system.collections/4.3.0",
  1665. "hashPath": "system.collections.4.3.0.nupkg.sha512"
  1666. },
  1667. "System.Collections.Concurrent/4.3.0": {
  1668. "type": "package",
  1669. "serviceable": true,
  1670. "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
  1671. "path": "system.collections.concurrent/4.3.0",
  1672. "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512"
  1673. },
  1674. "System.Collections.Immutable/6.0.0": {
  1675. "type": "package",
  1676. "serviceable": true,
  1677. "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==",
  1678. "path": "system.collections.immutable/6.0.0",
  1679. "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512"
  1680. },
  1681. "System.ComponentModel/4.3.0": {
  1682. "type": "package",
  1683. "serviceable": true,
  1684. "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==",
  1685. "path": "system.componentmodel/4.3.0",
  1686. "hashPath": "system.componentmodel.4.3.0.nupkg.sha512"
  1687. },
  1688. "System.ComponentModel.Primitives/4.3.0": {
  1689. "type": "package",
  1690. "serviceable": true,
  1691. "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==",
  1692. "path": "system.componentmodel.primitives/4.3.0",
  1693. "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512"
  1694. },
  1695. "System.Configuration.ConfigurationManager/4.7.0": {
  1696. "type": "package",
  1697. "serviceable": true,
  1698. "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
  1699. "path": "system.configuration.configurationmanager/4.7.0",
  1700. "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512"
  1701. },
  1702. "System.Data.Common/4.3.0": {
  1703. "type": "package",
  1704. "serviceable": true,
  1705. "sha512": "sha512-lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==",
  1706. "path": "system.data.common/4.3.0",
  1707. "hashPath": "system.data.common.4.3.0.nupkg.sha512"
  1708. },
  1709. "System.Diagnostics.Debug/4.3.0": {
  1710. "type": "package",
  1711. "serviceable": true,
  1712. "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
  1713. "path": "system.diagnostics.debug/4.3.0",
  1714. "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512"
  1715. },
  1716. "System.Diagnostics.DiagnosticSource/4.7.0": {
  1717. "type": "package",
  1718. "serviceable": true,
  1719. "sha512": "sha512-oJjw3uFuVDJiJNbCD8HB4a2p3NYLdt1fiT5OGsPLw+WTOuG0KpP4OXelMmmVKpClueMsit6xOlzy4wNKQFiBLg==",
  1720. "path": "system.diagnostics.diagnosticsource/4.7.0",
  1721. "hashPath": "system.diagnostics.diagnosticsource.4.7.0.nupkg.sha512"
  1722. },
  1723. "System.Diagnostics.PerformanceCounter/4.7.0": {
  1724. "type": "package",
  1725. "serviceable": true,
  1726. "sha512": "sha512-kE9szT4i3TYT9bDE/BPfzg9/BL6enMiZlcUmnUEBrhRtxWvurKoa8qhXkLTRhrxMzBqaDleWlRfIPE02tulU+w==",
  1727. "path": "system.diagnostics.performancecounter/4.7.0",
  1728. "hashPath": "system.diagnostics.performancecounter.4.7.0.nupkg.sha512"
  1729. },
  1730. "System.Diagnostics.StackTrace/4.3.0": {
  1731. "type": "package",
  1732. "serviceable": true,
  1733. "sha512": "sha512-BiHg0vgtd35/DM9jvtaC1eKRpWZxr0gcQd643ABG7GnvSlf5pOkY2uyd42mMOJoOmKvnpNj0F4tuoS1pacTwYw==",
  1734. "path": "system.diagnostics.stacktrace/4.3.0",
  1735. "hashPath": "system.diagnostics.stacktrace.4.3.0.nupkg.sha512"
  1736. },
  1737. "System.Diagnostics.Tracing/4.3.0": {
  1738. "type": "package",
  1739. "serviceable": true,
  1740. "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
  1741. "path": "system.diagnostics.tracing/4.3.0",
  1742. "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512"
  1743. },
  1744. "System.DirectoryServices/4.7.0": {
  1745. "type": "package",
  1746. "serviceable": true,
  1747. "sha512": "sha512-NRENC4ulDamI4DQtrYybxtQU3qnhGSTUdEKJkLyctHXY4RqNyS/egZpB9z8/CnFCiaQZmwLlqxfBmw80VlKBTA==",
  1748. "path": "system.directoryservices/4.7.0",
  1749. "hashPath": "system.directoryservices.4.7.0.nupkg.sha512"
  1750. },
  1751. "System.DirectoryServices.Protocols/4.7.0": {
  1752. "type": "package",
  1753. "serviceable": true,
  1754. "sha512": "sha512-yy0a+E/yksdoMWfZEmWpI5LuCbJ/E6P5d4QRbqUDj/xC4MV7Vw5DiW3KREA9LFbWedoGx90KikUfSN0xhE1j1g==",
  1755. "path": "system.directoryservices.protocols/4.7.0",
  1756. "hashPath": "system.directoryservices.protocols.4.7.0.nupkg.sha512"
  1757. },
  1758. "System.Drawing.Common/4.7.0": {
  1759. "type": "package",
  1760. "serviceable": true,
  1761. "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==",
  1762. "path": "system.drawing.common/4.7.0",
  1763. "hashPath": "system.drawing.common.4.7.0.nupkg.sha512"
  1764. },
  1765. "System.Dynamic.Runtime/4.3.0": {
  1766. "type": "package",
  1767. "serviceable": true,
  1768. "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==",
  1769. "path": "system.dynamic.runtime/4.3.0",
  1770. "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512"
  1771. },
  1772. "System.Globalization/4.3.0": {
  1773. "type": "package",
  1774. "serviceable": true,
  1775. "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
  1776. "path": "system.globalization/4.3.0",
  1777. "hashPath": "system.globalization.4.3.0.nupkg.sha512"
  1778. },
  1779. "System.IdentityModel.Tokens.Jwt/6.10.0": {
  1780. "type": "package",
  1781. "serviceable": true,
  1782. "sha512": "sha512-C+Q5ORsFycRkRuvy/Xd0Pv5xVpmWSAvQYZAGs7VQogmkqlLhvfZXTgBIlHqC3cxkstSoLJAYx6xZB7foQ2y5eg==",
  1783. "path": "system.identitymodel.tokens.jwt/6.10.0",
  1784. "hashPath": "system.identitymodel.tokens.jwt.6.10.0.nupkg.sha512"
  1785. },
  1786. "System.IO/4.3.0": {
  1787. "type": "package",
  1788. "serviceable": true,
  1789. "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
  1790. "path": "system.io/4.3.0",
  1791. "hashPath": "system.io.4.3.0.nupkg.sha512"
  1792. },
  1793. "System.IO.FileSystem/4.3.0": {
  1794. "type": "package",
  1795. "serviceable": true,
  1796. "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==",
  1797. "path": "system.io.filesystem/4.3.0",
  1798. "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512"
  1799. },
  1800. "System.IO.FileSystem.AccessControl/4.7.0": {
  1801. "type": "package",
  1802. "serviceable": true,
  1803. "sha512": "sha512-vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==",
  1804. "path": "system.io.filesystem.accesscontrol/4.7.0",
  1805. "hashPath": "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512"
  1806. },
  1807. "System.IO.FileSystem.Primitives/4.3.0": {
  1808. "type": "package",
  1809. "serviceable": true,
  1810. "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==",
  1811. "path": "system.io.filesystem.primitives/4.3.0",
  1812. "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512"
  1813. },
  1814. "System.Linq/4.3.0": {
  1815. "type": "package",
  1816. "serviceable": true,
  1817. "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
  1818. "path": "system.linq/4.3.0",
  1819. "hashPath": "system.linq.4.3.0.nupkg.sha512"
  1820. },
  1821. "System.Linq.Expressions/4.3.0": {
  1822. "type": "package",
  1823. "serviceable": true,
  1824. "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
  1825. "path": "system.linq.expressions/4.3.0",
  1826. "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512"
  1827. },
  1828. "System.Memory/4.5.4": {
  1829. "type": "package",
  1830. "serviceable": true,
  1831. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  1832. "path": "system.memory/4.5.4",
  1833. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  1834. },
  1835. "System.ObjectModel/4.3.0": {
  1836. "type": "package",
  1837. "serviceable": true,
  1838. "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
  1839. "path": "system.objectmodel/4.3.0",
  1840. "hashPath": "system.objectmodel.4.3.0.nupkg.sha512"
  1841. },
  1842. "System.Reflection/4.3.0": {
  1843. "type": "package",
  1844. "serviceable": true,
  1845. "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
  1846. "path": "system.reflection/4.3.0",
  1847. "hashPath": "system.reflection.4.3.0.nupkg.sha512"
  1848. },
  1849. "System.Reflection.Emit/4.3.0": {
  1850. "type": "package",
  1851. "serviceable": true,
  1852. "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==",
  1853. "path": "system.reflection.emit/4.3.0",
  1854. "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
  1855. },
  1856. "System.Reflection.Emit.ILGeneration/4.3.0": {
  1857. "type": "package",
  1858. "serviceable": true,
  1859. "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==",
  1860. "path": "system.reflection.emit.ilgeneration/4.3.0",
  1861. "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
  1862. },
  1863. "System.Reflection.Emit.Lightweight/4.3.0": {
  1864. "type": "package",
  1865. "serviceable": true,
  1866. "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==",
  1867. "path": "system.reflection.emit.lightweight/4.3.0",
  1868. "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512"
  1869. },
  1870. "System.Reflection.Extensions/4.3.0": {
  1871. "type": "package",
  1872. "serviceable": true,
  1873. "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
  1874. "path": "system.reflection.extensions/4.3.0",
  1875. "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512"
  1876. },
  1877. "System.Reflection.Metadata/6.0.1": {
  1878. "type": "package",
  1879. "serviceable": true,
  1880. "sha512": "sha512-III/lNMSn0ZRBuM9m5Cgbiho5j81u0FAEagFX5ta2DKbljZ3T0IpD8j+BIiHQPeKqJppWS9bGEp6JnKnWKze0g==",
  1881. "path": "system.reflection.metadata/6.0.1",
  1882. "hashPath": "system.reflection.metadata.6.0.1.nupkg.sha512"
  1883. },
  1884. "System.Reflection.Primitives/4.3.0": {
  1885. "type": "package",
  1886. "serviceable": true,
  1887. "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
  1888. "path": "system.reflection.primitives/4.3.0",
  1889. "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
  1890. },
  1891. "System.Reflection.TypeExtensions/4.3.0": {
  1892. "type": "package",
  1893. "serviceable": true,
  1894. "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==",
  1895. "path": "system.reflection.typeextensions/4.3.0",
  1896. "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512"
  1897. },
  1898. "System.Resources.ResourceManager/4.3.0": {
  1899. "type": "package",
  1900. "serviceable": true,
  1901. "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
  1902. "path": "system.resources.resourcemanager/4.3.0",
  1903. "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512"
  1904. },
  1905. "System.Runtime/4.3.0": {
  1906. "type": "package",
  1907. "serviceable": true,
  1908. "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
  1909. "path": "system.runtime/4.3.0",
  1910. "hashPath": "system.runtime.4.3.0.nupkg.sha512"
  1911. },
  1912. "System.Runtime.Caching/4.7.0": {
  1913. "type": "package",
  1914. "serviceable": true,
  1915. "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==",
  1916. "path": "system.runtime.caching/4.7.0",
  1917. "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512"
  1918. },
  1919. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  1920. "type": "package",
  1921. "serviceable": true,
  1922. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  1923. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  1924. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  1925. },
  1926. "System.Runtime.Extensions/4.3.0": {
  1927. "type": "package",
  1928. "serviceable": true,
  1929. "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
  1930. "path": "system.runtime.extensions/4.3.0",
  1931. "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512"
  1932. },
  1933. "System.Runtime.Handles/4.3.0": {
  1934. "type": "package",
  1935. "serviceable": true,
  1936. "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==",
  1937. "path": "system.runtime.handles/4.3.0",
  1938. "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512"
  1939. },
  1940. "System.Runtime.Serialization.Primitives/4.3.0": {
  1941. "type": "package",
  1942. "serviceable": true,
  1943. "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==",
  1944. "path": "system.runtime.serialization.primitives/4.3.0",
  1945. "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512"
  1946. },
  1947. "System.Security.AccessControl/4.7.0": {
  1948. "type": "package",
  1949. "serviceable": true,
  1950. "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
  1951. "path": "system.security.accesscontrol/4.7.0",
  1952. "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
  1953. },
  1954. "System.Security.Cryptography.Cng/4.5.0": {
  1955. "type": "package",
  1956. "serviceable": true,
  1957. "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==",
  1958. "path": "system.security.cryptography.cng/4.5.0",
  1959. "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512"
  1960. },
  1961. "System.Security.Cryptography.ProtectedData/4.7.0": {
  1962. "type": "package",
  1963. "serviceable": true,
  1964. "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==",
  1965. "path": "system.security.cryptography.protecteddata/4.7.0",
  1966. "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512"
  1967. },
  1968. "System.Security.Permissions/4.7.0": {
  1969. "type": "package",
  1970. "serviceable": true,
  1971. "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==",
  1972. "path": "system.security.permissions/4.7.0",
  1973. "hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
  1974. },
  1975. "System.Security.Principal.Windows/4.7.0": {
  1976. "type": "package",
  1977. "serviceable": true,
  1978. "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
  1979. "path": "system.security.principal.windows/4.7.0",
  1980. "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
  1981. },
  1982. "System.Text.Encoding/4.3.0": {
  1983. "type": "package",
  1984. "serviceable": true,
  1985. "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
  1986. "path": "system.text.encoding/4.3.0",
  1987. "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
  1988. },
  1989. "System.Text.Encoding.CodePages/6.0.0": {
  1990. "type": "package",
  1991. "serviceable": true,
  1992. "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
  1993. "path": "system.text.encoding.codepages/6.0.0",
  1994. "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
  1995. },
  1996. "System.Text.Encodings.Web/6.0.0": {
  1997. "type": "package",
  1998. "serviceable": true,
  1999. "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
  2000. "path": "system.text.encodings.web/6.0.0",
  2001. "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
  2002. },
  2003. "System.Text.Json/6.0.7": {
  2004. "type": "package",
  2005. "serviceable": true,
  2006. "sha512": "sha512-/Tf/9XjprpHolbcDOrxsKVYy/mUG/FS7aGd9YUgBVEiHeQH4kAE0T1sMbde7q6B5xcrNUsJ5iW7D1RvHudQNqA==",
  2007. "path": "system.text.json/6.0.7",
  2008. "hashPath": "system.text.json.6.0.7.nupkg.sha512"
  2009. },
  2010. "System.Text.RegularExpressions/4.3.0": {
  2011. "type": "package",
  2012. "serviceable": true,
  2013. "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
  2014. "path": "system.text.regularexpressions/4.3.0",
  2015. "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512"
  2016. },
  2017. "System.Threading/4.3.0": {
  2018. "type": "package",
  2019. "serviceable": true,
  2020. "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
  2021. "path": "system.threading/4.3.0",
  2022. "hashPath": "system.threading.4.3.0.nupkg.sha512"
  2023. },
  2024. "System.Threading.Tasks/4.3.0": {
  2025. "type": "package",
  2026. "serviceable": true,
  2027. "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
  2028. "path": "system.threading.tasks/4.3.0",
  2029. "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
  2030. },
  2031. "System.Threading.Tasks.Parallel/4.3.0": {
  2032. "type": "package",
  2033. "serviceable": true,
  2034. "sha512": "sha512-cbjBNZHf/vQCfcdhzx7knsiygoCKgxL8mZOeocXZn5gWhCdzHIq6bYNKWX0LAJCWYP7bds4yBK8p06YkP0oa0g==",
  2035. "path": "system.threading.tasks.parallel/4.3.0",
  2036. "hashPath": "system.threading.tasks.parallel.4.3.0.nupkg.sha512"
  2037. },
  2038. "System.Windows.Extensions/4.7.0": {
  2039. "type": "package",
  2040. "serviceable": true,
  2041. "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==",
  2042. "path": "system.windows.extensions/4.7.0",
  2043. "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
  2044. },
  2045. "BPA.NewKitChen.Manage.Comm/1.0.0": {
  2046. "type": "project",
  2047. "serviceable": false,
  2048. "sha512": ""
  2049. },
  2050. "BPA.NewKitChen.Manage.Core/1.0.0": {
  2051. "type": "project",
  2052. "serviceable": false,
  2053. "sha512": ""
  2054. }
  2055. }
  2056. }