Skip to content

IHasTargetFramework Interface

Definition

A build which has a target .NET framework.

C#
public interface IHasTargetFramework

Properties

TargetFramework

Gets the .NET target framework to use.

C#
string? TargetFramework { get; }