System.Drawing namespace duplication #30
-
I have the following message, arising from use of the
The error occurs when I do My bootstrap project is only referencing System.Web. I have been targeting .NET 5.0 but changing it to .NET Core 3.1 didn't get rid of the error. Does anyone know what's pulling in the conflicting references? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Oh no, binding problems! A quick look reveals that this might be caused by conflicting references from Statiq.Less of all libraries: I don't even know why dotless would be pulling in drawing libraries, unless it's one of those things where using .NET Standard brings in a whole bunch of placeholder assemblies. This looks like a bug in any case, so I'm going to move it to Statiq.Framework and we can continue to work it there. |
Beta Was this translation helpful? Give feedback.
Oh no, binding problems!
A quick look reveals that this might be caused by conflicting references from Statiq.Less of all libraries:
I don't even know why dotless would be pulling in drawing libraries, unless it's one of those things where using .NET Standard brings in a whole bunch of placeholder assemblies. This looks like a bug in any case, so I'm going to move it to Statiq.Framework and we can continue to work it there.