Skip to content
New issue

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

Use System.Security.Cryptography.Algorithms NuGet pkg for hash algo #82

Open
sayedihashimi opened this issue Oct 19, 2016 · 0 comments
Open

Comments

@sayedihashimi
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant