AipGateway.API.Service.deps.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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. "Swashbuckle": "5.6.0",
  12. "Swashbuckle.AspNetCore": "6.5.0"
  13. },
  14. "runtime": {
  15. "AipGateway.API.Service.dll": {}
  16. }
  17. },
  18. "Microsoft.AspNet.WebApi.Client/4.0.20710": {
  19. "dependencies": {
  20. "Microsoft.Net.Http": "2.0.20710",
  21. "Newtonsoft.Json": "7.0.1"
  22. },
  23. "runtime": {
  24. "lib/net40/System.Net.Http.Formatting.dll": {
  25. "assemblyVersion": "4.0.0.0",
  26. "fileVersion": "4.0.20710.0"
  27. }
  28. }
  29. },
  30. "Microsoft.AspNet.WebApi.Core/4.0.20710": {
  31. "dependencies": {
  32. "Microsoft.AspNet.WebApi.Client": "4.0.20710"
  33. },
  34. "runtime": {
  35. "lib/net40/System.Web.Http.dll": {
  36. "assemblyVersion": "4.0.0.0",
  37. "fileVersion": "4.0.20710.0"
  38. }
  39. }
  40. },
  41. "Microsoft.AspNet.WebApi.WebHost/4.0.20710": {
  42. "dependencies": {
  43. "Microsoft.AspNet.WebApi.Core": "4.0.20710",
  44. "Microsoft.Web.Infrastructure": "1.0.0"
  45. },
  46. "runtime": {
  47. "lib/net40/System.Web.Http.WebHost.dll": {
  48. "assemblyVersion": "4.0.0.0",
  49. "fileVersion": "4.0.20710.0"
  50. }
  51. }
  52. },
  53. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
  54. "Microsoft.Net.Http/2.0.20710": {},
  55. "Microsoft.OpenApi/1.2.3": {
  56. "runtime": {
  57. "lib/netstandard2.0/Microsoft.OpenApi.dll": {
  58. "assemblyVersion": "1.2.3.0",
  59. "fileVersion": "1.2.3.0"
  60. }
  61. }
  62. },
  63. "Microsoft.Web.Infrastructure/1.0.0": {
  64. "runtime": {
  65. "lib/net40/Microsoft.Web.Infrastructure.dll": {
  66. "assemblyVersion": "1.0.0.0",
  67. "fileVersion": "1.0.20105.407"
  68. }
  69. }
  70. },
  71. "Newtonsoft.Json/7.0.1": {
  72. "runtime": {
  73. "lib/net45/Newtonsoft.Json.dll": {
  74. "assemblyVersion": "7.0.0.0",
  75. "fileVersion": "7.0.1.18622"
  76. }
  77. }
  78. },
  79. "Swashbuckle/5.6.0": {
  80. "dependencies": {
  81. "Microsoft.AspNet.WebApi.WebHost": "4.0.20710",
  82. "Swashbuckle.Core": "5.6.0",
  83. "WebActivatorEx": "2.0.0"
  84. }
  85. },
  86. "Swashbuckle.AspNetCore/6.5.0": {
  87. "dependencies": {
  88. "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
  89. "Swashbuckle.AspNetCore.Swagger": "6.5.0",
  90. "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
  91. "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
  92. }
  93. },
  94. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  95. "dependencies": {
  96. "Microsoft.OpenApi": "1.2.3"
  97. },
  98. "runtime": {
  99. "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": {
  100. "assemblyVersion": "6.5.0.0",
  101. "fileVersion": "6.5.0.0"
  102. }
  103. }
  104. },
  105. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  106. "dependencies": {
  107. "Swashbuckle.AspNetCore.Swagger": "6.5.0"
  108. },
  109. "runtime": {
  110. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
  111. "assemblyVersion": "6.5.0.0",
  112. "fileVersion": "6.5.0.0"
  113. }
  114. }
  115. },
  116. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  117. "runtime": {
  118. "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
  119. "assemblyVersion": "6.5.0.0",
  120. "fileVersion": "6.5.0.0"
  121. }
  122. }
  123. },
  124. "Swashbuckle.Core/5.6.0": {
  125. "dependencies": {
  126. "Microsoft.AspNet.WebApi.Core": "4.0.20710",
  127. "Newtonsoft.Json": "7.0.1"
  128. },
  129. "runtime": {
  130. "lib/net40/Swashbuckle.Core.dll": {
  131. "assemblyVersion": "1.0.0.0",
  132. "fileVersion": "1.0.0.0"
  133. }
  134. }
  135. },
  136. "WebActivatorEx/2.0.0": {
  137. "dependencies": {
  138. "Microsoft.Web.Infrastructure": "1.0.0"
  139. },
  140. "runtime": {
  141. "lib/net40/WebActivatorEx.dll": {
  142. "assemblyVersion": "2.0.0.0",
  143. "fileVersion": "2.0.0.0"
  144. }
  145. }
  146. }
  147. }
  148. },
  149. "libraries": {
  150. "AipGateway.API.Service/1.0.0": {
  151. "type": "project",
  152. "serviceable": false,
  153. "sha512": ""
  154. },
  155. "Microsoft.AspNet.WebApi.Client/4.0.20710": {
  156. "type": "package",
  157. "serviceable": true,
  158. "sha512": "sha512-BwFtW0cGr8tg02XalvF8MmznOpYrhquD2eXWI0oF3LLSqLMFoFkb8Pmke/7SnqkiNc+YfsaUqdXEKbjhv1Ctrw==",
  159. "path": "microsoft.aspnet.webapi.client/4.0.20710",
  160. "hashPath": "microsoft.aspnet.webapi.client.4.0.20710.nupkg.sha512"
  161. },
  162. "Microsoft.AspNet.WebApi.Core/4.0.20710": {
  163. "type": "package",
  164. "serviceable": true,
  165. "sha512": "sha512-ufD+tH4W7+eNsb4pzX5oFTDcgI6J3lffughFTkyLHPBZ+A4Eo+VncAxt3lbt9zxxbLHXIbgJHYRLvtgR5YEZAQ==",
  166. "path": "microsoft.aspnet.webapi.core/4.0.20710",
  167. "hashPath": "microsoft.aspnet.webapi.core.4.0.20710.nupkg.sha512"
  168. },
  169. "Microsoft.AspNet.WebApi.WebHost/4.0.20710": {
  170. "type": "package",
  171. "serviceable": true,
  172. "sha512": "sha512-Pqje5F4BJvnN6z2eSIuyCCZNJbIPap/4bYfvvHYy/kiYPj7+cFK+tgcSKWgITwk+6K8v+Bf3Et16DXQQuK+wEg==",
  173. "path": "microsoft.aspnet.webapi.webhost/4.0.20710",
  174. "hashPath": "microsoft.aspnet.webapi.webhost.4.0.20710.nupkg.sha512"
  175. },
  176. "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
  177. "type": "package",
  178. "serviceable": true,
  179. "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
  180. "path": "microsoft.extensions.apidescription.server/6.0.5",
  181. "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
  182. },
  183. "Microsoft.Net.Http/2.0.20710": {
  184. "type": "package",
  185. "serviceable": true,
  186. "sha512": "sha512-OsB/5QO9tYJRLYIgBOhRl4Tssh3pw7+UAO9tMGMBg63f98GfjsniVIwLWRC0vcRr/F6HLP/NvRlHyGBhtD7Bmw==",
  187. "path": "microsoft.net.http/2.0.20710",
  188. "hashPath": "microsoft.net.http.2.0.20710.nupkg.sha512"
  189. },
  190. "Microsoft.OpenApi/1.2.3": {
  191. "type": "package",
  192. "serviceable": true,
  193. "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
  194. "path": "microsoft.openapi/1.2.3",
  195. "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
  196. },
  197. "Microsoft.Web.Infrastructure/1.0.0": {
  198. "type": "package",
  199. "serviceable": true,
  200. "sha512": "sha512-FNmvLn5m2LTU/Rs2KWVo0SIIh9Ek+U0ojex7xeDaSHw/zgEP77A8vY5cVWgUtBGS8MJfDGNn8rpXJWEIQaPwTg==",
  201. "path": "microsoft.web.infrastructure/1.0.0",
  202. "hashPath": "microsoft.web.infrastructure.1.0.0.nupkg.sha512"
  203. },
  204. "Newtonsoft.Json/7.0.1": {
  205. "type": "package",
  206. "serviceable": true,
  207. "sha512": "sha512-q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==",
  208. "path": "newtonsoft.json/7.0.1",
  209. "hashPath": "newtonsoft.json.7.0.1.nupkg.sha512"
  210. },
  211. "Swashbuckle/5.6.0": {
  212. "type": "package",
  213. "serviceable": true,
  214. "sha512": "sha512-UAE91ynpgvwoUs8igq3k/D0HV+cHrGRGJR9cwIPGE08hHJenn24MR2vq1n6NYbDWEwAVm+RYUW+qIsO9p5Sn/Q==",
  215. "path": "swashbuckle/5.6.0",
  216. "hashPath": "swashbuckle.5.6.0.nupkg.sha512"
  217. },
  218. "Swashbuckle.AspNetCore/6.5.0": {
  219. "type": "package",
  220. "serviceable": true,
  221. "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
  222. "path": "swashbuckle.aspnetcore/6.5.0",
  223. "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
  224. },
  225. "Swashbuckle.AspNetCore.Swagger/6.5.0": {
  226. "type": "package",
  227. "serviceable": true,
  228. "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
  229. "path": "swashbuckle.aspnetcore.swagger/6.5.0",
  230. "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
  231. },
  232. "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
  233. "type": "package",
  234. "serviceable": true,
  235. "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
  236. "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
  237. "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
  238. },
  239. "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
  240. "type": "package",
  241. "serviceable": true,
  242. "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
  243. "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
  244. "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
  245. },
  246. "Swashbuckle.Core/5.6.0": {
  247. "type": "package",
  248. "serviceable": true,
  249. "sha512": "sha512-GhVWgtB8hCOxQhx7zLiiRyoi6flm7fNDDGILYHWktxLMkykRUz90fhmLRZECmnbvCcepFyROiw3phS1XorhdDg==",
  250. "path": "swashbuckle.core/5.6.0",
  251. "hashPath": "swashbuckle.core.5.6.0.nupkg.sha512"
  252. },
  253. "WebActivatorEx/2.0.0": {
  254. "type": "package",
  255. "serviceable": true,
  256. "sha512": "sha512-B3ZbOEaGCqa7BLjZZw6wqprOJJMvP39h7Lr5ADkJOCPKHppAaCre34kR63/gfgpM4htzTfgm/pEw7r7qqqMgIA==",
  257. "path": "webactivatorex/2.0.0",
  258. "hashPath": "webactivatorex.2.0.0.nupkg.sha512"
  259. }
  260. }
  261. }