Msbuild在我的计算机上工作正常,但是当我尝试使用bamboo / 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,因为我正在使用新的编译器功能(默认参数等)。由于某些原因,即使它以3.5为目标,也会引用System.Core 4.0。