Skip to content

Commit

Permalink
ARROW-11309: [Release][C#] Use .NET 3.1 for verification
Browse files Browse the repository at this point in the history
Because we require .NET 3 or later since 3.0.0.

Closes #9254 from kou/release-verify-macos-csharp

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Jan 19, 2021
1 parent 69a9a1c commit 903b41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Expand Up @@ -313,7 +313,7 @@ test_csharp() {
fi
fi
else
local dotnet_version=2.2.300
local dotnet_version=3.1.405
local dotnet_platform=
case "$(uname)" in
Linux)
Expand Down

0 comments on commit 903b41c

Please sign in to comment.