You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NU1505: Duplicate 'PackageDownload' items warning is raised when the SDK uses PackageDownload to get packages.
The duplicate 'PackageDownload' items are: Microsoft.NETCore.App.Host.win-x64 [6.0.3], Microsoft.NETCore.App.Host.win-x64 [6.0.3], Microsoft.NETCore.App.Host.win-x64 [6.0.3], Microsoft.NETCore.App.Host.win-x64 [6.0.3].
I run into it in 17.3.0 Preview 1, and it doesnt appear in 17.2.0 with the same project.
To Reproduce
Use Microsoft.NETCore.App Version 6.0.3
Update Visual Studio to 17.3.0 Preview 1
The warning "warning NU1505: Duplicate 'PackageDownload' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior" occurs as below screenshot.
Warning NU1505 Duplicate 'PackageDownload' items found. Remove the duplicate items or use the Update functionality to ensure a consistent restore behavior. The duplicate 'PackageDownload' items are: Microsoft.NETCore.App.Host.win-x64 [6.0.0], Microsoft.NETCore.App.Host.win-x64 [6.0.0], Microsoft.NETCore.App.Host.win-x64 [6.0.0], Microsoft.NETCore.App.Host.win-x64 [6.0.0].
Describe the bug
NU1505: Duplicate 'PackageDownload' items warning is raised when the SDK uses PackageDownload to get packages.
The duplicate 'PackageDownload' items are: Microsoft.NETCore.App.Host.win-x64 [6.0.3], Microsoft.NETCore.App.Host.win-x64 [6.0.3], Microsoft.NETCore.App.Host.win-x64 [6.0.3], Microsoft.NETCore.App.Host.win-x64 [6.0.3].
I run into it in 17.3.0 Preview 1, and it doesnt appear in 17.2.0 with the same project.
To Reproduce
They are the same project:
Using .NET SDK 6.0.300 I think.
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: