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"
.