NuGetFrameworkHelper.GetSupportLibraries(NuGetFramework) method¶
Defined in
Type: NuGetFrameworkHelper
Namespace: ReactiveMarbles.NuGet.Helpers
Assembly: ReactiveMarbles.NuGet.Helpers.dll
Applies to
netstandard2.0
public static IEnumerable<PackageIdentity> GetSupportLibraries(this NuGetFramework framework)
Summary: Gets a package identity if the framework is package based.
Parameters
| Name | Type | Description |
|---|---|---|
framework | NuGetFramework | The framework to check. |
Returns: IEnumerable