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