I'm trying to use Fody.Costura in my project but it's failing with:
C:\Users\Ben.Young\.nuget\packages\costura.fody\1.6.2\build\dotnet\Costura.Fody.targets(14,5): error MSB4062: The "Costura.Tasks.FilterReferenceCopyLocalPaths" task could not be loaded from the assembly C:\Users\Ben.Young\.nuget\packages\costura.fody\1.6.2\build\dotnet\..\..\\Costura.Tasks.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0
The dll is in my framework folder but dotnet doesn't seem to find it. Using MSBuild or VS to build the solution works.
Is it expected that using dotnet from the command line should work with targets that use these utilities?
I'm trying to use Fody.Costura in my project but it's failing with:
The dll is in my framework folder but dotnet doesn't seem to find it. Using MSBuild or VS to build the solution works.
Is it expected that using dotnet from the command line should work with targets that use these utilities?