Update dependencies.

This commit is contained in:
2020-12-20 16:12:51 +00:00
parent 977294ed8d
commit 5880d93368
29 changed files with 9281 additions and 537 deletions

View File

@@ -58,7 +58,7 @@ namespace Marechai.Database.Seeders
codes.Current = listOne.Current;
}
}
catch(Exception e)
catch(Exception)
{
Console.WriteLine("Exception trying to read list one.");
}
@@ -77,7 +77,7 @@ namespace Marechai.Database.Seeders
codes.Historical = listThree.Historical;
}
}
catch(Exception e)
catch(Exception)
{
Console.WriteLine("Exception trying to read list three.");
}