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 2020/11/25 00:43:09 UTC

[arrow] branch master updated: ARROW-10721: [C#][CI] Use .NET 3.1 by default

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 61926fe  ARROW-10721: [C#][CI] Use .NET 3.1 by default
61926fe is described below

commit 61926fe0b533d303185a5075854d3f07a0274ff2
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Wed Nov 25 09:41:38 2020 +0900

    ARROW-10721: [C#][CI] Use .NET 3.1 by default
    
    We upgraded our .NET version by b8e021c17f88ea979f440c7207866250ceca4843.
    
    Closes #8764 from kou/csharp-update-dotnet-version
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .env                                     | 2 +-
 ci/docker/ubuntu-18.04-csharp.dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env b/.env
index ab3a15a..56cd767 100644
--- a/.env
+++ b/.env
@@ -39,7 +39,7 @@ TURBODBC=latest
 KARTOTHEK=latest
 HDFS=2.9.2
 SPARK=master
-DOTNET=2.1
+DOTNET=3.1
 R=4.0
 ARROW_R_DEV=TRUE
 # These correspond to images on Docker Hub that contain R, e.g. rhub/ubuntu-gcc-release:latest
diff --git a/ci/docker/ubuntu-18.04-csharp.dockerfile b/ci/docker/ubuntu-18.04-csharp.dockerfile
index 237ce6a..624ce25 100644
--- a/ci/docker/ubuntu-18.04-csharp.dockerfile
+++ b/ci/docker/ubuntu-18.04-csharp.dockerfile
@@ -16,7 +16,7 @@
 # under the License.
 
 ARG platform=bionic
-ARG dotnet=2.1
+ARG dotnet=3.1
 FROM mcr.microsoft.com/dotnet/core/sdk:${dotnet}-${platform}
 
 RUN dotnet tool install --tool-path /usr/local/bin sourcelink