feat: Added config file class to keep track of local settings such as database connectivity

This commit is contained in:
Michael Green
2023-03-01 10:22:19 +11:00
parent a6003372f5
commit 055d09d77a
3 changed files with 117 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.32" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
<ItemGroup>
<None Remove="Database\" />