What happens when .NET 4.0 references a .NET 2.0 assembly?

后端 未结 1 1591
夕颜
夕颜 2020-12-18 19:02

What exactly does the .NET 4.0 runtime do if a .NET 4.0 executable contains a reference to a .NET 2.0 assembly?

Is the .NET 2.0 assembly run with the .NET 4.0 runtim

相关标签:
1条回答
  • 2020-12-18 19:30

    They say it should work fine. Check out this.

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