Removed core debug from schema files

This commit is contained in:
Bjarke Berg
2021-07-06 07:34:56 +02:00
parent ce22dcfe5b
commit 98e78fc22d

View File

@@ -24,7 +24,6 @@ namespace JsonSchema
{
public ActiveDirectorySettings ActiveDirectory { get; set; }
public ContentSettings Content { get; set; }
public CoreDebugSettings CoreDebug { get; set; }
public ExceptionFilterSettings ExceptionFilter { get; set; }
public ModelsBuilderSettings ModelsBuilder { get; set; }
public GlobalSettings Global { get; set; }