adamreeve commented on code in PR #114:
URL: https://github.com/apache/arrow-dotnet/pull/114#discussion_r2415423405
##########
test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj:
##########
@@ -15,6 +15,13 @@
<TargetFrameworks>net8.0</TargetFrameworks>
</PropertyGroup>
+ <ItemGroup>
Review Comment:
I had to move this `ItemGroup` up, otherwise the `dotnet add` command would
add the package reference in the `ItemGroup` that was conditional on the target
framework not being equal to `net462`.
--
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]