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