我有一个解决方案,大多数项目都是在 .net 4.5 中编译的(我使用异步和任务)。
有几个项目需要在 .net 3.5 中编译,因为它们使用仅支持 .net 3.5 的 SDK。
如果我的“Common”项目是在 4.5 中编译的,并且我有一个需要它的目标框架为 3.5 的项目,是否可以添加对 Common 的引用?(例如,我的记录器接口在 Common,我通过 DI 得到它)。
谢谢。
输出:
could not be resolved because it was built against the ".NETFramework,Version=v4.5" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".