eerhardt commented on code in PR #33799: URL: https://github.com/apache/arrow/pull/33799#discussion_r1084356957
########## dev/release/verify-release-candidate.sh: ########## @@ -347,18 +347,15 @@ install_csharp() { show_info "Ensuring that C# is installed..." - if which dotnet > /dev/null 2>&1; then + if dotnet --version | grep 7\.0 > /dev/null 2>&1; then Review Comment: what happens if `dotnet` is not installed? Does this script error out? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org