I try to merge all DLL of my library.
When I build, I get this error :
ILMerge.Merge: ERROR!!: Duplicate type 'System.Net.Http.HttpRequestMessageExtensions' found in
assembly 'System.Web.Http.SelfHost'. Do you want to use the /alllowDup option?
If I well read I should use allowDup, but I can't how to do on the web ?
I tried <ILMergeAllowDuplicateType>true</ILMergeAllowDuplicateType>, but doesn't change any thinks.
When I build, I get this error :
ILMerge.Merge: ERROR!!: Duplicate type 'System.Net.Http.HttpRequestMessageExtensions' found in
assembly 'System.Web.Http.SelfHost'. Do you want to use the /alllowDup option?
If I well read I should use allowDup, but I can't how to do on the web ?
I tried <ILMergeAllowDuplicateType>true</ILMergeAllowDuplicateType>, but doesn't change any thinks.