diff --git a/src/Microsoft.AspNetCore.Session/project.json b/src/Microsoft.AspNetCore.Session/project.json index 7eb81db2b5..5ed36e1299 100644 --- a/src/Microsoft.AspNetCore.Session/project.json +++ b/src/Microsoft.AspNetCore.Session/project.json @@ -32,7 +32,7 @@ "net451": {}, "netstandard1.3": { "dependencies": { - "System.Security.Cryptography.Algorithms": "4.1.0-*" + "System.Security.Cryptography.Algorithms": "4.2.0-*" } } }