diff --git a/src/Microsoft.AspNet.Session/project.json b/src/Microsoft.AspNet.Session/project.json index b43613f7e6..851ebd6940 100644 --- a/src/Microsoft.AspNet.Session/project.json +++ b/src/Microsoft.AspNet.Session/project.json @@ -20,8 +20,8 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.Security.Cryptography.Algorithms": "4.0.0-beta-*" + "System.Security.Cryptography.Algorithms": "4.0.0-*" } } } -} \ No newline at end of file +}