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