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

Fix buildtransitive vs buildTransitive difference #6436

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

ViktorHofer
Copy link
Member

NuGet expects build files that should be transitively applied to a consuming project to be in a folder called "buildTransitive". afee469 moved config files into that folder but the change had a typo as it specified "buildtransitive" instead of "buildTransitive". That resulted in a mismatch during pack time.

Fixes dependency update in dotnet/sdk#29911

NuGet expects build files that should be transitively applied to a consuming project to be in a folder called "buildTransitive". dotnet@afee469 moved config files into that folder but the change had a typo as it specified "buildtransitive" instead of "buildTransitive". That resulted in a mismatch during pack time.

Fixes dependency update in dotnet/sdk#29911
@ViktorHofer ViktorHofer requested a review from a team as a code owner January 17, 2023 11:25
@ViktorHofer
Copy link
Member Author

cc @mavasani

@mavasani
Copy link
Contributor

Ah, my bad. Thanks for the fix!

@mavasani mavasani merged commit 22ea642 into dotnet:main Jan 17, 2023
@github-actions github-actions bot added this to the vNext milestone Jan 17, 2023
@ViktorHofer ViktorHofer deleted the patch-1 branch January 17, 2023 12:38
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