Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在修改许多旧项目使用的一组 dll 库项目。较旧的项目都是使用目标框架 3.5 构建的。
这是否意味着我根本无法为 .Net 4.5 构建 dll 库?还是仅仅意味着我不能使用 > 3.5 的语言功能?
不,不幸的是你不能。
NET 4.5 使用与 .NET 3.5 不同的编译器。