I ran into the same issue and it was because the test project referenced another project that had the xunit.extensibility.core as a dependency. Reworking this so only the top-level test project had references to any xunit assemblies fixed it.