We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is a call to [System.Security.Cryptography.HashAlgorithm]::Create() at https://github.com/ligershark/psbuild/blob/dev/src/psbuild.psm1#L1013. This doesn't work in PowerShell core.
[System.Security.Cryptography.HashAlgorithm]::Create()
We can move to the NuGet package https://www.nuget.org/packages/System.Security.Cryptography.Algorithms/.
Related to #80 #81
The text was updated successfully, but these errors were encountered:
moving crypto to use dll from nuget instead of gac #82 #81 #80
f320efa
No branches or pull requests
Currently there is a call to
[System.Security.Cryptography.HashAlgorithm]::Create()
at https://github.com/ligershark/psbuild/blob/dev/src/psbuild.psm1#L1013. This doesn't work in PowerShell core.We can move to the NuGet package https://www.nuget.org/packages/System.Security.Cryptography.Algorithms/.
Related to #80 #81
The text was updated successfully, but these errors were encountered: