Error CS0433 The type 'HashAlgorithm' exists in both System.Security.Cryptography.Hashing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
I make a class library targets both dnx46
and dnxcore50
. When I reference HashAlgorithm class, visual studio 2015 give me above error. What is usual way to handle this situation? Use extern alias?