✅ Resolving an ambiguous assembly reference
We recently upgraded an included NuGet package from version
This indicates, that we missed upgrading one of our components, but we cannot find out which one. We're also including some third party components, which have (ostensibly) also been updated to use Spring.NET 3.0.1. But the provider assures us, that all projects in their solution were upgraded to use version 3.0.1. Now we're at a loss.
Is there a way to get more detailed information on which of our assemblies or components tries to reference the older version? A plain text search across all our
2.0.1 to 3.0.1 (Spring.NET, in case it matters). Now we get this exception:This indicates, that we missed upgrading one of our components, but we cannot find out which one. We're also including some third party components, which have (ostensibly) also been updated to use Spring.NET 3.0.1. But the provider assures us, that all projects in their solution were upgraded to use version 3.0.1. Now we're at a loss.
Is there a way to get more detailed information on which of our assemblies or components tries to reference the older version? A plain text search across all our
.csproj and .config files revealed no reference to 2.0.1, and we're not sure what else to do.