diff --git a/samples/SampleApp/project.json b/samples/SampleApp/project.json index 751414ca5d..f9e44a2a05 100644 --- a/samples/SampleApp/project.json +++ b/samples/SampleApp/project.json @@ -10,7 +10,7 @@ }, "dnxcore50": { "dependencies": { - "System.Console": "4.0.0-beta-*" + "System.Console": "4.0.0-*" } } }, diff --git a/src/Microsoft.AspNet.Server.Kestrel.Https/project.json b/src/Microsoft.AspNet.Server.Kestrel.Https/project.json index 5067c4bf98..9598ce03d5 100644 --- a/src/Microsoft.AspNet.Server.Kestrel.Https/project.json +++ b/src/Microsoft.AspNet.Server.Kestrel.Https/project.json @@ -15,8 +15,8 @@ "net451": { }, "dotnet5.4": { "dependencies": { - "System.Net.Security": "4.0.0-beta-*" + "System.Net.Security": "4.0.0-*" } } } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.Server.Kestrel/project.json b/src/Microsoft.AspNet.Server.Kestrel/project.json index 2fb2fa9659..edae688097 100644 --- a/src/Microsoft.AspNet.Server.Kestrel/project.json +++ b/src/Microsoft.AspNet.Server.Kestrel/project.json @@ -8,7 +8,7 @@ "dependencies": { "Microsoft.AspNet.Hosting": "1.0.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.0.0-*", - "System.Numerics.Vectors": "4.1.1-beta-*", + "System.Numerics.Vectors": "4.1.1-*", "Microsoft.StandardsPolice": { "version": "1.0.0-*", "type": "build" @@ -27,42 +27,42 @@ "net451": { }, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Diagnostics.TraceSource": "4.0.0-beta-*", - "System.Diagnostics.Tracing": "4.0.21-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.IO": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Net.Primitives": "4.0.11-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Runtime.InteropServices": "4.0.21-beta-*", - "System.Text.Encoding": "4.0.11-beta-*", - "System.Threading": "4.0.11-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*", - "System.Threading.Thread": "4.0.0-beta-*", - "System.Threading.ThreadPool": "4.0.10-beta-*", - "System.Threading.Timer": "4.0.1-beta-*" + "System.Collections": "4.0.11-*", + "System.Diagnostics.Debug": "4.0.11-*", + "System.Diagnostics.TraceSource": "4.0.0-*", + "System.Diagnostics.Tracing": "4.0.21-*", + "System.Globalization": "4.0.11-*", + "System.IO": "4.0.11-*", + "System.Linq": "4.0.1-*", + "System.Net.Primitives": "4.0.11-*", + "System.Runtime.Extensions": "4.0.11-*", + "System.Runtime.InteropServices": "4.0.21-*", + "System.Text.Encoding": "4.0.11-*", + "System.Threading": "4.0.11-*", + "System.Threading.Tasks": "4.0.11-*", + "System.Threading.Thread": "4.0.0-*", + "System.Threading.ThreadPool": "4.0.10-*", + "System.Threading.Timer": "4.0.1-*" } }, "dotnet5.4": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Diagnostics.TraceSource": "4.0.0-beta-*", - "System.Diagnostics.Tracing": "4.0.21-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.IO": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Net.Primitives": "4.0.11-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Runtime.InteropServices": "4.0.21-beta-*", - "System.Text.Encoding": "4.0.11-beta-*", - "System.Threading": "4.0.11-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*", - "System.Threading.Thread": "4.0.0-beta-*", - "System.Threading.ThreadPool": "4.0.10-beta-*", - "System.Threading.Timer": "4.0.1-beta-*" + "System.Collections": "4.0.11-*", + "System.Diagnostics.Debug": "4.0.11-*", + "System.Diagnostics.TraceSource": "4.0.0-*", + "System.Diagnostics.Tracing": "4.0.21-*", + "System.Globalization": "4.0.11-*", + "System.IO": "4.0.11-*", + "System.Linq": "4.0.1-*", + "System.Net.Primitives": "4.0.11-*", + "System.Runtime.Extensions": "4.0.11-*", + "System.Runtime.InteropServices": "4.0.21-*", + "System.Text.Encoding": "4.0.11-*", + "System.Threading": "4.0.11-*", + "System.Threading.Tasks": "4.0.11-*", + "System.Threading.Thread": "4.0.0-*", + "System.Threading.ThreadPool": "4.0.10-*", + "System.Threading.Timer": "4.0.1-*" } } }, @@ -87,4 +87,4 @@ "runtimes/win10-arm/native/": "runtimes/win10-arm/native/*", "runtimes/osx/native/": "runtimes/osx/native/*" } -} \ No newline at end of file +} diff --git a/test/Microsoft.AspNet.Server.Kestrel.FunctionalTests/project.json b/test/Microsoft.AspNet.Server.Kestrel.FunctionalTests/project.json index 7ecc7fb8ab..4c78cd4acd 100644 --- a/test/Microsoft.AspNet.Server.Kestrel.FunctionalTests/project.json +++ b/test/Microsoft.AspNet.Server.Kestrel.FunctionalTests/project.json @@ -1,9 +1,9 @@ -{ +{ "version": "1.0.0-*", "dependencies": { "Microsoft.AspNet.Http.Abstractions": "1.0.0-*", "Microsoft.AspNet.Server.Kestrel": "1.0.0-*", - "System.Net.Http": "4.0.1-beta-*", + "System.Net.Http": "4.0.1-*", "xunit.runner.aspnet": "2.0.0-aspnet-*" }, "frameworks": { diff --git a/test/Microsoft.AspNet.Server.KestrelTests/project.json b/test/Microsoft.AspNet.Server.KestrelTests/project.json index 730c809d15..af2652e3a8 100644 --- a/test/Microsoft.AspNet.Server.KestrelTests/project.json +++ b/test/Microsoft.AspNet.Server.KestrelTests/project.json @@ -5,17 +5,17 @@ "Microsoft.AspNet.Server.Kestrel": "1.0.0-*", "Microsoft.AspNet.Server.Kestrel.Https": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*", - "System.Net.Http": "4.0.1-beta-*" + "System.Net.Http": "4.0.1-*" }, "frameworks": { "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Diagnostics.TraceSource": "4.0.0-beta-*", - "System.IO": "4.0.11-beta-*", - "System.Net.Http.WinHttpHandler": "4.0.0-beta-*", - "System.Net.Sockets": "4.1.0-beta-*", - "System.Runtime.Handles": "4.0.1-beta-*" + "System.Diagnostics.TraceSource": "4.0.0-*", + "System.IO": "4.0.11-*", + "System.Net.Http.WinHttpHandler": "4.0.0-*", + "System.Net.Sockets": "4.1.0-*", + "System.Runtime.Handles": "4.0.1-*" } } }, diff --git a/tools/Microsoft.AspNet.Server.Kestrel.GeneratedCode/project.json b/tools/Microsoft.AspNet.Server.Kestrel.GeneratedCode/project.json index 465bd1b866..ede3a70f54 100644 --- a/tools/Microsoft.AspNet.Server.Kestrel.GeneratedCode/project.json +++ b/tools/Microsoft.AspNet.Server.Kestrel.GeneratedCode/project.json @@ -21,7 +21,7 @@ }, "dnxcore50": { "dependencies": { - "System.Console": "4.0.0-beta-*" + "System.Console": "4.0.0-*" } } } diff --git a/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/project.json b/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/project.json index 373002bafb..a9b68f0ec4 100644 --- a/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/project.json +++ b/tools/Microsoft.AspNet.Server.Kestrel.LibuvCopier/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "Microsoft.AspNet.Server.Kestrel.LibuvCopier Console Application", "authors": [ "pawelka" ], @@ -19,12 +19,12 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-*", - "System.Collections": "4.0.11-beta-*", - "System.Console": "4.0.0-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Threading": "4.0.11-beta-*", - "System.IO.FileSystem": "4.0.1-beta-*" + "Microsoft.CSharp": "4.0.1-*", + "System.Collections": "4.0.11-*", + "System.Console": "4.0.0-*", + "System.Linq": "4.0.1-*", + "System.Threading": "4.0.11-*", + "System.IO.FileSystem": "4.0.1-*" } } } diff --git a/tools/Microsoft.StandardsPolice/project.json b/tools/Microsoft.StandardsPolice/project.json index 01f7813a3d..7f24c4760b 100644 --- a/tools/Microsoft.StandardsPolice/project.json +++ b/tools/Microsoft.StandardsPolice/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "compilationOptions": { @@ -32,12 +32,12 @@ }, "dotnet5.4": { "dependencies": { - "System.Console": "4.0.0-beta-*" + "System.Console": "4.0.0-*" } }, "dnxcore50": { "dependencies": { - "System.Console": "4.0.0-beta-*" + "System.Console": "4.0.0-*" } } }