Files
hjha-server/exe/PdkFriendServer/PdkFriendServer.deps.json
xiaoou 7b6c031d44 feat: net10.0 Linux Console mode — zero Mono, 0 compile errors
Migrated from net48 (.NET Framework) to net10.0 (cross-platform):
- All 14 csproj: net48 → net10.0, WindowsDesktop SDK → Microsoft.NET.Sdk
- Excluded WinForms files (Form/**, DebugControl, GameControl, etc.)
- Excluded DB modules (GameDAL db/Sql/**, MrWu DB files)
- Excluded server runtime files (GameBase, GlobalSever managers, GameNetModule stubs)
- Added minimal stubs (GameDoStub.cs, NamespaceStubs.cs, ServerCoreStubs.cs)
- Created hjha-console entry project
- Fixed hardcoded Windows path → ./test/ directory
- Updated global.json to SDK 10.0.109

Console test mode: PdkGameMain(null).Test() → 发牌→包庄→打牌→结算
Verified: dotnet build 0 errors, dotnet run outputs game state machine
2026-07-07 12:47:59 +08:00

678 lines
21 KiB
JSON

{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v10.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v10.0": {
"PdkFriendServer/1.0.0": {
"dependencies": {
"GameFix": "1.0.0",
"GameModule": "1.0.0",
"GlobalSever": "1.0.0",
"MessagePack.Annotations": "3.1.4",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"ObjectModel": "1.0.0",
"ServerCore": "1.0.0",
"ServerData": "1.0.0"
},
"runtime": {
"PdkFriendServer.dll": {}
}
},
"AlibabaCloud.EndpointUtil/0.1.2": {
"runtime": {
"lib/netstandard2.0/AlibabaCloud.EndpointUtil.dll": {
"assemblyVersion": "0.1.1.0",
"fileVersion": "0.1.1.0"
}
}
},
"AlibabaCloud.GatewaySpi/0.0.3": {
"dependencies": {
"Aliyun.Credentials": "1.5.0",
"Tea": "1.1.3"
},
"runtime": {
"lib/netstandard2.0/AlibabaCloud.GatewaySpi.dll": {
"assemblyVersion": "0.0.1.0",
"fileVersion": "0.0.1.0"
}
}
},
"AlibabaCloud.OpenApiClient/0.1.15": {
"dependencies": {
"AlibabaCloud.GatewaySpi": "0.0.3",
"AlibabaCloud.OpenApiUtil": "1.1.2",
"AlibabaCloud.TeaUtil": "0.1.19",
"AlibabaCloud.TeaXML": "0.0.5",
"Aliyun.Credentials": "1.5.0",
"Tea": "1.1.3"
},
"runtime": {
"lib/netstandard2.0/AlibabaCloud.OpenApiClient.dll": {
"assemblyVersion": "0.1.14.0",
"fileVersion": "0.1.14.0"
}
}
},
"AlibabaCloud.OpenApiUtil/1.1.2": {
"dependencies": {
"Newtonsoft.Json": "13.0.4",
"Tea": "1.1.3"
},
"runtime": {
"lib/netstandard2.0/AlibabaCloud.OpenApiUtil.dll": {
"assemblyVersion": "1.1.2.0",
"fileVersion": "1.1.2.0"
}
}
},
"AlibabaCloud.SDK.Dypnsapi20170525/2.0.0": {
"dependencies": {
"AlibabaCloud.EndpointUtil": "0.1.2",
"AlibabaCloud.OpenApiClient": "0.1.15",
"AlibabaCloud.OpenApiUtil": "1.1.2",
"AlibabaCloud.TeaUtil": "0.1.19",
"Tea": "1.1.3"
},
"runtime": {
"lib/netstandard2.0/AlibabaCloud.SDK.Dypnsapi20170525.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"AlibabaCloud.TeaUtil/0.1.19": {
"dependencies": {
"Newtonsoft.Json": "13.0.4",
"Tea": "1.1.3"
},
"runtime": {
"lib/netstandard2.0/AlibabaCloud.TeaUtil.dll": {
"assemblyVersion": "0.1.14.0",
"fileVersion": "0.1.14.0"
}
}
},
"AlibabaCloud.TeaXML/0.0.5": {
"dependencies": {
"Newtonsoft.Json": "13.0.4",
"Tea": "1.1.3"
},
"runtime": {
"lib/netstandard2.0/AlibabaCloud.TeaXML.dll": {
"assemblyVersion": "0.0.5.0",
"fileVersion": "0.0.5.0"
}
}
},
"Aliyun.Credentials/1.5.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.4",
"Tea": "1.1.3"
},
"runtime": {
"lib/netstandard2.0/Aliyun.Credentials.dll": {
"assemblyVersion": "1.5.0.0",
"fileVersion": "1.5.0.0"
}
}
},
"Google.Protobuf/3.5.1": {
"runtime": {
"lib/netstandard1.0/Google.Protobuf.dll": {
"assemblyVersion": "3.5.1.0",
"fileVersion": "3.5.1.0"
}
}
},
"Iconic.Zlib.Netstandard/1.0.0": {
"runtime": {
"lib/netstandard1.3/Iconic.Zlib.Netstandard.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"JetBrains.Annotations/11.1.0": {
"runtime": {
"lib/netstandard1.0/JetBrains.Annotations.dll": {
"assemblyVersion": "11.1.0.0",
"fileVersion": "11.1.0.0"
}
}
},
"K4os.Compression.LZ4/1.3.8": {
"runtime": {
"lib/net6.0/K4os.Compression.LZ4.dll": {
"assemblyVersion": "1.3.8.0",
"fileVersion": "1.3.8.0"
}
}
},
"MessagePack/3.1.4": {
"dependencies": {
"MessagePack.Annotations": "3.1.4",
"Microsoft.NET.StringTools": "17.11.4"
},
"runtime": {
"lib/net9.0/MessagePack.dll": {
"assemblyVersion": "3.1.4.0",
"fileVersion": "3.1.4.0"
}
}
},
"MessagePack.Annotations/3.1.4": {
"runtime": {
"lib/netstandard2.0/MessagePack.Annotations.dll": {
"assemblyVersion": "3.1.4.0",
"fileVersion": "3.1.4.0"
}
}
},
"Microsoft.AspNet.WebApi.Client/5.2.4": {
"dependencies": {
"Newtonsoft.Json": "13.0.4",
"Newtonsoft.Json.Bson": "1.0.1"
},
"runtime": {
"lib/netstandard2.0/System.Net.Http.Formatting.dll": {
"assemblyVersion": "5.2.4.0",
"fileVersion": "5.2.60201.0"
}
}
},
"Microsoft.Bcl.AsyncInterfaces/9.0.0": {
"runtime": {
"lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
"assemblyVersion": "9.0.0.0",
"fileVersion": "9.0.24.52809"
}
}
},
"Microsoft.NET.StringTools/17.11.4": {
"runtime": {
"lib/net8.0/Microsoft.NET.StringTools.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "17.11.4.40609"
}
}
},
"Newtonsoft.Json/13.0.4": {
"runtime": {
"lib/net6.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.4.30916"
}
}
},
"Newtonsoft.Json.Bson/1.0.1": {
"dependencies": {
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.1.20722"
}
}
},
"Tea/1.1.3": {
"dependencies": {
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"lib/netstandard2.0/Tea.dll": {
"assemblyVersion": "1.1.3.0",
"fileVersion": "1.1.3.0"
}
}
},
"Core/1.0.0": {
"runtime": {
"Core.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"GameFix/1.0.0": {
"dependencies": {
"MessagePack": "3.1.4",
"MessagePack.Annotations": "3.1.4",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"GameFix.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"GameModule/1.0.0": {
"dependencies": {
"Core": "1.0.0",
"GameNetModule": "1.0.0",
"MessagePack": "3.1.4",
"MessagePack.Annotations": "3.1.4",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"Newtonsoft.Json": "13.0.4",
"ObjectModel": "1.0.0",
"ServerCore": "1.0.0",
"ServerData": "1.0.0",
"zyxAdapter": "1.0.0"
},
"runtime": {
"GameModule.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "0.0.0.0"
}
}
},
"GameNetModule/1.0.0": {
"dependencies": {
"Core": "1.0.0",
"K4os.Compression.LZ4": "1.3.8",
"MessagePack": "3.1.4",
"MessagePack.Annotations": "3.1.4",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"ServerCore": "1.0.0"
},
"runtime": {
"GameNetModule.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"GlobalSever/1.0.0": {
"dependencies": {
"AlibabaCloud.EndpointUtil": "0.1.2",
"AlibabaCloud.GatewaySpi": "0.0.3",
"AlibabaCloud.OpenApiClient": "0.1.15",
"AlibabaCloud.OpenApiUtil": "1.1.2",
"AlibabaCloud.SDK.Dypnsapi20170525": "2.0.0",
"AlibabaCloud.TeaUtil": "0.1.19",
"AlibabaCloud.TeaXML": "0.0.5",
"Aliyun.Credentials": "1.5.0",
"Core": "1.0.0",
"GameNetModule": "1.0.0",
"Google.Protobuf": "3.5.1",
"Iconic.Zlib.Netstandard": "1.0.0",
"JetBrains.Annotations": "11.1.0",
"MessagePack": "3.1.4",
"MessagePack.Annotations": "3.1.4",
"Microsoft.AspNet.WebApi.Client": "5.2.4",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"Newtonsoft.Json": "13.0.4",
"ObjectModel": "1.0.0",
"ServerCore": "1.0.0",
"ServerData": "1.0.0",
"Tea": "1.1.3"
},
"runtime": {
"GlobalSever.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "0.0.0.0"
}
}
},
"MrWu/1.0.0": {
"dependencies": {
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"MrWu.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"NetWorkMessage/1.0.0": {
"dependencies": {
"Core": "1.0.0",
"MessagePack": "3.1.4",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"MrWu": "1.0.0",
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"NetWorkMessage.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"ObjectModel/1.0.0": {
"dependencies": {
"Core": "1.0.0",
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"Newtonsoft.Json": "13.0.4",
"ServerCore": "1.0.0"
},
"runtime": {
"ObjectModel.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"ServerCore/1.0.0": {
"dependencies": {
"Core": "1.0.0",
"MessagePack": "3.1.4",
"MessagePack.Annotations": "3.1.4",
"Microsoft.Bcl.AsyncInterfaces": "9.0.0",
"Microsoft.NET.StringTools": "17.11.4",
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"ServerCore.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"ServerData/1.0.0": {
"dependencies": {
"MrWu": "1.0.0",
"NetWorkMessage": "1.0.0",
"Newtonsoft.Json": "13.0.4"
},
"runtime": {
"ServerData.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "0.0.0.0"
}
}
},
"zyxAdapter/1.0.0": {
"dependencies": {
"MrWu": "1.0.0"
},
"runtime": {
"zyxAdapter.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "0.0.0.0"
}
}
},
"RabbitMQ.Client/0.0.0.0": {
"runtime": {
"RabbitMQ.Client.dll": {
"assemblyVersion": "0.0.0.0",
"fileVersion": "0.0.0.0"
}
}
},
"Ionic.Zip/1.9.3.0": {
"runtime": {
"Ionic.Zip.dll": {
"assemblyVersion": "1.9.3.0",
"fileVersion": "1.9.3.0"
}
}
},
"MySql.Data/6.8.8.0": {
"runtime": {
"MySql.Data.dll": {
"assemblyVersion": "6.8.8.0",
"fileVersion": "0.0.0.0"
}
}
},
"websocket-sharp/1.0.2.29286": {
"runtime": {
"websocket-sharp.dll": {
"assemblyVersion": "1.0.2.29286",
"fileVersion": "0.0.0.0"
}
}
}
}
},
"libraries": {
"PdkFriendServer/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"AlibabaCloud.EndpointUtil/0.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-66FQo9/jqfT4sGHFjiqcUQebwPcUzaABSvv9yDWLWHqQMaH/KLHD+VlecGERBPiLKoCwCA8D18H1+RFkRyLpOA==",
"path": "alibabacloud.endpointutil/0.1.2",
"hashPath": "alibabacloud.endpointutil.0.1.2.nupkg.sha512"
},
"AlibabaCloud.GatewaySpi/0.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vvmA5BrM8rpOZoXwFl/ZWHYLFnZ8EwPp+07z3Eeg9okLv58QJ8+KGWVovTr8tJpuDgPFG1SVdHXRi04A62ehdA==",
"path": "alibabacloud.gatewayspi/0.0.3",
"hashPath": "alibabacloud.gatewayspi.0.0.3.nupkg.sha512"
},
"AlibabaCloud.OpenApiClient/0.1.15": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TAkPxflKH8pREfnNXAI6K55ewHw6uH99XR+7J9Z6bOcwsww4YPPMUXg5pOVtlr6Ewngftp56R/5D5LrG/BFD4Q==",
"path": "alibabacloud.openapiclient/0.1.15",
"hashPath": "alibabacloud.openapiclient.0.1.15.nupkg.sha512"
},
"AlibabaCloud.OpenApiUtil/1.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0Zd2UHm5gUND+7xNma2SAZEqm2Uy8dvAknLvCx72uDUCbOnfHWh+TsnUnNGMKUvmG3s/ZqxUA1UYIdp5BFCn5Q==",
"path": "alibabacloud.openapiutil/1.1.2",
"hashPath": "alibabacloud.openapiutil.1.1.2.nupkg.sha512"
},
"AlibabaCloud.SDK.Dypnsapi20170525/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Ji5uNMuBqLbZcttbH3EqnBYHAMCuk21t8OTzb1Mkc9UTFIFtcpfq9/w1UnyNTSANscEY4ntrjJdD+c8t2rGOyw==",
"path": "alibabacloud.sdk.dypnsapi20170525/2.0.0",
"hashPath": "alibabacloud.sdk.dypnsapi20170525.2.0.0.nupkg.sha512"
},
"AlibabaCloud.TeaUtil/0.1.19": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gjPboQEC3rSuS/8Ohk4VAw42W54h9NfIZxn4JIuWfoIF3k3mZxVdMJdKKOgIkNrx8YaLOthPSM3Pfb1zfOyFcw==",
"path": "alibabacloud.teautil/0.1.19",
"hashPath": "alibabacloud.teautil.0.1.19.nupkg.sha512"
},
"AlibabaCloud.TeaXML/0.0.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mHxE6H3eq4jaeqn3hryIYTI0k8quvPZfZdEE+PdU8rw+NGRvev68D8Aei6xjwW/pArZaTG6yPawYu5c0EaZkfw==",
"path": "alibabacloud.teaxml/0.0.5",
"hashPath": "alibabacloud.teaxml.0.0.5.nupkg.sha512"
},
"Aliyun.Credentials/1.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-fdWhSvNiXXIWz73eDZGZHesBhd5+St85W8CDaD9aP1ifBK+MZKx9YTL/6e6uLq0TN7j8J0IR5beXUXxohqjjjQ==",
"path": "aliyun.credentials/1.5.0",
"hashPath": "aliyun.credentials.1.5.0.nupkg.sha512"
},
"Google.Protobuf/3.5.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-f2k1VNaB9bfvEsvARzzEL1TZiIpL33KKK3JMH7UANlPlJVptuvsk4qpBZEnz0pORWZOdUHlVwMQuUzFqjJYCxA==",
"path": "google.protobuf/3.5.1",
"hashPath": "google.protobuf.3.5.1.nupkg.sha512"
},
"Iconic.Zlib.Netstandard/1.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1CqyBU2WER/qDzatH4zRv25/YrUYn5dyJ0zMkk7J78yjQ9VSfwkLoF1VGn6kyXAtMVe2wxQp4AFjj7gbGeIDhg==",
"path": "iconic.zlib.netstandard/1.0.0",
"hashPath": "iconic.zlib.netstandard.1.0.0.nupkg.sha512"
},
"JetBrains.Annotations/11.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-umU4AjekbwDeUaAmzThW9m2e1u1VYL2WAcp85CnyI7QDl9EFI547dh9XRKb8ogY+1uGLxOOksQu1T+ADkQOccA==",
"path": "jetbrains.annotations/11.1.0",
"hashPath": "jetbrains.annotations.11.1.0.nupkg.sha512"
},
"K4os.Compression.LZ4/1.3.8": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LhwlPa7c1zs1OV2XadMtAWdImjLIsqFJPoRcIWAadSRn0Ri1DepK65UbWLPmt4riLqx2d40xjXRk0ogpqNtK7g==",
"path": "k4os.compression.lz4/1.3.8",
"hashPath": "k4os.compression.lz4.1.3.8.nupkg.sha512"
},
"MessagePack/3.1.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BH0wlHWmVoZpbAPyyt2Awbq30C+ZsS3eHSkYdnyUAbqVJ22fAJDzn2xTieBeoT5QlcBzp61vHcv878YJGfi3mg==",
"path": "messagepack/3.1.4",
"hashPath": "messagepack.3.1.4.nupkg.sha512"
},
"MessagePack.Annotations/3.1.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aVWrDAkCdqxwQsz/q0ldPh2EFn48M99YUzE9OvZjMq2RNLKz4o2z88iGFvSvbMqOWRweRvKPHBJZe22PRqzslQ==",
"path": "messagepack.annotations/3.1.4",
"hashPath": "messagepack.annotations.3.1.4.nupkg.sha512"
},
"Microsoft.AspNet.WebApi.Client/5.2.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OdBVC2bQWkf9qDd7Mt07ev4SwIdu6VmLBMTWC0D5cOP/HWSXyv/77otwtXVrAo42duNjvXOjzjP5oOI9m1+DTQ==",
"path": "microsoft.aspnet.webapi.client/5.2.4",
"hashPath": "microsoft.aspnet.webapi.client.5.2.4.nupkg.sha512"
},
"Microsoft.Bcl.AsyncInterfaces/9.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-owmu2Cr3IQ8yQiBleBHlGk8dSQ12oaF2e7TpzwJKEl4m84kkZJjEY1n33L67Y3zM5jPOjmmbdHjbfiL0RqcMRQ==",
"path": "microsoft.bcl.asyncinterfaces/9.0.0",
"hashPath": "microsoft.bcl.asyncinterfaces.9.0.0.nupkg.sha512"
},
"Microsoft.NET.StringTools/17.11.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mudqUHhNpeqIdJoUx2YDWZO/I9uEDYVowan89R6wsomfnUJQk6HteoQTlNjZDixhT2B4IXMkMtgZtoceIjLRmA==",
"path": "microsoft.net.stringtools/17.11.4",
"hashPath": "microsoft.net.stringtools.17.11.4.nupkg.sha512"
},
"Newtonsoft.Json/13.0.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pdgNNMai3zv51W5aq268sujXUyx7SNdE2bj1wZcWjAQrKMFZV260lbqYop1d2GM67JI1huLRwxo9ZqnfF/lC6A==",
"path": "newtonsoft.json/13.0.4",
"hashPath": "newtonsoft.json.13.0.4.nupkg.sha512"
},
"Newtonsoft.Json.Bson/1.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5PYT/IqQ+UK31AmZiSS102R6EsTo+LGTSI8bp7WAUqDKaF4wHXD8U9u4WxTI1vc64tYi++8p3dk3WWNqPFgldw==",
"path": "newtonsoft.json.bson/1.0.1",
"hashPath": "newtonsoft.json.bson.1.0.1.nupkg.sha512"
},
"Tea/1.1.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vwpYRSIcbNeRDrrRp6eG1rB2rAE5vOZyrQAjMPCxDTisptsIq4ApdmFc9jvthCIgOeBwTyOe4Y/TYTD88Zq+Yw==",
"path": "tea/1.1.3",
"hashPath": "tea.1.1.3.nupkg.sha512"
},
"Core/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"GameFix/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"GameModule/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"GameNetModule/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"GlobalSever/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"MrWu/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"NetWorkMessage/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ObjectModel/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ServerCore/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"ServerData/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"zyxAdapter/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"RabbitMQ.Client/0.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"Ionic.Zip/1.9.3.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"MySql.Data/6.8.8.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"websocket-sharp/1.0.2.29286": {
"type": "reference",
"serviceable": false,
"sha512": ""
}
}
}