We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d11672 commit 33f20bbCopy full SHA for 33f20bb
test/Serilog.Settings.Configuration.Tests/Support/Extensions.cs
@@ -13,7 +13,7 @@ public static object LiteralValue(this LogEventPropertyValue @this)
13
// Could not parse the JSON file. System.Text.Json.JsonReaderException : ''' is an invalid start of a property name. Expected a '"'
14
public static string ToValidJson(this string str)
15
{
16
-#if NETCOREAPP3_0
+#if NETCOREAPP3_1
17
str = str.Replace('\'', '"');
18
#endif
19
return str;
0 commit comments