Msbuild 在我的计算机上运行良好,但是当我尝试使用竹子/msbuild 构建项目时,由于某种原因它引用了 .net 4.0。
DB\DbExt.cs(95,42): error CS0433: The type 'System.Func<T1,T2,TResult>' exists in both 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll' and 'c:\Windows\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll' [C:\Users\Administrator\bamboo-home\xml-data\build-dir\GITEXP-GITEXPORT-JOB1\NotMissing\NotMissing\NotMissing.csproj]
我需要使用 MSBuild 4.0,因为我正在使用新的编译器功能(默认参数等)。由于某种原因 System.Core 4.0 被引用,即使它的目标是 3.5。