Currently YTest.MTP.XUnit2 supports .NET 8/.NET Framework 4.6.2 as minimum requirement.
Is it able to add netstandard2.0 as additional targets?
Background
I'm trying to test this package for BenchmarkDotNet test projects.
But BenchmarkDotNet supports old TFMs that is already out of support. (NET 5+, .NET Framework 4.6.1+, .NET Core 2.0+)
So It can't migrate test projects that using these TFM.