Table of Contents

Method GetReferencedFrameworks

Namespace
Alternet.Common.DotNet.Projects.SdkStyleReferences
Assembly
Alternet.Common.v9.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.