From b9eaa9d84992ce92316f30d1e5e9372914582c49 Mon Sep 17 00:00:00 2001 From: Erik Zhang Date: Wed, 1 Jun 2022 16:10:43 +0800 Subject: [PATCH] 3.3.0 (#717) * 3.3.0 * update NeoFS.API Co-authored-by: superboyiii <573504781@qq.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> --- src/Directory.Build.props | 4 ++-- src/OracleService/OracleService.csproj | 2 +- src/RocksDBStore/RocksDBStore.csproj | 2 +- tests/Directory.Build.props | 6 +++--- tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj | 4 ++-- .../Neo.Plugins.OracleService.Tests.csproj | 4 ++-- .../Neo.Plugins.RpcServer.Tests.csproj | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index d564aa46c..47d20e3a7 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ - 3.2.1 + 3.3.0 net6.0 Neo.Plugins The Neo Project @@ -21,7 +21,7 @@ - + diff --git a/src/OracleService/OracleService.csproj b/src/OracleService/OracleService.csproj index 0b7c8e5f8..15d0e8b05 100644 --- a/src/OracleService/OracleService.csproj +++ b/src/OracleService/OracleService.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/RocksDBStore/RocksDBStore.csproj b/src/RocksDBStore/RocksDBStore.csproj index e04a99bce..408de8c74 100644 --- a/src/RocksDBStore/RocksDBStore.csproj +++ b/src/RocksDBStore/RocksDBStore.csproj @@ -6,7 +6,7 @@ - + diff --git a/tests/Directory.Build.props b/tests/Directory.Build.props index f77933e8f..b8b5e0322 100644 --- a/tests/Directory.Build.props +++ b/tests/Directory.Build.props @@ -7,9 +7,9 @@ - - - + + + diff --git a/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj b/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj index 47c4a3624..94baf85bd 100644 --- a/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj +++ b/tests/Neo.Network.RPC.Tests/Neo.Network.RPC.Tests.csproj @@ -5,8 +5,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Neo.Plugins.OracleService.Tests/Neo.Plugins.OracleService.Tests.csproj b/tests/Neo.Plugins.OracleService.Tests/Neo.Plugins.OracleService.Tests.csproj index 6dfcbfc7a..173ed4706 100644 --- a/tests/Neo.Plugins.OracleService.Tests/Neo.Plugins.OracleService.Tests.csproj +++ b/tests/Neo.Plugins.OracleService.Tests/Neo.Plugins.OracleService.Tests.csproj @@ -6,8 +6,8 @@ - - + + diff --git a/tests/Neo.Plugins.RpcServer.Tests/Neo.Plugins.RpcServer.Tests.csproj b/tests/Neo.Plugins.RpcServer.Tests/Neo.Plugins.RpcServer.Tests.csproj index 71c10813b..801f542e5 100644 --- a/tests/Neo.Plugins.RpcServer.Tests/Neo.Plugins.RpcServer.Tests.csproj +++ b/tests/Neo.Plugins.RpcServer.Tests/Neo.Plugins.RpcServer.Tests.csproj @@ -10,7 +10,7 @@ - +