Can you mix .NET framework Versions in a solution?

后端 未结 7 1173
遇见更好的自我
遇见更好的自我 2021-02-06 21:17

Our codebase where I work is .NET 2.0. For our new assembly/DLLs/web applications I would love to take advantage of what 3.5 has to offer.

Can one mix .NET frameworks(pe

相关标签:
7条回答
  • 2021-02-06 22:08

    As a side note, we have some old 1.0 libraries that we used in 2.0 and still use in 3.5, without recompiling. So there's some backwards compatibility there.

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