The generated deps file is added to `ResolvedFileToPublish` in [PackTool.targets](https://github.com/dotnet/sdk/blob/master/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.PackTool.targets#L36) and [Microsoft.NET.Publish.targets](https://github.com/dotnet/sdk/blob/master/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets#L1034-L1036). This results in the deps file being added to the item twice and causes a NU5118 error:  cc @dougbu @swaroop-sridhar @dsplaisted
The generated deps file is added to
ResolvedFileToPublishin PackTool.targets and Microsoft.NET.Publish.targets.This results in the deps file being added to the item twice and causes a NU5118 error:

cc @dougbu @swaroop-sridhar @dsplaisted