This is co-released with the core framework release
2.5.0-pre.22
.
This version has updated the minimum framework support to .NET Framework 4.6.2+ and .NET 6.0+.
If you need support for older frameworks, please continue to use an older build of this project.
This version also removes support for UWP projects. If you need continued support for UWP, please continue
to use an older build of this project. UWP has been officially deprecated by Microsoft and we have similarly
removed official support for UWP from the core framework and this adapter.
ExcludeFromCodeCoverageAttribute
to all the xUnit.net assemblies.
This should resolve issues with dotnet test ---collect "Code Coverage"
(the new
cross-platform code coverage system) incorrectly showing coverage for the adapter.
xunit/xunit#2682