Migración a percona
This commit is contained in:
36
ServicioGestionAsegasa/ServicioGestionAsegasa.csproj
Normal file
36
ServicioGestionAsegasa/ServicioGestionAsegasa.csproj
Normal file
@@ -0,0 +1,36 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Worker">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Copyright>© 2026 Tecnosis S.A.</Copyright>
|
||||
<AssemblyVersion>1.2.0.0</AssemblyVersion>
|
||||
<PackageReleaseNotes>
|
||||
- 2026-05-12 1.2.0.0 Correccion tsUtilidades
|
||||
- 2026-05-12 1.1.0.0 Se añade rutina diaria FinalizaPolizasPagoUnicoVencidas
|
||||
- 2026-04-24 1.0.0.0 Primera versión estable
|
||||
</PackageReleaseNotes>
|
||||
<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="Microsoft.Extensions.Hosting.WindowsServices" 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="tsCorreos" Version="1.0.7" />
|
||||
<PackageReference Include="tsUtilidades" Version="1.1.16" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Procesos\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\bdAsegasa\bdAsegasa.csproj" />
|
||||
<ProjectReference Include="..\itsm\itsm.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user