From 226cb963fb44b978062a12ee81d3a6b5dafaa74f Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 12 Nov 2015 12:24:26 -0800 Subject: [PATCH] Remove System beta tag in project.json for coreclr packages. --- src/Microsoft.AspNet.Session/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}