nuke-build / nuke

🏗 The AKEless Build System for C#/.NET
https://nuke.build
MIT License
3.07k stars 369 forks source link

Handle duplicate packages in nuget cache (#1386) #1387

Closed ChristophLindemann closed 4 months ago

ChristophLindemann commented 6 months ago

Resolves #1386

The NuGetPackageResolver class now handles that a NuGet package folder can contain multiple useless .nupkg files.

This is a workaround for a .NET SDK 8 problem (https://github.com/dotnet/sdk/issues/40528) introduced by https://github.com/dotnet/sdk/pull/33835.

I confirm that the pull-request:

werwolfby commented 5 months ago

Hi @ChristophLindemann is duplicate of #1355?