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
The following error occurs when building sourcelink in source-build with the latest toolset
sourcelink/artifacts/source-build/self/src/src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj : 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: Microsoft.Build 17.3.0-preview-22330-01, Microsoft.Build 17.3.0-preview-22330-01; Microsoft.Build.Tasks.Core 16.7.0, Microsoft.Build.Tasks.Core 16.7.0.
By looking at [Microsoft.Build.Tasks.Tfvc.csproj](https://github.com/dotnet/sourcelink/blob/main/src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj), you can clearly see the Microsoft.Build and Microsoft.Build.Tasks.Core PackageReferences are duplicated.
The text was updated successfully, but these errors were encountered:
The following error occurs when building sourcelink in source-build with the latest toolset
By looking at
[Microsoft.Build.Tasks.Tfvc.csproj](https://github.com/dotnet/sourcelink/blob/main/src/Microsoft.Build.Tasks.Tfvc/Microsoft.Build.Tasks.Tfvc.csproj)
, you can clearly see theMicrosoft.Build
andMicrosoft.Build.Tasks.Core
PackageReferences are duplicated.The text was updated successfully, but these errors were encountered: