Reacting to ApplicationServices removal from HttpContext

This commit is contained in:
John Luo 2015-11-19 15:32:15 -08:00
parent f25aab8df7
commit 46cd4ac1f0
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@ namespace Microsoft.AspNet.Mvc
// through the HttpContext.
var httpContext = new DefaultHttpContext
{
ApplicationServices = serviceProvider,
RequestServices = serviceProvider,
};