From 8b774e3abfb1d139b30d61fa1d000645e05620d8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 10 Oct 2014 10:34:50 -0700 Subject: [PATCH] Reacting to CLR package versioning changes --- samples/HelloWorld/project.json | 12 ++--- .../project.json | 46 ++++++++--------- src/Microsoft.Net.Http.Server/project.json | 48 +++++++++--------- src/Microsoft.Net.WebSockets/project.json | 50 +++++++++---------- .../project.json | 4 +- .../project.json | 4 +- 6 files changed, 82 insertions(+), 82 deletions(-) diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index 063d259840..6f76aa53bc 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -6,12 +6,12 @@ "aspnet50": { }, "aspnetcore50": { "dependencies": { - "System.Collections": "4.0.10.0", - "System.Console": "4.0.0.0", - "System.Globalization": "4.0.10.0", - "System.IO": "4.0.0.0", - "System.Runtime": "4.0.20.0", - "System.Threading.Tasks": "4.0.10.0" + "System.Collections": "4.0.10-beta-*", + "System.Console": "4.0.0-beta-*", + "System.Globalization": "4.0.10-beta-*", + "System.IO": "4.0.0-beta-*", + "System.Runtime": "4.0.20-beta-*", + "System.Threading.Tasks": "4.0.10-beta-*" } } } diff --git a/src/Microsoft.AspNet.Server.WebListener/project.json b/src/Microsoft.AspNet.Server.WebListener/project.json index 52f87abd62..20b22d72eb 100644 --- a/src/Microsoft.AspNet.Server.WebListener/project.json +++ b/src/Microsoft.AspNet.Server.WebListener/project.json @@ -17,30 +17,30 @@ "aspnetcore50": { "dependencies": { "Microsoft.Win32.Primitives": "4.0.0.0", - "System.Collections": "4.0.10.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.10.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Globalization": "4.0.10.0", - "System.IO": "4.0.10.0", - "System.Linq": "4.0.0.0", - "System.Net.Primitives": "4.0.10.0", - "System.Reflection": "4.0.10.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.20.0", - "System.Runtime.Extensions": "4.0.10.0", - "System.Runtime.Handles": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.20.0", + "System.Collections": "4.0.10-beta-*", + "System.Collections.Concurrent": "4.0.0-beta-*", + "System.Diagnostics.Contracts": "4.0.0-beta-*", + "System.Diagnostics.Debug": "4.0.10-beta-*", + "System.Diagnostics.Tools": "4.0.0-beta-*", + "System.Globalization": "4.0.10-beta-*", + "System.IO": "4.0.10-beta-*", + "System.Linq": "4.0.0-beta-*", + "System.Net.Primitives": "4.0.10-beta-*", + "System.Reflection": "4.0.10-beta-*", + "System.Resources.ResourceManager": "4.0.0-beta-*", + "System.Runtime": "4.0.20-beta-*", + "System.Runtime.Extensions": "4.0.10-beta-*", + "System.Runtime.Handles": "4.0.0-beta-*", + "System.Runtime.InteropServices": "4.0.20-beta-*", "System.Security.Claims": "1.0.0-*", - "System.Security.Cryptography.X509Certificates": "4.0.0.0", - "System.Security.Principal": "4.0.0.0", - "System.Text.Encoding": "4.0.10.0", - "System.Text.Encoding.Extensions": "4.0.10.0", - "System.Threading": "4.0.0.0", - "System.Threading.Overlapped": "4.0.0.0", - "System.Threading.Tasks": "4.0.10.0", - "System.Threading.ThreadPool": "4.0.10.0" + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", + "System.Security.Principal": "4.0.0-beta-*", + "System.Text.Encoding": "4.0.10-beta-*", + "System.Text.Encoding.Extensions": "4.0.10-beta-*", + "System.Threading": "4.0.0-beta-*", + "System.Threading.Overlapped": "4.0.0-beta-*", + "System.Threading.Tasks": "4.0.10-beta-*", + "System.Threading.ThreadPool": "4.0.10-beta-*" } } } diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 0788160c08..acdb4219bb 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -14,31 +14,31 @@ "dependencies": { "Microsoft.Net.WebSocketAbstractions": "1.0.0-*", "Microsoft.Win32.Primitives": "4.0.0.0", - "System.Collections": "4.0.10.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.10.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Globalization": "4.0.10.0", - "System.IO": "4.0.10.0", - "System.IO.FileSystem": "4.0.0.0", - "System.Linq": "4.0.0.0", - "System.Net.Primitives": "4.0.10.0", - "System.Reflection": "4.0.10.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.20.0", - "System.Runtime.Extensions": "4.0.10.0", - "System.Runtime.Handles": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.20.0", + "System.Collections": "4.0.10-beta-*", + "System.Collections.Concurrent": "4.0.0-beta-*", + "System.Diagnostics.Contracts": "4.0.0-beta-*", + "System.Diagnostics.Debug": "4.0.10-beta-*", + "System.Diagnostics.Tools": "4.0.0-beta-*", + "System.Globalization": "4.0.10-beta-*", + "System.IO": "4.0.10-beta-*", + "System.IO.FileSystem": "4.0.0-beta-*", + "System.Linq": "4.0.0-beta-*", + "System.Net.Primitives": "4.0.10-beta-*", + "System.Reflection": "4.0.10-beta-*", + "System.Resources.ResourceManager": "4.0.0-beta-*", + "System.Runtime": "4.0.20-beta-*", + "System.Runtime.Extensions": "4.0.10-beta-*", + "System.Runtime.Handles": "4.0.0-beta-*", + "System.Runtime.InteropServices": "4.0.20-beta-*", "System.Security.Claims": "1.0.0-*", - "System.Security.Cryptography.X509Certificates": "4.0.0.0", - "System.Security.Principal": "4.0.0.0", - "System.Text.Encoding": "4.0.10.0", - "System.Text.Encoding.Extensions": "4.0.10.0", - "System.Threading": "4.0.0.0", - "System.Threading.Overlapped": "4.0.0.0", - "System.Threading.Tasks": "4.0.10.0", - "System.Threading.ThreadPool": "4.0.10.0" + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", + "System.Security.Principal": "4.0.0-beta-*", + "System.Text.Encoding": "4.0.10-beta-*", + "System.Text.Encoding.Extensions": "4.0.10-beta-*", + "System.Threading": "4.0.0-beta-*", + "System.Threading.Overlapped": "4.0.0-beta-*", + "System.Threading.Tasks": "4.0.10-beta-*", + "System.Threading.ThreadPool": "4.0.10-beta-*" } } } diff --git a/src/Microsoft.Net.WebSockets/project.json b/src/Microsoft.Net.WebSockets/project.json index 289e8628ab..b4cfc74b59 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -9,31 +9,31 @@ "aspnetcore50": { "dependencies": { "Microsoft.Win32.Primitives": "4.0.0.0", - "System.Collections": "4.0.10.0", - "System.Collections.Concurrent": "4.0.0.0", - "System.Diagnostics.Contracts": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.10.0", - "System.Diagnostics.Tools": "4.0.0.0", - "System.Globalization": "4.0.10.0", - "System.IO": "4.0.10.0", - "System.Linq": "4.0.0.0", - "System.Net.Primitives": "4.0.10.0", - "System.Reflection": "4.0.10.0", - "System.Resources.ResourceManager": "4.0.0.0", - "System.Runtime": "4.0.20.0", - "System.Runtime.Extensions": "4.0.10.0", - "System.Runtime.Handles": "4.0.0.0", - "System.Runtime.InteropServices": "4.0.20.0", - "System.Security.Cryptography.Encryption": "4.0.0.0", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0", - "System.Security.Principal": "4.0.0.0", - "System.Text.Encoding": "4.0.10.0", - "System.Text.Encoding.Extensions": "4.0.10.0", - "System.Threading": "4.0.0.0", - "System.Threading.Overlapped": "4.0.0.0", - "System.Threading.Tasks": "4.0.10.0", - "System.Threading.Timer": "4.0.0.0", - "System.Threading.ThreadPool": "4.0.10.0" + "System.Collections": "4.0.10-beta-*", + "System.Collections.Concurrent": "4.0.0-beta-*", + "System.Diagnostics.Contracts": "4.0.0-beta-*", + "System.Diagnostics.Debug": "4.0.10-beta-*", + "System.Diagnostics.Tools": "4.0.0-beta-*", + "System.Globalization": "4.0.10-beta-*", + "System.IO": "4.0.10-beta-*", + "System.Linq": "4.0.0-beta-*", + "System.Net.Primitives": "4.0.10-beta-*", + "System.Reflection": "4.0.10-beta-*", + "System.Resources.ResourceManager": "4.0.0-beta-*", + "System.Runtime": "4.0.20-beta-*", + "System.Runtime.Extensions": "4.0.10-beta-*", + "System.Runtime.Handles": "4.0.0-beta-*", + "System.Runtime.InteropServices": "4.0.20-beta-*", + "System.Security.Cryptography.Encryption": "4.0.0-beta-*", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", + "System.Security.Principal": "4.0.0-beta-*", + "System.Text.Encoding": "4.0.10-beta-*", + "System.Text.Encoding.Extensions": "4.0.10-beta-*", + "System.Threading": "4.0.0-beta-*", + "System.Threading.Overlapped": "4.0.0-beta-*", + "System.Threading.Tasks": "4.0.10-beta-*", + "System.Threading.Timer": "4.0.0-beta-*", + "System.Threading.ThreadPool": "4.0.10-beta-*" } } } diff --git a/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json b/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json index 612efee8b1..4784fa8707 100644 --- a/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json +++ b/test/Microsoft.AspNet.Server.WebListener.FunctionalTests/project.json @@ -17,8 +17,8 @@ "frameworks": { "aspnet50": { "frameworkAssemblies": { - "System.Net.Http": "4.0.0.0", - "System.Net.Http.WebRequest": "4.0.0.0" + "System.Net.Http": "4.0.0-beta-*", + "System.Net.Http.WebRequest": "4.0.0-beta-*" } } } diff --git a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json index 91d2dad8aa..7c019fc0b8 100644 --- a/test/Microsoft.Net.Http.Server.FunctionalTests/project.json +++ b/test/Microsoft.Net.Http.Server.FunctionalTests/project.json @@ -9,8 +9,8 @@ "frameworks": { "aspnet50": { frameworkAssemblies: { - "System.Net.Http": "4.0.0.0", - "System.Net.Http.WebRequest": "4.0.0.0" + "System.Net.Http": "4.0.0-beta-*", + "System.Net.Http.WebRequest": "4.0.0-beta-*" } } }