ProviderApp.deps.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v10.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v10.0": {
  9. "ProviderApp/1.0.0": {
  10. "dependencies": {
  11. "EPPlus": "8.5.4",
  12. "Guna.UI2.WinForms": "2.0.4.7",
  13. "Npgsql": "10.0.2",
  14. "OxyPlot.WindowsForms": "2.2.0"
  15. },
  16. "runtime": {
  17. "ProviderApp.dll": {}
  18. }
  19. },
  20. "EPPlus/8.5.4": {
  21. "dependencies": {
  22. "EPPlus.Interfaces": "8.4.0",
  23. "Microsoft.Extensions.Configuration.Json": "10.0.7",
  24. "Microsoft.IO.RecyclableMemoryStream": "3.0.1"
  25. },
  26. "runtime": {
  27. "lib/net10.0/EPPlus.dll": {
  28. "assemblyVersion": "8.5.4.0",
  29. "fileVersion": "8.5.4.0"
  30. }
  31. }
  32. },
  33. "EPPlus.Interfaces/8.4.0": {
  34. "runtime": {
  35. "lib/net10.0/EPPlus.Interfaces.dll": {
  36. "assemblyVersion": "8.4.0.0",
  37. "fileVersion": "8.4.0.0"
  38. }
  39. }
  40. },
  41. "Guna.UI2.WinForms/2.0.4.7": {
  42. "dependencies": {
  43. "System.Management": "7.0.0"
  44. },
  45. "runtime": {
  46. "lib/net7.0-windows7.0/Guna.UI2.dll": {
  47. "assemblyVersion": "2.0.4.7",
  48. "fileVersion": "2.0.4.7"
  49. }
  50. }
  51. },
  52. "Microsoft.Extensions.Configuration/10.0.7": {
  53. "dependencies": {
  54. "Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
  55. "Microsoft.Extensions.Primitives": "10.0.7"
  56. },
  57. "runtime": {
  58. "lib/net10.0/Microsoft.Extensions.Configuration.dll": {
  59. "assemblyVersion": "10.0.0.0",
  60. "fileVersion": "10.0.726.21808"
  61. }
  62. }
  63. },
  64. "Microsoft.Extensions.Configuration.Abstractions/10.0.7": {
  65. "dependencies": {
  66. "Microsoft.Extensions.Primitives": "10.0.7"
  67. },
  68. "runtime": {
  69. "lib/net10.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
  70. "assemblyVersion": "10.0.0.0",
  71. "fileVersion": "10.0.726.21808"
  72. }
  73. }
  74. },
  75. "Microsoft.Extensions.Configuration.FileExtensions/10.0.7": {
  76. "dependencies": {
  77. "Microsoft.Extensions.Configuration": "10.0.7",
  78. "Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
  79. "Microsoft.Extensions.FileProviders.Abstractions": "10.0.7",
  80. "Microsoft.Extensions.FileProviders.Physical": "10.0.7",
  81. "Microsoft.Extensions.Primitives": "10.0.7"
  82. },
  83. "runtime": {
  84. "lib/net10.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
  85. "assemblyVersion": "10.0.0.0",
  86. "fileVersion": "10.0.726.21808"
  87. }
  88. }
  89. },
  90. "Microsoft.Extensions.Configuration.Json/10.0.7": {
  91. "dependencies": {
  92. "Microsoft.Extensions.Configuration": "10.0.7",
  93. "Microsoft.Extensions.Configuration.Abstractions": "10.0.7",
  94. "Microsoft.Extensions.Configuration.FileExtensions": "10.0.7",
  95. "Microsoft.Extensions.FileProviders.Abstractions": "10.0.7"
  96. },
  97. "runtime": {
  98. "lib/net10.0/Microsoft.Extensions.Configuration.Json.dll": {
  99. "assemblyVersion": "10.0.0.0",
  100. "fileVersion": "10.0.726.21808"
  101. }
  102. }
  103. },
  104. "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
  105. "runtime": {
  106. "lib/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
  107. "assemblyVersion": "10.0.0.0",
  108. "fileVersion": "10.0.25.52411"
  109. }
  110. }
  111. },
  112. "Microsoft.Extensions.FileProviders.Abstractions/10.0.7": {
  113. "dependencies": {
  114. "Microsoft.Extensions.Primitives": "10.0.7"
  115. },
  116. "runtime": {
  117. "lib/net10.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
  118. "assemblyVersion": "10.0.0.0",
  119. "fileVersion": "10.0.726.21808"
  120. }
  121. }
  122. },
  123. "Microsoft.Extensions.FileProviders.Physical/10.0.7": {
  124. "dependencies": {
  125. "Microsoft.Extensions.FileProviders.Abstractions": "10.0.7",
  126. "Microsoft.Extensions.FileSystemGlobbing": "10.0.7",
  127. "Microsoft.Extensions.Primitives": "10.0.7"
  128. },
  129. "runtime": {
  130. "lib/net10.0/Microsoft.Extensions.FileProviders.Physical.dll": {
  131. "assemblyVersion": "10.0.0.0",
  132. "fileVersion": "10.0.726.21808"
  133. }
  134. }
  135. },
  136. "Microsoft.Extensions.FileSystemGlobbing/10.0.7": {
  137. "runtime": {
  138. "lib/net10.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
  139. "assemblyVersion": "10.0.0.0",
  140. "fileVersion": "10.0.726.21808"
  141. }
  142. }
  143. },
  144. "Microsoft.Extensions.Logging.Abstractions/10.0.0": {
  145. "dependencies": {
  146. "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0"
  147. },
  148. "runtime": {
  149. "lib/net10.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  150. "assemblyVersion": "10.0.0.0",
  151. "fileVersion": "10.0.25.52411"
  152. }
  153. }
  154. },
  155. "Microsoft.Extensions.Primitives/10.0.7": {
  156. "runtime": {
  157. "lib/net10.0/Microsoft.Extensions.Primitives.dll": {
  158. "assemblyVersion": "10.0.0.0",
  159. "fileVersion": "10.0.726.21808"
  160. }
  161. }
  162. },
  163. "Microsoft.IO.RecyclableMemoryStream/3.0.1": {
  164. "runtime": {
  165. "lib/net6.0/Microsoft.IO.RecyclableMemoryStream.dll": {
  166. "assemblyVersion": "3.0.1.0",
  167. "fileVersion": "3.0.1.0"
  168. }
  169. }
  170. },
  171. "Npgsql/10.0.2": {
  172. "dependencies": {
  173. "Microsoft.Extensions.Logging.Abstractions": "10.0.0"
  174. },
  175. "runtime": {
  176. "lib/net10.0/Npgsql.dll": {
  177. "assemblyVersion": "10.0.2.0",
  178. "fileVersion": "10.0.2.0"
  179. }
  180. }
  181. },
  182. "OxyPlot.Core/2.2.0": {
  183. "runtime": {
  184. "lib/net8.0/OxyPlot.dll": {
  185. "assemblyVersion": "2.2.0.0",
  186. "fileVersion": "2.2.0.0"
  187. }
  188. }
  189. },
  190. "OxyPlot.WindowsForms/2.2.0": {
  191. "dependencies": {
  192. "OxyPlot.Core": "2.2.0"
  193. },
  194. "runtime": {
  195. "lib/net8.0-windows7.0/OxyPlot.WindowsForms.dll": {
  196. "assemblyVersion": "2.2.0.0",
  197. "fileVersion": "2.2.0.0"
  198. }
  199. }
  200. },
  201. "System.Management/7.0.0": {
  202. "runtime": {
  203. "lib/net7.0/System.Management.dll": {
  204. "assemblyVersion": "4.0.0.0",
  205. "fileVersion": "7.0.22.51805"
  206. }
  207. },
  208. "runtimeTargets": {
  209. "runtimes/win/lib/net7.0/System.Management.dll": {
  210. "rid": "win",
  211. "assetType": "runtime",
  212. "assemblyVersion": "4.0.0.0",
  213. "fileVersion": "7.0.22.51805"
  214. }
  215. }
  216. }
  217. }
  218. },
  219. "libraries": {
  220. "ProviderApp/1.0.0": {
  221. "type": "project",
  222. "serviceable": false,
  223. "sha512": ""
  224. },
  225. "EPPlus/8.5.4": {
  226. "type": "package",
  227. "serviceable": true,
  228. "sha512": "sha512-dHIYNqU4MDbkZPNyCF76bcQPSbx7/WhgDZw5hmDgGzRB1wn9+q/TMy4LC5gw00DamlqiWRnw4AVUXMdV1mGtOg==",
  229. "path": "epplus/8.5.4",
  230. "hashPath": "epplus.8.5.4.nupkg.sha512"
  231. },
  232. "EPPlus.Interfaces/8.4.0": {
  233. "type": "package",
  234. "serviceable": true,
  235. "sha512": "sha512-QaEzDFG2vcQMPqUmoWv0vBTObtH8hffQmyDr2WkqRYF/nFSn2pkdBB4vudcd/EIv0N8M3P1fzzkPQgEWsFnUmA==",
  236. "path": "epplus.interfaces/8.4.0",
  237. "hashPath": "epplus.interfaces.8.4.0.nupkg.sha512"
  238. },
  239. "Guna.UI2.WinForms/2.0.4.7": {
  240. "type": "package",
  241. "serviceable": true,
  242. "sha512": "sha512-8BdBYsfnntuICbFMHIZsd5morwURN8Ucsvq7wJeyLV1Z1ze6CAIxVKEirufgjGIiXfF0M0sCr9EVFloZSazWew==",
  243. "path": "guna.ui2.winforms/2.0.4.7",
  244. "hashPath": "guna.ui2.winforms.2.0.4.7.nupkg.sha512"
  245. },
  246. "Microsoft.Extensions.Configuration/10.0.7": {
  247. "type": "package",
  248. "serviceable": true,
  249. "sha512": "sha512-wZbGh7J8R1vXN525O6d8dlcDTxhRTnd5MyW4LdfP5S0tSnTwTCseYSrq6g0Mxh7W9xn8P/2xPuf0D/m6k2dy2w==",
  250. "path": "microsoft.extensions.configuration/10.0.7",
  251. "hashPath": "microsoft.extensions.configuration.10.0.7.nupkg.sha512"
  252. },
  253. "Microsoft.Extensions.Configuration.Abstractions/10.0.7": {
  254. "type": "package",
  255. "serviceable": true,
  256. "sha512": "sha512-t56nEgvECcyLPojZIUFWJknQQDAbgfTf9J+QMYJE1YYvVgz69vN6B/AKL8Grvj3Lcnp8kTpNqwmwFhb3YLJmtQ==",
  257. "path": "microsoft.extensions.configuration.abstractions/10.0.7",
  258. "hashPath": "microsoft.extensions.configuration.abstractions.10.0.7.nupkg.sha512"
  259. },
  260. "Microsoft.Extensions.Configuration.FileExtensions/10.0.7": {
  261. "type": "package",
  262. "serviceable": true,
  263. "sha512": "sha512-qbZLvLsoTdArSloEnSxs21P781YUmwVmHc5NJPQD/ezAreQ7884z+6QfAZVKi86WAZtzx83jK2uC4itxOM44gQ==",
  264. "path": "microsoft.extensions.configuration.fileextensions/10.0.7",
  265. "hashPath": "microsoft.extensions.configuration.fileextensions.10.0.7.nupkg.sha512"
  266. },
  267. "Microsoft.Extensions.Configuration.Json/10.0.7": {
  268. "type": "package",
  269. "serviceable": true,
  270. "sha512": "sha512-64dimvyyKk0dbUbrLg/YCv4ugJ4sVz2aXLwfvZwR1EC4tJqW9ru/oVRcXwoJRa2lQGXtYtlpk4maWOeIb48tQw==",
  271. "path": "microsoft.extensions.configuration.json/10.0.7",
  272. "hashPath": "microsoft.extensions.configuration.json.10.0.7.nupkg.sha512"
  273. },
  274. "Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0": {
  275. "type": "package",
  276. "serviceable": true,
  277. "sha512": "sha512-L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==",
  278. "path": "microsoft.extensions.dependencyinjection.abstractions/10.0.0",
  279. "hashPath": "microsoft.extensions.dependencyinjection.abstractions.10.0.0.nupkg.sha512"
  280. },
  281. "Microsoft.Extensions.FileProviders.Abstractions/10.0.7": {
  282. "type": "package",
  283. "serviceable": true,
  284. "sha512": "sha512-teioDgVpi8L186wUfrXQV1YuBt6lCSPmFZiMZo53+FZxHFjOV+f4GXo4LXgJ273Mku9//AdXWVjk9J7eJP6inw==",
  285. "path": "microsoft.extensions.fileproviders.abstractions/10.0.7",
  286. "hashPath": "microsoft.extensions.fileproviders.abstractions.10.0.7.nupkg.sha512"
  287. },
  288. "Microsoft.Extensions.FileProviders.Physical/10.0.7": {
  289. "type": "package",
  290. "serviceable": true,
  291. "sha512": "sha512-zhgWg/i0ECj5v0jLFBSZHplvc5ygCI91DR4nne+BP4XAKF5ycz0pEKnFiTw8C1jCABJEZsnBZh6pXAvn71kFmw==",
  292. "path": "microsoft.extensions.fileproviders.physical/10.0.7",
  293. "hashPath": "microsoft.extensions.fileproviders.physical.10.0.7.nupkg.sha512"
  294. },
  295. "Microsoft.Extensions.FileSystemGlobbing/10.0.7": {
  296. "type": "package",
  297. "serviceable": true,
  298. "sha512": "sha512-NTUspqB+vH9g4wAD6KPOBx01xqYuKXR/cHXm449zpbq1GqfjdAxBmg7eJXrNsPw7SKwIdT2cJ05GxYVvc+lvsA==",
  299. "path": "microsoft.extensions.filesystemglobbing/10.0.7",
  300. "hashPath": "microsoft.extensions.filesystemglobbing.10.0.7.nupkg.sha512"
  301. },
  302. "Microsoft.Extensions.Logging.Abstractions/10.0.0": {
  303. "type": "package",
  304. "serviceable": true,
  305. "sha512": "sha512-FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==",
  306. "path": "microsoft.extensions.logging.abstractions/10.0.0",
  307. "hashPath": "microsoft.extensions.logging.abstractions.10.0.0.nupkg.sha512"
  308. },
  309. "Microsoft.Extensions.Primitives/10.0.7": {
  310. "type": "package",
  311. "serviceable": true,
  312. "sha512": "sha512-D5M0Jr551iTgwkZMN9rm0pSkgNLj5quUWQUmQPMZh7k/bnvZTnXRGfE2KuvXf1EEjt/ofD9yw9IumpgdP9QCnw==",
  313. "path": "microsoft.extensions.primitives/10.0.7",
  314. "hashPath": "microsoft.extensions.primitives.10.0.7.nupkg.sha512"
  315. },
  316. "Microsoft.IO.RecyclableMemoryStream/3.0.1": {
  317. "type": "package",
  318. "serviceable": true,
  319. "sha512": "sha512-s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g==",
  320. "path": "microsoft.io.recyclablememorystream/3.0.1",
  321. "hashPath": "microsoft.io.recyclablememorystream.3.0.1.nupkg.sha512"
  322. },
  323. "Npgsql/10.0.2": {
  324. "type": "package",
  325. "serviceable": true,
  326. "sha512": "sha512-q5RfBI+wywJSFUNDE1L4ZbHEHCFTblo8Uf6A6oe4feOUFYiUQXyAf9GBh5qEZpvJaHiEbpBPkQumjEhXCJxdrg==",
  327. "path": "npgsql/10.0.2",
  328. "hashPath": "npgsql.10.0.2.nupkg.sha512"
  329. },
  330. "OxyPlot.Core/2.2.0": {
  331. "type": "package",
  332. "serviceable": true,
  333. "sha512": "sha512-QhXNdXR5FPpro/VoLx3BOp6AhQo7YrbfmWEZ9cgY+pnYM7RYORZjnu+aDMA8ka9A1r8hLkX//NbCPZNUv+l8qA==",
  334. "path": "oxyplot.core/2.2.0",
  335. "hashPath": "oxyplot.core.2.2.0.nupkg.sha512"
  336. },
  337. "OxyPlot.WindowsForms/2.2.0": {
  338. "type": "package",
  339. "serviceable": true,
  340. "sha512": "sha512-jkveaQ7d3PanUP6OKaZ+IXFPuwpyabifPQiQZ40pQls8Tuedf0mUZ8JcLkMltK5Jkj/JRwGP2cNn1oJ8NwaV3A==",
  341. "path": "oxyplot.windowsforms/2.2.0",
  342. "hashPath": "oxyplot.windowsforms.2.2.0.nupkg.sha512"
  343. },
  344. "System.Management/7.0.0": {
  345. "type": "package",
  346. "serviceable": true,
  347. "sha512": "sha512-A4jed4QUviDOm7fJNKAJObEAEkEUXmkGL/w0iyCYTzrl1rezTj8LGFHfsVst4Vb9JwFcTpboiDrvdST48avBpw==",
  348. "path": "system.management/7.0.0",
  349. "hashPath": "system.management.7.0.0.nupkg.sha512"
  350. }
  351. }
  352. }