Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [C#] Target net472 with Flight instead of net462 #44257

Closed
wants to merge 1 commit into from

Conversation

CurtHagenlocher
Copy link
Contributor

Rationale for this change

.NET 4.6.2 is not really netstandard2.0-compatible; it works, but only by bringing in a ridiculous number of facade assemblies. The downlevel web server support for gPRC falls into this category, so bump the required version for Flight from 462 to 472.

What changes are included in this PR?

Changes the targeting of the build for the C# Arrow Flight support.

Are these changes tested?

N/A

Are there any user-facing changes?

The underlying feature is first shipping in Arrow 18 so existing users are unaffected.

@CurtHagenlocher
Copy link
Contributor Author

Heh... pushed from the wrong branch.

@CurtHagenlocher CurtHagenlocher deleted the fix_license branch September 30, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant