Table of Contents

Method DetectTargetFrameworkFromReferences

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

DetectTargetFrameworkFromReferences(string[])

Tries to detect to which framework given references belong.

public static TargetFramework DetectTargetFrameworkFromReferences(string[] references)

Parameters

references string[]

List of assembly references.

Returns

TargetFramework

Detected TargetFramework if successful; otherwise, false.