diff --git a/Plugins/TapTap.Bootstrap.deps.json b/Plugins/TapTap.Bootstrap.deps.json index 5c62416..1229ab6 100644 --- a/Plugins/TapTap.Bootstrap.deps.json +++ b/Plugins/TapTap.Bootstrap.deps.json @@ -10,10 +10,12 @@ "TapTap.Bootstrap/1.0.0": { "dependencies": { "NETStandard.Library": "2.0.3", + "TapTap.Common": "1.0.0", + "TapTap.Login": "1.0.0", "Common": "1.0.0.0", + "LiveQuery": "1.0.0.0", "Storage": "1.0.0.0", "Storage.Unity": "1.0.0.0", - "TapTap.Common": "2.1.6.0", "UnityEngine": "0.0.0.0" }, "runtime": { @@ -26,6 +28,19 @@ "Microsoft.NETCore.Platforms": "1.1.0" } }, + "TapTap.Common/1.0.0": { + "runtime": { + "TapTap.Common.dll": {} + } + }, + "TapTap.Login/1.0.0": { + "dependencies": { + "TapTap.Common": "1.0.0" + }, + "runtime": { + "TapTap.Login.dll": {} + } + }, "Common/1.0.0.0": { "runtime": { "Common.dll": { @@ -34,6 +49,14 @@ } } }, + "LiveQuery/1.0.0.0": { + "runtime": { + "LiveQuery.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, "Storage/1.0.0.0": { "runtime": { "Storage.dll": { @@ -50,14 +73,6 @@ } } }, - "TapTap.Common/2.1.6.0": { - "runtime": { - "TapTap.Common.dll": { - "assemblyVersion": "2.1.6.0", - "fileVersion": "2.1.6.0" - } - } - }, "UnityEngine/0.0.0.0": { "runtime": { "UnityEngine.dll": { @@ -73,6 +88,54 @@ "fileVersion": "11.0.1.0" } } + }, + "Realtime/1.0.0.0": { + "runtime": { + "Realtime.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "LC.Google.Protobuf/3.14.0.0": { + "runtime": { + "LC.Google.Protobuf.dll": { + "assemblyVersion": "3.14.0.0", + "fileVersion": "3.14.0.0" + } + } + }, + "System.Memory/4.0.1.1": { + "runtime": { + "System.Memory.dll": { + "assemblyVersion": "4.0.1.1", + "fileVersion": "4.6.27617.2" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/4.0.4.1": { + "runtime": { + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "4.0.4.1", + "fileVersion": "4.0.0.0" + } + } + }, + "System.Buffers/4.0.2.0": { + "runtime": { + "System.Buffers.dll": { + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.6.25519.3" + } + } + }, + "System.Numerics.Vectors/4.1.3.0": { + "runtime": { + "System.Numerics.Vectors.dll": { + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.6.25519.3" + } + } } } }, @@ -96,11 +159,26 @@ "path": "netstandard.library/2.0.3", "hashPath": "netstandard.library.2.0.3.nupkg.sha512" }, + "TapTap.Common/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "TapTap.Login/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, "Common/1.0.0.0": { "type": "reference", "serviceable": false, "sha512": "" }, + "LiveQuery/1.0.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, "Storage/1.0.0.0": { "type": "reference", "serviceable": false, @@ -111,11 +189,6 @@ "serviceable": false, "sha512": "" }, - "TapTap.Common/2.1.6.0": { - "type": "reference", - "serviceable": false, - "sha512": "" - }, "UnityEngine/0.0.0.0": { "type": "reference", "serviceable": false, @@ -125,6 +198,36 @@ "type": "reference", "serviceable": false, "sha512": "" + }, + "Realtime/1.0.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "LC.Google.Protobuf/3.14.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "System.Memory/4.0.1.1": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "System.Runtime.CompilerServices.Unsafe/4.0.4.1": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "System.Buffers/4.0.2.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + }, + "System.Numerics.Vectors/4.1.3.0": { + "type": "reference", + "serviceable": false, + "sha512": "" } } } \ No newline at end of file diff --git a/Plugins/TapTap.Bootstrap.dll b/Plugins/TapTap.Bootstrap.dll index d2be4a2..3a0c645 100644 Binary files a/Plugins/TapTap.Bootstrap.dll and b/Plugins/TapTap.Bootstrap.dll differ diff --git a/Plugins/TapTap.Bootstrap.pdb b/Plugins/TapTap.Bootstrap.pdb index 3aea26e..5923884 100644 Binary files a/Plugins/TapTap.Bootstrap.pdb and b/Plugins/TapTap.Bootstrap.pdb differ