From 981edd9c0259566216d4f1b6c0dd83ed85bf677b Mon Sep 17 00:00:00 2001 From: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:19:48 +0800 Subject: [PATCH] Merge Preview3 to Master (#307) * Add Utility.StackItemFromJson (#302) (#303) * fix invoke tojson * add StackItemFromJson * optimize code * remove src/RpcClientTests/UtilityTests.cs Co-authored-by: Luchuan Co-authored-by: Luchuan Co-authored-by: Luchuan * update to preview3 (#305) Co-authored-by: Luchuan Co-authored-by: Luchuan --- src/ApplicationLogs/ApplicationLogs.csproj | 2 +- src/LevelDBStore/LevelDBStore.csproj | 6 +++--- src/RocksDBStore/RocksDBStore.csproj | 6 +++--- src/RpcClient/RpcClient.csproj | 4 ++-- src/RpcNep5Tracker/RpcNep5Tracker.csproj | 2 +- src/RpcServer/RpcServer.csproj | 4 ++-- src/StatesDumper/StatesDumper.csproj | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/ApplicationLogs/ApplicationLogs.csproj b/src/ApplicationLogs/ApplicationLogs.csproj index c06947925..5318c84ca 100644 --- a/src/ApplicationLogs/ApplicationLogs.csproj +++ b/src/ApplicationLogs/ApplicationLogs.csproj @@ -1,7 +1,7 @@ - 3.0.0-preview2 + 3.0.0-preview3 netstandard2.1 Neo.Plugins diff --git a/src/LevelDBStore/LevelDBStore.csproj b/src/LevelDBStore/LevelDBStore.csproj index 9e6e2a829..9c57ece5c 100644 --- a/src/LevelDBStore/LevelDBStore.csproj +++ b/src/LevelDBStore/LevelDBStore.csproj @@ -1,7 +1,7 @@ - + - 3.0.0-preview2 + 3.0.0-preview3 netstandard2.1 Neo true @@ -15,7 +15,7 @@ - + diff --git a/src/RocksDBStore/RocksDBStore.csproj b/src/RocksDBStore/RocksDBStore.csproj index fb9d1a700..5f67e8f73 100644 --- a/src/RocksDBStore/RocksDBStore.csproj +++ b/src/RocksDBStore/RocksDBStore.csproj @@ -1,7 +1,7 @@ - + - 3.0.0-preview2 + 3.0.0-preview3 netstandard2.1 Neo.Plugins.Storage @@ -14,7 +14,7 @@ - + diff --git a/src/RpcClient/RpcClient.csproj b/src/RpcClient/RpcClient.csproj index a8b93604a..31e757d12 100644 --- a/src/RpcClient/RpcClient.csproj +++ b/src/RpcClient/RpcClient.csproj @@ -1,7 +1,7 @@ - 3.0.0-preview2 + 3.0.0-preview3 netstandard2.1 Neo.Network.RPC The Neo Project @@ -14,7 +14,7 @@ - + diff --git a/src/RpcNep5Tracker/RpcNep5Tracker.csproj b/src/RpcNep5Tracker/RpcNep5Tracker.csproj index 408ffed03..7a9a6764e 100644 --- a/src/RpcNep5Tracker/RpcNep5Tracker.csproj +++ b/src/RpcNep5Tracker/RpcNep5Tracker.csproj @@ -1,6 +1,6 @@ - 3.0.0-preview2 + 3.0.0-preview3 netstandard2.1 Neo.Plugins diff --git a/src/RpcServer/RpcServer.csproj b/src/RpcServer/RpcServer.csproj index 853edc38f..c337384ad 100644 --- a/src/RpcServer/RpcServer.csproj +++ b/src/RpcServer/RpcServer.csproj @@ -1,7 +1,7 @@ - 3.0.0-preview2 + 3.0.0-preview3 netstandard2.1 Neo.Plugins @@ -15,7 +15,7 @@ - + diff --git a/src/StatesDumper/StatesDumper.csproj b/src/StatesDumper/StatesDumper.csproj index 5ae67e8ca..9e695830a 100644 --- a/src/StatesDumper/StatesDumper.csproj +++ b/src/StatesDumper/StatesDumper.csproj @@ -1,7 +1,7 @@ - 3.0.0-preview2 + 3.0.0-preview3 netstandard2.1 Neo.Plugins @@ -14,7 +14,7 @@ - +