Open sandboxFocus

Property AllTargetFrameworks

AllTargetFrameworks

Gets a semicolon-separated list of all target frameworks of the project, for instance net8.0;net472. Used to test behavior that depends on target runtime capabilities.

Declaration
public string? AllTargetFrameworks { get; init; }
Property Value
Type Description
string