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 #8560

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

NikolaMilosavljevic
Copy link
Member

Fixes #7936

Context

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 msbuild.

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.

@rainersigwald rainersigwald added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Mar 13, 2023
@NikolaMilosavljevic
Copy link
Member Author

@rainersigwald @mmitche - thanks for the reviews! Can one of you merge this PR? I don't have permissions.

@mmitche mmitche merged commit 7dc4565 into dotnet:main Mar 13, 2023
JanKrivanek pushed a commit to JanKrivanek/msbuild that referenced this pull request Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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