Kouhei Sutou created ARROW-16176:
------------------------------------
Summary: [Release][C#] Use .NET 6.0 on Ubuntu 22.04
Key: ARROW-16176
URL: https://issues.apache.org/jira/browse/ARROW-16176
Project: Apache Arrow
Issue Type: Improvement
Components: C#
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
Ubuntu 22.04 ships OpenSSL 3 and .NET 5.0 or earlier doesn't support
OpenSSL 3 yet.
https://github.com/ursacomputing/crossbow/runs/5991452980?check_suite_focus=true
{noformat}
No usable version of libssl was found
/arrow/dev/release/verify-release-candidate.sh: line 325: 46 Aborted
(core dumped) dotnet tool install --tool-path ${csharp_bin} sourcelink
Failed to verify release candidate. See /tmp/arrow-HEAD.wqAnv for details.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)