Make AcceptedCharacters non-legacy
This commit is contained in:
parent
acbbdf0b2c
commit
b6aa6b8099
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Razor.Evolution.Legacy
|
namespace Microsoft.AspNetCore.Razor.Evolution
|
||||||
{
|
{
|
||||||
[Flags]
|
[Flags]
|
||||||
public enum AcceptedCharacters
|
public enum AcceptedCharacters
|
||||||
Loading…
Reference in New Issue