diff --git a/OpenKh.Command.MapGenUtils/OpenKh.Command.MapGenUtils.csproj b/OpenKh.Command.MapGenUtils/OpenKh.Command.MapGenUtils.csproj
index 57d22cabb..027e773ff 100644
--- a/OpenKh.Command.MapGenUtils/OpenKh.Command.MapGenUtils.csproj
+++ b/OpenKh.Command.MapGenUtils/OpenKh.Command.MapGenUtils.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/OpenKh.Command.MapGenUtils/Program.cs b/OpenKh.Command.MapGenUtils/Program.cs
index 87ba47a35..4fbf927b7 100644
--- a/OpenKh.Command.MapGenUtils/Program.cs
+++ b/OpenKh.Command.MapGenUtils/Program.cs
@@ -51,11 +51,7 @@ private class GenSchemaCommand
protected int OnExecute(CommandLineApplication app)
{
- var schema = JsonSchema.FromType(
- new JsonSchemaGeneratorSettings
- {
- }
- );
+ var schema = JsonSchema.FromType();
var schemaData = schema.ToJson();
File.WriteAllText(