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
ProjectProject to process.
Returns
- IReadOnlyList<FrameworkReference>
IReadOnlyList of the frameworks.