- Updated changelog

- Updated all projects to .net6
- Added some exception handling to the cmd source generator
This commit is contained in:
Kwoth
2022-02-01 08:52:40 +01:00
parent 2d90ecaa51
commit d31cfcc5a8
7 changed files with 28 additions and 32 deletions

View File

@@ -310,7 +310,7 @@ namespace NadekoBot.Coordinator
})
.ToList()
};
var jsonState = JsonSerializer.Serialize(coordState, new ()
var jsonState = JsonSerializer.Serialize(coordState, new JsonSerializerOptions()
{
WriteIndented = true,
});