6 references to RuntimeFrameworks
Microsoft.AspNetCore.InternalTesting (6)
xunit\FrameworkSkipConditionAttribute.cs (6)
11
private readonly
RuntimeFrameworks
_excludedFrameworks;
13
public FrameworkSkipConditionAttribute(
RuntimeFrameworks
excludedFrameworks)
28
private static bool CanRunOnThisFramework(
RuntimeFrameworks
excludedFrameworks)
30
if (excludedFrameworks ==
RuntimeFrameworks
.None)
35
if (excludedFrameworks.HasFlag(
RuntimeFrameworks
.Mono) &&
47
if (excludedFrameworks.HasFlag(
RuntimeFrameworks
.CoreCLR))