feat: migracion y ajustes de configuracion, servicios y el sistema de logueo a la nueva app

This commit is contained in:
Leonel Toro 2025-06-25 13:01:32 -04:00
parent 45f5ec5f84
commit 3348272225
92 changed files with 2676 additions and 19 deletions

View file

@ -6,4 +6,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
</ItemGroup>
</Project>