Update TimetableDesigner.Customs/JsonSerializableDictionary.cs
Some checks failed
Build, test and publish app / Build and test (push) Successful in 41s
Build, test and publish app / Determine version (push) Successful in 19s
Build, test and publish app / Pack (x86) (push) Successful in 1m49s
Build, test and publish app / Pack (x64) (push) Successful in 1m56s
Build, test and publish app / Publish (push) Failing after 25s
Some checks failed
Build, test and publish app / Build and test (push) Successful in 41s
Build, test and publish app / Determine version (push) Successful in 19s
Build, test and publish app / Pack (x86) (push) Successful in 1m49s
Build, test and publish app / Pack (x64) (push) Successful in 1m56s
Build, test and publish app / Publish (push) Failing after 25s
This commit is contained in:
@@ -9,6 +9,5 @@ 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
|
||||||
{
|
{ }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user