NetServerCore.deps.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. {
  2. "runtimeTarget": {
  3. "name": ".NETCoreApp,Version=v7.0",
  4. "signature": ""
  5. },
  6. "compilationOptions": {},
  7. "targets": {
  8. ".NETCoreApp,Version=v7.0": {
  9. "NetServerCore/1.0.0": {
  10. "dependencies": {
  11. "MongoDB.Driver": "3.1.0",
  12. "NetCore": "1.0.0",
  13. "Nett": "0.15.0"
  14. },
  15. "runtime": {
  16. "NetServerCore.dll": {}
  17. }
  18. },
  19. "DnsClient/1.6.1": {
  20. "dependencies": {
  21. "Microsoft.Win32.Registry": "5.0.0"
  22. },
  23. "runtime": {
  24. "lib/net5.0/DnsClient.dll": {
  25. "assemblyVersion": "1.6.1.0",
  26. "fileVersion": "1.6.1.0"
  27. }
  28. }
  29. },
  30. "LitJson/0.19.0": {
  31. "runtime": {
  32. "lib/net6.0/LitJSON.dll": {
  33. "assemblyVersion": "0.19.0.0",
  34. "fileVersion": "0.19.0.0"
  35. }
  36. }
  37. },
  38. "MemoryPack/1.21.3": {
  39. "dependencies": {
  40. "MemoryPack.Core": "1.21.3",
  41. "MemoryPack.Generator": "1.21.3"
  42. }
  43. },
  44. "MemoryPack.Core/1.21.3": {
  45. "runtime": {
  46. "lib/net7.0/MemoryPack.Core.dll": {
  47. "assemblyVersion": "1.21.3.0",
  48. "fileVersion": "1.21.3.0"
  49. }
  50. }
  51. },
  52. "MemoryPack.Generator/1.21.3": {},
  53. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  54. "runtime": {
  55. "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
  56. "assemblyVersion": "2.0.0.0",
  57. "fileVersion": "2.0.0.17205"
  58. }
  59. }
  60. },
  61. "Microsoft.NETCore.Platforms/5.0.0": {},
  62. "Microsoft.Win32.Registry/5.0.0": {
  63. "dependencies": {
  64. "System.Security.AccessControl": "5.0.0",
  65. "System.Security.Principal.Windows": "5.0.0"
  66. }
  67. },
  68. "MongoDB.Bson/3.1.0": {
  69. "dependencies": {
  70. "System.Memory": "4.5.5",
  71. "System.Runtime.CompilerServices.Unsafe": "5.0.0"
  72. },
  73. "runtime": {
  74. "lib/net6.0/MongoDB.Bson.dll": {
  75. "assemblyVersion": "3.1.0.0",
  76. "fileVersion": "3.1.0.0"
  77. }
  78. }
  79. },
  80. "MongoDB.Driver/3.1.0": {
  81. "dependencies": {
  82. "DnsClient": "1.6.1",
  83. "Microsoft.Extensions.Logging.Abstractions": "2.0.0",
  84. "MongoDB.Bson": "3.1.0",
  85. "SharpCompress": "0.30.1",
  86. "Snappier": "1.0.0",
  87. "System.Buffers": "4.5.1",
  88. "ZstdSharp.Port": "0.7.3"
  89. },
  90. "runtime": {
  91. "lib/net6.0/MongoDB.Driver.dll": {
  92. "assemblyVersion": "3.1.0.0",
  93. "fileVersion": "3.1.0.0"
  94. }
  95. }
  96. },
  97. "Nett/0.15.0": {
  98. "runtime": {
  99. "lib/netstandard2.0/Nett.dll": {
  100. "assemblyVersion": "0.15.0.0",
  101. "fileVersion": "0.15.0.0"
  102. }
  103. }
  104. },
  105. "NLog/5.4.0": {
  106. "runtime": {
  107. "lib/netstandard2.0/NLog.dll": {
  108. "assemblyVersion": "5.0.0.0",
  109. "fileVersion": "5.4.0.3182"
  110. }
  111. }
  112. },
  113. "NLog.Config/4.7.15": {
  114. "dependencies": {
  115. "NLog": "5.4.0",
  116. "NLog.Schema": "4.7.15"
  117. }
  118. },
  119. "NLog.Schema/4.7.15": {},
  120. "SharpCompress/0.30.1": {
  121. "runtime": {
  122. "lib/net5.0/SharpCompress.dll": {
  123. "assemblyVersion": "0.30.1.0",
  124. "fileVersion": "0.30.1.0"
  125. }
  126. }
  127. },
  128. "Snappier/1.0.0": {
  129. "runtime": {
  130. "lib/net5.0/Snappier.dll": {
  131. "assemblyVersion": "1.0.0.0",
  132. "fileVersion": "1.0.0.0"
  133. }
  134. }
  135. },
  136. "System.Buffers/4.5.1": {},
  137. "System.Memory/4.5.5": {},
  138. "System.Runtime.CompilerServices.Unsafe/5.0.0": {},
  139. "System.Security.AccessControl/5.0.0": {
  140. "dependencies": {
  141. "Microsoft.NETCore.Platforms": "5.0.0",
  142. "System.Security.Principal.Windows": "5.0.0"
  143. }
  144. },
  145. "System.Security.Principal.Windows/5.0.0": {},
  146. "ZstdSharp.Port/0.7.3": {
  147. "runtime": {
  148. "lib/net7.0/ZstdSharp.dll": {
  149. "assemblyVersion": "0.7.3.0",
  150. "fileVersion": "0.7.3.0"
  151. }
  152. }
  153. },
  154. "NetCore/1.0.0": {
  155. "dependencies": {
  156. "MemoryPack": "1.21.3",
  157. "Protocol": "1.0.0"
  158. },
  159. "runtime": {
  160. "NetCore.dll": {}
  161. }
  162. },
  163. "Protocol/1.0.0": {
  164. "dependencies": {
  165. "MemoryPack": "1.21.3",
  166. "MemoryPack.Core": "1.21.3",
  167. "UnityLibrary": "1.0.0"
  168. },
  169. "runtime": {
  170. "Protocol.dll": {}
  171. }
  172. },
  173. "UnityLibrary/1.0.0": {
  174. "dependencies": {
  175. "LitJson": "0.19.0",
  176. "NLog": "5.4.0",
  177. "NLog.Config": "4.7.15"
  178. },
  179. "runtime": {
  180. "UnityLibrary.dll": {}
  181. }
  182. }
  183. }
  184. },
  185. "libraries": {
  186. "NetServerCore/1.0.0": {
  187. "type": "project",
  188. "serviceable": false,
  189. "sha512": ""
  190. },
  191. "DnsClient/1.6.1": {
  192. "type": "package",
  193. "serviceable": true,
  194. "sha512": "sha512-4H/f2uYJOZ+YObZjpY9ABrKZI+JNw3uizp6oMzTXwDw6F+2qIPhpRl/1t68O/6e98+vqNiYGu+lswmwdYUy3gg==",
  195. "path": "dnsclient/1.6.1",
  196. "hashPath": "dnsclient.1.6.1.nupkg.sha512"
  197. },
  198. "LitJson/0.19.0": {
  199. "type": "package",
  200. "serviceable": true,
  201. "sha512": "sha512-7hUCUSkNJBwr+K6uqTOsQSbd5AIDrCMg/ya1BPxrSOlPNoPCyDx+0PyXU61FjbRPl7WU2HavV2r89djdJnlV/g==",
  202. "path": "litjson/0.19.0",
  203. "hashPath": "litjson.0.19.0.nupkg.sha512"
  204. },
  205. "MemoryPack/1.21.3": {
  206. "type": "package",
  207. "serviceable": true,
  208. "sha512": "sha512-cwCtED8y400vMWx/Vp0QCSeEpVFjDU4JwF52VX9WTaqVERUvNqjG9n6osFlmFuytegyXnHvYEu1qRJ8rv/rkbg==",
  209. "path": "memorypack/1.21.3",
  210. "hashPath": "memorypack.1.21.3.nupkg.sha512"
  211. },
  212. "MemoryPack.Core/1.21.3": {
  213. "type": "package",
  214. "serviceable": true,
  215. "sha512": "sha512-ajrYoBWT2aKeH4tlY8q/1C9qK1R/NK+7FkuVOX58ebOSxkABoFTqCR7W+Zk2rakUHZiEgNdRqO67hiRZPq6fLA==",
  216. "path": "memorypack.core/1.21.3",
  217. "hashPath": "memorypack.core.1.21.3.nupkg.sha512"
  218. },
  219. "MemoryPack.Generator/1.21.3": {
  220. "type": "package",
  221. "serviceable": true,
  222. "sha512": "sha512-hYU0TAIarDKnbkNIWvb7P4zBUL+CTahkuNkczsKvycSMR5kiwQ4IfLexywNKX3s05Izp4gzDSPbueepNWZRpWA==",
  223. "path": "memorypack.generator/1.21.3",
  224. "hashPath": "memorypack.generator.1.21.3.nupkg.sha512"
  225. },
  226. "Microsoft.Extensions.Logging.Abstractions/2.0.0": {
  227. "type": "package",
  228. "serviceable": true,
  229. "sha512": "sha512-6ZCllUYGFukkymSTx3Yr0G/ajRxoNJp7/FqSxSB4fGISST54ifBhgu4Nc0ItGi3i6DqwuNd8SUyObmiC++AO2Q==",
  230. "path": "microsoft.extensions.logging.abstractions/2.0.0",
  231. "hashPath": "microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512"
  232. },
  233. "Microsoft.NETCore.Platforms/5.0.0": {
  234. "type": "package",
  235. "serviceable": true,
  236. "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
  237. "path": "microsoft.netcore.platforms/5.0.0",
  238. "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
  239. },
  240. "Microsoft.Win32.Registry/5.0.0": {
  241. "type": "package",
  242. "serviceable": true,
  243. "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
  244. "path": "microsoft.win32.registry/5.0.0",
  245. "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
  246. },
  247. "MongoDB.Bson/3.1.0": {
  248. "type": "package",
  249. "serviceable": true,
  250. "sha512": "sha512-3dhaZhz18B5vUoEP13o2j8A6zQfkHdZhwBvLZEjDJum4BTLLv1/Z8bt25UQEtpqvYwLgde4R6ekWZ7XAYUMxuw==",
  251. "path": "mongodb.bson/3.1.0",
  252. "hashPath": "mongodb.bson.3.1.0.nupkg.sha512"
  253. },
  254. "MongoDB.Driver/3.1.0": {
  255. "type": "package",
  256. "serviceable": true,
  257. "sha512": "sha512-+O7lKaIl7VUHptE0hqTd7UY1G5KDp/o8S4upG7YL4uChMNKD/U6tz9i17nMGHaD/L2AiPLgaJcaDe2XACsegGA==",
  258. "path": "mongodb.driver/3.1.0",
  259. "hashPath": "mongodb.driver.3.1.0.nupkg.sha512"
  260. },
  261. "Nett/0.15.0": {
  262. "type": "package",
  263. "serviceable": true,
  264. "sha512": "sha512-/0SoN9ugPKfmLndtKy3gaRxOlzji94/yrNgQLe45/1ZgExj0BaVozbXD+oWD8E6MCLvTs+YWzmn315mQOXGCcw==",
  265. "path": "nett/0.15.0",
  266. "hashPath": "nett.0.15.0.nupkg.sha512"
  267. },
  268. "NLog/5.4.0": {
  269. "type": "package",
  270. "serviceable": true,
  271. "sha512": "sha512-LwMcGSW3soF3/SL68rlJN3Eh3ktrAPycC3zZR/07OYBPraZUu0bygEC7kIN10lUQgMXT4s84Fi1chglGdGrQEg==",
  272. "path": "nlog/5.4.0",
  273. "hashPath": "nlog.5.4.0.nupkg.sha512"
  274. },
  275. "NLog.Config/4.7.15": {
  276. "type": "package",
  277. "serviceable": true,
  278. "sha512": "sha512-njc2NvwgAzEuH609TGO4yqpokcxXFdypHwG3I8hyLYIE4pr+j4KJB4ZhsyODVwkP/n2F2V4uJ24VW4icNyJMcA==",
  279. "path": "nlog.config/4.7.15",
  280. "hashPath": "nlog.config.4.7.15.nupkg.sha512"
  281. },
  282. "NLog.Schema/4.7.15": {
  283. "type": "package",
  284. "serviceable": true,
  285. "sha512": "sha512-cBzca2abS5Qz8e40vIPZNWBiDAQaRY7PKWffBbazMAzvxGBM6/ZWgaAEmqHUOluhV41cuyXnHOzo485JPLeChg==",
  286. "path": "nlog.schema/4.7.15",
  287. "hashPath": "nlog.schema.4.7.15.nupkg.sha512"
  288. },
  289. "SharpCompress/0.30.1": {
  290. "type": "package",
  291. "serviceable": true,
  292. "sha512": "sha512-XqD4TpfyYGa7QTPzaGlMVbcecKnXy4YmYLDWrU+JIj7IuRNl7DH2END+Ll7ekWIY8o3dAMWLFDE1xdhfIWD1nw==",
  293. "path": "sharpcompress/0.30.1",
  294. "hashPath": "sharpcompress.0.30.1.nupkg.sha512"
  295. },
  296. "Snappier/1.0.0": {
  297. "type": "package",
  298. "serviceable": true,
  299. "sha512": "sha512-rFtK2KEI9hIe8gtx3a0YDXdHOpedIf9wYCEYtBEmtlyiWVX3XlCNV03JrmmAi/Cdfn7dxK+k0sjjcLv4fpHnqA==",
  300. "path": "snappier/1.0.0",
  301. "hashPath": "snappier.1.0.0.nupkg.sha512"
  302. },
  303. "System.Buffers/4.5.1": {
  304. "type": "package",
  305. "serviceable": true,
  306. "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==",
  307. "path": "system.buffers/4.5.1",
  308. "hashPath": "system.buffers.4.5.1.nupkg.sha512"
  309. },
  310. "System.Memory/4.5.5": {
  311. "type": "package",
  312. "serviceable": true,
  313. "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
  314. "path": "system.memory/4.5.5",
  315. "hashPath": "system.memory.4.5.5.nupkg.sha512"
  316. },
  317. "System.Runtime.CompilerServices.Unsafe/5.0.0": {
  318. "type": "package",
  319. "serviceable": true,
  320. "sha512": "sha512-ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==",
  321. "path": "system.runtime.compilerservices.unsafe/5.0.0",
  322. "hashPath": "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512"
  323. },
  324. "System.Security.AccessControl/5.0.0": {
  325. "type": "package",
  326. "serviceable": true,
  327. "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
  328. "path": "system.security.accesscontrol/5.0.0",
  329. "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
  330. },
  331. "System.Security.Principal.Windows/5.0.0": {
  332. "type": "package",
  333. "serviceable": true,
  334. "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
  335. "path": "system.security.principal.windows/5.0.0",
  336. "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
  337. },
  338. "ZstdSharp.Port/0.7.3": {
  339. "type": "package",
  340. "serviceable": true,
  341. "sha512": "sha512-U9Ix4l4cl58Kzz1rJzj5hoVTjmbx1qGMwzAcbv1j/d3NzrFaESIurQyg+ow4mivCgkE3S413y+U9k4WdnEIkRA==",
  342. "path": "zstdsharp.port/0.7.3",
  343. "hashPath": "zstdsharp.port.0.7.3.nupkg.sha512"
  344. },
  345. "NetCore/1.0.0": {
  346. "type": "project",
  347. "serviceable": false,
  348. "sha512": ""
  349. },
  350. "Protocol/1.0.0": {
  351. "type": "project",
  352. "serviceable": false,
  353. "sha512": ""
  354. },
  355. "UnityLibrary/1.0.0": {
  356. "type": "project",
  357. "serviceable": false,
  358. "sha512": ""
  359. }
  360. }
  361. }