Fix
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 24m18s

This commit is contained in:
2025-06-19 16:10:38 -03:00
parent 4b94377827
commit 703b8766b1

View File

@@ -4,7 +4,6 @@
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<PreserveCompilationContext>true</PreserveCompilationContext>
<EnableDefaultContentItems>false</EnableDefaultContentItems> <EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup> </PropertyGroup>
@@ -24,7 +23,6 @@
<ItemGroup> <ItemGroup>
<Content Include="Controllers\Reportes\Templates\**\*.cshtml"> <Content Include="Controllers\Reportes\Templates\**\*.cshtml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>
</Project> </Project>