I create a NuGet package and publish it to a feed in Azure Devops.
When consuming it a dependent dll wasen't included, it dosen't exist as a NuGet package so i can't fix it like that.
i changed the csproj and added it like described here.
Now i get the dll, but not added as a Reference. Is that possible to fix in Azure Devops?