Fix samples.

This commit is contained in:
Chris Ross 2014-05-09 11:58:22 -07:00
parent 54c9794c2a
commit 5f7ae9cad6
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ namespace ErrorPageSample
{
public class Startup
{
public void Configuration(IBuilder app)
public void Configure(IBuilder app)
{
app.UseErrorPage();
app.Run(context =>

View File

@ -8,7 +8,7 @@
"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" },
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"configurations": {
"net45": {},
"k10": {

View File

@ -5,7 +5,7 @@ namespace WelcomePageSample
{
public class Startup
{
public void Configuration(IBuilder app)
public void Configure(IBuilder app)
{
app.UseWelcomePage();
}

View File

@ -8,7 +8,7 @@
"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" },
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"configurations": {
"net45": { },
"k10": {