2026-02-02 04:44:13 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2026-02-12 20:48:49 -06:00
|
|
|
<PackageReference Include="Going.Plaid" />
|
2026-02-02 13:17:59 -06:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" />
|
2026-02-02 04:44:13 -06:00
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Hosting" />
|
2026-02-06 06:46:35 -06:00
|
|
|
<PackageReference Include="TestableIO.System.IO.Abstractions.Wrappers" />
|
2026-02-02 04:44:13 -06:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\FiscalOS.Core\FiscalOS.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|