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

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