基础服务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.
 
 

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