feat: initialize core, infra, and admin cli projects

This commit is contained in:
Stevan Freeborn
2026-02-02 04:44:13 -06:00
parent c8c45f6a83
commit b5ea9a514f
8 changed files with 100 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[*.cs]
dotnet_diagnostic.CA1062.severity = none
+12
View File
@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FiscalOS.Core\FiscalOS.Core.csproj" />
</ItemGroup>
</Project>