diff --git a/samples/ErrorPageSample/project.json b/samples/ErrorPageSample/project.json index 29a4252a0c..36b7a15511 100644 --- a/samples/ErrorPageSample/project.json +++ b/samples/ErrorPageSample/project.json @@ -3,18 +3,18 @@ "dependencies": { "Helios" : "0.1-alpha-*", "Microsoft.AspNet.Diagnostics": "", - "Microsoft.AspNet.HttpFeature": "0.1-alpha-*", + "Microsoft.AspNet.Hosting": "0.1-alpha-*", "Microsoft.AspNet.Http": "0.1-alpha-*", - "Microsoft.AspNet.Server.WebListener": "0.1-alpha-*", - "Microsoft.AspNet.Hosting": "0.1-alpha-*" + "Microsoft.AspNet.HttpFeature": "0.1-alpha-*", + "Microsoft.AspNet.Server.WebListener": "0.1-alpha-*" }, "commands": { "web": "Microsoft.AspNet.Hosting server.name=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, "configurations": { "net45": {}, "k10": { "dependencies": { - "System.Console": "4.0.0.0", "System.Collections": "4.0.0.0", + "System.Console": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Tools": "4.0.0.0", "System.Globalization": "4.0.10.0", @@ -25,9 +25,9 @@ "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.InteropServices": "4.0.20.0", + "System.Security.Claims": "0.1-alpha-*", "System.Text.Encoding": "4.0.20.0", - "System.Threading.Tasks": "4.0.10.0", - "System.Security.Claims": "0.1-alpha-*" + "System.Threading.Tasks": "4.0.10.0" } } } diff --git a/samples/WelcomePageSample/project.json b/samples/WelcomePageSample/project.json index 577dcf8834..9fbdd54fd0 100644 --- a/samples/WelcomePageSample/project.json +++ b/samples/WelcomePageSample/project.json @@ -3,18 +3,18 @@ "dependencies": { "Helios" : "0.1-alpha-*", "Microsoft.AspNet.Diagnostics": "", - "Microsoft.AspNet.HttpFeature": "0.1-alpha-*", + "Microsoft.AspNet.Hosting": "0.1-alpha-*", "Microsoft.AspNet.Http": "0.1-alpha-*", - "Microsoft.AspNet.Server.WebListener": "0.1-alpha-*", - "Microsoft.AspNet.Hosting": "0.1-alpha-*" + "Microsoft.AspNet.HttpFeature": "0.1-alpha-*", + "Microsoft.AspNet.Server.WebListener": "0.1-alpha-*" }, "commands": { "web": "Microsoft.AspNet.Hosting server.name=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" }, "configurations": { "net45": { }, "k10": { "dependencies": { - "System.Console": "4.0.0.0", "System.Collections": "4.0.0.0", + "System.Console": "4.0.0.0", "System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Tools": "4.0.0.0", "System.Globalization": "4.0.10.0", @@ -25,9 +25,9 @@ "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", "System.Runtime.InteropServices": "4.0.20.0", + "System.Security.Claims": "0.1-alpha-*", "System.Text.Encoding": "4.0.20.0", - "System.Threading.Tasks": "4.0.10.0", - "System.Security.Claims": "0.1-alpha-*" + "System.Threading.Tasks": "4.0.10.0" } } } diff --git a/src/Microsoft.AspNet.Diagnostics/project.json b/src/Microsoft.AspNet.Diagnostics/project.json index 46cef35da9..54025ce62c 100644 --- a/src/Microsoft.AspNet.Diagnostics/project.json +++ b/src/Microsoft.AspNet.Diagnostics/project.json @@ -2,9 +2,9 @@ "version": "0.1-alpha-*", "dependencies": { "Microsoft.AspNet.DependencyInjection": "0.1-alpha-*", - "Microsoft.AspNet.PipelineCore": "0.1-alpha-*", + "Microsoft.AspNet.FeatureModel": "0.1-alpha-*", "Microsoft.AspNet.Http": "0.1-alpha-*", - "Microsoft.AspNet.FeatureModel": "0.1-alpha-*" + "Microsoft.AspNet.PipelineCore": "0.1-alpha-*" }, "configurations": { "net45": {}, diff --git a/src/PageGenerator/Project.json b/src/PageGenerator/Project.json index 8ba728063f..3bbeb347e3 100644 --- a/src/PageGenerator/Project.json +++ b/src/PageGenerator/Project.json @@ -1,8 +1,8 @@ { "dependencies": { "Microsoft.AspNet.Diagnostics": "", - "Microsoft.Net.Runtime.Interfaces": "0.1.0-alpha-*", - "Microsoft.AspNet.Razor": "0.1.0-alpha-*" + "Microsoft.AspNet.Razor": "0.1.0-alpha-*", + "Microsoft.Net.Runtime.Interfaces": "0.1.0-alpha-*" }, "configurations" : {