CodeQL library for C#
codeql/csharp-all 0.9.0 (changelog, source)
Search

Member predicate TargetFrameworkAttribute::getFrameworkType

Gets the framework type of this attribute. For example, the framework type of

[assembly: TargetFramework(".NETFramework,Version=v4.6.1")]

is ".NETFramework". Other framework types include ".NETStandard" and ".NETCoreApp".

string getFrameworkType()