nunit-console icon indicating copy to clipboard operation
nunit-console copied to clipboard

Eliminate .NET 2.0 Agent

Open CharliePoole opened this issue 7 months ago • 0 comments

Microsoft support of .NET 2.0 ended in July, 2011. We should remove the agent and all 2.0 engine tests and test data.

At the same time, the console runner and engine themselves should be updated to use .NET 4.6.2 rather than 2.0. This is a big change with a lot of detail but should be straight-forward, since all the code compiled for 2.0 runs under 4.x as well..

Essentially all .NET 2.0 builds will be removed and all conditional statements referencing .NET 2.0 removed from the code.

CharliePoole avatar Jun 30 '24 15:06 CharliePoole