Files
Antifraude.Net/Antifraude.Net/GestionaDenunciasAN/GestionaDenunciasAN.csproj
2026-05-06 13:48:23 +02:00

14 lines
335 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GestionaDenuncias.Shared\GestionaDenuncias.Shared.csproj" />
</ItemGroup>
</Project>