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