1 write to TargetFramework
Microsoft.DotNet.SignTool (1)
src\PEInfo.cs (1)
24TargetFramework = targetFramework;
4 references to TargetFramework
Microsoft.DotNet.SignTool (4)
src\Configuration.cs (4)
388new ExplicitCertificateKey(file.FileName, peInfo.PublicKeyToken, peInfo.TargetFramework, _hashToCollisionIdMap[signedFileContentKey]), 394fileSpec = matchedNameTokenFramework ? $" (PublicKeyToken = {peInfo.PublicKeyToken}, Framework = {peInfo.TargetFramework})" : 499return new FileSignInfo(file, signInfo, (peInfo != null && peInfo.TargetFramework != "") ? peInfo.TargetFramework : null, wixContentFilePath: wixContentFilePath);