loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 271 forks source link

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

Open JorritSalverda opened 8 years ago

JorritSalverda commented 8 years ago

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?

slide commented 8 years ago

Related to #184 ?

JorritSalverda commented 8 years ago

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.

pwelter34 commented 8 years ago

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