Fix #1330 - make TagHelpers static class internal
This commit is contained in:
parent
fd3a34b000
commit
72fe4cc952
|
|
@ -8,7 +8,7 @@ using System.Collections.Generic;
|
|||
|
||||
namespace Microsoft.CodeAnalysis.Razor
|
||||
{
|
||||
public static class TagHelpers
|
||||
internal static class TagHelpers
|
||||
{
|
||||
public static IReadOnlyList<TagHelperDescriptor> GetTagHelpers(Compilation compilation)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue