AipGateway.API.Service.deps.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "AipGateway.API.Service/1.0.0": {
  10. "dependencies": {
  11. "AipGateway.AIP": "1.0.0",
  12. "AipGateway.Common": "1.0.0",
  13. "AipGateway.DRM": "1.0.0",
  14. "AipGateway.Log": "1.0.0",
  15. "AipGateway.Test": "1.0.0",
  16. "AipGateway.Viewer": "1.0.0",
  17. "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4",
  18. "Microsoft.Identity.Client": "4.60.3",
  19. "Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
  20. "Microsoft.InformationProtection.File": "1.14.128",
  21. "Serilog": "3.1.1",
  22. "Swashbuckle": "5.6.0",
  23. "Swashbuckle.AspNetCore": "6.5.0"
  24. },
  25. "runtime": {
  26. "AipGateway.API.Service.dll": {}
  27. }
  28. },
  29. "Microsoft.AspNet.WebApi.Client/4.0.20710": {
  30. "dependencies": {
  31. "Microsoft.Net.Http": "2.0.20710",
  32. "Newtonsoft.Json": "13.0.3"
  33. },
  34. "runtime": {
  35. "lib/net40/System.Net.Http.Formatting.dll": {
  36. "assemblyVersion": "4.0.0.0",
  37. "fileVersion": "4.0.20710.0"
  38. }
  39. }
  40. },
  41. "Microsoft.AspNet.WebApi.Core/4.0.20710": {
  42. "dependencies": {
  43. "Microsoft.AspNet.WebApi.Client": "4.0.20710"
  44. },
  45. "runtime": {
  46. "lib/net40/System.Web.Http.dll": {
  47. "assemblyVersion": "4.0.0.0",
  48. "fileVersion": "4.0.20710.0"
  49. }
  50. }
  51. },
  52. "Microsoft.AspNet.WebApi.WebHost/4.0.20710": {
  53. "dependencies": {
  54. "Microsoft.AspNet.WebApi.Core": "4.0.20710",
  55. "Microsoft.Web.Infrastructure": "1.0.0"
  56. },
  57. "runtime": {
  58. "lib/net40/System.Web.Http.WebHost.dll": {
  59. "assemblyVersion": "4.0.0.0",
  60. "fileVersion": "4.0.20710.0"
  61. }
  62. }
  63. },
  64. "Microsoft.AspNetCore.JsonPatch/8.0.4": {
  65. "dependencies": {
  66. "Microsoft.CSharp": "4.7.0",
  67. "Newtonsoft.Json": "13.0.3"
  68. },
  69. "runtime": {
  70. "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": {
  71. "assemblyVersion": "8.0.4.0",
  72. "fileVersion": "8.0.424.17014"
  73. }
  74. }
  75. },
  76. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": {
  77. "dependencies": {
  78. "Microsoft.AspNetCore.JsonPatch": "8.0.4",
  79. "Newtonsoft.Json": "13.0.3",
  80. "Newtonsoft.Json.Bson": "1.0.2"
  81. },
  82. "runtime": {
  83. "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": {
  84. "assemblyVersion": "8.0.4.0",
  85. "fileVersion": "8.0.424.17014"
  86. }
  87. }
  88. },
  89. "Microsoft.CSharp/4.7.0": {},
  90. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
  91. "Microsoft.Identity.Client/4.60.3": {
  92. "dependencies": {
  93. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  94. "System.Diagnostics.DiagnosticSource": "6.0.1"
  95. },
  96. "runtime": {
  97. "lib/net6.0/Microsoft.Identity.Client.dll": {
  98. "assemblyVersion": "4.60.3.0",
  99. "fileVersion": "4.60.3.0"
  100. }
  101. }
  102. },
  103. "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
  104. "dependencies": {
  105. "Microsoft.Identity.Client": "4.60.3",
  106. "System.Security.Cryptography.ProtectedData": "8.0.0"
  107. },
  108. "runtime": {
  109. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  110. "assemblyVersion": "4.60.3.0",
  111. "fileVersion": "4.60.3.0"
  112. }
  113. }
  114. },
  115. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  116. "runtime": {
  117. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  118. "assemblyVersion": "6.35.0.0",
  119. "fileVersion": "6.35.0.41201"
  120. }
  121. }
  122. },
  123. "Microsoft.InformationProtection.File/1.14.128": {
  124. "runtime": {
  125. "lib/netstandard2.0/Microsoft.InformationProtection.dll": {
  126. "assemblyVersion": "1.14.128.0",
  127. "fileVersion": "1.14.128.0"
  128. }
  129. }
  130. },
  131. "Microsoft.Net.Http/2.0.20710": {},
  132. "Microsoft.OpenApi/1.2.3": {
  133. "runtime": {
  134. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  135. "assemblyVersion": "1.2.3.0",
  136. "fileVersion": "1.2.3.0"
  137. }
  138. }
  139. },
  140. "Microsoft.Web.Infrastructure/1.0.0": {
  141. "runtime": {
  142. "lib/net40/Microsoft.Web.Infrastructure.dll": {
  143. "assemblyVersion": "1.0.0.0",
  144. "fileVersion": "1.0.20105.407"
  145. }
  146. }
  147. },
  148. "Newtonsoft.Json/13.0.3": {
  149. "runtime": {
  150. "lib/net6.0/Newtonsoft.Json.dll": {
  151. "assemblyVersion": "13.0.0.0",
  152. "fileVersion": "13.0.3.27908"
  153. }
  154. }
  155. },
  156. "Newtonsoft.Json.Bson/1.0.2": {
  157. "dependencies": {
  158. "Newtonsoft.Json": "13.0.3"
  159. },
  160. "runtime": {
  161. "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": {
  162. "assemblyVersion": "1.0.0.0",
  163. "fileVersion": "1.0.2.22727"
  164. }
  165. }
  166. },
  167. "Serilog/3.1.1": {
  168. "runtime": {
  169. "lib/net7.0/Serilog.dll": {
  170. "assemblyVersion": "2.0.0.0",
  171. "fileVersion": "3.1.1.0"
  172. }
  173. }
  174. },
  175. "Swashbuckle/5.6.0": {
  176. "dependencies": {
  177. "Microsoft.AspNet.WebApi.WebHost": "4.0.20710",
  178. "Swashbuckle.Core": "5.6.0",
  179. "WebActivatorEx": "2.0.0"
  180. }
  181. },
  182. "Swashbuckle.AspNetCore/6.5.0": {
  183. "dependencies": {
  184. "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
  185. "Swashbuckle.AspNetCore.Swagger": "6.5.0",
  186. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  187. "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
  188. }
  189. },
  190. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  191. "dependencies": {
  192. "Microsoft.OpenApi": "1.2.3"
  193. },
  194. "runtime": {
  195. "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": {
  196. "assemblyVersion": "6.5.0.0",
  197. "fileVersion": "6.5.0.0"
  198. }
  199. }
  200. },
  201. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  202. "dependencies": {
  203. "Swashbuckle.AspNetCore.Swagger": "6.5.0"
  204. },
  205. "runtime": {
  206. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  207. "assemblyVersion": "6.5.0.0",
  208. "fileVersion": "6.5.0.0"
  209. }
  210. }
  211. },
  212. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  213. "runtime": {
  214. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  215. "assemblyVersion": "6.5.0.0",
  216. "fileVersion": "6.5.0.0"
  217. }
  218. }
  219. },
  220. "Swashbuckle.Core/5.6.0": {
  221. "dependencies": {
  222. "Microsoft.AspNet.WebApi.Core": "4.0.20710",
  223. "Newtonsoft.Json": "13.0.3"
  224. },
  225. "runtime": {
  226. "lib/net40/Swashbuckle.Core.dll": {
  227. "assemblyVersion": "1.0.0.0",
  228. "fileVersion": "1.0.0.0"
  229. }
  230. }
  231. },
  232. "System.Configuration.ConfigurationManager/8.0.0": {
  233. "dependencies": {
  234. "System.Diagnostics.EventLog": "8.0.0",
  235. "System.Security.Cryptography.ProtectedData": "8.0.0"
  236. },
  237. "runtime": {
  238. "lib/net8.0/System.Configuration.ConfigurationManager.dll": {
  239. "assemblyVersion": "8.0.0.0",
  240. "fileVersion": "8.0.23.53103"
  241. }
  242. }
  243. },
  244. "System.Diagnostics.DiagnosticSource/6.0.1": {
  245. "dependencies": {
  246. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  247. }
  248. },
  249. "System.Diagnostics.EventLog/8.0.0": {},
  250. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  251. "System.Security.Cryptography.ProtectedData/8.0.0": {
  252. "runtime": {
  253. "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
  254. "assemblyVersion": "8.0.0.0",
  255. "fileVersion": "8.0.23.53103"
  256. }
  257. }
  258. },
  259. "WebActivatorEx/2.0.0": {
  260. "dependencies": {
  261. "Microsoft.Web.Infrastructure": "1.0.0"
  262. },
  263. "runtime": {
  264. "lib/net40/WebActivatorEx.dll": {
  265. "assemblyVersion": "2.0.0.0",
  266. "fileVersion": "2.0.0.0"
  267. }
  268. }
  269. },
  270. "AipGateway.AIP/1.0.0": {
  271. "dependencies": {
  272. "Microsoft.Identity.Client": "4.60.3",
  273. "Microsoft.Identity.Client.Extensions.Msal": "4.60.3",
  274. "Microsoft.InformationProtection.File": "1.14.128"
  275. },
  276. "runtime": {
  277. "AipGateway.AIP.dll": {}
  278. }
  279. },
  280. "AipGateway.Common/1.0.0": {
  281. "runtime": {
  282. "AipGateway.Common.dll": {}
  283. }
  284. },
  285. "AipGateway.DRM/1.0.0": {
  286. "runtime": {
  287. "AipGateway.DRM.dll": {}
  288. }
  289. },
  290. "AipGateway.Log/1.0.0": {
  291. "runtime": {
  292. "AipGateway.Log.dll": {}
  293. }
  294. },
  295. "AipGateway.Test/1.0.0": {
  296. "dependencies": {
  297. "AipGateway.AIP": "1.0.0",
  298. "System.Configuration.ConfigurationManager": "8.0.0"
  299. },
  300. "runtime": {
  301. "AipGateway.Test.exe": {}
  302. }
  303. },
  304. "AipGateway.Viewer/1.0.0": {
  305. "dependencies": {
  306. "AipGateway.AIP": "1.0.0",
  307. "System.Configuration.ConfigurationManager": "8.0.0"
  308. },
  309. "runtime": {
  310. "AipGateway.Viewer.exe": {}
  311. }
  312. }
  313. }
  314. },
  315. "libraries": {
  316. "AipGateway.API.Service/1.0.0": {
  317. "type": "project",
  318. "serviceable": false,
  319. "sha512": ""
  320. },
  321. "Microsoft.AspNet.WebApi.Client/4.0.20710": {
  322. "type": "package",
  323. "serviceable": true,
  324. "sha512": "sha512-BwFtW0cGr8tg02XalvF8MmznOpYrhquD2eXWI0oF3LLSqLMFoFkb8Pmke/7SnqkiNc+YfsaUqdXEKbjhv1Ctrw==",
  325. "path": "microsoft.aspnet.webapi.client/4.0.20710",
  326. "hashPath": "microsoft.aspnet.webapi.client.4.0.20710.nupkg.sha512"
  327. },
  328. "Microsoft.AspNet.WebApi.Core/4.0.20710": {
  329. "type": "package",
  330. "serviceable": true,
  331. "sha512": "sha512-ufD+tH4W7+eNsb4pzX5oFTDcgI6J3lffughFTkyLHPBZ+A4Eo+VncAxt3lbt9zxxbLHXIbgJHYRLvtgR5YEZAQ==",
  332. "path": "microsoft.aspnet.webapi.core/4.0.20710",
  333. "hashPath": "microsoft.aspnet.webapi.core.4.0.20710.nupkg.sha512"
  334. },
  335. "Microsoft.AspNet.WebApi.WebHost/4.0.20710": {
  336. "type": "package",
  337. "serviceable": true,
  338. "sha512": "sha512-Pqje5F4BJvnN6z2eSIuyCCZNJbIPap/4bYfvvHYy/kiYPj7+cFK+tgcSKWgITwk+6K8v+Bf3Et16DXQQuK+wEg==",
  339. "path": "microsoft.aspnet.webapi.webhost/4.0.20710",
  340. "hashPath": "microsoft.aspnet.webapi.webhost.4.0.20710.nupkg.sha512"
  341. },
  342. "Microsoft.AspNetCore.JsonPatch/8.0.4": {
  343. "type": "package",
  344. "serviceable": true,
  345. "sha512": "sha512-8iy7uza6GTuE5GadOryGfsGuA8xP1RTs16zqdXF5gM0b8iDfyNWnyDmatY5cZhXE1kJiko0S7s1T/gNFdIZ7Zg==",
  346. "path": "microsoft.aspnetcore.jsonpatch/8.0.4",
  347. "hashPath": "microsoft.aspnetcore.jsonpatch.8.0.4.nupkg.sha512"
  348. },
  349. "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": {
  350. "type": "package",
  351. "serviceable": true,
  352. "sha512": "sha512-lhJq0JjrlGZQwQoYrpVbokhb1AlgLGxI3QacSyKgCNOXTNwCi0pUnMR7NrfON20DkL90Kqqyl3wDrLbRaRgcsA==",
  353. "path": "microsoft.aspnetcore.mvc.newtonsoftjson/8.0.4",
  354. "hashPath": "microsoft.aspnetcore.mvc.newtonsoftjson.8.0.4.nupkg.sha512"
  355. },
  356. "Microsoft.CSharp/4.7.0": {
  357. "type": "package",
  358. "serviceable": true,
  359. "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
  360. "path": "microsoft.csharp/4.7.0",
  361. "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
  362. },
  363. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
  364. "type": "package",
  365. "serviceable": true,
  366. "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
  367. "path": "microsoft.extensions.apidescription.server/6.0.5",
  368. "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
  369. },
  370. "Microsoft.Identity.Client/4.60.3": {
  371. "type": "package",
  372. "serviceable": true,
  373. "sha512": "sha512-jve1RzmSpBhGlqMzPva6VfRbLMLZZc1Q8WRVZf8+iEruQkBgDTJPq8OeTehcY4GGYG1j6UB1xVofVE+n4BLDdw==",
  374. "path": "microsoft.identity.client/4.60.3",
  375. "hashPath": "microsoft.identity.client.4.60.3.nupkg.sha512"
  376. },
  377. "Microsoft.Identity.Client.Extensions.Msal/4.60.3": {
  378. "type": "package",
  379. "serviceable": true,
  380. "sha512": "sha512-X1Cz14/RbmlLshusE5u2zfG+5ul6ttgou19BZe5Mdw1qm6fgOI9/imBB2TIsx2UD7nkgd2+MCSzhbukZf7udeg==",
  381. "path": "microsoft.identity.client.extensions.msal/4.60.3",
  382. "hashPath": "microsoft.identity.client.extensions.msal.4.60.3.nupkg.sha512"
  383. },
  384. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  385. "type": "package",
  386. "serviceable": true,
  387. "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  388. "path": "microsoft.identitymodel.abstractions/6.35.0",
  389. "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
  390. },
  391. "Microsoft.InformationProtection.File/1.14.128": {
  392. "type": "package",
  393. "serviceable": true,
  394. "sha512": "sha512-ZetXGuHtHUra2nOKILuZUTyvFzLmRbWSAfReZCp1ZC7OvkUcHeA8DX+tBlpQL1YZfWj3f5tRdo1xl4f05l6e0Q==",
  395. "path": "microsoft.informationprotection.file/1.14.128",
  396. "hashPath": "microsoft.informationprotection.file.1.14.128.nupkg.sha512"
  397. },
  398. "Microsoft.Net.Http/2.0.20710": {
  399. "type": "package",
  400. "serviceable": true,
  401. "sha512": "sha512-OsB/5QO9tYJRLYIgBOhRl4Tssh3pw7+UAO9tMGMBg63f98GfjsniVIwLWRC0vcRr/F6HLP/NvRlHyGBhtD7Bmw==",
  402. "path": "microsoft.net.http/2.0.20710",
  403. "hashPath": "microsoft.net.http.2.0.20710.nupkg.sha512"
  404. },
  405. "Microsoft.OpenApi/1.2.3": {
  406. "type": "package",
  407. "serviceable": true,
  408. "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
  409. "path": "microsoft.openapi/1.2.3",
  410. "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
  411. },
  412. "Microsoft.Web.Infrastructure/1.0.0": {
  413. "type": "package",
  414. "serviceable": true,
  415. "sha512": "sha512-FNmvLn5m2LTU/Rs2KWVo0SIIh9Ek+U0ojex7xeDaSHw/zgEP77A8vY5cVWgUtBGS8MJfDGNn8rpXJWEIQaPwTg==",
  416. "path": "microsoft.web.infrastructure/1.0.0",
  417. "hashPath": "microsoft.web.infrastructure.1.0.0.nupkg.sha512"
  418. },
  419. "Newtonsoft.Json/13.0.3": {
  420. "type": "package",
  421. "serviceable": true,
  422. "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
  423. "path": "newtonsoft.json/13.0.3",
  424. "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
  425. },
  426. "Newtonsoft.Json.Bson/1.0.2": {
  427. "type": "package",
  428. "serviceable": true,
  429. "sha512": "sha512-QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==",
  430. "path": "newtonsoft.json.bson/1.0.2",
  431. "hashPath": "newtonsoft.json.bson.1.0.2.nupkg.sha512"
  432. },
  433. "Serilog/3.1.1": {
  434. "type": "package",
  435. "serviceable": true,
  436. "sha512": "sha512-P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A==",
  437. "path": "serilog/3.1.1",
  438. "hashPath": "serilog.3.1.1.nupkg.sha512"
  439. },
  440. "Swashbuckle/5.6.0": {
  441. "type": "package",
  442. "serviceable": true,
  443. "sha512": "sha512-UAE91ynpgvwoUs8igq3k/D0HV+cHrGRGJR9cwIPGE08hHJenn24MR2vq1n6NYbDWEwAVm+RYUW+qIsO9p5Sn/Q==",
  444. "path": "swashbuckle/5.6.0",
  445. "hashPath": "swashbuckle.5.6.0.nupkg.sha512"
  446. },
  447. "Swashbuckle.AspNetCore/6.5.0": {
  448. "type": "package",
  449. "serviceable": true,
  450. "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
  451. "path": "swashbuckle.aspnetcore/6.5.0",
  452. "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
  453. },
  454. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  455. "type": "package",
  456. "serviceable": true,
  457. "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
  458. "path": "swashbuckle.aspnetcore.swagger/6.5.0",
  459. "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
  460. },
  461. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  462. "type": "package",
  463. "serviceable": true,
  464. "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
  465. "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
  466. "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
  467. },
  468. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  469. "type": "package",
  470. "serviceable": true,
  471. "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
  472. "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
  473. "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
  474. },
  475. "Swashbuckle.Core/5.6.0": {
  476. "type": "package",
  477. "serviceable": true,
  478. "sha512": "sha512-GhVWgtB8hCOxQhx7zLiiRyoi6flm7fNDDGILYHWktxLMkykRUz90fhmLRZECmnbvCcepFyROiw3phS1XorhdDg==",
  479. "path": "swashbuckle.core/5.6.0",
  480. "hashPath": "swashbuckle.core.5.6.0.nupkg.sha512"
  481. },
  482. "System.Configuration.ConfigurationManager/8.0.0": {
  483. "type": "package",
  484. "serviceable": true,
  485. "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==",
  486. "path": "system.configuration.configurationmanager/8.0.0",
  487. "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512"
  488. },
  489. "System.Diagnostics.DiagnosticSource/6.0.1": {
  490. "type": "package",
  491. "serviceable": true,
  492. "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  493. "path": "system.diagnostics.diagnosticsource/6.0.1",
  494. "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
  495. },
  496. "System.Diagnostics.EventLog/8.0.0": {
  497. "type": "package",
  498. "serviceable": true,
  499. "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==",
  500. "path": "system.diagnostics.eventlog/8.0.0",
  501. "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512"
  502. },
  503. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  504. "type": "package",
  505. "serviceable": true,
  506. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  507. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  508. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  509. },
  510. "System.Security.Cryptography.ProtectedData/8.0.0": {
  511. "type": "package",
  512. "serviceable": true,
  513. "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
  514. "path": "system.security.cryptography.protecteddata/8.0.0",
  515. "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
  516. },
  517. "WebActivatorEx/2.0.0": {
  518. "type": "package",
  519. "serviceable": true,
  520. "sha512": "sha512-B3ZbOEaGCqa7BLjZZw6wqprOJJMvP39h7Lr5ADkJOCPKHppAaCre34kR63/gfgpM4htzTfgm/pEw7r7qqqMgIA==",
  521. "path": "webactivatorex/2.0.0",
  522. "hashPath": "webactivatorex.2.0.0.nupkg.sha512"
  523. },
  524. "AipGateway.AIP/1.0.0": {
  525. "type": "project",
  526. "serviceable": false,
  527. "sha512": ""
  528. },
  529. "AipGateway.Common/1.0.0": {
  530. "type": "project",
  531. "serviceable": false,
  532. "sha512": ""
  533. },
  534. "AipGateway.DRM/1.0.0": {
  535. "type": "project",
  536. "serviceable": false,
  537. "sha512": ""
  538. },
  539. "AipGateway.Log/1.0.0": {
  540. "type": "project",
  541. "serviceable": false,
  542. "sha512": ""
  543. },
  544. "AipGateway.Test/1.0.0": {
  545. "type": "project",
  546. "serviceable": false,
  547. "sha512": ""
  548. },
  549. "AipGateway.Viewer/1.0.0": {
  550. "type": "project",
  551. "serviceable": false,
  552. "sha512": ""
  553. }
  554. }
  555. }