Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit e600c8a

Browse files
committed
revert EmitCamelCaseNames=true default in .NET Core, add to AppHost.Bind instead
1 parent cdedbda commit e600c8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ServiceStack.Text/JsConfig.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,7 @@ public static bool EmitCamelCaseNames
590590
{
591591
return (JsConfigScope.Current != null ? JsConfigScope.Current.EmitCamelCaseNames : null)
592592
?? sEmitCamelCaseNames
593-
#if !NETSTANDARD1_1
594593
?? false;
595-
#else
596-
?? true; //Follow default .NET Core JSON convention
597-
#endif
598594
}
599595
set
600596
{

0 commit comments

Comments
 (0)