nunit / nunit-console

NUnit Console runner and test engine
MIT License
212 stars 149 forks source link

Eliminate .NET 5.0 Agent #1428

Open CharliePoole opened 6 days ago

CharliePoole commented 6 days ago

Microsoft support of .NET 5.0 ended in May, 2022. We should remove the agent and update all 5.0 engine tests to .NET 6.0 or 8.0. User tests targeting .NET 5.0 will still be supported, so this is considered non-breaking.

CharliePoole commented 4 days ago

Blocked by #1422