3 references to TargetFramework
System.Web (2)
Util\SynchronizationContextUtil.cs (2)
25
if (HttpRuntime.
TargetFramework
< VersionUtil.Framework45 && requiredMode == SynchronizationContextMode.Normal) {
29
else if (HttpRuntime.
TargetFramework
>= VersionUtil.Framework45 && requiredMode == SynchronizationContextMode.Legacy) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSource.cs (1)
109
_targetFrameworkVersion = HttpRuntime.
TargetFramework
;