adamreeve commented on code in PR #44117:
URL: https://github.com/apache/arrow/pull/44117#discussion_r1760359783
##########
csharp/src/Apache.Arrow/Apache.Arrow.csproj:
##########
@@ -7,18 +7,16 @@
<Description>Apache Arrow is a cross-language development platform for
in-memory data. It specifies a standardized language-independent columnar
memory format for flat and hierarchical data, organized for efficient analytic
operations on modern hardware.</Description>
</PropertyGroup>
- <PropertyGroup Condition="'$(IsWindows)'=='true'">
+ <PropertyGroup>
Review Comment:
Just checking this was intentionally included in the PR? Seems reasonable to
now build for net462 on non-Windows too, this built fine for me on Linux and I
guess something made sure the reference assemblies / targeting pack was
available.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]