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
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Today the NuGetDependencyResolver comes after the GacDependencyResolver and ReferenceAssemblyDependencyResolver. This causes issues when there's an assembly in the GAC that has the same version as a NuGet package being referenced. Unfortunately the same is also true for reference assemblies that are exists as NuGet packages.
We should only consider the NuGet package valid if there are any compilation exports for that targetFramework (i.e. if there's a compatible lib folder for that target framework).
Today the NuGetDependencyResolver comes after the GacDependencyResolver and ReferenceAssemblyDependencyResolver. This causes issues when there's an assembly in the GAC that has the same version as a NuGet package being referenced. Unfortunately the same is also true for reference assemblies that are exists as NuGet packages.
We should only consider the NuGet package valid if there are any compilation exports for that targetFramework (i.e. if there's a compatible lib folder for that target framework).
Related to #506
The text was updated successfully, but these errors were encountered: