React to `IRazorParserOptionsFeature` rename.

aspnet/Razor#1510
This commit is contained in:
N. Taylor Mullen 2017-07-06 14:20:56 -07:00
parent 288da1a405
commit d71fb890ee
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure
return false;
}
private class PageDirectiveParserOptionsFeature : RazorEngineFeatureBase, IRazorParserOptionsFeature
private class PageDirectiveParserOptionsFeature : RazorEngineFeatureBase, IConfigureRazorParserOptionsFeature
{
public int Order { get; }