Update TimetableDesigner.Customs/JsonSerializableDictionary.cs
All checks were successful
Build, test and publish app / Build, test and determine version (push) Successful in 45s
Build, test and publish app / Pack (x86) (push) Successful in 1m51s
Build, test and publish app / Pack (x64) (push) Successful in 1m56s
Build, test and publish app / Publish (push) Successful in 16s

This commit is contained in:
2026-02-11 22:13:34 +01:00
Unverified
parent 0bb5401266
commit 9b62e71887

View File

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