westonpace commented on PR #33799: URL: https://github.com/apache/arrow/pull/33799#issuecomment-1400812232
> I almost wonder if we need both 6.0 and 7.0. Are you asking if it is worth testing with 6.0? I agree that may be excessive. I was erring on the side of caution but if you want me to refine this so its a strict upgrade to 7.0 I'd be fine with that. > Would it be better to just require 7.0 when doing development on the library? You should be able to get away with doing development with just 7.0. The only downside will be that you will need to make sure to run your tests with `dotnet test --framework net7.0` or else it will try and run them for each target and fail on 6.0 (I believe Visual Studio IDE makes this a drop down and only tests a single framework at a time). -- 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