Skip to content

Commit 97bfd5e

Browse files
committed
Fix tests and analyzers
1 parent 7889470 commit 97bfd5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/BizHawk.Client.Common/RecentFiles.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ namespace BizHawk.Client.Common
88
{
99
public class RecentFiles
1010
{
11+
[JsonInclude]
12+
[JsonPropertyOrder(-1)]
1113
// ReSharper disable once FieldCanBeMadeReadOnly.Local
1214
private List<string> recentlist;
1315

0 commit comments

Comments
 (0)