Files
prueba_tecnica_proxima/backend/ProximaContracts/ProximaContracts.Application/ProximaContracts.Application.csproj
2025-06-15 18:29:25 +02:00

20 lines
669 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProximaContracts.Domain\ProximaContracts.Domain.csproj" />
<ProjectReference Include="..\ProximaContracts.Infrastructure\ProximaContracts.Infrastructure.csproj" />
<ProjectReference Include="..\ProximaContracts.Shared\ProximaContracts.Shared.csproj" />
</ItemGroup>
</Project>