ravibpatel / ILRepack.Lib.MSBuild.Task

MSBuild task for ILRepack which is an open-source alternative to ILMerge.
Other
107 stars 30 forks source link

ILRepack.Lib.MSBuild.Task does not work on Linux #17

Closed mogawinch closed 8 months ago

mogawinch commented 5 years ago

Hello, I would like to use ILRepack MSBuild Task on Linux, but having a dependency on Microsoft.Build.Utilities.v4.0 make it impossible to use it.

error MSB4062: The "ILRepack" task could not be loaded from the assembly /root/.nuget/packages/ilrepack.lib.msbuild.task/2.0.16/build/ILRepack.Lib.MSBuild.Task.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

There is a plan to make this NuGet package Linux compatible?

Thank you, Marc-André

azhe403 commented 4 years ago

Not only Linux. on Windows too

kb9kKBuAEg

fiskra commented 3 years ago

any update on this ?

ravibpatel commented 8 months ago

Can you try latest version? It should fix the issue.