SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
173 stars 112 forks source link

Remove System.Drawing.Common dependency #1914

Closed tusmester closed 1 year ago

tusmester commented 1 year ago

Starting with .Net 6 the System.Drawing.Common package is attributed as Windows-only.

Remove any dependency on the package and replace drawing features with one of the following 3rd party packages:

This will require API changes in doc preview provider.