Member predicate TargetFrameworkAttribute::getFrameworkName
Gets the framework name of this attribute. For example, the framework name of
[assembly: TargetFramework(".NETFramework,Version=v4.6.1")]
is ".NETFramework,Version=v4.6.1"
.
Gets the framework name of this attribute. For example, the framework name of
[assembly: TargetFramework(".NETFramework,Version=v4.6.1")]
is ".NETFramework,Version=v4.6.1"
.