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

Avoid duplicate BestTargetFrameworks in TargetFramework.Sdk #8361

Merged
merged 3 commits into from
Jan 19, 2022

Conversation

ViktorHofer
Copy link
Member

image

Avoid duplicates being returned by the ChooseBestTargetFrameworks task which leads to unnecessary inner project builds.
Also using string[] property types instead of ITaskItem[] as metadata isn't used.

Noticed that while inspecting the inner builds that are triggered in dotnet/runtime libs subset. Tested locally.

Avoid duplicates being returned by the ChooseBestTargetFrameworks task which leads to unnecessary inner project builds.
@ViktorHofer ViktorHofer requested review from ericstj and safern January 19, 2022 19:07
@ViktorHofer ViktorHofer self-assigned this Jan 19, 2022
@safern safern merged commit 8c1b3eb into main Jan 19, 2022
@safern safern deleted the ViktorHofer-patch-3 branch January 19, 2022 22:12
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.

2 participants