Skip to content

NuGetFrameworkHelper.ToFrameworks(string) method

Defined in

Type: NuGetFrameworkHelper Namespace: ReactiveMarbles.NuGet.Helpers Assembly: ReactiveMarbles.NuGet.Helpers.dll

Applies to

netstandard2.0

public static IReadOnlyList<NuGetFramework> ToFrameworks(this string frameworkName)

View source

Summary: Extension method for getting the framework from the framework name. Ordered by the priority order.

Parameters

NameTypeDescription
frameworkNamestringThe name of the framework.

Returns: IReadOnlyList -- The framework.