westonpace commented on code in PR #33799: URL: https://github.com/apache/arrow/pull/33799#discussion_r1084421046
########## 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: The `if` fails and it downloads and installs a temporary local copy of .NET 7. -- 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