Table of Contents

Method GetAutoReferences

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

GetAutoReferences(Project)

Gets a list of assemblies that are automatically added to the project.

public static IReadOnlyList<AssemblyReference> GetAutoReferences(Project project)

Parameters

project Project

Project to process.

Returns

IReadOnlyList<AssemblyReference>

IReadOnlyList of the assembly references.