I have test project with coverlet.collector reference. Recently dotnet-releaser started to throw this error on [9] step:
error NU1504: Duplicate 'PackageReference' items found.
Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior.
The duplicate 'PackageReference' items are: coverlet.collector 3.1.0, coverlet.collector 3.1.*.
It seems that it happens after new NuGet 6.3 release. They introduced new warnings for duplicate package references, versions and downloads.
I have test project with coverlet.collector reference. Recently dotnet-releaser started to throw this error on [9] step:
It seems that it happens after new NuGet 6.3 release. They introduced new warnings for duplicate package references, versions and downloads.
I added this to my project file as workaround: