1 write to TargetFramework
Microsoft.DotNet.SignTool (1)
src\ExplicitCertificateKey.cs (1)
23TargetFramework = targetFramework ?? "";
3 references to TargetFramework
Microsoft.DotNet.SignTool (3)
src\ExplicitCertificateKey.cs (3)
46=> Hash.Combine(Hash.Combine(FileName.GetHashCode(), PublicKeyToken.GetHashCode()), Hash.Combine(TargetFramework.GetHashCode(), ExecutableType.GetHashCode())); 52TargetFramework == other.TargetFramework &&