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)
Summary: Extension method for getting the framework from the framework name. Ordered by the priority order.
Parameters
| Name | Type | Description |
|---|---|---|
frameworkName | string | The name of the framework. |
Returns: IReadOnlyList