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

Trim away netframework targets in source-build #994

Merged
merged 1 commit into from Apr 10, 2023

Conversation

NikolaMilosavljevic
Copy link
Member

Summary of the changes

This is part of the source-build work to enable trimming of net4* targets. Parent repos (installer and sdk) have been updated, so the next step is to update dependencies, like sourcelink.

Here's how this is consumed: dotnet/arcade#12785

Top-level tracking issue: dotnet/source-build#3014

This essentially just avoids building net4* TFMs when building Linux source build.

Fixes: #868

@NikolaMilosavljevic
Copy link
Member Author

@mmitche @MichaelSimons

@NikolaMilosavljevic
Copy link
Member Author

Last repo for dotnet/source-build#3014

@NikolaMilosavljevic
Copy link
Member Author

@tmat any concerns with merging this? (I do not have permissions.)

This is a source-build only change. All checks are passing.

@tmat tmat merged commit 4c16ce7 into dotnet:main Apr 10, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TFM trimming, and elimination of net4* targeting in Linux source-build
4 participants