From 01855c791056b7f712e6df82acf97ad3ab7b823a Mon Sep 17 00:00:00 2001 From: Benedikt Reinartz Date: Wed, 26 Jan 2022 13:41:15 -0600 Subject: [PATCH] ARROW-15381: [C#] Bump dependencies for C# Arrow.Flight and allow netstandard2.0 Closes #12193 from filmor/netstandard-2.0 Authored-by: Benedikt Reinartz Signed-off-by: Eric Erhardt --- .../Apache.Arrow.Flight.AspNetCore.csproj | 2 +- .../Apache.Arrow.Flight/Apache.Arrow.Flight.csproj | 12 ++++++++---- .../Apache.Arrow.Flight.TestWeb.csproj | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/csharp/src/Apache.Arrow.Flight.AspNetCore/Apache.Arrow.Flight.AspNetCore.csproj b/csharp/src/Apache.Arrow.Flight.AspNetCore/Apache.Arrow.Flight.AspNetCore.csproj index 7cfa33c5d7728..4024f276d6760 100644 --- a/csharp/src/Apache.Arrow.Flight.AspNetCore/Apache.Arrow.Flight.AspNetCore.csproj +++ b/csharp/src/Apache.Arrow.Flight.AspNetCore/Apache.Arrow.Flight.AspNetCore.csproj @@ -5,7 +5,7 @@ - + diff --git a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj index bd59268ad4fce..9e4627c066287 100644 --- a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj +++ b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj @@ -1,13 +1,17 @@ - netstandard2.1 + netstandard2.0;netstandard2.1 - - - + + + + + + + diff --git a/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj b/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj index 5214b3a2c17e4..0270283a46a34 100644 --- a/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj +++ b/csharp/test/Apache.Arrow.Flight.TestWeb/Apache.Arrow.Flight.TestWeb.csproj @@ -5,7 +5,7 @@ - +