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:
parent
13886a5af3
commit
dddc6a2ebb
|
|
@ -2,4 +2,4 @@
|
||||||
@using MusicStore.Models
|
@using MusicStore.Models
|
||||||
@using Microsoft.Extensions.OptionsModel
|
@using Microsoft.Extensions.OptionsModel
|
||||||
@using Microsoft.AspNet.Identity
|
@using Microsoft.AspNet.Identity
|
||||||
@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers"
|
@addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue