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)
431new ExplicitCertificateKey(file.FileName, peInfo.PublicKeyToken, peInfo.TargetFramework, _hashToCollisionIdMap[signedFileContentKey]), 438fileSpec = matchedNameTokenFramework ? $" (PublicKeyToken = {peInfo.PublicKeyToken}, Framework = {peInfo.TargetFramework})" : 548return new FileSignInfo(file, signInfo, (peInfo != null && peInfo.TargetFramework != "") ? peInfo.TargetFramework : null, wixContentFilePath: wixContentFilePath);