Skip to content

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)

View source

Summary: Gets a package identity if the framework is package based.

Parameters

NameTypeDescription
frameworkNuGetFrameworkThe framework to check.

Returns: IEnumerable -- The package details or null if none is available.