React to hosting API changes.

This commit is contained in:
Chris R 2016-01-12 14:36:24 -08:00
parent a182eca6d4
commit 1b9215002c
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ namespace MusicStore
{
var application = new WebApplicationBuilder()
.UseConfiguration(WebApplicationConfiguration.GetDefault(args))
.UseIISPlatformHandlerUrl()
.UseStartup("MusicStore")
.Build();

View File

@ -24,6 +24,7 @@
"Microsoft.AspNet.Authentication.Twitter": "1.0.0-*",
"Microsoft.AspNet.Diagnostics.Entity": "7.0.0-*",
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*",
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNet.Mvc": "6.0.0-*",
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",