Table of Contents

Method GetReferencedFrameworks

Namespace
Alternet.Common.Projects.DotNet.SdkStyleReferences
Assembly
Alternet.Common.v10.dll

GetReferencedFrameworks(Project)

Gets a list of frameworks used in the specified project.

public static IReadOnlyList<FrameworkReference> GetReferencedFrameworks(Project project)

Parameters

project Project

Project to process.

Returns

IReadOnlyList<FrameworkReference>

IReadOnlyList of the frameworks.