diff --git a/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json index 5379778b82..c6c580da0b 100644 --- a/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json +++ b/src/Microsoft.AspNetCore.Cryptography.KeyDerivation/project.json @@ -19,7 +19,7 @@ "netstandard1.3": { "dependencies": { "System.Runtime.Extensions": "4.1.0-*", - "System.Security.Cryptography.Algorithms": "4.1.0-*", + "System.Security.Cryptography.Algorithms": "4.2.0-*", "System.Text.Encoding.Extensions": "4.0.11-*" } }