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