TargetFrameworkExtensions Class

Definition

Helper extensions for the TargetFramework enum.

public ref class TargetFrameworkExtensions abstract sealed
public static class TargetFrameworkExtensions
type TargetFrameworkExtensions = class
Public Module TargetFrameworkExtensions
Inheritance
TargetFrameworkExtensions

Methods

AsMSBuildString(TargetFramework)

Converts a TargetFramework into an MSBuild acceptable string.

GetTargetFramework(BuildTargetGroup)

Returns the configured TargetFramework for the BuildTargetGroup.

Applies to