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

Exclude System.Security.Cryptography for UWP projects #64

Open
mieliespoor opened this issue Mar 31, 2018 · 0 comments
Open

Exclude System.Security.Cryptography for UWP projects #64

mieliespoor opened this issue Mar 31, 2018 · 0 comments

Comments

@mieliespoor
Copy link

The System.Security.Cryptography namespace should be excluded from UWP assemblies since this is now part of the framework itself.

The following compiler error is observed when trying to build projects trying to calculate a SHA1 hash:

The type 'SHA1Managed' exists in both 'Cimbalino.Toolkit.Core, Version=2.5.2.0, Culture=neutral, PublicKeyToken=null' and 'System.Security.Cryptography.Algorithms, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

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

No branches or pull requests

1 participant