diff --git a/src/Microsoft.AspNet.Identity.EntityFramework/project.json b/src/Microsoft.AspNet.Identity.EntityFramework/project.json index 64ce98d135..858b2260b7 100644 --- a/src/Microsoft.AspNet.Identity.EntityFramework/project.json +++ b/src/Microsoft.AspNet.Identity.EntityFramework/project.json @@ -22,24 +22,24 @@ }, "dotnet5.4": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.ComponentModel": "4.0.1-beta-*", - "System.ComponentModel.TypeConverter": "4.0.1-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Diagnostics.Tools": "4.0.1-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Linq.Expressions": "4.0.11-beta-*", - "System.Linq.Queryable": "4.0.1-beta-*", - "System.Reflection": "4.0.11-beta-*", - "System.Resources.ResourceManager": "4.0.1-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Security.Claims": "4.0.1-beta-*", - "System.Security.Principal": "4.0.1-beta-*", - "System.Text.Encoding": "4.0.11-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" + "System.Collections": "4.0.11-*", + "System.ComponentModel": "4.0.1-*", + "System.ComponentModel.TypeConverter": "4.0.1-*", + "System.Diagnostics.Debug": "4.0.11-*", + "System.Diagnostics.Tools": "4.0.1-*", + "System.Globalization": "4.0.11-*", + "System.Linq": "4.0.1-*", + "System.Linq.Expressions": "4.0.11-*", + "System.Linq.Queryable": "4.0.1-*", + "System.Reflection": "4.0.11-*", + "System.Resources.ResourceManager": "4.0.1-*", + "System.Runtime": "4.0.21-*", + "System.Runtime.Extensions": "4.0.11-*", + "System.Security.Claims": "4.0.1-*", + "System.Security.Principal": "4.0.1-*", + "System.Text.Encoding": "4.0.11-*", + "System.Threading.Tasks": "4.0.11-*" } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.Identity/project.json b/src/Microsoft.AspNet.Identity/project.json index df67931463..ec5ada5c49 100644 --- a/src/Microsoft.AspNet.Identity/project.json +++ b/src/Microsoft.AspNet.Identity/project.json @@ -18,15 +18,15 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.ComponentModel": "4.0.1-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Diagnostics.Tools": "4.0.1-beta-*", - "System.Globalization.Extensions": "4.0.1-beta-*", - "System.Linq.Expressions": "4.0.11-beta-*", - "System.Linq.Queryable": "4.0.1-beta-*", - "System.Text.Encoding": "4.0.11-beta-*", - "System.Text.RegularExpressions": "4.0.11-beta-*" + "System.ComponentModel": "4.0.1-*", + "System.Diagnostics.Debug": "4.0.11-*", + "System.Diagnostics.Tools": "4.0.1-*", + "System.Globalization.Extensions": "4.0.1-*", + "System.Linq.Expressions": "4.0.11-*", + "System.Linq.Queryable": "4.0.1-*", + "System.Text.Encoding": "4.0.11-*", + "System.Text.RegularExpressions": "4.0.11-*" } } } -} \ No newline at end of file +}