You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenTK 4.0 targets .net standard 2.0. Most of the libraries could be moved to also target .net standard. Anything involving System.Drawing can be moved to another library and extension methods can be used where appropriate to avoid modifying the base classes.
The text was updated successfully, but these errors were encountered:
OpenTK 4.0 targets .net standard 2.0. Most of the libraries could be moved to also target .net standard. Anything involving System.Drawing can be moved to another library and extension methods can be used where appropriate to avoid modifying the base classes.
The text was updated successfully, but these errors were encountered: