Show / Hide Table of Contents

Interface IHasTargetFramework

A build which has a target .NET framework.

Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
public interface IHasTargetFramework

Properties

View Source

TargetFramework

Gets the .NET target framework to use.

Declaration
string? TargetFramework { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX