Reacting to ApplicationServices removal from HttpContext
This commit is contained in:
parent
f25aab8df7
commit
46cd4ac1f0
|
|
@ -548,7 +548,6 @@ namespace Microsoft.AspNet.Mvc
|
||||||
// through the HttpContext.
|
// through the HttpContext.
|
||||||
var httpContext = new DefaultHttpContext
|
var httpContext = new DefaultHttpContext
|
||||||
{
|
{
|
||||||
ApplicationServices = serviceProvider,
|
|
||||||
RequestServices = serviceProvider,
|
RequestServices = serviceProvider,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue