Fix build break: React to aspnet/EventNotification#11
- also aspnet/EventNotification@14e8e85 - `NotifierMethodAdapter` was renamed to `ProxyNotifierMethodAdapter`
This commit is contained in:
parent
715a0b6021
commit
a8c37e57de
|
|
@ -227,7 +227,7 @@ namespace Microsoft.AspNet.Mvc
|
||||||
optionsAccessor = new MockMvcOptionsAccessor();
|
optionsAccessor = new MockMvcOptionsAccessor();
|
||||||
}
|
}
|
||||||
|
|
||||||
var notifier = new Notifier(new NotifierMethodAdapter());
|
var notifier = new Notifier(new ProxyNotifierMethodAdapter());
|
||||||
if (notificationListener != null)
|
if (notificationListener != null)
|
||||||
{
|
{
|
||||||
notifier.EnlistTarget(notificationListener);
|
notifier.EnlistTarget(notificationListener);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue