Skip to content

Commit c876640

Browse files
committed
push unpushed changes
1 parent a6440e9 commit c876640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/dotnet/devtools/src/generator/Templates/DevToolsSessionDomains.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ namespace {{rootNamespace}}
5656
{{#each events}}
5757
[global::System.Text.Json.Serialization.JsonSerializable(typeof({{fullTypeName}}))]
5858
{{/each}}
59-
[global::System.Text.Json.Serialization.JsonSourceGenerationOptions(Converters = typeof(OpenQA.Selenium.DevTools.Json.StringConverter))]
59+
[global::System.Text.Json.Serialization.JsonSourceGenerationOptions(Converters = [typeof(OpenQA.Selenium.DevTools.Json.StringConverter)])]
6060
internal sealed partial class {{protocolVersion}}JsonSerializerContext : global::System.Text.Json.Serialization.JsonSerializerContext;
6161
}

0 commit comments

Comments
 (0)