File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/NUnitEngine/nunit.engine.core/Drivers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- next-version : 3.15.3
1
+ next-version : 3.15.4
2
2
mode : ContinuousDelivery
3
3
legacy-semver-padding : 5
4
4
build-metadata-padding : 5
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class NUnit3DriverFactory : IDriverFactory
20
20
/// <param name="reference">An AssemblyName referring to the possible test framework.</param>
21
21
public bool IsSupportedTestFramework ( AssemblyName reference )
22
22
{
23
- return NUNIT_FRAMEWORK . Equals ( reference . Name , StringComparison . OrdinalIgnoreCase ) && reference . Version . Major = = 3 ;
23
+ return NUNIT_FRAMEWORK . Equals ( reference . Name , StringComparison . OrdinalIgnoreCase ) && reference . Version . Major > = 3 ;
24
24
}
25
25
26
26
#if NETFRAMEWORK
You can’t perform that action at this time.
0 commit comments