ToolLocationHelper.GetSupportedTargetFrameworks Method

Definition

Gets a IList of supported target framework monikers.

public:
 static System::Collections::Generic::IList<System::String ^> ^ GetSupportedTargetFrameworks();
public static System.Collections.Generic.IList<string> GetSupportedTargetFrameworks ();
static member GetSupportedTargetFrameworks : unit -> System.Collections.Generic.IList<string>
Public Shared Function GetSupportedTargetFrameworks () As IList(Of String)

Returns

list of supported target framework monikers

Applies to