2 references to TargetFrameworkVersion30
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
195
if (HostInBrowser && Util.CompareFrameworkVersions(TargetFrameworkVersion, Constants.
TargetFrameworkVersion30
) < 0)
315
if (Util.CompareFrameworkVersions(TargetFrameworkVersion, Constants.
TargetFrameworkVersion30
) == 0)