Closed katlimruiz closed 9 years ago
What’s the use case for this? YUICompressor is typically used at compile time, whereas nhibernate would be used at runtime.
Also 4.0 is a .NET 4 library but we target .NET 2 and above…
On 20 Mar 2015, at 20:41, Kat Lim Ruiz notifications@github.com wrote:
Iesi.Collections has a conflict with NHibernate which uses version 4.0 and this project uses 2.0.
Iesi.Collections should get updated asap!
— Reply to this email directly or view it on GitHub https://github.com/PureKrome/YUICompressor.NET/issues/6.
Indeed you are right, it is used at build time, however I think the issue is that I got the YUICompressor MSBuildTask package but this has a dependency on YUICompressor package, so nuget brings both. The funny thing is that the folder content of MsBuildTask package does not have the Iesi.Collections but the other does (I would had assume both would have it as a requirement).
So maybe there is a way to break this link?
But you can have nugget dependencies on different versions of the same package so it shouldn’t be an issue. http://stackoverflow.com/questions/9942041/nuget-managing-and-removing-multi-version-packages-in-single-solution http://stackoverflow.com/questions/9942041/nuget-managing-and-removing-multi-version-packages-in-single-solution
On 21 Mar 2015, at 03:21, Kat Lim Ruiz notifications@github.com wrote:
Indeed you are right, it is used at build time, however I think the issue is that I got the YUICompressor MSBuildTask package but this has a dependency on YUICompressor package, so nuget brings both. The funny thing is that the folder content of MsBuildTask package does not have the Iesi.Collections but the other does (I would had assume both would have it as a requirement).
So maybe there is a way to break this link?
— Reply to this email directly or view it on GitHub https://github.com/PureKrome/YUICompressor.NET/issues/6#issuecomment-84231966.
Closing due to no response from the raiser, and it should not be a problem as previously posted
Iesi.Collections has a conflict with NHibernate which uses version 4.0 and this project uses 2.0.
Iesi.Collections should get updated asap! :+1: