diff --git a/Program.cs b/Program.cs index 7a9aac5..09309b5 100644 --- a/Program.cs +++ b/Program.cs @@ -95,7 +95,7 @@ namespace BunyMuny { } foreach (var statement in statements. - Where(s => s.Category != null). + // Where(s => s.Category != null). OrderBy(s => s.Date)) { Console.WriteLine(statement); } diff --git a/bunymuny.csproj b/bunymuny.csproj index ba27042..561b81c 100644 --- a/bunymuny.csproj +++ b/bunymuny.csproj @@ -3,6 +3,7 @@ Exe netcoreapp3.1 + 1591