My project was building without issues in .net framework 4.8.1
I tried to switch the framework to .net 4.0
It gave me some errors, so I switched back, now I get the following error:
Error CS0012 The type 'Bitmap' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
I am looking up how to fix it, but I cannot find any answers
I tried adding System.Drawing.Common
as a reference, but it is not visible under any of the references.
What does this error mean, and how do I fix these errors?