msbuildtasks icon indicating copy to clipboard operation
msbuildtasks copied to clipboard

MSBuild.Community.Tasks.dll depends on Microsoft.Build.Utilities.v3.5

Open JorritSalverda opened this issue 9 years ago • 3 comments

I'm trying to use the MSBuild tasks from a build agent with https://chocolatey.org/packages/microsoft-build-tools installed instead of https://chocolatey.org/packages/VisualStudio2013ExpressWeb.

However it fails with the following error

The "MSBuild.Community.Tasks.Attrib" task could not be loaded from the assembly c:\MSBuildTasks.1.4.0.128\tools\MSBuild.Community.Tasks.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.

Is there an easy fix for this?

JorritSalverda avatar Apr 19 '16 16:04 JorritSalverda

Related to #184 ?

slide avatar Apr 27 '16 23:04 slide

It's the same kind of error, but in my case unrelated to Mono. Just relying on msbuild 12.0 assemblies that aren't there in msbuild 14.0. Or perhaps only bundled with Visual Studio.

JorritSalverda avatar Apr 28 '16 06:04 JorritSalverda

Going to rework the nuget package and build to out put all version.

pwelter34 avatar Apr 28 '16 12:04 pwelter34