You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/01/19 02:01:05 UTC

[arrow] branch master updated: ARROW-11309: [Release][C#] Use .NET 3.1 for verification

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 903b41c  ARROW-11309: [Release][C#] Use .NET 3.1 for verification
903b41c is described below

commit 903b41c2ad4acecec8fba3b9dbabec55eda23047
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Tue Jan 19 10:59:52 2021 +0900

    ARROW-11309: [Release][C#] Use .NET 3.1 for verification
    
    Because we require .NET 3 or later since 3.0.0.
    
    Closes #9254 from kou/release-verify-macos-csharp
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/release/verify-release-candidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index a965416..f113a89 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -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)