Remove quotes from `@addTagHelper` directive

- react to aspnet/Razor#561 fix: PR aspnet/Razor#591 and commit aspnet/Razor@0c95315
This commit is contained in:
Doug Bunting 2015-11-07 12:27:32 -08:00
parent 13886a5af3
commit dddc6a2ebb
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
@using MusicStore.Models
@using Microsoft.Extensions.OptionsModel
@using Microsoft.AspNet.Identity
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
@addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers