Table of Contents

Enum TargetFrameworkIdentifier

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

Represents the target framework identifier that an assembly is targeting

public enum TargetFrameworkIdentifier

Fields

DotNetCore = 2

The target framework is .NET or .NET Core.

DotNetFramework = 1

The target framework is .NET Framework.

UnknownTargetFramework = 0

The target framework is unknown.