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