c# - Nuget package is not finding and/or using System.Security.Cryptography -
i'm writing nuget packages personal development, , i'm having few issues dependencies. i'm writing security package , need system.security.cryptography
, , can add using statement fine (when navigation bar on framework
, not client
), try build lots of errors telling me cryptography
doesn't exist in system.security
namespace. nuget packages don't support system.security? or missing something?
first add reference system.security solution , build solution add system.security.cryptography solutions..its works me...
Comments
Post a Comment