You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<PackageReferenceInclude="xunit.extensibility.core"Version="[2.9.0]" /> <!-- xunit.extensibility.core is version-pinned because versions newer than 2.9.0 introduce bugs -->
23
+
<PackageReferenceInclude="xunit"Version="2.9.0" /> <!-- xunit should not be upgraded since newer version than 2.9.0 introduce bugs for MemberAutoNSubstituteDataAttribute -->
24
+
<PackageReferenceInclude="xunit.extensibility.core"Version="2.9.0" /> <!-- xunit.extensibility.core should not be upgraded since newer version than 2.9.0 introduce bugs for MemberAutoNSubstituteDataAttribute -->
0 commit comments