CurtHagenlocher commented on code in PR #36813:
URL: https://github.com/apache/arrow/pull/36813#discussion_r1270967077
##########
csharp/test/Apache.Arrow.Tests/Apache.Arrow.Tests.csproj:
##########
@@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
+ <!-- Unloading the AppDomain causes net472 tests to hang on completion
when Python has been used
+ <TargetFrameworks>net7.0;net472</TargetFrameworks>
+ -->
Review Comment:
Yeah, I figured it 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]