Integracion_DGA/DAS/DAS.csproj

20 lines
535 B
XML
Raw Permalink Normal View History

2025-06-24 12:32:36 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2025-06-24 12:32:36 -04:00
</ItemGroup>
2025-06-24 14:46:32 -04:00
<ItemGroup>
<ProjectReference Include="..\DAL\DAL.csproj" />
2025-06-24 14:46:32 -04:00
<ProjectReference Include="..\SHARED\Shared.csproj" />
</ItemGroup>
2025-06-24 12:32:36 -04:00
</Project>