Visual Studio References and versioning - how does it work?

前端 未结 4 1950
南旧
南旧 2021-02-04 09:04

We have several common libs. Ideally we want them all to use the latest version of a dll even if they have been compiled against an older different version (assume the latest ve

4条回答
  •  梦谈多话
    2021-02-04 09:28

    If you have the source, you could use project references instead of dll references. That way you would always get the latest.

提交回复
热议问题