From 1a069df9794c8c842ae258c749b83d6b48e984cb Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 12 Nov 2015 12:23:38 -0800 Subject: [PATCH] Remove System beta tag in project.json for coreclr packages. --- samples/HelloWorld/project.json | 12 +++---- .../project.json | 6 ++-- src/Microsoft.Net.Http.Server/project.json | 14 ++++---- src/Microsoft.Net.WebSockets/project.json | 32 +++++++++---------- 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index d2cd1453c9..3863f41615 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -9,12 +9,12 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Console": "4.0.0-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.IO": "4.0.11-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" + "System.Collections": "4.0.11-*", + "System.Console": "4.0.0-*", + "System.Globalization": "4.0.11-*", + "System.IO": "4.0.11-*", + "System.Runtime": "4.0.21-*", + "System.Threading.Tasks": "4.0.11-*" } } } diff --git a/src/Microsoft.AspNet.Server.WebListener/project.json b/src/Microsoft.AspNet.Server.WebListener/project.json index 3151399176..8852f2e655 100644 --- a/src/Microsoft.AspNet.Server.WebListener/project.json +++ b/src/Microsoft.AspNet.Server.WebListener/project.json @@ -15,13 +15,13 @@ "net451": { }, "dnxcore50": { "dependencies": { - "System.Security.Claims": "4.0.1-beta-*" + "System.Security.Claims": "4.0.1-*" } }, "dotnet5.4": { "dependencies": { - "System.Security.Claims": "4.0.1-beta-*" + "System.Security.Claims": "4.0.1-*" } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 884a7ce169..996fb117d7 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -15,13 +15,13 @@ "dotnet5.4": { "dependencies": { "Microsoft.Win32.Primitives": "4.0.1-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.IO.FileSystem": "4.0.1-beta-*", - "System.Security.Claims": "4.0.1-beta-*", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", - "System.Security.Principal.Windows": "4.0.0-beta-*", - "System.Threading.Overlapped": "4.0.0-beta-*" + "System.Diagnostics.Debug": "4.0.11-*", + "System.IO.FileSystem": "4.0.1-*", + "System.Security.Claims": "4.0.1-*", + "System.Security.Cryptography.X509Certificates": "4.0.0-*", + "System.Security.Principal.Windows": "4.0.0-*", + "System.Threading.Overlapped": "4.0.0-*" } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.Net.WebSockets/project.json b/src/Microsoft.Net.WebSockets/project.json index f79c20c364..0273cd0f0b 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -10,22 +10,22 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Diagnostics.Contracts": "4.0.1-beta-*", - "System.Diagnostics.Tools": "4.0.1-beta-*", - "System.IO": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Net.Primitives": "4.0.11-beta-*", - "System.Net.WebSockets": "4.0.0-beta-*", - "System.Resources.ResourceManager": "4.0.1-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-*", - "System.Text.Encoding.Extensions": "4.0.11-beta-*", - "System.Threading": "4.0.11-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*", - "System.Threading.Timer": "4.0.1-beta-*", - "System.Threading.ThreadPool": "4.0.10-beta-*" + "System.Collections": "4.0.11-*", + "System.Diagnostics.Contracts": "4.0.1-*", + "System.Diagnostics.Tools": "4.0.1-*", + "System.IO": "4.0.11-*", + "System.Linq": "4.0.1-*", + "System.Net.Primitives": "4.0.11-*", + "System.Net.WebSockets": "4.0.0-*", + "System.Resources.ResourceManager": "4.0.1-*", + "System.Runtime.Extensions": "4.0.11-*", + "System.Security.Cryptography.Algorithms": "4.0.0-*", + "System.Text.Encoding.Extensions": "4.0.11-*", + "System.Threading": "4.0.11-*", + "System.Threading.Tasks": "4.0.11-*", + "System.Threading.Timer": "4.0.1-*", + "System.Threading.ThreadPool": "4.0.10-*" } } } -} \ No newline at end of file +}