Conflicting System dlls
I have project that has
However, when I add a package like this:
I get a compile error because the compiler could not choose between the default
How might I fix this issue?
Using
Thanks in advance for any help.
DisableImplicitFrameworkReferences and NoStandardLib enabled and references custom mscorlib and System.* dlls.However, when I add a package like this:
I get a compile error because the compiler could not choose between the default
System.dll and the custom one.How might I fix this issue?
Using
<ExcludeAssets>runtime</ExcludeAssets> works, but I need the MonoMod.exe created by the MonoMod package...Thanks in advance for any help.