1 write to Sha512
Microsoft.NET.Build.Tasks (1)
DependencyContextBuilder.cs (1)
66
dependencyLibrary.
Sha512
= library.Sha512;
2 references to Sha512
Microsoft.NET.Build.Tasks (2)
DependencyContextBuilder.cs (2)
791
if (!string.IsNullOrEmpty(library.
Sha512
))
793
hash = "sha512-" + library.
Sha512
;