Make AcceptedCharacters public

Needed for tooling
This commit is contained in:
Ryan Nowak 2017-03-19 11:02:31 -07:00
parent a7eb30ddca
commit 0aee9152bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ using System;
namespace Microsoft.AspNetCore.Razor.Evolution.Legacy
{
[Flags]
internal enum AcceptedCharacters
public enum AcceptedCharacters
{
None = 0,
NewLine = 1,