From c6f485ff5d237638b72e6b2227275a6334d37537 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 12 Nov 2015 12:23:34 -0800 Subject: [PATCH] Remove System beta tag in project.json for coreclr packages. --- src/EntityFramework.Core/project.json | 34 +++++++++---------- .../project.json | 4 +-- src/EntityFramework.Relational/project.json | 10 +++--- src/EntityFramework.Sqlite/project.json | 6 ++-- .../project.json | 2 +- .../project.json | 2 +- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/EntityFramework.Core/project.json b/src/EntityFramework.Core/project.json index 41b4a2e6588..10f255e3fd6 100644 --- a/src/EntityFramework.Core/project.json +++ b/src/EntityFramework.Core/project.json @@ -67,23 +67,23 @@ }, "dotnet5.4": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Collections.Concurrent": "4.0.11-beta-*", - "System.ComponentModel": "4.0.1-beta-*", - "System.ComponentModel.Annotations": "4.0.11-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Diagnostics.Tools": "4.0.1-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Linq.Queryable": "4.0.1-beta-*", - "System.ObjectModel": "4.0.11-beta-*", + "System.Collections": "4.0.11-*", + "System.Collections.Concurrent": "4.0.11-*", + "System.ComponentModel": "4.0.1-*", + "System.ComponentModel.Annotations": "4.0.11-*", + "System.Diagnostics.Debug": "4.0.11-*", + "System.Diagnostics.Tools": "4.0.1-*", + "System.Linq": "4.0.1-*", + "System.Linq.Queryable": "4.0.1-*", + "System.ObjectModel": "4.0.11-*", "System.Reflection": "4.0.10-*", - "System.Reflection.Extensions": "4.0.1-beta-*", - "System.Resources.ResourceManager": "4.0.1-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Runtime.InteropServices": "4.0.21-beta-*", - "System.Threading": "4.0.11-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" + "System.Reflection.Extensions": "4.0.1-*", + "System.Resources.ResourceManager": "4.0.1-*", + "System.Runtime": "4.0.21-*", + "System.Runtime.Extensions": "4.0.11-*", + "System.Runtime.InteropServices": "4.0.21-*", + "System.Threading": "4.0.11-*", + "System.Threading.Tasks": "4.0.11-*" } }, "netcore50": { @@ -108,4 +108,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/EntityFramework.MicrosoftSqlServer/project.json b/src/EntityFramework.MicrosoftSqlServer/project.json index fe787d1fb83..3291f820fdc 100644 --- a/src/EntityFramework.MicrosoftSqlServer/project.json +++ b/src/EntityFramework.MicrosoftSqlServer/project.json @@ -22,7 +22,7 @@ "dotnet5.4": { "dependencies": { "System.Data.SqlClient": "4.0.0-*", - "System.Text.Encoding.CodePages": "4.0.1-beta-*", + "System.Text.Encoding.CodePages": "4.0.1-*", "System.Threading.Thread": "4.0.0-*", "System.Threading.ThreadPool": "4.0.10-*" } @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/EntityFramework.Relational/project.json b/src/EntityFramework.Relational/project.json index 5163a33db75..b7291435bef 100644 --- a/src/EntityFramework.Relational/project.json +++ b/src/EntityFramework.Relational/project.json @@ -11,7 +11,7 @@ }, "dependencies": { "EntityFramework.Core": "7.0.0-*", - "System.Diagnostics.DiagnosticSource": "4.0.0-beta-*" + "System.Diagnostics.DiagnosticSource": "4.0.0-*" }, "compile": "..\\Shared\\*.cs", "namedResource": { @@ -27,9 +27,9 @@ }, "dotnet5.4": { "dependencies": { - "System.Data.Common": "4.0.1-beta-*", - "System.Text.RegularExpressions": "4.0.11-beta-*", - "Microsoft.CSharp": "4.0.1-beta-*" + "System.Data.Common": "4.0.1-*", + "System.Text.RegularExpressions": "4.0.11-*", + "Microsoft.CSharp": "4.0.1-*" } }, "netcore50": { @@ -40,4 +40,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/EntityFramework.Sqlite/project.json b/src/EntityFramework.Sqlite/project.json index 2cac1512e48..8b47d7beba9 100644 --- a/src/EntityFramework.Sqlite/project.json +++ b/src/EntityFramework.Sqlite/project.json @@ -22,8 +22,8 @@ "net451": { }, "dotnet5.4": { "dependencies": { - "System.IO.FileSystem": "4.0.1-beta-*", - "Microsoft.CSharp": "4.0.1-beta-*" + "System.IO.FileSystem": "4.0.1-*", + "Microsoft.CSharp": "4.0.1-*" } }, "netcore50": { @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/test/EntityFramework.Core.FunctionalTests/project.json b/test/EntityFramework.Core.FunctionalTests/project.json index 243c9acb56a..7abdb0959d9 100644 --- a/test/EntityFramework.Core.FunctionalTests/project.json +++ b/test/EntityFramework.Core.FunctionalTests/project.json @@ -29,7 +29,7 @@ }, "dnxcore50": { "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-*", + "Microsoft.CSharp": "4.0.1-*", "xunit.runner.aspnet": "2.0.0-aspnet-*" } } diff --git a/test/EntityFramework.Relational.FunctionalTests/project.json b/test/EntityFramework.Relational.FunctionalTests/project.json index 7b961e7d48b..381795060ae 100644 --- a/test/EntityFramework.Relational.FunctionalTests/project.json +++ b/test/EntityFramework.Relational.FunctionalTests/project.json @@ -13,7 +13,7 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Threading": "4.0.11-beta-*" + "System.Threading": "4.0.11-*" } } }