o0NetLib.deps.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETStandard,Version=v2.0/",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETStandard,Version=v2.0": {},
  9. ".NETStandard,Version=v2.0/": {
  10. "o0NetLib/1.0.0": {
  11. "dependencies": {
  12. "BouncyCastle": "1.8.9",
  13. "Fractions": "7.0.0",
  14. "Mono.Data.Sqlite": "1.0.61",
  15. "NETStandard.Library": "2.0.3",
  16. "SixLabors.ImageSharp": "2.1.1",
  17. "System.Reflection.Emit.Lightweight": "4.7.0",
  18. "System.Runtime.Numerics": "4.0.0",
  19. "zlib.net": "1.0.4"
  20. },
  21. "runtime": {
  22. "o0NetLib.dll": {}
  23. }
  24. },
  25. "BouncyCastle/1.8.9": {
  26. "runtime": {
  27. "lib/BouncyCastle.Crypto.dll": {
  28. "assemblyVersion": "1.8.9.0",
  29. "fileVersion": "1.8.20343.1"
  30. }
  31. }
  32. },
  33. "Fractions/7.0.0": {
  34. "dependencies": {
  35. "System.Runtime.Numerics": "4.0.0"
  36. },
  37. "runtime": {
  38. "lib/netstandard2.0/Fractions.dll": {
  39. "assemblyVersion": "7.0.0.0",
  40. "fileVersion": "7.0.0.0"
  41. }
  42. }
  43. },
  44. "Microsoft.NETCore.Platforms/1.1.0": {},
  45. "Mono.Data.Sqlite/1.0.61": {
  46. "runtime": {
  47. "lib/net40/Mono.Data.Sqlite.dll": {
  48. "assemblyVersion": "4.0.0.0",
  49. "fileVersion": "1.0.61.0"
  50. }
  51. }
  52. },
  53. "NETStandard.Library/2.0.3": {
  54. "dependencies": {
  55. "Microsoft.NETCore.Platforms": "1.1.0"
  56. }
  57. },
  58. "SixLabors.ImageSharp/2.1.1": {
  59. "dependencies": {
  60. "System.Buffers": "4.5.1",
  61. "System.Memory": "4.5.4",
  62. "System.Numerics.Vectors": "4.5.0",
  63. "System.Runtime.CompilerServices.Unsafe": "5.0.0",
  64. "System.Text.Encoding.CodePages": "5.0.0"
  65. },
  66. "runtime": {
  67. "lib/netstandard2.0/SixLabors.ImageSharp.dll": {
  68. "assemblyVersion": "2.0.0.0",
  69. "fileVersion": "2.1.1.0"
  70. }
  71. }
  72. },
  73. "System.Buffers/4.5.1": {
  74. "runtime": {
  75. "lib/netstandard2.0/System.Buffers.dll": {
  76. "assemblyVersion": "4.0.3.0",
  77. "fileVersion": "4.6.28619.1"
  78. }
  79. }
  80. },
  81. "System.Memory/4.5.4": {
  82. "dependencies": {
  83. "System.Buffers": "4.5.1",
  84. "System.Numerics.Vectors": "4.5.0",
  85. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  86. },
  87. "runtime": {
  88. "lib/netstandard2.0/System.Memory.dll": {
  89. "assemblyVersion": "4.0.1.1",
  90. "fileVersion": "4.6.28619.1"
  91. }
  92. }
  93. },
  94. "System.Numerics.Vectors/4.5.0": {
  95. "runtime": {
  96. "lib/netstandard2.0/System.Numerics.Vectors.dll": {
  97. "assemblyVersion": "4.1.4.0",
  98. "fileVersion": "4.6.26515.6"
  99. }
  100. }
  101. },
  102. "System.Reflection.Emit.ILGeneration/4.7.0": {
  103. "runtime": {
  104. "lib/netstandard2.0/System.Reflection.Emit.ILGeneration.dll": {
  105. "assemblyVersion": "4.0.0.0",
  106. "fileVersion": "4.700.19.56404"
  107. }
  108. }
  109. },
  110. "System.Reflection.Emit.Lightweight/4.7.0": {
  111. "dependencies": {
  112. "System.Reflection.Emit.ILGeneration": "4.7.0"
  113. },
  114. "runtime": {
  115. "lib/netstandard2.0/System.Reflection.Emit.Lightweight.dll": {
  116. "assemblyVersion": "4.0.0.0",
  117. "fileVersion": "4.700.19.56404"
  118. }
  119. }
  120. },
  121. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  122. "runtime": {
  123. "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {
  124. "assemblyVersion": "5.0.0.0",
  125. "fileVersion": "5.0.20.51904"
  126. }
  127. }
  128. },
  129. "System.Runtime.Numerics/4.0.0": {},
  130. "System.Text.Encoding.CodePages/5.0.0": {
  131. "dependencies": {
  132. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  133. },
  134. "runtime": {
  135. "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {
  136. "assemblyVersion": "5.0.0.0",
  137. "fileVersion": "5.0.20.51904"
  138. }
  139. }
  140. },
  141. "zlib.net/1.0.4": {
  142. "runtime": {
  143. "lib/zlib.net.dll": {
  144. "assemblyVersion": "1.0.3.0",
  145. "fileVersion": "1.0.3.0"
  146. }
  147. }
  148. }
  149. }
  150. },
  151. "libraries": {
  152. "o0NetLib/1.0.0": {
  153. "type": "project",
  154. "serviceable": false,
  155. "sha512": ""
  156. },
  157. "BouncyCastle/1.8.9": {
  158. "type": "package",
  159. "serviceable": true,
  160. "sha512": "sha512-axnBgvdD5n+FnEG6efk/tfKuMFru7R/EoISH9zjh319yb3HD24TEHSAbNN/lTRT2ulOGRxDgOsCjkuk08iwWPg==",
  161. "path": "bouncycastle/1.8.9",
  162. "hashPath": "bouncycastle.1.8.9.nupkg.sha512"
  163. },
  164. "Fractions/7.0.0": {
  165. "type": "package",
  166. "serviceable": true,
  167. "sha512": "sha512-1uv2IqQ6AsLtrcsibOTEyyHLQpxgjONssPrI0Ug84AIuSVqVDcotaNkTaJTprFvxbCNi7Kp/3WAAtnytuQP3qQ==",
  168. "path": "fractions/7.0.0",
  169. "hashPath": "fractions.7.0.0.nupkg.sha512"
  170. },
  171. "Microsoft.NETCore.Platforms/1.1.0": {
  172. "type": "package",
  173. "serviceable": true,
  174. "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
  175. "path": "microsoft.netcore.platforms/1.1.0",
  176. "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
  177. },
  178. "Mono.Data.Sqlite/1.0.61": {
  179. "type": "package",
  180. "serviceable": true,
  181. "sha512": "sha512-o5bYhnYDlQ8qiDBDJEnnK/LlQnHzpAb6ixXdrZKcVGv26jBfSm58ujAR1NLBhs0h+R5782VufbaF6gzYq3iiaA==",
  182. "path": "mono.data.sqlite/1.0.61",
  183. "hashPath": "mono.data.sqlite.1.0.61.nupkg.sha512"
  184. },
  185. "NETStandard.Library/2.0.3": {
  186. "type": "package",
  187. "serviceable": true,
  188. "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
  189. "path": "netstandard.library/2.0.3",
  190. "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
  191. },
  192. "SixLabors.ImageSharp/2.1.1": {
  193. "type": "package",
  194. "serviceable": true,
  195. "sha512": "sha512-oNHMT8+yUR9dyuU2r7fwsXvvS4OnfCs9N5i2y2p9iBxp3nvEZbe/hZWrOGfD7MX2lxOAlWzlhzj0q2uFwP8avg==",
  196. "path": "sixlabors.imagesharp/2.1.1",
  197. "hashPath": "sixlabors.imagesharp.2.1.1.nupkg.sha512"
  198. },
  199. "System.Buffers/4.5.1": {
  200. "type": "package",
  201. "serviceable": true,
  202. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  203. "path": "system.buffers/4.5.1",
  204. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  205. },
  206. "System.Memory/4.5.4": {
  207. "type": "package",
  208. "serviceable": true,
  209. "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
  210. "path": "system.memory/4.5.4",
  211. "hashPath": "system.memory.4.5.4.nupkg.sha512"
  212. },
  213. "System.Numerics.Vectors/4.5.0": {
  214. "type": "package",
  215. "serviceable": true,
  216. "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
  217. "path": "system.numerics.vectors/4.5.0",
  218. "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
  219. },
  220. "System.Reflection.Emit.ILGeneration/4.7.0": {
  221. "type": "package",
  222. "serviceable": true,
  223. "sha512": "sha512-AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==",
  224. "path": "system.reflection.emit.ilgeneration/4.7.0",
  225. "hashPath": "system.reflection.emit.ilgeneration.4.7.0.nupkg.sha512"
  226. },
  227. "System.Reflection.Emit.Lightweight/4.7.0": {
  228. "type": "package",
  229. "serviceable": true,
  230. "sha512": "sha512-a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==",
  231. "path": "system.reflection.emit.lightweight/4.7.0",
  232. "hashPath": "system.reflection.emit.lightweight.4.7.0.nupkg.sha512"
  233. },
  234. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  235. "type": "package",
  236. "serviceable": true,
  237. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  238. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  239. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  240. },
  241. "System.Runtime.Numerics/4.0.0": {
  242. "type": "package",
  243. "serviceable": true,
  244. "sha512": "sha512-aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==",
  245. "path": "system.runtime.numerics/4.0.0",
  246. "hashPath": "system.runtime.numerics.4.0.0.nupkg.sha512"
  247. },
  248. "System.Text.Encoding.CodePages/5.0.0": {
  249. "type": "package",
  250. "serviceable": true,
  251. "sha512": "sha512-NyscU59xX6Uo91qvhOs2Ccho3AR2TnZPomo1Z0K6YpyztBPM/A5VbkzOO19sy3A3i1TtEnTxA7bCe3Us+r5MWg==",
  252. "path": "system.text.encoding.codepages/5.0.0",
  253. "hashPath": "system.text.encoding.codepages.5.0.0.nupkg.sha512"
  254. },
  255. "zlib.net/1.0.4": {
  256. "type": "package",
  257. "serviceable": true,
  258. "sha512": "sha512-ywKkVY1y20tGQsUnYgKupYm91L8GVrVgoEOFTjfR1Bb5Xiy5tBJu5SV9liIiW2h8/KQUBefE45vSythtNMmahQ==",
  259. "path": "zlib.net/1.0.4",
  260. "hashPath": "zlib.net.1.0.4.nupkg.sha512"
  261. }
  262. }
  263. }