Skip to content

Unable to locate dependencies after updating to version 3.0.0 #2

@adambarry

Description

@adambarry

Hey guys,

YUICompressor.NET.MSBuild doesn't work directly "out of the box" when installing version 3.0.0. The folder packages\YUICompressor.NET.MSBuild.3.0.0\lib\net452 only contains the "Yahoo.Yui.Compressor.MsBuild.dll" file, which means that it is missing some dependencies. This can be fixed by copying the following files:

  1. packages\EcmaScript.NET.2.0.0\lib\net45\EcmaScript.NET.dll
  2. packages\YUICompressor.NET.3.0.0\lib\net452Yahoo.Yui.Compressor.dll

... to the folder YUICompressor.NET.MSBuild.3.0.0\lib\net452, so that all 3 files reside in the same folder.

Unless there is some obvious setting (unknown to me) that provides a better fix, it would be great if you could fix the issue.

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions