Table of Contents

Property TargetFramework

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

TargetFramework

Gets the target framework the test assembly was compiled against. Will be in a form like ".NETFramework,Version=v4.7.2" or ".NETCoreApp,Version=v6.0".

string TargetFramework { get; }

Property Value

string