mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
Remove the MD5 branch in the strong name signing token calculation (#24288)
This commit is contained in:
parent
4fdc02b698
commit
0b3709b1e1
@ -235,9 +235,6 @@ DUPLICATE key '{fullName}' from '{strongAssemblyName}' (IsObsolete? {isTypeObsol
|
||||
case AssemblyHashAlgorithm.Sha1:
|
||||
hashImpl = SHA1.Create();
|
||||
break;
|
||||
case AssemblyHashAlgorithm.MD5:
|
||||
hashImpl = MD5.Create();
|
||||
break;
|
||||
case AssemblyHashAlgorithm.Sha256:
|
||||
hashImpl = SHA256.Create();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user