I am using the new version of ASP.NET MVC 6 (ASP.NET 5). If I am targeting the .NET CoreCLR platform (ASP.NET Core), the code does not compile because I use MD5CryptoServiceProvider from System.Security.Cryptography . Can you suggest any alternatives that compile with the CoreCLR framework?
asp.net-core .net-core
Nikolay Kostov
source share