Update TimetableDesigner.Customs/JsonSerializableDictionary.cs
Some checks failed
Build, test and publish app / Build and test (push) Failing after 29s
Build, test and publish app / Determine version (push) Has been skipped
Build, test and publish app / Pack (x64) (push) Has been skipped
Build, test and publish app / Pack (x86) (push) Has been skipped
Build, test and publish app / Publish (push) Has been skipped

This commit is contained in:
2026-02-11 21:40:05 +01:00
Unverified
parent 236e6c4947
commit 4b1f030b6c

View File

@@ -9,5 +9,6 @@ namespace TimetableDesigner.Customs
{ {
[JsonArray] [JsonArray]
public class JsonSerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue> where TKey : notnull public class JsonSerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue> where TKey : notnull
{ } {
}
} }