GameServer.deps.json 12 KB

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