Can you ignore specific versions of strongly named references?

前端 未结 1 2021
孤独总比滥情好
孤独总比滥情好 2020-12-18 05:14

I am doing some addons on a product which has strongly named references. If I select false in Specific Version, the program complains that the reference is

相关标签:
1条回答
  • 2020-12-18 06:02

    You cannot ignore it, but you can redirect a request from one version to another version.

    See:Redirecting Assembly Versions

    The Specific Version property is only applicable for references to assemblies that don't have a strong name.

    0 讨论(0)
提交回复
热议问题