React to razor

This commit is contained in:
Ajay Bhargav Baaskaran 2017-06-06 15:30:08 -07:00
parent 945661ad0e
commit fa2d162ac1
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ namespace Microsoft.Extensions.DependencyInjection
// TagHelperDescriptorProviders (actually do tag helper discovery)
b.Features.Add(new Microsoft.CodeAnalysis.Razor.DefaultTagHelperDescriptorProvider());
b.Features.Add(new Microsoft.CodeAnalysis.Razor.ViewComponentTagHelperDescriptorProvider());
b.Features.Add(new ViewComponentTagHelperDescriptorProvider());
});
});