1 write to TargetFrameworkVersion
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
480
applicationManifest.
TargetFrameworkVersion
= TargetFrameworkVersion;
3 references to TargetFrameworkVersion
Microsoft.Build.Tasks.Core (3)
GenerateManifestBase.cs (1)
478
if (string.IsNullOrEmpty(applicationManifest.
TargetFrameworkVersion
))
ManifestUtil\ApplicationManifest.cs (2)
733
if (Util.CompareFrameworkVersions(
TargetFrameworkVersion
, Constants.TargetFrameworkVersion35) <= 0)
743
if (assembly.AssemblyIdentity?.IsInFramework(Constants.DotNetFrameworkIdentifier,
TargetFrameworkVersion
) == true)