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

Default BuildTargetFramework to NetCoreAppCurrent for GenerateReferenceAssemblySource #61760

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

safern
Copy link
Member

@safern safern commented Nov 18, 2021

Currently we would run GenerateReferenceAssembly source for all tfms, leading to an ordering issue as the last tfm that is run for wins and that's not essentially what we want. Let's default the BuildTargetFramework on the outer target to netcoreappcurrent so that we by default generate the ref for that, and if someone wants another tfm, they can specify their BuildTargetFramework.

cc: @BrennanConroy

@ghost
Copy link

ghost commented Nov 18, 2021

Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

Issue Details

cc: @BrennanConroy

Author: safern
Assignees: -
Labels:

area-Infrastructure-libraries

Milestone: -

@safern
Copy link
Member Author

safern commented Nov 20, 2021

@Eerhard I've defaulted BuildTargetFramework when running the target to netcoreappcurrent. PTAL.

@safern safern changed the title Add BuildTargetFramework option to GenerateReferenceSource docs Default BuildTargetFramework to NetCoreAppCurrent for GenerateReferenceAssemblySource Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants