AipGateway.AIP.Service.deps.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v8.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v8.0": {
  9. "AipGateway.AIP.Service/1.0.0": {
  10. "dependencies": {
  11. "AipGateway.AIP": "1.0.0"
  12. },
  13. "runtime": {
  14. "AipGateway.AIP.Service.dll": {}
  15. }
  16. },
  17. "log4net/2.0.17": {
  18. "dependencies": {
  19. "System.Configuration.ConfigurationManager": "4.5.0"
  20. },
  21. "runtime": {
  22. "lib/netstandard2.0/log4net.dll": {
  23. "assemblyVersion": "2.0.17.0",
  24. "fileVersion": "2.0.17.0"
  25. }
  26. }
  27. },
  28. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  29. "dependencies": {
  30. "Microsoft.Extensions.Primitives": "8.0.0"
  31. }
  32. },
  33. "Microsoft.Extensions.Primitives/8.0.0": {},
  34. "Microsoft.Identity.Client/4.61.3": {
  35. "dependencies": {
  36. "Microsoft.IdentityModel.Abstractions": "6.35.0",
  37. "System.Diagnostics.DiagnosticSource": "6.0.1"
  38. },
  39. "runtime": {
  40. "lib/net6.0/Microsoft.Identity.Client.dll": {
  41. "assemblyVersion": "4.61.3.0",
  42. "fileVersion": "4.61.3.0"
  43. }
  44. }
  45. },
  46. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  47. "dependencies": {
  48. "Microsoft.Identity.Client": "4.61.3",
  49. "System.Security.Cryptography.ProtectedData": "4.5.0"
  50. },
  51. "runtime": {
  52. "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
  53. "assemblyVersion": "4.61.3.0",
  54. "fileVersion": "4.61.3.0"
  55. }
  56. }
  57. },
  58. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  59. "runtime": {
  60. "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
  61. "assemblyVersion": "6.35.0.0",
  62. "fileVersion": "6.35.0.41201"
  63. }
  64. }
  65. },
  66. "Microsoft.InformationProtection.File/1.14.128": {
  67. "runtime": {
  68. "lib/netstandard2.0/Microsoft.InformationProtection.dll": {
  69. "assemblyVersion": "1.14.128.0",
  70. "fileVersion": "1.14.128.0"
  71. }
  72. }
  73. },
  74. "Microsoft.NETCore.Platforms/2.0.0": {},
  75. "Serilog/4.0.0": {
  76. "runtime": {
  77. "lib/net8.0/Serilog.dll": {
  78. "assemblyVersion": "4.0.0.0",
  79. "fileVersion": "4.0.0.0"
  80. }
  81. }
  82. },
  83. "System.Configuration.ConfigurationManager/4.5.0": {
  84. "dependencies": {
  85. "System.Security.Cryptography.ProtectedData": "4.5.0",
  86. "System.Security.Permissions": "4.5.0"
  87. },
  88. "runtime": {
  89. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  90. "assemblyVersion": "4.0.1.0",
  91. "fileVersion": "4.6.26515.6"
  92. }
  93. }
  94. },
  95. "System.Diagnostics.DiagnosticSource/6.0.1": {
  96. "dependencies": {
  97. "System.Runtime.CompilerServices.Unsafe": "6.0.0"
  98. }
  99. },
  100. "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
  101. "System.Security.AccessControl/4.5.0": {
  102. "dependencies": {
  103. "Microsoft.NETCore.Platforms": "2.0.0",
  104. "System.Security.Principal.Windows": "4.5.0"
  105. }
  106. },
  107. "System.Security.Cryptography.ProtectedData/4.5.0": {
  108. "runtime": {
  109. "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  110. "assemblyVersion": "4.0.3.0",
  111. "fileVersion": "4.6.26515.6"
  112. }
  113. },
  114. "runtimeTargets": {
  115. "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
  116. "rid": "win",
  117. "assetType": "runtime",
  118. "assemblyVersion": "4.0.3.0",
  119. "fileVersion": "4.6.26515.6"
  120. }
  121. }
  122. },
  123. "System.Security.Permissions/4.5.0": {
  124. "dependencies": {
  125. "System.Security.AccessControl": "4.5.0"
  126. },
  127. "runtime": {
  128. "lib/netstandard2.0/System.Security.Permissions.dll": {
  129. "assemblyVersion": "4.0.1.0",
  130. "fileVersion": "4.6.26515.6"
  131. }
  132. }
  133. },
  134. "System.Security.Principal.Windows/4.5.0": {
  135. "dependencies": {
  136. "Microsoft.NETCore.Platforms": "2.0.0"
  137. }
  138. },
  139. "AipGateway.AIP/1.0.0": {
  140. "dependencies": {
  141. "Microsoft.Extensions.Configuration.Abstractions": "8.0.0",
  142. "Microsoft.Identity.Client": "4.61.3",
  143. "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
  144. "Microsoft.InformationProtection.File": "1.14.128",
  145. "Serilog": "4.0.0",
  146. "log4net": "2.0.17"
  147. },
  148. "runtime": {
  149. "AipGateway.AIP.dll": {}
  150. }
  151. }
  152. }
  153. },
  154. "libraries": {
  155. "AipGateway.AIP.Service/1.0.0": {
  156. "type": "project",
  157. "serviceable": false,
  158. "sha512": ""
  159. },
  160. "log4net/2.0.17": {
  161. "type": "package",
  162. "serviceable": true,
  163. "sha512": "sha512-qnnDf/ubJzwm2i1xH7nRMjEDoD+ctse7nZDqb+p7L1PvZc6ykpMoEesWr1/9hFqlsbII2v9e8yyQHJhoDQh7ZA==",
  164. "path": "log4net/2.0.17",
  165. "hashPath": "log4net.2.0.17.nupkg.sha512"
  166. },
  167. "Microsoft.Extensions.Configuration.Abstractions/8.0.0": {
  168. "type": "package",
  169. "serviceable": true,
  170. "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==",
  171. "path": "microsoft.extensions.configuration.abstractions/8.0.0",
  172. "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512"
  173. },
  174. "Microsoft.Extensions.Primitives/8.0.0": {
  175. "type": "package",
  176. "serviceable": true,
  177. "sha512": "sha512-bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==",
  178. "path": "microsoft.extensions.primitives/8.0.0",
  179. "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512"
  180. },
  181. "Microsoft.Identity.Client/4.61.3": {
  182. "type": "package",
  183. "serviceable": true,
  184. "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
  185. "path": "microsoft.identity.client/4.61.3",
  186. "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
  187. },
  188. "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
  189. "type": "package",
  190. "serviceable": true,
  191. "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
  192. "path": "microsoft.identity.client.extensions.msal/4.61.3",
  193. "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
  194. },
  195. "Microsoft.IdentityModel.Abstractions/6.35.0": {
  196. "type": "package",
  197. "serviceable": true,
  198. "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
  199. "path": "microsoft.identitymodel.abstractions/6.35.0",
  200. "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
  201. },
  202. "Microsoft.InformationProtection.File/1.14.128": {
  203. "type": "package",
  204. "serviceable": true,
  205. "sha512": "sha512-ZetXGuHtHUra2nOKILuZUTyvFzLmRbWSAfReZCp1ZC7OvkUcHeA8DX+tBlpQL1YZfWj3f5tRdo1xl4f05l6e0Q==",
  206. "path": "microsoft.informationprotection.file/1.14.128",
  207. "hashPath": "microsoft.informationprotection.file.1.14.128.nupkg.sha512"
  208. },
  209. "Microsoft.NETCore.Platforms/2.0.0": {
  210. "type": "package",
  211. "serviceable": true,
  212. "sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
  213. "path": "microsoft.netcore.platforms/2.0.0",
  214. "hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
  215. },
  216. "Serilog/4.0.0": {
  217. "type": "package",
  218. "serviceable": true,
  219. "sha512": "sha512-2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw==",
  220. "path": "serilog/4.0.0",
  221. "hashPath": "serilog.4.0.0.nupkg.sha512"
  222. },
  223. "System.Configuration.ConfigurationManager/4.5.0": {
  224. "type": "package",
  225. "serviceable": true,
  226. "sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
  227. "path": "system.configuration.configurationmanager/4.5.0",
  228. "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
  229. },
  230. "System.Diagnostics.DiagnosticSource/6.0.1": {
  231. "type": "package",
  232. "serviceable": true,
  233. "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==",
  234. "path": "system.diagnostics.diagnosticsource/6.0.1",
  235. "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512"
  236. },
  237. "System.Runtime.CompilerServices.Unsafe/6.0.0": {
  238. "type": "package",
  239. "serviceable": true,
  240. "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
  241. "path": "system.runtime.compilerservices.unsafe/6.0.0",
  242. "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
  243. },
  244. "System.Security.AccessControl/4.5.0": {
  245. "type": "package",
  246. "serviceable": true,
  247. "sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
  248. "path": "system.security.accesscontrol/4.5.0",
  249. "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
  250. },
  251. "System.Security.Cryptography.ProtectedData/4.5.0": {
  252. "type": "package",
  253. "serviceable": true,
  254. "sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
  255. "path": "system.security.cryptography.protecteddata/4.5.0",
  256. "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
  257. },
  258. "System.Security.Permissions/4.5.0": {
  259. "type": "package",
  260. "serviceable": true,
  261. "sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
  262. "path": "system.security.permissions/4.5.0",
  263. "hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
  264. },
  265. "System.Security.Principal.Windows/4.5.0": {
  266. "type": "package",
  267. "serviceable": true,
  268. "sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
  269. "path": "system.security.principal.windows/4.5.0",
  270. "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
  271. },
  272. "AipGateway.AIP/1.0.0": {
  273. "type": "project",
  274. "serviceable": false,
  275. "sha512": ""
  276. }
  277. }
  278. }