NPOI.OpenXml4Net.deps.json 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v2.0/",
  4. "signature": "f3247252f71688b566c9b169cc236cfdfd2c9409"
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v2.0": {},
  9. ".NETStandard,Version=v2.0/": {
  10. "NPOI.OpenXml4Net/1.0.0": {
  11. "dependencies": {
  12. "NETStandard.Library": "2.0.3",
  13. "NPOI": "1.0.0",
  14. "SharpZipLib": "1.0.0",
  15. "System.Configuration.ConfigurationManager": "4.5.0",
  16. "System.Drawing.Common": "4.5.0"
  17. },
  18. "runtime": {
  19. "NPOI.OpenXml4Net.dll": {}
  20. }
  21. },
  22. "Microsoft.NETCore.Platforms/1.1.0": {},
  23. "NETStandard.Library/2.0.3": {
  24. "dependencies": {
  25. "Microsoft.NETCore.Platforms": "1.1.0"
  26. }
  27. },
  28. "SharpZipLib/1.0.0": {
  29. "runtime": {
  30. "lib/netstandard2.0/ICSharpCode.SharpZipLib.dll": {
  31. "assemblyVersion": "1.0.0.999",
  32. "fileVersion": "1.0.0.999"
  33. }
  34. }
  35. },
  36. "System.Buffers/4.4.0": {
  37. "runtime": {
  38. "lib/netstandard2.0/System.Buffers.dll": {
  39. "assemblyVersion": "4.0.2.0",
  40. "fileVersion": "4.6.25519.3"
  41. }
  42. }
  43. },
  44. "System.Configuration.ConfigurationManager/4.5.0": {
  45. "dependencies": {
  46. "System.Security.Cryptography.ProtectedData": "4.5.0",
  47. "System.Security.Permissions": "4.5.0"
  48. },
  49. "runtime": {
  50. "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
  51. "assemblyVersion": "4.0.1.0",
  52. "fileVersion": "4.6.26515.6"
  53. }
  54. }
  55. },
  56. "System.Drawing.Common/4.5.0": {
  57. "runtime": {
  58. "lib/netstandard2.0/System.Drawing.Common.dll": {
  59. "assemblyVersion": "4.0.0.0",
  60. "fileVersion": "4.6.26515.6"
  61. }
  62. }
  63. },
  64. "System.Memory/4.5.0": {
  65. "dependencies": {
  66. "System.Buffers": "4.4.0",
  67. "System.Numerics.Vectors": "4.4.0",
  68. "System.Runtime.CompilerServices.Unsafe": "4.5.0"
  69. },
  70. "runtime": {
  71. "lib/netstandard2.0/System.Memory.dll": {
  72. "assemblyVersion": "4.0.1.0",
  73. "fileVersion": "4.6.26515.6"
  74. }
  75. }
  76. },
  77. "System.Numerics.Vectors/4.4.0": {
  78. "runtime": {
  79. "lib/netstandard2.0/System.Numerics.Vectors.dll": {
  80. "assemblyVersion": "4.1.3.0",
  81. "fileVersion": "4.6.25519.3"
  82. }
  83. }
  84. },
  85. "System.Runtime.CompilerServices.Unsafe/4.5.0": {
  86. "runtime": {
  87. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  88. "assemblyVersion": "4.0.4.0",
  89. "fileVersion": "0.0.0.0"
  90. }
  91. }
  92. },
  93. "System.Security.AccessControl/4.5.0": {
  94. "dependencies": {
  95. "System.Security.Principal.Windows": "4.5.0"
  96. },
  97. "runtime": {
  98. "lib/netstandard2.0/System.Security.AccessControl.dll": {
  99. "assemblyVersion": "4.1.1.0",
  100. "fileVersion": "4.6.26515.6"
  101. }
  102. }
  103. },
  104. "System.Security.Cryptography.ProtectedData/4.5.0": {
  105. "dependencies": {
  106. "System.Memory": "4.5.0"
  107. },
  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. },
  115. "System.Security.Permissions/4.5.0": {
  116. "dependencies": {
  117. "System.Security.AccessControl": "4.5.0"
  118. },
  119. "runtime": {
  120. "lib/netstandard2.0/System.Security.Permissions.dll": {
  121. "assemblyVersion": "4.0.1.0",
  122. "fileVersion": "4.6.26515.6"
  123. }
  124. }
  125. },
  126. "System.Security.Principal.Windows/4.5.0": {
  127. "runtime": {
  128. "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
  129. "assemblyVersion": "4.1.1.0",
  130. "fileVersion": "4.6.26515.6"
  131. }
  132. }
  133. },
  134. "System.Text.Encoding.CodePages/4.5.0": {
  135. "dependencies": {
  136. "System.Runtime.CompilerServices.Unsafe": "4.5.0"
  137. },
  138. "runtime": {
  139. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  140. "assemblyVersion": "4.1.1.0",
  141. "fileVersion": "4.6.26515.6"
  142. }
  143. }
  144. },
  145. "NPOI/1.0.0": {
  146. "dependencies": {
  147. "SharpZipLib": "1.0.0",
  148. "System.Configuration.ConfigurationManager": "4.5.0",
  149. "System.Drawing.Common": "4.5.0",
  150. "System.Text.Encoding.CodePages": "4.5.0"
  151. },
  152. "runtime": {
  153. "NPOI.dll": {}
  154. }
  155. }
  156. }
  157. },
  158. "libraries": {
  159. "NPOI.OpenXml4Net/1.0.0": {
  160. "type": "project",
  161. "serviceable": false,
  162. "sha512": ""
  163. },
  164. "Microsoft.NETCore.Platforms/1.1.0": {
  165. "type": "package",
  166. "serviceable": true,
  167. "sha512": "sha512-bLpT1f/SFlO1CzqXG12KnJzpZs6lv24uX2Rzi4Fmm0noJpNlnWRVryuO3yK18Ca04t/YHcO1e1Z0WDfjseqNzw==",
  168. "path": "microsoft.netcore.platforms/1.1.0",
  169. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  170. },
  171. "NETStandard.Library/2.0.3": {
  172. "type": "package",
  173. "serviceable": true,
  174. "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  175. "path": "netstandard.library/2.0.3",
  176. "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
  177. },
  178. "SharpZipLib/1.0.0": {
  179. "type": "package",
  180. "serviceable": true,
  181. "sha512": "sha512-38egGevtPMQn/6olZZUteKUC7+BD47LdCGKo9Vyj17+HWDwiqPXsyJu55q9WSybhwVKwt0q2FLhiuJjZfQpsHw==",
  182. "path": "sharpziplib/1.0.0",
  183. "hashPath": "sharpziplib.1.0.0.nupkg.sha512"
  184. },
  185. "System.Buffers/4.4.0": {
  186. "type": "package",
  187. "serviceable": true,
  188. "sha512": "sha512-Ii2bedd4HVzddupdU35n3ygohUPlNn7MDimBOYcwWNce2NizQ1fCSaQJY1Tzv80aMqOGpVcU4wZr/Xe50xcTwg==",
  189. "path": "system.buffers/4.4.0",
  190. "hashPath": "system.buffers.4.4.0.nupkg.sha512"
  191. },
  192. "System.Configuration.ConfigurationManager/4.5.0": {
  193. "type": "package",
  194. "serviceable": true,
  195. "sha512": "sha512-+2SYYKwbN0n+9SrBanflZdaVleFkytEfTNzOu+f3SK0vROMMrorpw1UJyHJQ1ZooughRxPmLj8Fh5N2tSe7sdA==",
  196. "path": "system.configuration.configurationmanager/4.5.0",
  197. "hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
  198. },
  199. "System.Drawing.Common/4.5.0": {
  200. "type": "package",
  201. "serviceable": true,
  202. "sha512": "sha512-uYixYbB0vzxSbc9B7jzwwUA8Upodaj3g2ZNnREWW6zoBw9DltzltcEa1g0I4u6ARqVJ0t4E3yJAWw5h2gvJlhQ==",
  203. "path": "system.drawing.common/4.5.0",
  204. "hashPath": "system.drawing.common.4.5.0.nupkg.sha512"
  205. },
  206. "System.Memory/4.5.0": {
  207. "type": "package",
  208. "serviceable": true,
  209. "sha512": "sha512-ULODiqdq81e9YfQS/GL4P5zgek90jyPykAV4t1Sp4sjID3/Ebi18lbvOKm+81biHR5a5FdFRXSU/JVc6nxr/7A==",
  210. "path": "system.memory/4.5.0",
  211. "hashPath": "system.memory.4.5.0.nupkg.sha512"
  212. },
  213. "System.Numerics.Vectors/4.4.0": {
  214. "type": "package",
  215. "serviceable": true,
  216. "sha512": "sha512-gdRrUJs1RrjW3JB5p82hYjA67xoeFLvh0SdSIWjTiN8qExlbFt/RtXwVYNc5BukJ/f9OKzQQS6gakzbJeHTqHg==",
  217. "path": "system.numerics.vectors/4.4.0",
  218. "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512"
  219. },
  220. "System.Runtime.CompilerServices.Unsafe/4.5.0": {
  221. "type": "package",
  222. "serviceable": true,
  223. "sha512": "sha512-6zBxkHYemB0kQiHP3vGXGRXejZVoNVuMn2paUuqKKi5Wyjkxfkp+D0rd0c3VrGwotidRINt6KpOi2smL4VkJKw==",
  224. "path": "system.runtime.compilerservices.unsafe/4.5.0",
  225. "hashPath": "system.runtime.compilerservices.unsafe.4.5.0.nupkg.sha512"
  226. },
  227. "System.Security.AccessControl/4.5.0": {
  228. "type": "package",
  229. "serviceable": true,
  230. "sha512": "sha512-aVjTe36YkO8FzfNhMLoPEzv3gF9rphoW9ngFhG/MH4zzEPLx07sNrgCLwMP4Wx2leI6qarMrGv21OwQXYUKLmw==",
  231. "path": "system.security.accesscontrol/4.5.0",
  232. "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
  233. },
  234. "System.Security.Cryptography.ProtectedData/4.5.0": {
  235. "type": "package",
  236. "serviceable": true,
  237. "sha512": "sha512-s/MFK8BvgtejZj5a8qAPDXEGBtWkpFX98qwQP/wqVa9CgIC7LrKHxDFdlN5x6afGAb0ZVBVGIZlCdBLnO2QjZw==",
  238. "path": "system.security.cryptography.protecteddata/4.5.0",
  239. "hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
  240. },
  241. "System.Security.Permissions/4.5.0": {
  242. "type": "package",
  243. "serviceable": true,
  244. "sha512": "sha512-vDQ7q30Soe0a1cPhvxn+7IFmMeTG5IP+hTQrnKQDjTNpD2epqwbZSzMM2Git5TXBr4Kwwhc/0SEtJY0qPoiegA==",
  245. "path": "system.security.permissions/4.5.0",
  246. "hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
  247. },
  248. "System.Security.Principal.Windows/4.5.0": {
  249. "type": "package",
  250. "serviceable": true,
  251. "sha512": "sha512-WA9ETb/pY3BjnxKjBUHEgO59B7d/nnmjHFsqjJ2eDT780nD769CT1/bw2ia0Z6W7NqlcqokE6sKGKa6uw88XGA==",
  252. "path": "system.security.principal.windows/4.5.0",
  253. "hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
  254. },
  255. "System.Text.Encoding.CodePages/4.5.0": {
  256. "type": "package",
  257. "serviceable": true,
  258. "sha512": "sha512-16EVkWmNnoH3/Yj9c5s5VuLK5Uv/Dnkc3P2kMmnD7wJcUuvcHVvM2IhVJanf2hHRZUitH+cIkPCPHrBoCXc7Rw==",
  259. "path": "system.text.encoding.codepages/4.5.0",
  260. "hashPath": "system.text.encoding.codepages.4.5.0.nupkg.sha512"
  261. },
  262. "NPOI/1.0.0": {
  263. "type": "project",
  264. "serviceable": false,
  265. "sha512": ""
  266. }
  267. }
  268. }