I know I'm being thick but I am having trouble implementing a new 'using' directory for my .NET Core project.
I have downloaded the necessary files for CoreCompact.System.Drawing (https://github.com/CoreCompat/CoreCompat)
I simply have no idea how to implement the folders so that I can start using this directory and subsequently use the system.drawing objects that are not supported in Core projects.
I am new to ASP.Net but have been studying C# for long enough that I don't need too detailed a guide.
There's no need to use CoreCompat.System.Drawing
anymore. In fact, the author says you shouldn't. The reason? Microsoft provides an official System.Drawing.Common
NuGet package now.
To install: