From 7c4b6ab188c1125456c76dc01f58f5cd927845aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=BF=97=E5=90=8C?= Date: Mon, 23 Nov 2020 19:51:20 +0800 Subject: [PATCH] use shared directory.build.props file --- Directory.Build.props | 16 ++++++++++++++++ Neo.ConsoleService/Neo.ConsoleService.csproj | 11 ----------- neo-cli/neo-cli.csproj | 5 ----- .../Neo.ConsoleService.Tests.csproj | 1 - 4 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 000000000..b2bbec62b --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,16 @@ + + + + + 3.0.0 + preview3 + net5.0 + The Neo Project + Neo;Blockchain;Neo-CLI;Neo-Node + https://github.com/neo-project/neo-node + MIT + git + https://github.com/neo-project/neo-node.git + + + \ No newline at end of file diff --git a/Neo.ConsoleService/Neo.ConsoleService.csproj b/Neo.ConsoleService/Neo.ConsoleService.csproj index c95423da8..655f0c13f 100644 --- a/Neo.ConsoleService/Neo.ConsoleService.csproj +++ b/Neo.ConsoleService/Neo.ConsoleService.csproj @@ -1,16 +1,5 @@ - - 2015-2020 The Neo Project - 1.0.0 - The Neo Project - net5.0 - https://github.com/neo-project/neo-node - MIT - git - https://github.com/neo-project/neo-node.git - - diff --git a/neo-cli/neo-cli.csproj b/neo-cli/neo-cli.csproj index d64ac82c0..2821eff3e 100644 --- a/neo-cli/neo-cli.csproj +++ b/neo-cli/neo-cli.csproj @@ -1,16 +1,11 @@ - 2016-2020 The Neo Project Neo.CLI - 3.0.0-preview3 - The Neo Project - net5.0 neo-cli Exe Neo.CLI Neo - The Neo Project Neo.CLI Neo.CLI diff --git a/tests/Neo.ConsoleService.Tests/Neo.ConsoleService.Tests.csproj b/tests/Neo.ConsoleService.Tests/Neo.ConsoleService.Tests.csproj index 0616e73a2..b357fe14e 100644 --- a/tests/Neo.ConsoleService.Tests/Neo.ConsoleService.Tests.csproj +++ b/tests/Neo.ConsoleService.Tests/Neo.ConsoleService.Tests.csproj @@ -1,7 +1,6 @@ - net5.0 neo_cli.Tests