NPOI.OpenXmlFormats.deps.json 10 KB

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