Method GetAutoReferences
- Namespace
- Alternet.Common.DotNet.Projects.SdkStyleReferences
- Assembly
- Alternet.Common.v9.dll
GetAutoReferences(Project)
Gets a list of assemblies that are automatically added to the project.
public static IReadOnlyList<AssemblyReference> GetAutoReferences(Project project)
Parameters
project
ProjectProject to process.
Returns
- IReadOnlyList<AssemblyReference>
IReadOnlyList of the assembly references.