Skip to content

Commit 33f20bb

Browse files
committed
fix
1 parent 1d11672 commit 33f20bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serilog.Settings.Configuration.Tests/Support/Extensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static object LiteralValue(this LogEventPropertyValue @this)
1313
// Could not parse the JSON file. System.Text.Json.JsonReaderException : ''' is an invalid start of a property name. Expected a '"'
1414
public static string ToValidJson(this string str)
1515
{
16-
#if NETCOREAPP3_0
16+
#if NETCOREAPP3_1
1717
str = str.Replace('\'', '"');
1818
#endif
1919
return str;

0 commit comments

Comments
 (0)