Files
Asegasa.NET/Servicio Gestion Asegasa/Servicio Gestion Asegasa.csproj
2026-04-29 09:11:56 +02:00

28 lines
973 B
XML

<Project Sdk="Microsoft.NET.Sdk.Worker">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>dotnet-Servicio_Gestion_Asegasa-408b0288-12a3-42df-8545-97be3626a4a9</UserSecretsId>
<RootNamespace>Servicio_Gestion_Asegasa</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Quartz" Version="3.15.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
<PackageReference Include="tsUtilidades" Version="1.1.10" />
</ItemGroup>
<ItemGroup>
<Folder Include="Procesos\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\bdAsegasa\bdAsegasa.csproj" />
<ProjectReference Include="..\itsm\itsm.csproj" />
</ItemGroup>
</Project>