Badgerati/Edison

Framework .NET Dependency, and others need changing

Badgerati opened this issue · 2 comments

Currently the Edison.Framework only works with projects on .NET 4.5 or higher, this should be lowered to .NET 2.0 if possible, or at most .NET 4.0.

The engine, GUI and others have a reliance on .NET 4.5.2 even though none of the new features are used. If possible, drop this to .NET 4.0 also.

The AssertFactory class in Edison.Framework uses lazy initialisation, therefore requires .NET 4.0+

Due to the reflection classes and task managers utilised, the engine, console and GUI can only be dropped down to .NET 4.5.