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