React to hosting API changes.

This commit is contained in:
Chris R 2016-01-12 15:34:44 -08:00
parent 982de18371
commit 02d5eaee62
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ namespace RoutingSample.Web
{
var application = new WebApplicationBuilder()
.UseConfiguration(WebApplicationConfiguration.GetDefault(args))
.UseIISPlatformHandlerUrl()
.UseStartup<Startup>()
.Build();

View File

@ -1,5 +1,6 @@
{
"dependencies": {
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNet.Routing.Extensions": "1.0.0-*"
},