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