fix(project): set appsettings.json as optional in Program.cs

This commit is contained in:
Stevan Freeborn
2026-03-11 13:12:26 -05:00
parent d33b1d28dd
commit e30f19e939
2 changed files with 2 additions and 1 deletions
@@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<AssemblyName>fiscaloscli</AssemblyName>
</PropertyGroup>
<ItemGroup>