From db997bde47674ed61acb93dea1522b4f16f8e489 Mon Sep 17 00:00:00 2001 From: Mario Emmenlauer Date: Wed, 25 Aug 2021 11:53:41 +0200 Subject: Minor whitespace cleanup in csproj files --- lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj | 4 ++ lib/netstd/Thrift/Thrift.csproj | 66 +++++++++++------------ test/netstd/Client/Client.csproj | 3 ++ test/netstd/Server/Server.csproj | 3 ++ tutorial/netstd/Client/Client.csproj | 1 - tutorial/netstd/Interfaces/Interfaces.csproj | 1 - tutorial/netstd/Server/Server.csproj | 1 - 7 files changed, 43 insertions(+), 36 deletions(-) diff --git a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj index 97bd28653..f1dc73155 100644 --- a/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj +++ b/lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj @@ -17,10 +17,12 @@ specific language governing permissions and limitations under the License. --> + net5.0 0.16.0.0 + @@ -28,10 +30,12 @@ + + diff --git a/lib/netstd/Thrift/Thrift.csproj b/lib/netstd/Thrift/Thrift.csproj index 328dd4447..ec9771261 100644 --- a/lib/netstd/Thrift/Thrift.csproj +++ b/lib/netstd/Thrift/Thrift.csproj @@ -18,40 +18,40 @@ under the License. --> - - netstandard2.1;netstandard2.0;net5.0 - Thrift - ApacheThrift - true - true - false - false - false - false - false - false - false - false - + + netstandard2.1;netstandard2.0;net5.0 + Thrift + ApacheThrift + true + true + false + false + false + false + false + false + false + false + - - true - true - thrift.snk - false - Apache Thrift 0.16.0 - 0.16.0.0 - false - http://thrift.apache.org/ - Apache Thrift Developers - false - Apache-2.0 - C# .NET Core bindings for the Apache Thrift RPC system - - Apache Thrift RPC - https://github.com/apache/thrift/blob/0.16.0/CHANGES.md - Copyright 2021 The Apache Software Foundation - + + true + true + thrift.snk + false + Apache Thrift 0.16.0 + 0.16.0.0 + false + http://thrift.apache.org/ + Apache Thrift Developers + false + Apache-2.0 + C# .NET Core bindings for the Apache Thrift RPC system + + Apache Thrift RPC + https://github.com/apache/thrift/blob/0.16.0/CHANGES.md + Copyright 2021 The Apache Software Foundation + diff --git a/test/netstd/Client/Client.csproj b/test/netstd/Client/Client.csproj index 50798f469..a33143613 100644 --- a/test/netstd/Client/Client.csproj +++ b/test/netstd/Client/Client.csproj @@ -32,15 +32,18 @@ false false + + + diff --git a/test/netstd/Server/Server.csproj b/test/netstd/Server/Server.csproj index a176dda69..f5ddc0f72 100644 --- a/test/netstd/Server/Server.csproj +++ b/test/netstd/Server/Server.csproj @@ -32,6 +32,7 @@ false false + @@ -40,9 +41,11 @@ + + diff --git a/tutorial/netstd/Client/Client.csproj b/tutorial/netstd/Client/Client.csproj index 9e903b930..1f877517e 100644 --- a/tutorial/netstd/Client/Client.csproj +++ b/tutorial/netstd/Client/Client.csproj @@ -39,5 +39,4 @@ - diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj index ad46bd583..989f6db40 100644 --- a/tutorial/netstd/Interfaces/Interfaces.csproj +++ b/tutorial/netstd/Interfaces/Interfaces.csproj @@ -45,5 +45,4 @@ - diff --git a/tutorial/netstd/Server/Server.csproj b/tutorial/netstd/Server/Server.csproj index d4ada3e29..e5e54a5b1 100644 --- a/tutorial/netstd/Server/Server.csproj +++ b/tutorial/netstd/Server/Server.csproj @@ -42,5 +42,4 @@ - -- cgit v1.2.1