Method DetectTargetFrameworkFromReferences
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.