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

merge SDK and packages.config references in discovery #11099

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

brettfo
Copy link
Contributor

@brettfo brettfo commented Dec 11, 2024

It's possible for a C# project to contain both SDK-style refernces (via <PackageReference .../> elements) as well as packages.config. Previously only the packages.config style references would be considered if there were no SDK-style references.

This PR allows both to exist and merges the results, including the AdditionalFiles property.

@brettfo brettfo requested a review from a team as a code owner December 11, 2024 18:24
@github-actions github-actions bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Dec 11, 2024
@brettfo brettfo force-pushed the dev/brettfo/nuget-merge-discovery branch from cccddf7 to 569c19c Compare December 27, 2024 17:27
JamieMagee
JamieMagee previously approved these changes Dec 27, 2024
@brettfo brettfo force-pushed the dev/brettfo/nuget-merge-discovery branch from 569c19c to 1da3dd6 Compare January 7, 2025 19:52
@randhircs randhircs merged commit 1617c7a into main Jan 7, 2025
75 checks passed
@randhircs randhircs deleted the dev/brettfo/nuget-merge-discovery branch January 7, 2025 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants